summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2005-08-13move a handful of tests to ../misc/dateJim Meyering
2005-08-13more tests translated from ../date/Test.pmJim Meyering
2005-08-13*** empty log message ***Jim Meyering
2005-08-13(TESTS): Add date.Jim Meyering
2005-08-13With todays additions, the generated shell script,Jim Meyering
tests/date/date-tests had becoming far too large (over 350KB), so use the superior-but-perl-requiring framework instead. * tests/date/Test.pm: Move new tests from here... * tests/misc/date: ...to this new file.
2005-08-13(test_vector): Add 364 more tests like the above.Jim Meyering
Remove unused $sunos4 variable.
2005-08-13*** empty log message ***Jim Meyering
2005-08-13(test_vector) [cross-dst]: New test for just-fixed getdate.y bug.Jim Meyering
2005-08-13*** empty log message ***Jim Meyering
2005-08-13(get_date): Undo part of the 2005-04-04 change, so thatJim Meyering
the command "date -d'2005-03-27 +1 day'" succeeds once again, even when run in a time zone for which daylight savings time is in effect for the starting date.
2005-08-12*** empty log message ***Jim Meyering
2005-08-12(re_string_realloc_buffers): Rename local-shadowedJim Meyering
variable: s/new_array/offsets/. (re_acquire_state) [lint]: Set *err, to avoid warnings in caller.
2005-08-12(regexec, re_search_stub) [!_LIBC]: Omit declaration of unused local, dfa.Jim Meyering
(proceed_next_node): Remove outer declaration and unnecessary initialization of local-shadowed `dest_node'. Declare it in inner scopes, nearer its uses instead.
2005-08-12(duplicate_node) [lint]: Set *new_idx to -1, to avoidJim Meyering
warnings (unfounded) in caller that it may be used uninitialized.
2005-08-12*** empty log message ***Jim Meyering