summaryrefslogtreecommitdiff
path: root/doc/coreutils.texi
AgeCommit message (Collapse)Author
2002-07-24(Time directives): Document %P, %R, %e, %F, %g, %G, and %VJim Meyering
2002-07-22(Formatting the file names): DocumentJim Meyering
that -N/--literal are equivalent to --quoting-style=literal. Reported by Oskar Liljeblad as Debian bug#103612.
2002-07-10(du invocation): s/PAT/PATTERN/.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-08s/sh-utils/this package/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(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(stat invocation): Remove description of --secure.Jim Meyering
2002-07-03(stat invocation): Rename --link/-l to --dereference/-L.Jim Meyering
Rewrite description of --dereference.
2002-06-26(Putting the tools together): Don't mention egrep,Jim Meyering
since it's not part of POSIX 1003.1-2001.
2002-06-21tiny tweaksJim Meyering
2002-06-21(stat invocation): New section. From Michael Meskes.Jim Meyering
2002-06-15(ls invocation): Document new option: --author.Jim Meyering
2002-06-03(rm invocation): Add the warning (also in the --help output)Jim Meyering
that the contents of a removed file are often recoverable.
2002-05-28more acronymsJim Meyering
2002-05-26Use @acronym in place of most uses of @sc.Jim Meyering
2002-04-28Change `@code{PROG}' to `@command{PROG}'.Jim Meyering
2002-04-28Change @code{PROG} to @command{PROG} for the fileutils.Jim Meyering
2002-04-28Begin changing @code{PROG} to @command{PROG}.Jim Meyering
2002-04-28Use @command{(un)?link}, not @code{...} where appropriateJim Meyering
2002-04-28(kill invocation): Document the above.Jim Meyering
Document POSIX signals better.
2002-04-16s/POSIX/@sc{posix}/Jim Meyering
2002-04-15Document kill.Jim Meyering
2002-04-14alphabetize entries in a menuJim Meyering
In xref, use libc instead of library.
2002-04-13Document link and unlink.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(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-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-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(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-02-28(pr invocation): Reword to avoid using `:'Jim Meyering
in an @opindex entry -- info doesn't permit it.
2002-02-28(Formatting file timestamps): Document newJim Meyering
time-formatting method: --time-style=+FORMAT.
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(tsort invocation): Add a more realistic example.Jim Meyering
2002-02-17(tsort background): New section.Jim Meyering
From Ian Lance Taylor.
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-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-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-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-12(shred invocation): List some journaled filesystems.Jim 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-10tweak locale-related somments for sortJim Meyering
2001-11-10tweak locale-related somments for sortJim Meyering
2001-11-10(Date directives): Document %u.Jim Meyering
2001-11-08(paste invocation): Give examples.Jim Meyering
Thanks to Dan Jacobson for suggesting the examples.