From: Jim Meyering Date: Sun, 17 Jan 1999 15:07:44 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-1_22h~164 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b713062cd862c9ddb4dc6ef2c1343319a0b31f0;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 84c7c9257f..3beb1edb93 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,9 +1,26 @@ +1999-01-17 Jim Meyering + + * 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 + + * GNUmakefile: Add SHELL = /bin/sh. + * man/GNUmakefile: Likewise. + 1999-01-16 Jim Meyering + * 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 * 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