1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-04 15:49:42 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2004-03-15 08:37:07 +00:00
parent fae8b8505c
commit f18a2980a7
+7
View File
@@ -1,3 +1,10 @@
2004-03-15 Jim Meyering <jim@meyering.net>
`date --date="21:04 +0100" +%S' would print the seconds value
from the current time, rather than `00'.
* getdate.y: For a date string like `10:23 +0100',
set the number of seconds to zero. Reported by Marc Haber.
2004-03-04 Jim Meyering <jim@meyering.net>
* cloexec.c (set_cloexec_flag) [ ! (F_GETFD && F_SETFD)]: