summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-07-10(show_dev): Make the `Use%' column align withJim Meyering
its heading, even when -P is used with -h or -H.
2002-07-10update copyrightJim Meyering
2002-07-10*** empty log message ***Jim Meyering
2002-07-10(du invocation): s/PAT/PATTERN/.Jim Meyering
2002-07-10Add a brief description of --exclude.Jim Meyering
2002-07-10(usage) [--exclude]: Use PATTERN rather than PAT.Jim Meyering
2002-07-10*** empty log message ***Jim Meyering
2002-07-09update from masterJim Meyering
2002-07-09*** empty log message ***Jim Meyering
2002-07-09(ME_DUMMY): Don't count entries of type `auto' as dummy ones.Jim Meyering
At least on GNU/Linux systems, `auto' means something else. From Michael Stone.
2002-07-09(check-x-vs-1): cd to srcdir before running the ls.Jim Meyering
Otherwise, it'd fail in the non-srcdir case.
2002-07-09.Jim Meyering
2002-07-09alphabetize the lists of programsJim Meyering
2002-07-09add cat.1, once againJim Meyering
2002-07-09*** empty log message ***Jim Meyering
2002-07-09*** empty log message ***Jim Meyering
2002-07-09(check-x-vs-1): New target.Jim Meyering
(check-local): Depend on check-x-vs-1.
2002-07-09(dist_man_MANS): Add stat.Jim Meyering
(stat.1): Add dependency.
2002-07-09(euidaccess): Remove declaration. It was unused. From Michael Stone.Jim Meyering
(yesno): Remove declaration. It too was unused.
2002-07-08*** empty log message ***Jim Meyering
2002-07-08df now rounds all quantities up, as per POSIX.Jim Meyering
This fixes a bug where df would report Size < Used.
2002-07-08df now rounds all quantities up, as per POSIX.Jim Meyering
This fixes a bug where df would report Size < Used. (df_readable): Omit last arg; we always round up now. All callers changed.
2002-07-08s/sh-utils/this package/Jim Meyering
2002-07-08(uninstall-local): Search for @GNU_PACKAGE@,Jim Meyering
rather than the hard-coded `sh-utils'.
2002-07-08*** empty log message ***Jim Meyering
2002-07-08New ls time style: long-iso, which generates YYYY-MM-DD HH:MM.Jim Meyering
Any time style can be preceded by "posix-". The default time style is now posix-long-iso instead of posix-iso.
2002-07-08(enum time_style): Remove posix_iso_time_style.Jim Meyering
Add long_iso_time_style. (time_style_args, time_style_types, decode_switches): Likewise. (decode_switches): If a time style is prefixed by "posix-", ignore it if in the POSIX locale. Default style is now posix-long-iso. (usage): Explain the above.
2002-07-08check only for $@"Jim Meyering
2002-07-08*** empty log message ***Jim Meyering
2002-07-08*** empty log message ***Jim Meyering
2002-07-08(check-texinfo): Check for the above.Jim Meyering
2002-07-08(cp invocation): Remove unnecessary "$@" in example;Jim Meyering
Texinfo would render the @" as an umlaut over the following character. From Paul Eggert.
2002-07-06.Jim Meyering
2002-07-06*** empty log message ***Jim Meyering
2002-07-06*** empty log message ***Jim Meyering
2002-07-06(stat invocation): Remove description of --secure.Jim Meyering
2002-07-06Remove everything associated with --secure option.Jim Meyering
2002-07-06commentsJim Meyering
2002-07-06improve the testJim Meyering
2002-07-06*** empty log message ***Jim Meyering
2002-07-04*** empty log message ***Jim Meyering
2002-07-04*** empty log message ***Jim Meyering
2002-07-04(prompt): Fix test for write-protectedness to alsoJim Meyering
check errno == EACCES. Otherwise, `rm dangling-symlink' would mistakenly prompt.
2002-07-04*** empty log message ***Jim Meyering
2002-07-04(TESTS): Add dangling-symlink.Jim Meyering
2002-07-04*** empty log message ***Jim Meyering
2002-07-04*** empty log message ***Jim Meyering
2002-07-03*** empty log message ***Jim Meyering
2002-07-03*** empty log message ***Jim Meyering
2002-07-03(usage): Rename --link/-l to --dereference/-L.Jim Meyering
Describe --secure. Describe --format. (main): Support -L. Deprecate -l.