diff options
author | Jim Meyering <jim@meyering.net> | 2003-06-18 06:53:30 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-06-18 06:53:30 +0000 |
commit | 9341d1f804522ed36abb0b61c73a96880c91ee93 (patch) | |
tree | b84e234a78501dd0fc5941d225bf35a6753049d2 /lib | |
parent | 0b958357b04f465195ae7a45200c165aeeae1bad (diff) | |
download | coreutils-9341d1f804522ed36abb0b61c73a96880c91ee93.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index b43815a1d..831698605 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,23 @@ +2003-06-18 Jim Meyering <jim@meyering.net> + + * same.h: Update from gnulib. + * xstrtol.h: Update from gnulib. + +2003-06-17 Paul Eggert <eggert@twinsun.com> + + Assume C89, so PARAMS isn't needed. + * backupfile.h (PARAMS): Remove. All uses removed. + * closeout.h, dirname.h, filemode.h, fsusage.h, getdate.h, getline.h, + group-member.h, hard-locale.h, hash.h, linebuffer.h, long-options.h, + makepath.h, memcasecmp.h, memcoll.h, modechange.h, mountlist.h, + path-concat.h, physmem.h, posixtm.h, quote.h, readutmp.h, same.h, + save-cwd.h, savedir.h, stdio-safer.h, strtoimax.c, strverscmp.h, + unistd-safer.h, version-etc.h, xalloc.h, xreadlink.h, xstrtod.h, + xstrtol.h: Likewise. + * filemode.h, hard-locale.h, memcoll.h, modechange.h, physmem.h, same.h, + strverscmp.h: Do not include config.h; no longer needed. + Anyway, config.h should always be included before any other file. + 2003-06-17 Jim Meyering <jim@meyering.net> * getline.c: Update from gnulib. |