summaryrefslogtreecommitdiff
path: root/lib/localcharset.c
AgeCommit message (Collapse)Author
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