summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-06-16*** empty log message ***Jim Meyering
2001-06-16renamed from omni-utils.texiJim Meyering
2001-06-16renamed to coreutils.texiJim Meyering
2001-06-16*** empty log message ***Jim Meyering
2001-06-16(ls invocation): Mention the effect of locale.Jim Meyering
2001-06-16*** empty log message ***Jim Meyering
2001-06-11*** empty log message ***Jim Meyering
2001-06-11*** empty log message ***Jim Meyering
2001-06-11Update from GNU libc.Jim Meyering
2001-06-10*** empty log message ***Jim Meyering
2001-06-10Add a test based on a report from Herbert Xu.Jim Meyering
2001-06-09*** empty log message ***Jim Meyering
2001-06-09.Jim Meyering
2001-06-09*** empty log message ***Jim Meyering
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