diff options
author | Jim Meyering <jim@meyering.net> | 2000-12-19 08:16:25 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-12-19 08:16:25 +0000 |
commit | 258f00968a8e28ae7f69d9cae58094f2f9e988bb (patch) | |
tree | 63de2d361d8806f61d54911e24905a147567d750 | |
parent | bc40f9fcef7371f4286b523dafe7c8d8a6b16c68 (diff) | |
download | coreutils-258f00968a8e28ae7f69d9cae58094f2f9e988bb.tar.xz |
*** empty log message ***
-rw-r--r-- | lib/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 99e116aa6..48e6676f1 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,17 @@ +2000-10-31 Bruno Haible <haible@clisp.cons.org> + + * localcharset.c (locale_charset): Add support for Win32. + +2000-12-18 Paul Eggert <eggert@twinsun.com> + + * lib/physmem.h, lib/physmem.c: New files. + + * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c. + (noinst_HEADERS): Add physmem.h. + + * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and + 't' for compatibility with Solaris 8 sort. + 2000-12-18 Bruno Haible <haible@clisp.cons.org> * config.charset: Add support for BeOS. |