diff options
author | Jim Meyering <jim@meyering.net> | 2002-09-13 09:49:26 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-09-13 09:49:26 +0000 |
commit | ef7c6ac69f1259589b175cf789605f2627793ff8 (patch) | |
tree | 0b1153d2a3727d37c3c89c15a4b9f85691ae8ad1 | |
parent | b9485873b65c169790eb780ae13a2350131530a1 (diff) | |
download | coreutils-ef7c6ac69f1259589b175cf789605f2627793ff8.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,7 +1,18 @@ -2002-09-12 Jim Meyering <meyering@lucent.com> +2002-09-13 Jim Meyering <meyering@lucent.com> * Version 4.5.2. + * src/printf.c (main): Handle leading command line argument of `--'. + Reported by Raul: DervishD <raul@pleyades.net> + * tests/misc/printf: New file: test for the above. + * tests/misc/Makefile.am (TESTS): Add printf. + + * src/date.c (usage): Explain that %S's range of [0..60] is required -- + rather than 0..59 -- to accommodate the occasional positive leap second. + Reported by Richard Neill. + +2002-09-12 Jim Meyering <meyering@lucent.com> + * src/Makefile.am (nanosec_libs): Define. (sleep_LDADD, tail_LDADD): Use it here. |