summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2005-08-12Mention that with FTS_LOGICAL, we use FTS_TIGHT_CYCLE_CHECK.Jim Meyering
2005-08-12(setup_dir, enter_dir, leave_dir, free_dir):Jim Meyering
Use the hash-table-based cycle-detection code not just when FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL. Reported by James Youngman in <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
2005-08-12(fts_cross_check) [FTS_DEBUG]: s/active_dir_ht/fts_cycle.ht/.Jim Meyering
2005-08-12(IF_LINT): Define.Jim Meyering
2005-08-12(RE_SYNTAX_POSIX_AWK): Remove useless space-before-TAB.Jim Meyering
2005-08-12*** empty log message ***Jim Meyering
2005-08-12(main): Explain why we reopen stdin for write-only access.Jim Meyering
2005-08-12*** empty log message ***Jim Meyering
2005-08-12(long_time_expected_width): Don't test for failed localtime.Jim Meyering
That cannot happen when the result date's year is in range. Add an assertion instead.
2005-08-12*** empty log message ***Jim Meyering
2005-08-12(sort_found_occurs, digest_word_file): Likewise.Jim Meyering
(alloc_and_compile_regex): Likewise.
2005-08-12(sort_files): Use cleaner `sizeof *VAR_NAME' rather than `sizeof (TYPE_NAME)'.Jim Meyering
2005-08-12*** empty log message ***Jim Meyering
2005-08-12Test `!defined HAVE_MBSTATE_T' rather thanJim Meyering
`defined mbstate_t' to detect missing support for mbstate_t. The latter didn't work for HP-UX 11.23.
2005-08-12*** empty log message ***Jim Meyering
2005-08-12Add bulletproofing in case stdin is closed.Jim Meyering
(have_read_stdin): Remove global variable. (dc_parse_stream): Always use stdin (freopen, if needed) rather than sometimes using fopen to get a new file descriptor. Call fclose unconditionally. (main): Don't close stdin here. If needed, now it's already done by dc_parse_stream.
2005-08-12*** empty log message ***Jim Meyering
2005-08-12(dc_parse_file): Remove comment about now-removed OPENOPTS.Jim Meyering
2005-08-12*** empty log message ***Jim Meyering