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