changeset 2488:39c67745a990

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Sat, 06 May 2000 13:47:44 +0000
parents 6163322e2d48
children e3f413069c3c
files lib/ChangeLog
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,10 @@
+2000-05-05  Bruno Haible  <haible@clisp.cons.org>
+
+	* 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  <meyering@lucent.com>
 
 	* getopt.c: Update from glibc.