summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-05-27(jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.Jim Meyering
Check for ut_type in struct utmp.
2001-05-24.Jim Meyering
2001-05-24*** empty log message ***Jim Meyering
2001-05-24Add definitions that let me factor the wget rule while still lettingJim Meyering
me accommodate the fact that these files reside in several different directories and come from different places. (wget-files): Define. (get-targets, *-local_dir, *-url_prefix): Likewise. (target, url, local_file): Convenience variables. ($(get-targets)): The factored rule.
2001-05-24Update from master source.Jim Meyering
2001-05-24*** empty log message ***Jim Meyering
2001-05-24.Jim Meyering
2001-05-24fix typoJim Meyering
2001-05-24*** empty log message ***Jim Meyering
2001-05-24(move-if-change): Define.Jim Meyering
(wget-update): Use it in place of mv.
2001-05-24*** empty log message ***Jim Meyering
2001-05-24(wget-update): Have wget write to a temporary file,Jim Meyering
and replace the original only if wget succeeds. Also get ansi2nkr.c.
2001-05-24*** empty log message ***Jim Meyering
2001-05-24Use `#if D_TYPE_IN_DIRENT && defined DTTOIF' toJim Meyering
determine whether to enable the DT_INIT definition, not the less portable `#if defined _DIRENT_HAVE_D_TYPE || defined DTTOIF'. Reported by Eli Zaretskii.
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.