lib/localcharset.c


Log

Author Commit Date CI Message
Jim Meyering c0a1220d 2000-05-06T13:47:38 (get_charset_aliases): Use malloc, realloc and memcpy instead of xmalloc, xrealloc, path_concat. (locale_charset): Treat empty environment variables as absent. (DIRECTORY_SEPARATOR, ISSLASH): New macros.
Jim Meyering e7ee6af7 2000-03-06T11:19:23 (get_charset_aliases): Don't try to free file_name if it's NULL (because we ran out of memory). From Bruno Haible.
Jim Meyering 8f36ae9d 2000-03-05T10:27:22 ("path-concat.h"): Include. (get_charset_aliases): Use path_concat instead of ANSI string concatenation.
Jim Meyering fac1a01e 2000-03-04T07:57:35 Add Bruno's comment justifying use of volatile.
Jim Meyering 8aecbf69 2000-03-01T13:21:23 Guard some #includes with `#if HAVE_...'.
Jim Meyering 7f69123a 2000-03-01T13:11:05 new file, from Bruno