summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-10-18 20:48:04 +0000
committerJim Meyering <jim@meyering.net>2000-10-18 20:48:04 +0000
commit3b60294bd993c9a3f4e0d3334641e07052d827f7 (patch)
tree1bb18ab562841c8d2c64eec2c49e337961068262 /old/sh-utils
parent7243403b2718de5237410d322164090813cfd19d (diff)
downloadcoreutils-3b60294bd993c9a3f4e0d3334641e07052d827f7.tar.xz
*** empty log message ***
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 42f5fe9ea..025908b65 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,12 @@
+2000-10-18 Paul Eggert <eggert@twinsun.com>
+
+ * src/date.c (universal_time): Remove; it's just a temptation to
+ do the wrong thing.
+ (main): The -u option now just sets TZ; it doesn't do anything else.
+ (show_date): Do not do anything special if -u is set.
+ This affects the behavior of the -I and -R options.
+ * doc/sh-utils.texi: Document the above.
+
2000-10-18 Jim Meyering <meyering@lucent.com>
* doc/sh-utils.texi (Examples of date): Fix a typo.