-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.