summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1992-12-02 18:32:24 +0000
committerJim Meyering <jim@meyering.net>1992-12-02 18:32:24 +0000
commit53aa1178ee61d1c0e42c62fccc931fe0733b6803 (patch)
tree97f225f65e7673ca3c2ac89d35c585e692b405df /old
parenteb3a2516dba78740843793f755af412f24ac5330 (diff)
downloadcoreutils-53aa1178ee61d1c0e42c62fccc931fe0733b6803.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index eea1b9dd8..a6d6f2bef 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,3 +1,15 @@
+Wed Dec 2 12:28:10 1992 Jim Meyering (meyering@idefix.comco.com)
+
+ * all files using getopt.h: Convert static declarations of
+ 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