From: Jim Meyering Date: Sat, 6 May 2000 13:47:44 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3c78ad771677aff2918be73290dd46796b9ccb3;p=pspp *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index dc129ab452..cd85a13863 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2000-05-05 Bruno Haible + + * localcharset.c (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. + 2000-05-04 Jim Meyering * getopt.c: Update from glibc.