Skip to content
Snippets Groups Projects
  1. Sep 03, 2009
  2. Aug 07, 2009
  3. Jun 11, 2009
  4. May 20, 2009
  5. Feb 03, 2009
  6. Feb 02, 2009
  7. Jan 15, 2009
    • Peter Eisentraut's avatar
      NLS cleanup in ecpglib · cb05ab81
      Peter Eisentraut authored
      Replace leftover instances of _() by ecpg_gettext(), the latter being the
      correct way to refer to the library's message catalog, instead of the one of
      the program using the library.
      
      Drop NLS support for ecpg_log(), which is a debugging instrument similar to
      elog() in the backend.
      
      We cannot support NLS in the ecpg compatlib, because that requires
      ecpg_gettext, which is in ecpglib, which is not a dependency of compatlib.  It
      doesn't seem worthwhile to worry about this, since the only translatable
      string is "out of memory", and gettext probably won't be able to do much
      without memory either.
      
      Adjust messages to project style.
      cb05ab81
  8. May 16, 2008
  9. Mar 01, 2008
    • Tom Lane's avatar
      Fix unportable usages of tolower(). On signed-char machines, it is necessary · e04fa58d
      Tom Lane authored
      to explicitly cast the output back to char before comparing it to a char
      value, else we get the wrong result for high-bit-set characters.  Found by
      Rolf Jentsch.  Also, fix several places where <ctype.h> functions were being
      called without casting the argument to unsigned char; this is likewise
      unportable, but we keep making that mistake :-(.  These found by buildfarm
      member salamander, which I will desperately miss if it ever goes belly-up.
      e04fa58d
  10. Feb 07, 2008
  11. Jan 15, 2008
  12. Jan 13, 2008
  13. Nov 15, 2007
  14. Oct 03, 2007
  15. Oct 02, 2007
  16. Sep 26, 2007
  17. Sep 21, 2007
  18. Aug 14, 2007
  19. Jun 11, 2007
  20. Apr 27, 2007
  21. Mar 29, 2007
  22. Feb 11, 2007
  23. Feb 02, 2007
  24. Oct 04, 2006
  25. Aug 23, 2006
  26. Aug 22, 2006
  27. Aug 18, 2006
  28. Aug 09, 2006
  29. Aug 08, 2006
  30. Aug 02, 2006
  31. Jul 28, 2006
  32. Jul 14, 2006
  33. Jul 05, 2006
  34. Jun 26, 2006
  35. Jun 25, 2006
  36. Jun 21, 2006
Loading