diff options
author | Jim Meyering <jim@meyering.net> | 2000-11-11 07:51:25 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-11-11 07:51:25 +0000 |
commit | 565c193a2389180701404ecbc671fd2c7714879b (patch) | |
tree | da35c2c5c448b27c89bbcd729aa999b8b28d5ffd /old/fileutils/ChangeLog | |
parent | cd7e157b4581ec390e6ef4d3659e536c3a9603e9 (diff) | |
download | coreutils-565c193a2389180701404ecbc671fd2c7714879b.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r-- | old/fileutils/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index eb616f77a..f0124c4ea 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,13 @@ -2000-11-10 Jim Meyering <meyering@lucent.com> +2000-11-11 Jim Meyering <meyering@lucent.com> * Version 4.0.32. + * src/ls.c (print_long_format): Wrap the --full-time' date format + string in _(...), so it too may be internationalized. + Suggestion from Jungshik Shin. + +2000-11-10 Jim Meyering <meyering@lucent.com> + * src/touch.c (main): Interpret a lone numeric argument of 8 or 10 digits as a file name, rather than as a date/time in the obsolescent `MMDDhhmm[YY]' format. Reported by Wenjun Zheng. |