summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2006-06-28(sort invocation): 'sort +1 -2' is now supportedPaul Eggert
even when conforming to POSIX 1003.1-2001, since this is a pure extension to POSIX.
2006-06-27* coreutils.texi (wc invocation): Remove ./ prefix from example.Jim Meyering
From Padraig Brady.
2006-06-26* coreutils.texi (wc invocation): Spell out `--files0-from' inJim Meyering
the example. Suggestion from Bob Proulx.
2006-06-26* coreutils.texi (wc invocation): Document new --files0-from option.Jim Meyering
2006-06-25(sleep invocation): Document that acceptingJim Meyering
multiple arguments and suffixes are extensions. Reported by Dan Jacobson.
2006-06-12(check-texinfo): Use $(_W) and $(W_) instead ofPaul Eggert
assuming grep -w (which is not portable).
2006-05-27*** empty log message ***Jim Meyering
2006-05-27Use `AM_MAKEINFOFLAGS' rather thanJim Meyering
overwriting `MAKEINFO', so that `missing' can do its job.
2006-05-27*** empty log message ***Jim Meyering
2006-05-27(check-texinfo): Use literal `{' only in brackets, i.e., [{] or [}],Jim Meyering
to avoid triggering an error from Solaris 2.6's grep.
2006-05-27*** empty log message ***Jim Meyering
2006-05-27Use `$(EGREP)' instead of `grep -E'.Jim Meyering
2006-05-25Remove mention of --seed.Paul Eggert
2006-05-06.Jim Meyering
2006-05-04*** empty log message ***Jim Meyering
2006-05-04(Examples of date): Give example of @seconds.Jim Meyering
2006-05-03(head invocation, tail invocation, sort invocation):Paul Eggert
Give advice about porting to hosts that support only obsolete syntax.
2006-04-23*** empty log message ***Jim Meyering
2006-04-23(Which files are listed): Describe new option: --group-directories-first.Jim Meyering
2006-04-17Document filemode changes.Paul Eggert
2006-04-17(What information is listed): Add P for SolarisPaul Eggert
10 ports. Add commented-out entries for other types that POSIX says are possible, or that I observed in FreeBSD documentation.
2006-04-17*** empty log message ***Jim Meyering
2006-04-17(Input processing in ptx): Remove mention of theJim Meyering
default --ignore file, /usr/local/lib/eign. That file has never been used. Reported by Eric Blake.
2006-04-13(What information is listed): Document 'ls' type letters.Paul Eggert
2006-04-12(expr invocation): expr exit status is 3 only forPaul Eggert
internal errors now; 2 is also for invalid values in expressions.
2006-04-09Add 'hostid' to System context menu line.Paul Eggert
2006-04-09(Top): Fix typo in System context menu entry: hostid wasn't mentioned.Paul Eggert
2006-03-28(General options in ptx): Undocument --copyright.Jim Meyering
2006-03-28*** empty log message ***Jim Meyering
2006-03-27*** empty log message ***Jim Meyering
2006-03-27(dirname invocation): Macro in previous patch was too broad.Jim Meyering
2006-03-26.Jim Meyering
2006-03-26(basename invocation, dirname invocation):Jim Meyering
Improve documentation to match recent // patches.
2006-03-26*** empty log message ***Jim Meyering
2006-03-23nohup diagnostics are now more precise, and nohup nowPaul Eggert
redirects stderr to nohup.out if stdout is closed and stderr is a tty.
2006-03-23(nohup invocation): nohup now redirects stderr toPaul Eggert
nohup.out if stdout is closed and stderr is a tty.
2006-03-12.Jim Meyering
2006-03-06(dd invocation): New flags directory, nolinks.Paul Eggert
Alphabetize nofollow.
2006-02-27*** empty log message ***Jim Meyering
2006-02-27Add base64 section.Jim Meyering
2006-02-21(join invocation): Mention `sort -k 1b,1'.Paul Eggert
2006-02-20*** empty log message ***Jim Meyering
2006-02-20(rm invocation): Fix typo in last patch.Jim Meyering
(paste invocation): Fix whitespace.
2006-02-20*** empty log message ***Jim Meyering
2006-02-20(rm invocation): Document new -I option, and new --interactive behavior.Jim Meyering
2006-02-20.Jim Meyering
2006-02-12*** empty log message ***Jim Meyering
2006-02-12(Character sets): Don't say that an unknownJim Meyering
backslash-escape causes an error message -- it doesn't. Mention that `\' also removes any special significance, so is useful for [, ], *, -. Prompted by Richard Neill in http://savannah.gnu.org/bugs/index.php?func=detailitem&item_id=14937
2006-02-12(Character sets): Don't say that an unknownJim Meyering
backslash-escape causes an error message -- it doesn't.
2006-02-02(od invocation): Warn that -t a ignores the high order bit.Paul Eggert