diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-20 02:10:15 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-20 02:10:15 +0000 |
commit | 529a7c21fd1950e3a1e5a4ec429b6e2c12f619d8 (patch) | |
tree | 9a4e62d84b9123b7ed14fbe3f071e1d5436e6487 /lib/ChangeLog | |
parent | 463f2060b7f399676d25a598aa4ec45ec8e3cb07 (diff) | |
download | coreutils-529a7c21fd1950e3a1e5a4ec429b6e2c12f619d8.tar.xz |
Sync getopt from gnulib.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 97296b64b..acbaa7bbc 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,14 @@ +2004-08-19 Paul Eggert <eggert@cs.ucla.edu> + + * getopt.c, getopt1.c: Sync from gnulib. + * getopt_.h: Renamed from getopt.h (this syncs from gnulib). + * Makefile.am (libfetish_a_SOURCES): Remove getopt.c, getopt.h, + getopt1.c, getopt_int.h. + (BUILT_SOURCES, EXTRA_DIST, all-local, $(lib_OBJECTS), getopt.h, + MOSTLYCLEANFILES): Add current gnulib snippet for getopt. + * .cppi-disable: Add getopt_.h, getopt_int.h. + * .cvsignore: Add getopt.h. + 2004-08-18 Paul Eggert <eggert@cs.ucla.edu> * userspec.c: Don't use <alloca.h>, so that we don't use alloca on |