From: Jim Meyering Date: Thu, 2 Mar 2000 12:24:21 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0e~45 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=68773fe3f171be7b9709e1fe3b820266bf2d3f2b;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 2bc39ea33e..016d1442c4 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,20 @@ +2000-03-02 Jim Meyering + + * doc/sh-utils.texi (printf invocation): Describe new unicode syntax. + From Bruno Haible. + + Unify with fileutils/src/system.h. + * src/system.h (ST_NBLOCKS): Sync with recent changes in fileutils. + [!_POSIX_VERSION]: Remove declarations of getlogin, ttyname, geteuid. + * src/sys2.h: Declare them here, if needed. + +2000-03-01 Jim Meyering + + * Makefile.am (EXTRA_DIST): Include GNUmakefile. + + * src/seq.c (get_width_format): Fix portability problem with + `-0' vs. `0'. + 2000-02-22 Jim Meyering * tests/date/Test.pm (datevtime-1): New test.