summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2002-04-12.Jim Meyering
2002-04-08*** empty log message ***Jim Meyering
2002-04-08Use new directives, @copying and @insertcopying,Jim Meyering
thus now requiring texinfo-4.2 to create the .info file.
2002-03-25*** empty log message ***Jim Meyering
2002-03-25(File characteristic tests): Document theJim Meyering
behavior of test -nt and -ot when one of the files does not exist, using the same behavior that is documented in ksh93.
2002-03-10.Jim Meyering
2002-03-06.Jim Meyering
2002-03-06*** empty log message ***Jim Meyering
2002-03-06(cut invocation): Say that selected input is written in the sameJim Meyering
order that it is read, and is written exactly once.
2002-03-03*** empty log message ***Jim Meyering
2002-03-03Make cp -r equivalent to cp -R. Add a new cp option --copy-contentsJim Meyering
for people who want to emulate the traditional (and rarely desirable) cp -r behavior. (cp invocation): Document this. Fix some related minor bugs: --no-dereference is no longer equivalent to -d, and --archive (-a) can override the other symlink options. Warn that cp -R is not portable on symbolic links unless you also specify -P.
2002-03-02*** empty log message ***Jim Meyering
2002-03-02(cp invocation): Document that cp -rJim Meyering
preserves symlinks. Emphasize non-portability of cp -r.
2002-03-01(Time directives): Add %N for nanoseconds.Jim Meyering
This documents the recent change to 'ls'.
2002-03-01*** empty log message ***Jim Meyering
2002-03-01*** empty log message ***Jim Meyering
2002-02-28*** empty log message ***Jim Meyering
2002-02-28(pr invocation): Reword to avoid using `:'Jim Meyering
in an @opindex entry -- info doesn't permit it.
2002-02-28*** empty log message ***Jim Meyering
2002-02-28(Formatting file timestamps): Document newJim Meyering
time-formatting method: --time-style=+FORMAT.
2002-02-19*** empty log message ***Jim Meyering
2002-02-19(seq invocation): In the example, use "tailJim Meyering
-n 3", not "tail -3", to conform to POSIX 1003.1-2001.
2002-02-17*** empty log message ***Jim Meyering
2002-02-17(tsort invocation): Add a more realistic example.Jim Meyering
2002-02-17(tsort background): New section.Jim Meyering
From Ian Lance Taylor.
2002-02-16.Jim Meyering
2002-02-16renamed to config/texinfo.texJim Meyering
2002-02-16renamed to config/mdate-shJim Meyering
2002-02-16*** empty log message ***Jim Meyering
2002-02-16fix typoJim Meyering
2002-02-16Add support for _POSIX2_VERSION, which lets you pick which POSIXJim Meyering
version you want the utilities to conform to. Remove warnings about failure to conform to a future POSIX version. * NEWS, doc/coreutils.texi: Document _POSIX2_VERSION. * doc/coreutils.texi (Standards Conformance): New section.
2002-02-15Change 'split' to conform to POSIX. It now accepts an -a orJim Meyering
--suffix-length option, and refuses to generate more files than there are suffixes. Document this.
2002-02-15from texinfo-4.0gJim Meyering
2002-02-11Add more support for POSIX 1003.1-2001, which requires removalJim Meyering
for support of obsolete "-DIGITS" option syntax in nice, and which prohibits options with optional arguments like date's -I option. Document this.
2002-02-11Add more support for POSIX 1003.1-2001, which requires removal forJim Meyering
support of obsolete "-N" option syntax in expand, head, fold, split, tail, unexpand, uniq, and which prohibits options with optional arguments in od and pr.
2002-02-11.Jim Meyering
2002-01-24*** empty log message ***Jim Meyering
2002-01-24(START-INFO-DIR-ENTRY): Remove a few entriesJim 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-16Add support for POSIX 1003.1-2001, which requires removal forJim 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-06update from masterJim Meyering
2001-12-21Use 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 wordingJim Meyering
2001-11-18.Jim Meyering
2001-11-17.Jim Meyering