*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 31 Aug 2001 07:52:28 +0000 (07:52 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 31 Aug 2001 07:52:28 +0000 (07:52 +0000)
lib/ChangeLog

index eef6348f7d31ed49a6038a8d7609b67d53050f4d..3bbe429bd23df57c622b8740ed46530924a7a869 100644 (file)
@@ -1,3 +1,8 @@
+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-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
 
 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.
        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>