summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--old/sh-utils/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 2666abf0d..189134485 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,10 @@
+Wed Dec 2 12:49:11 1992 Jim Meyering (meyering@comco.com)
+
+ * env.c, id.c, nice.c, pathchk.c, stty.c, su.c, tee.c, tty.c,
+ uname.c, who.c: Convert static declarations of struct option
+ to use new macros from getopt.h: no_argument, required_argument,
+ and optional_argument.
+
Wed Nov 11 18:19:10 1992 Jim Meyering (meyering@hal.gnu.ai.mit.edu)
* All files in src: Make all functions and extern variables static.