diff options
author | Jim Meyering <jim@meyering.net> | 1996-12-01 19:17:07 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-12-01 19:17:07 +0000 |
commit | b712dcba2534b23bdaca54bf29123f15157770e2 (patch) | |
tree | ccf28074de2313d70ac25faa5433ff651ce37e3f | |
parent | caad57f5d08373a3623b70582bd59edb46b52d56 (diff) | |
download | coreutils-b712dcba2534b23bdaca54bf29123f15157770e2.tar.xz |
.
-rw-r--r-- | old/fileutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index e396a3d40..58bc2c16f 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,9 @@ +Sun Dec 1 13:07:39 1996 Jim Meyering <meyering@na-net.ornl.gov> + + * lib/getdate.y (date): Interpret the date, L/M/N, as YYYY/MM/DD + if L >= 1000, otherwise as MM/DD/YY. With this change, + date --date=DATE accepts dates like those in an RCS log listing. + Sat Nov 30 22:11:42 1996 Jim Meyering <meyering@na-net.ornl.gov> * acinclude.m4: (jm_FUNC_MKTIME): New macro. This is like |