Mercurial > hg > octave-kai > gnulib-hg
changeset 3411:1d862d9c4951
*** empty log message ***
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Fri, 31 Aug 2001 07:52:28 +0000 |
parents | bd88c3ae0fad |
children | 0053a9244567 |
files | lib/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -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. @@ -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>