diff options
author | Jim Meyering <jim@meyering.net> | 1999-05-05 13:26:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-05-05 13:26:22 +0000 |
commit | 632b63d59ca16f4a3f901583f23a670b5fa61639 (patch) | |
tree | 7b91d55c84683592167cb923d19301c7e406a4e7 | |
parent | 1db78f41bf7457cdf351eccfa5939c98cab8697f (diff) | |
download | coreutils-632b63d59ca16f4a3f901583f23a670b5fa61639.tar.xz |
*** empty log message ***
-rw-r--r-- | old/sh-utils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index b173d7628..4128f3f68 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,14 @@ +1999-05-05 Jim Meyering <meyering@ascend.com> + + * src/date.c (show_date): Change an automatic aggregate initializer + to be a static one. For SunOS4's cc. From Kaveh Ghazi. + +1999-05-03 Jim Meyering <meyering@ascend.com> + + * configure.in: Remove duplicate use of jm_FUNC_GNU_STRFTIME. + Kaveh Ghazi reported that strftime.o was listed twice in the command + to build libsu.a. + 1999-05-02 Jim Meyering <meyering@ascend.com> * Version 1.16h. |