diff options
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) |