summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-12-19 08:36:53 +0000
committerJim Meyering <jim@meyering.net>2000-12-19 08:36:53 +0000
commitb6b86da148e8344780d3eb3807632082de418c8a (patch)
tree693ff39f43fed6642e63c999f33005e752722e1b /lib
parentde38d76a188c2db019f493cb271c8a8b1c0ca0ad (diff)
downloadcoreutils-b6b86da148e8344780d3eb3807632082de418c8a.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 48e6676f1..14d258492 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -4,12 +4,12 @@
2000-12-18 Paul Eggert <eggert@twinsun.com>
- * lib/physmem.h, lib/physmem.c: New files.
+ * physmem.h, physmem.c: New files.
- * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
+ * Makefile.am (libfetish_a_SOURCES): Add physmem.c.
(noinst_HEADERS): Add physmem.h.
- * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
+ * xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
't' for compatibility with Solaris 8 sort.
2000-12-18 Bruno Haible <haible@clisp.cons.org>