summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2005-08-12(main): Cosmetic: use X2REALLOC rather than x2realloc.Jim Meyering
2005-08-12(fold_file): Cosmetic: use X2REALLOC rather than x2realloc.Jim Meyering
2005-08-12Cosmetic: use X2NREALLOC (only two arguments) rather than x2nrealloc (with ↵Jim Meyering
three).
2005-08-12*** empty log message ***Jim Meyering
2005-08-12*** empty log message ***Jim Meyering
2005-08-12adjust long linesJim Meyering
2005-08-12(main): Cosmetic: use '\0' in place of 0.Jim Meyering
2005-08-12.Jim Meyering
2005-08-12*** empty log message ***Jim Meyering
2005-08-12(cp invocation, mv invocation): Remove squareJim Meyering
brackets in --reply=[HOW]. Reported by Oscar Liljeblad.
2005-08-02.Jim Meyering
2005-08-02Include "xanstrftime.h".Jim Meyering
(show_date): Use xanstrftime instead of open-coding it.
2005-08-02*** empty log message ***Jim Meyering
2005-08-02Include "xanstrftime.h".Jim Meyering
(show_date): Use xanstrftime instead of open-coding it.
2005-08-02*** empty log message ***Jim Meyering
2005-08-02Require gl_FUNC_XANSTRFTIME.Jim Meyering
2005-08-02*** empty log message ***Jim Meyering
2005-08-02*** empty log message ***Jim Meyering
2005-08-02new filesJim Meyering
2005-08-02*** empty log message ***Jim Meyering
2005-08-02(show_date): Remove now-unnecessary code thatJim Meyering
treated an empty format string as a special case.
2005-08-02(empty-format): New test, for this case.Jim Meyering
2005-07-25Import regex.m4 from gnulib.Paul Eggert