summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-05-24*** empty log message ***Jim Meyering
2001-05-24(ls invocation): Document more clearly what ls does when given no arguments.Jim Meyering
2001-05-24*** empty log message ***Jim Meyering
2001-05-24Include "quote.h".Jim Meyering
(argmatch_invalid): Remove explicit `' quotes. Instead, use the quote function. Reported by Göran Uddeborg.
2001-05-24*** empty log message ***Jim Meyering
2001-05-24(main): Remove quotes around %s.Jim Meyering
The argument is already quoted via the quote function.
2001-05-22*** empty log message ***Jim Meyering
2001-05-22(_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),Jim Meyering
now that we use the package-supplied version unconditionally. (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
2001-05-21.Jim Meyering
2001-05-21.Jim Meyering
2001-05-21.Jim Meyering
2001-05-21*** empty log message ***Jim Meyering
2001-05-21*** empty log message ***Jim Meyering
2001-05-21($(DVIS), $(INFO_DEPS)): Depend on $(EXTRA_DIST).Jim Meyering
(DISABLED_constants.texi): New rule -- disabled for now.
2001-05-21.Jim Meyering
2001-05-21*** empty log message ***Jim Meyering
2001-05-21Change a couple backticks to single quotes to avoid shell syntax errors.Jim Meyering
2001-05-21.Jim Meyering
2001-05-21*** empty log message ***Jim Meyering
2001-05-21Add new --time-style option.Jim Meyering
Change --full-time to be equivalent to --time-style=full-iso.
2001-05-21.Jim Meyering
2001-05-21*** empty log message ***Jim Meyering
2001-05-21(jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.Jim Meyering
2001-05-21*** empty log message ***Jim Meyering
2001-05-21(dir_name): Compute append_dot using path, not newpathJim Meyering
which is not yet declared.
2001-05-21*** empty log message ***Jim Meyering
2001-05-21(wget-update): depcomp and missing are now in automake's lib/ subdirectory.Jim Meyering
2001-05-20.Jim Meyering
2001-05-20Include "hard-locale.h".Jim Meyering
(nstrftime): New decl. (enum time_style): New enum. (time_style_args, time_style_types): New constants. (full_time): Remove. (long_time_format): Initialize to POSIX defaults. (TIME_STYLE_OPTION): New constant. (long_options, decode_switches, usage): Add --time-style support. (long_time_expected_width): Use nstrftime, not strftime. (print_long_format): Likewise. Increase initial size to match new full-iso time style.
2001-05-20*** empty log message ***Jim Meyering
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