summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-05-20Unset QUOTING_STYLE and TIME_STYLE. Set TZ.Jim Meyering
Adjust to change in full-time format. Fix typo in failure messages (-a and -m were interchanged).
2001-05-20*** empty log message ***Jim Meyering
2001-05-20(my_strftime):Jim Meyering
Define to nstrftime if emacs, but only if my_strftime is not defined. (extra_args, extra_args_spec, extra_args_spec_iso): Rename from ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively. Add one more extra argument: a nanoseconds value. All uses changed. (ns): New macro. (my_strftime function): Add %N format. (emacs_strftimeu): Renamed from emacs_strftime, with extra ut argument.
2001-05-20(libfetish_a_SOURCES):Jim Meyering
Add strftime.c, since we now compile it on all hosts.
2001-05-20*** empty log message ***Jim Meyering
2001-05-20(jm_FUNC_GNU_STRFTIME):Jim Meyering
Don't bother to check library strftime, since we'll be using our own my_strftime function anyway. Define my_strftime instead of strftime.
2001-05-20*** empty log message ***Jim Meyering
2001-05-20(parse_obsolescent_option): Accept a b suffix.Jim Meyering
2001-05-20.Jim Meyering
2001-05-20(EXTRA_DIST): Add constants.texi and doclicense.texi.Jim Meyering
(info_TEXINFOS): s/fileutils/omni-utils/. (check-texinfo): New rule. (check): Depend on check-texinfo.
2001-05-20Make all references to POSIX use @sc{posix}.Jim Meyering
2001-05-20.Jim Meyering
2001-05-20(uniq invocation): Document the new optionalJim Meyering
arguments to the --all-repeated option.
2001-05-20*** empty log message ***Jim Meyering
2001-05-20Rename new option values: s/all/precede/ and s/minimum/separate/.Jim Meyering
2001-05-20*** empty log message ***Jim Meyering
2001-05-20reflect option value renamingsJim Meyering
2001-05-19.Jim Meyering
2001-05-19*** empty log message ***Jim Meyering
2001-05-19(delimit_method_map): Remove trailing comma.Jim Meyering
2001-05-19*** empty log message ***Jim Meyering
2001-05-19Test new, --all-repeated options.Jim Meyering
2001-05-19*** empty log message ***Jim Meyering
2001-05-19Support new modes for uniq's --all-repeated option.Jim Meyering
The default behavior is unchanged. Include argmatch.h. (usage): Update. (check_file): Implement it. (main): Handle new, optional arguments. Patch by Padraig Brady.
2001-05-19s/GNU text/GNU command line/ ... utilities.Jim Meyering
2001-05-19s/was/were/Jim Meyering
2001-05-19*** empty log message ***Jim Meyering
2001-05-19Change a few uses of `timezone' to `time zone'.Jim Meyering
2001-05-16(my-distcheck): Remove work-around kludge andJim Meyering
associated comment, now that automake has ben fixed.
2001-05-16*** empty log message ***Jim Meyering
2001-05-16Use proper quoting so brackets appear in the test program.Jim Meyering
2001-05-16.Jim Meyering
2001-05-15*** empty log message ***Jim Meyering
2001-05-15(parse_obsolescent_option): Use t_count_lines, notJim Meyering
count_lines, in error message.
2001-05-15*** empty log message ***Jim Meyering
2001-05-15Use proper quoting so brackets appear in the test program.Jim Meyering
2001-05-15*** empty log message ***Jim Meyering
2001-05-15(struct fileinfo.linkmode): Now st_mode.Jim Meyering
(print_color_indicator, print_name_with_quoting, print_type_indicator, length_of_file_name_and_frills): Use mode_t, not unsigned int, to store modes. (dired_dump_obstack): Do not assume size fits in 'int'. (get_link_name): readlink returns ssize_t, not int. (make_link_path): Store buffer size as size_t, not int. (print_long_format): Use unsigned long, not unsigned, to print nlink_t, uid_t, gid_t, major_t, minor_t.
2001-05-13*** empty log message ***Jim Meyering
2001-05-13(major_t, minor_t): Define to unsigned int if undefined.Jim Meyering
2001-05-13*** empty log message ***Jim Meyering
2001-05-13(main): Check for NODEV device only if NODEV is defined.Jim Meyering
2001-05-13(NODEV): Remove, undoing previous change.Jim Meyering
2001-05-13*** empty log message ***Jim Meyering
2001-05-13(dir_name, dir_len): Define to different namesJim Meyering
to avoid shadowing warnings due to new declarations from dirname.h.
2001-05-13*** empty log message ***Jim Meyering
2001-05-13Add new --dereference-command-line option.Jim Meyering
-H now means this instead of meaning --si, as POSIX requires.
2001-05-13*** empty log message ***Jim Meyering
2001-05-13(run_tests): Fail if any test name is longer than 12 bytes.Jim Meyering
2001-05-13Shorten test names so the length of a resulting file name doesn't exceed 14.Jim Meyering