From: Jim Meyering Date: Wed, 2 Dec 1992 18:51:05 +0000 (+0000) Subject: . X-Git-Tag: ISDIGIT-bug-fix~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=60edc4537b04bb59858ba135063e0f09c0296feb;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 2666abf0d0..189134485c 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.