Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-09 | Sync from gnulib. | Paul Eggert | |
2006-01-10 | Sync from gnulib. | Paul Eggert | |
2005-08-31 | (get_charset_aliases): Add `void' in parameter list | Jim Meyering | |
to placate gcc's -Wstrict-prototypes. | |||
2005-05-14 | Update FSF postal mail address. | Jim Meyering | |
2005-02-26 | Sync from gnulib. | Paul Eggert | |
2004-05-21 | update from gnulib | Jim Meyering | |
2004-01-16 | Test HAVE_DECL_GETC_UNLOCKED, rather than HAVE_GETC_UNLOCKED. | Jim Meyering | |
2003-08-18 | Sync with gnulib. | Jim Meyering | |
2002-11-23 | Update from gnulib. | Jim Meyering | |
2002-02-16 | Update to Gettext 0.11. | Jim Meyering | |
2001-09-22 | Update from latest gettext. | Jim Meyering | |
2001-03-15 | (locale_charset): Allow wildcard syntax. Also resolve | Jim Meyering | |
alias if codeset is empty. | |||
2001-03-06 | (locale_charset): Don't use setlocale(LC_CTYPE,NULL). | Jim Meyering | |
Don't return NULL. | |||
2000-12-19 | (locale_charset): Add support for Win32. | Jim Meyering | |
2000-05-06 | (get_charset_aliases): Use malloc, realloc and memcpy | Jim Meyering | |
instead of xmalloc, xrealloc, path_concat. (locale_charset): Treat empty environment variables as absent. (DIRECTORY_SEPARATOR, ISSLASH): New macros. | |||
2000-03-06 | (get_charset_aliases): Don't try to free file_name | Jim Meyering | |
if it's NULL (because we ran out of memory). From Bruno Haible. | |||
2000-03-05 | ("path-concat.h"): Include. | Jim Meyering | |
(get_charset_aliases): Use path_concat instead of ANSI string concatenation. | |||
2000-03-04 | Add Bruno's comment justifying use of volatile. | Jim Meyering | |
2000-03-01 | Guard some #includes with `#if HAVE_...'. | Jim Meyering | |
2000-03-01 | new file, from Bruno | Jim Meyering | |