summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-31 07:52:28 +0000
committerJim Meyering <jim@meyering.net>2001-08-31 07:52:28 +0000
commit46abc467c6259058b548d920470309864a518ca4 (patch)
treed0bff59c08f23fbde6118b00ebdf7a6f3f563d1d /lib
parentb1828eec81d76ea537c5c48fc2de319082856572 (diff)
downloadcoreutils-46abc467c6259058b548d920470309864a518ca4.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog14
1 files changed, 9 insertions, 5 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index eef6348f7..3bbe429bd 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,10 @@
2001-08-30 Paul Eggert <eggert@twinsun.com>
+ * quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
+ tm to be declared.
+
+2001-08-30 Paul Eggert <eggert@twinsun.com>
+
* hash.c: Remove '2001' from copyright notice.
2001-08-30 Paul Eggert <eggert@twinsun.com>
@@ -97,7 +102,7 @@
2001-08-12 Paul Eggert <eggert@sic.twinsun.com>
- * lib/addext.c (<errno.h>): Include.
+ * addext.c (<errno.h>): Include.
(errno): Declare if not defined.
(addext): Work correctly when pathconf returns -1 and leaves
errno alone because there is no limit. Also, work even if
@@ -182,10 +187,10 @@
2001-05-11 Paul Eggert <eggert@twinsun.com>
- * lib/Makefile.am (libfetish_a_SOURCES):
+ * Makefile.am (libfetish_a_SOURCES):
Add strftime.c, since we now compile it on all hosts.
- * lib/strftime.c (my_strftime):
+ * strftime.c (my_strftime):
Define to nstrftime if emacs, but only if my_strftime is not defined.
(extra_args, extra_args_spec, extra_args_spec_iso): Rename from
ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
@@ -310,8 +315,7 @@
Add dup-safer.c, fopen-safer.c.
(noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
- * dup-safer.c, fopen-safer.c, stdio-safer.h,
- lib/unistd-safer.h: New files.
+ * dup-safer.c, fopen-safer.c, stdio-safer.h, unistd-safer.h: New files.
2001-02-25 Paul Eggert <eggert@twinsun.com>