summaryrefslogtreecommitdiff
path: root/lib/localcharset.c
AgeCommit message (Collapse)Author
2006-08-21Remove from CVS, since the bootstrap script generates them automatically.Paul Eggert
2006-08-09Sync from gnulib.Paul Eggert
2006-01-10Sync from gnulib.Paul Eggert
2005-08-31(get_charset_aliases): Add `void' in parameter listJim Meyering
to placate gcc's -Wstrict-prototypes.
2005-05-14Update FSF postal mail address.Jim Meyering
2005-02-26Sync from gnulib.Paul Eggert
2004-05-21update from gnulibJim Meyering
2004-01-16Test HAVE_DECL_GETC_UNLOCKED, rather than HAVE_GETC_UNLOCKED.Jim Meyering
2003-08-18Sync with gnulib.Jim Meyering
2002-11-23Update from gnulib.Jim Meyering
2002-02-16Update to Gettext 0.11.Jim Meyering
2001-09-22Update from latest gettext.Jim Meyering
2001-03-15(locale_charset): Allow wildcard syntax. Also resolveJim 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 memcpyJim 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_nameJim 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-04Add Bruno's comment justifying use of volatile.Jim Meyering
2000-03-01Guard some #includes with `#if HAVE_...'.Jim Meyering
2000-03-01new file, from BrunoJim Meyering