diff options
author | Jim Meyering <jim@meyering.net> | 1996-04-08 04:54:35 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-04-08 04:54:35 +0000 |
commit | d9422a21e0579eb34c6a4eaa14c6c257b432dcfa (patch) | |
tree | 250b2110cbe3ffe2f2348b5e2f5b76200e710fdc /old | |
parent | 4be30f34c29baa718d2c599d8d1f0bd5da9649af (diff) | |
download | coreutils-d9422a21e0579eb34c6a4eaa14c6c257b432dcfa.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/sh-utils/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index dc5acbe98..1f10ce887 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -14,11 +14,12 @@ Sun Apr 7 11:58:13 1996 Jim Meyering (meyering@na-net.ornl.gov) * seq.c (print_numbers): Fix off-by-one error in backwards-counting loop. Reported by Karl Eichwalder. - + * strftime.c (mon_week_ISO): New function to implement new %V format. (sun_week): Make TM parameter `const'. (mon_week): Likewise. (mon_week): Rewrite to correctly implement %W format.. + (strftime): Handle %V format. Fri Apr 5 07:33:00 1996 Jim Meyering (meyering@na-net.ornl.gov) |