diff options
author | Jim Meyering <jim@meyering.net> | 2000-05-06 13:47:44 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-05-06 13:47:44 +0000 |
commit | 6206ee75eafdc9bff827e26fa9a3c79a67ba3ea3 (patch) | |
tree | 75ff8932fa2c2bb8a929d52fea5db9843d5592e9 /lib/ChangeLog | |
parent | 6b54234726cb2c12b9c71e58b895dfc2b6841c37 (diff) | |
download | coreutils-6206ee75eafdc9bff827e26fa9a3c79a67ba3ea3.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index dc129ab45..cd85a1386 100644 --- 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. |