summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-02-01 05:44:38 +0000
committerJim Meyering <jim@meyering.net>1996-02-01 05:44:38 +0000
commitbf58f8aea9f7fe6202d3d03562b285bd3248f417 (patch)
treec4aa619f6c68479fc2bae682239e242769fcc721 /old/sh-utils
parent6c52fbcdfddaa10381fd95377bd159445006986a (diff)
downloadcoreutils-bf58f8aea9f7fe6202d3d03562b285bd3248f417.tar.xz
.
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 4aade8a67..6cf2cd4b4 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,15 @@
+Wed Jan 31 23:40:50 1996 Jim Meyering (meyering@na-net.ornl.gov)
+
+ * lib/strftime.c (add_num_tz): New function.
+ (strftime): Handle new %z format.
+ * date.c (main): Accept new option, --rfc-822 (-R).
+ (show_date): Use RFC822-mandated strftime format.
+ From H. Peter Anvin (hpa@storm.net).
+ (usage): Add a line describing the new option.
+
+ * lib/strftime.c (add_num_tz): Don't use local, LENGTH,
+ before it's defined.
+
Mon Jan 29 19:24:04 1996 Jim Meyering (meyering@na-net.ornl.gov)
* acconfig.h (PROTOTYPES): Define it.