From: Jim Meyering Date: Wed, 2 Dec 1992 18:40:09 +0000 (+0000) Subject: fixup to make tags right for getopt changes X-Git-Tag: ISDIGIT-bug-fix~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=030f314992dbd818a965f574562dbca0c307cf62;p=thirdparty%2Fcoreutils.git fixup to make tags right for getopt changes --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index a6d6f2befd..80c710c7c9 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -4,12 +4,6 @@ Wed Dec 2 12:28:10 1992 Jim Meyering (meyering@idefix.comco.com) struct option to use new macros from getopt.h: no_argument, required_argument, and optional_argument. -Wed Nov 25 07:51:55 1992 Jim Meyering (meyering@idefix.comco.com) - - * pr.c, sort.c, od.c: Make definitions of ISPRINT etc consistent. - - * tr.c (main): Close stdin? and stdout. - Tue Nov 24 08:42:30 1992 Jim Meyering (meyering@idefix.comco.com) * tr.c: Define new macros ISPRINT, ISALNUM, ISXDIGIT, ... that