diff options
author | Jim Meyering <jim@meyering.net> | 2000-03-02 12:24:21 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-03-02 12:24:21 +0000 |
commit | 68773fe3f171be7b9709e1fe3b820266bf2d3f2b (patch) | |
tree | 01b924ff94e315ce52f80e57e057f108b66edb65 /old/sh-utils | |
parent | b1307f5aff61788898697da537ed8b6e8fcdabc6 (diff) | |
download | coreutils-68773fe3f171be7b9709e1fe3b820266bf2d3f2b.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/sh-utils')
-rw-r--r-- | old/sh-utils/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 2bc39ea33..016d1442c 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,20 @@ +2000-03-02 Jim Meyering <meyering@lucent.com> + + * 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 <meyering@lucent.com> + + * Makefile.am (EXTRA_DIST): Include GNUmakefile. + + * src/seq.c (get_width_format): Fix portability problem with + `-0' vs. `0'. + 2000-02-22 Jim Meyering <meyering@lucent.com> * tests/date/Test.pm (datevtime-1): New test. |