From: Jim Meyering Date: Sat, 2 Dec 2000 22:18:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_9~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=67ec78d1880e8b3c070bd1a3529c10e7894b4b62;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 12ceade07b..1efec632eb 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,7 +1,18 @@ -2000-11-18 Jim Meyering +2000-12-02 Jim Meyering * Version 2.0.12. + * src/seq.c (valid_format): Move pre-increment to a separate statement + to avoid a warning. + + * src/id.c: Move dcls of globals used only in main... + (main): ...to here. + (usage): Clarify option descriptions. + +2000-11-18 Jim Meyering + + * po/Makefile.in.in: Sync with the one from fileutils. + * configure, config.h.in, Makefile.in, etc.: Regenerate using the very latest version (in CVS) of autoconf.