Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-24 | *** empty log message *** | Jim Meyering | |
2002-01-24 | (START-INFO-DIR-ENTRY): Remove a few entries | Jim Meyering | |
and clean up a few others based on suggestions from Bob Proulx. | |||
2002-01-22 | . | Jim Meyering | |
2002-01-16 | . | Jim Meyering | |
2002-01-16 | *** empty log message *** | Jim Meyering | |
2002-01-16 | Add support for POSIX 1003.1-2001, which requires removal for | Jim Meyering | |
support of obsolete "+" option syntax in sort, tail, and uniq. * doc/coreutils.texi: Document this. (Also, document a similar change to "touch", for fileutils). | |||
2002-01-13 | . | Jim Meyering | |
2002-01-12 | . | Jim Meyering | |
2002-01-12 | (shred invocation): List some journaled filesystems. | Jim Meyering | |
2002-01-06 | update from master | Jim Meyering | |
2001-12-21 | Use notation compatible with SI and with IEC 60027-2. | Jim Meyering | |
For example, --block-size=1MB now means --block-size=1000000, whereas --block-size=1MiB now means --block-size=1048576. A trailing `B' now means decimal, not binary; this is a silent change. -H or --si now outputs the trailing 'B', for consistency with this. Programs now output trailing 'K' (not 'k') to mean 1024. New df, du short option -B is short for --block-size. You can omit an integer `1' before a block size suffix, e.g. `df -BG' is equivalent to `df -B 1G' and to `df --block-size=1G'. Document the above. Remove documentation for obsolescent constructs MD, --kilobytes, -m or --megabytes. | |||
2001-12-05 | (join invocation): tweak wording | Jim Meyering | |
2001-11-18 | . | Jim Meyering | |
2001-11-17 | . | Jim Meyering | |
2001-11-10 | tweak locale-related somments for sort | Jim Meyering | |
2001-11-10 | tweak locale-related somments for sort | Jim Meyering | |
2001-11-10 | . | Jim Meyering | |
2001-11-10 | (Date directives): Document %u. | Jim Meyering | |
2001-11-08 | . | Jim Meyering | |
2001-11-08 | *** empty log message *** | Jim Meyering | |
2001-11-08 | (paste invocation): Give examples. | Jim Meyering | |
Thanks to Dan Jacobson for suggesting the examples. | |||
2001-11-05 | *** empty log message *** | Jim Meyering | |
2001-11-05 | (sort invocation): Recommend setting LC_ALL=C, | Jim Meyering | |
not LC_COLLATE=C. Explain how the latter can cause problems. Based on a message from Paul Eggert. (ls invocation): Recommend setting LC_ALL=C, not LC_COLLATE=C. | |||
2001-10-21 | *** empty log message *** | Jim Meyering | |
2001-10-21 | (cp invocation): Describe --reply=... | Jim Meyering | |
2001-10-17 | *** empty log message *** | Jim Meyering | |
2001-10-17 | (cp invocation): `cp --no-dereference' is | Jim Meyering | |
no longer equivalent to `cp -d'. `cp -d' is equivalent to `--no-dereference --preserve=links'. cp's -P option means --no-dereference, not --parents. Describe new optional argument to --preserve. Describe new option: --no-preserve=ATTRIBUTE_LIST. | |||
2001-09-26 | . | Jim Meyering | |
2001-09-23 | . | Jim Meyering | |
2001-09-23 | *** empty log message *** | Jim Meyering | |
2001-09-23 | (check-texinfo): Redirect stderr of `grep -w' to | Jim Meyering | |
/dev/null, so people with old versions of grep don't see the failure. | |||
2001-09-22 | . | Jim Meyering | |
2001-09-22 | . | Jim Meyering | |
2001-09-16 | *** empty log message *** | Jim Meyering | |
2001-09-16 | (mv invocation): Describe new option: --reply={yes,no,query}. Fix a few typos. | Jim Meyering | |
2001-09-16 | . | Jim Meyering | |
2001-09-16 | *** empty log message *** | Jim Meyering | |
2001-09-16 | (uniq invocation): The input need not | Jim Meyering | |
be sorted. Try to clarify -d versus -D versus -u. | |||
2001-09-12 | *** empty log message *** | Jim Meyering | |
2001-09-12 | (tail invocation): Document new option: -F. | Jim Meyering | |
From Herbert Xu. | |||
2001-09-07 | *** empty log message *** | Jim Meyering | |
2001-09-07 | New 'uname' options -i or --hardware-platform, | Jim Meyering | |
and -o or --operating-system. 'uname -a' now outputs -i and -o information at the end. New uname option --kernel-version is an alias for -v. Uname option --release has been renamed to --kernel-release, and --sysname has been renamed to --kernel-name; the old options will work for a while, but are no longer documented. | |||
2001-09-06 | *** empty log message *** | Jim Meyering | |
2001-09-06 | (join invocation): Describe the GNU | Jim Meyering | |
extension to join, which does not require sorted input when the input contains no unpairable lines. | |||
2001-09-01 | . | Jim Meyering | |
2001-08-31 | *** empty log message *** | Jim Meyering | |
2001-08-26 | . | Jim Meyering | |
2001-08-26 | *** empty log message *** | Jim Meyering | |
2001-08-26 | expr now uses LC_COLLATE for string comparison, as per POSIX. | Jim Meyering | |
2001-08-25 | *** empty log message *** | Jim Meyering | |