summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-06-09Add options to make `who' more POSIX compliant.Jim Meyering
Accept new options: --all (-a), --boot (-b), --dead (-d), --login, --process (-p), --runlevel (-r), --short (-s), --time (-t), --users (-u). The -u option now produces POSIX-specified results and is the same as the long option `--users'. --idle is no longer the same as -u. (time_string, print_line, print_boottime, print_deadprocs, print_login, print_initspawn, print_clockchange, print_runlevel): New functions. (print_user): Renamed from print_entry and reworked. (search_entries): Remove function. (who_am_i): Likewise. (usage): Describe new options. (main): Handle new options. Mostly from Michael Stone.
2001-06-05*** empty log message ***Jim Meyering
2001-05-27*** empty log message ***Jim Meyering
2001-05-27.Jim Meyering
2001-05-27(main): Add `const' to declaration of local, `result'.Jim Meyering
2001-05-27*** empty log message ***Jim Meyering
2001-05-27(UT_TYPE): Define.Jim Meyering
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.