diff options
author | Jim Meyering <jim@meyering.net> | 1999-01-17 15:07:44 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-01-17 15:07:44 +0000 |
commit | 3b713062cd862c9ddb4dc6ef2c1343319a0b31f0 (patch) | |
tree | ad5228ce38aaa0c39ac9edd03ce33bec16e3dc0d | |
parent | f5f0c17fe9fc1d6a32a13172144863e53f1a30d2 (diff) | |
download | coreutils-3b713062cd862c9ddb4dc6ef2c1343319a0b31f0.tar.xz |
*** empty log message ***
-rw-r--r-- | old/textutils/ChangeLog | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 84c7c9257..3beb1edb9 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,9 +1,26 @@ +1999-01-17 Jim Meyering <meyering@ascend.com> + + * configure.in (AC_OUTPUT): Add djgpp/Makefile. + * djgpp/: New directory. + + * man/Makefile.maint ($(man_MANS)): Don't remove the target (the + man page) until after we've created its replacement. + +1999-01-16 Eli Zaretskii <eliz@is.elta.co.il> + + * GNUmakefile: Add SHELL = /bin/sh. + * man/GNUmakefile: Likewise. + 1999-01-16 Jim Meyering <meyering@ascend.com> + * acconfig.h: Remove @BOTTOM@ section. + Instead, add the define and decl via m4/jm-macros.m4. + * lib/argmatch.h (XARGMATCH): Define to return a value once again. (XARGCASEMATCH): Likewise. - * lib/argmatch.c (ARGMATCH_DIE): Provide default. + * lib/argmatch.c (EXIT_FAILURE): Define. + (ARGMATCH_DIE): Provide default. (__xargmatch_internal): New function. s/rogram_name/program_name. From Akim Demaille. @@ -20,7 +37,8 @@ 1999-01-14 Akim Demaille <demaille@inf.enst.fr> * acconfig.h: Add a @BOTTOM@ section. - (@BOTTOM@): Define ARGMATCH_DIE. Declare usage (). + (ARGMATCH_DIE) [@BOTTOM@]: Define to usage(1). + Declare usage. * src/*.c: Don't prototype usage as static. 1999-01-10 Jim Meyering <meyering@ascend.com> |