summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-07-02.Jim Meyering
2001-07-02*** empty log message ***Jim Meyering
2001-07-02.Jim Meyering
2001-07-02now-generatedJim Meyering
2001-07-02(Makefile.am): Include jm-glibc-io.m4n in emittedJim Meyering
definition of EXTRA_DIST. (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to ensure that the generated file is created/updated whenever the list of $(unlocked_functions) is changed. (jm-glibc-io.m4): New rule. (unlocked-io.h): New rule -- currently unused.
2001-07-02*** empty log message ***Jim Meyering
2001-07-02.Jim Meyering
2001-07-02*** empty log message ***Jim Meyering
2001-07-02(do_link): Test the boolean symbolic_link, not the function, symlink.Jim Meyering
Patch by Frederik Eaton.
2001-07-02*** empty log message ***Jim Meyering
2001-07-01*** empty log message ***Jim Meyering
2001-07-01(usage): Suggest setting LC_COLLATE=C, rather than LC_ALL=C.Jim Meyering
2001-06-24*** empty log message ***Jim Meyering
2001-06-24(jm_INCLUDED_REGEX): Use a quadrigraph to represent anJim Meyering
unmatched right bracket, rather than an extra, falsely-matching quote in a comment. Patch by Akim Demaille.
2001-06-20*** empty log message ***Jim Meyering
2001-06-18update from libcJim Meyering
2001-06-17*** empty log message ***Jim Meyering
2001-06-17*** empty log message ***Jim Meyering
2001-06-17Include Makefile.cfg.Jim Meyering
2001-06-17New file with package-specific definitions.Jim Meyering
2001-06-17Factor out definitions specific to fileutils,Jim Meyering
sh-utils, and textutils, so that other packages can use the framework.
2001-06-16.Jim Meyering
2001-06-16*** empty log message ***Jim Meyering
2001-06-16*** empty log message ***Jim Meyering
2001-06-16.Jim Meyering
2001-06-16*** empty log message ***Jim Meyering
2001-06-16(main): Recheck global print_with_color after callingJim Meyering
parse_ls_color, since that function may have reset it. Based on a patch from Richard Dawe.
2001-06-16(print_long_format): Don't truncate user namesJim Meyering
or group names that are longer than 8 characters.
2001-06-16.Jim Meyering
2001-06-16*** empty log message ***Jim Meyering
2001-06-16Reflect renaming: s/omni-/core/.Jim Meyering
2001-06-16(info_TEXINFOS): Reflect renaming: s/omni-/core/.Jim Meyering
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