summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-08-17sync from gnulibJim Meyering
2005-08-17*** empty log message ***Jim Meyering
2005-08-17Remove terminating "\n"s once again.Jim Meyering
Automatically add them whenever EXIT != 0.
2005-08-17*** empty log message ***Jim Meyering
2005-08-17[neg-secs]: New test for today's strftime.c bug fix.Jim Meyering
2005-08-17*** empty log message ***Jim Meyering
2005-08-17Make the %s format (seconds since the epoch) work for a negativeJim Meyering
number and when used with a zero-padded field width, e.g. %015s. (my_strftime): Move the `do_number_sign_and_padding' label so that it precedes the code to set `digits'. Otherwise, %0Ns wouldn't work. Before this change, `date -d @-22 +%05s' would print `00-22'. Now, it prints `-0022', as it should.
2005-08-16* src/df.c (show_dev): New arg STAT_FILE.Paul Eggert
2005-08-16(show_dev): New arg STAT_FILE. All uses changed.Paul Eggert
This sometimes gives better results on networked file systems that do not respect POSIX semantics. Problem reported by Bruno Haible.
2005-08-15add commentJim Meyering
2005-08-15use ERR_SUBST to get around fact that the diagnosticJim Meyering
you get on a system with 32-bit time_t is not the same as the one you get for a system where it's 64 bits wide: - date: time 72057594037927935 is out of range + date: invalid date `@72057594037927935'
2005-08-15(uninit-64): New test for today's date.c fix.Jim Meyering
Rewrite all other OUT strings to include the terminating "\n".
2005-08-15*** empty log message ***Jim Meyering
2005-08-15Don't print uninitialized data (or anything else) to stdoutJim Meyering
upon localtime failure. (show_date): Remove stray `puts (buf);' (debugging?) from the 2004-02-02 change.
2005-08-15make log entry more accurateJim Meyering
2005-08-15*** empty log message ***Jim Meyering
2005-08-15(join invocation): Itemize the defaults.Jim Meyering
2005-08-14*** empty log message ***Jim Meyering
2005-08-14*** empty log message ***Jim Meyering
2005-08-14(usage): Fix typo s/formated/formatted/ reported by Norbert KieselJim Meyering
2005-08-14*** empty log message ***Jim Meyering
2005-08-14.Jim Meyering
2005-08-14*** empty log message ***Jim Meyering
2005-08-14*** empty log message ***Jim Meyering
2005-08-14Don't include "timespec.h".Jim Meyering
2005-08-14*** empty log message ***Jim Meyering
2005-08-14Use one fewer file descriptor in a common case.Jim Meyering
Include "fd-reopen.h", rather than "fcntl--.h". Use fd_reopen rather than open.
2005-08-14*** empty log message ***Jim Meyering
2005-08-14Include "timespec.h".Jim Meyering
(age_of): Return the nanoseconds part of the timestamp, if available. (binary_operator) [-nt, -ot]: Use nanosecond values to break ties.
2005-08-14*** empty log message ***Jim Meyering
2005-08-14(long_time_expected_width): Revert last change, just toJim Meyering
be paranoid, and add a comment explaining why. Paul Eggert mentioned the possibility.
2005-08-13*** empty log message ***Jim Meyering
2005-08-13Don't define mbrtowc at all.Jim Meyering
If mbstate_t is not defined, then AC_TYPE_MBSTATE_T will define it to `int' for us.
2005-08-13*** empty log message ***Jim Meyering
2005-08-13undo last changeJim Meyering
2005-08-13*** empty log message ***Jim Meyering
2005-08-13[HAVE_WCTYPE_H]: Include <wctype.h>; this isJim Meyering
needed on HP-UX 11.23 in order to get a definition of mbstate_t.
2005-08-13update from gnulibJim Meyering
2005-08-13update from gnulibJim Meyering
2005-08-13*** empty log message ***Jim Meyering
2005-08-13.Jim Meyering
2005-08-13(AC_CONFIG_FILES): Remove tests/date/Makefile.Jim Meyering
2005-08-13(SUBDIRS): Remove date.Jim Meyering
2005-08-13convert last batch of testsJim Meyering
2005-08-13Use new ENV and ENV_DEL to support this latest batch of tests fromJim Meyering
tests/date/Test.pm
2005-08-13New keywords, ENV and ENV_DEL, to support tests/misc/date.Jim Meyering
2005-08-13move a bunch of tests to ../misc/dateJim Meyering
2005-08-13more tests translated from ../date/Test.pmJim Meyering
2005-08-13move a bunch of tests to ../misc/dateJim Meyering
2005-08-13add a bunch more testsJim Meyering