summaryrefslogtreecommitdiff
path: root/doc/ChangeLog
AgeCommit message (Collapse)Author
2006-07-01With no operand, 'tail -f' now silently ignores the '-f'Paul Eggert
only if standard input is a FIFO or pipe and POSIXLY_CORRECT is set.
2006-07-01seq defaults to a minimal fixed point format that does not losePaul Eggert
information if seq's operands are all fixed point decimal numbers. You no longer need the `-f%.f' in `seq -f%.f 1048575 1024 1050623', for example, since the default format now has the same effect. seq now lets you use %a, %A, %E, %F, and %G formats. seq now uses long double internally rather than double.
2006-06-28* coreutils.texi (sort invocation): 'sort +1 -2' is now supportedPaul Eggert
even when conforming to POSIX 1003.1-2001.
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-27*** empty log message ***Jim Meyering
2006-05-27*** empty log message ***Jim Meyering
2006-05-25Remove mention of --seed.Paul Eggert
2006-05-04*** empty log message ***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-17Document filemode changes.Paul Eggert
2006-04-17*** empty log message ***Jim Meyering
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-03-28*** empty log message ***Jim Meyering
2006-03-27*** empty log message ***Jim Meyering
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-06(dd invocation): New flags directory, nolinks.Paul Eggert
Alphabetize nofollow.
2006-02-27*** empty log message ***Jim Meyering
2006-02-20*** empty log message ***Jim Meyering
2006-02-20*** empty log message ***Jim Meyering
2006-02-12*** empty log message ***Jim Meyering
2006-02-02(od invocation): Warn that -t a ignores the high order bit.Paul Eggert
2006-01-31(tail invocation): In the obsolete usage, thePaul Eggert
count is optional, so put square brackets around it.
2006-01-03(General date syntax): Invalid dates are rejected.Paul Eggert
(Time of day items): Mention the possibility of leap seconds. Problem reported by Dr. David Alan Gilbert.
2006-01-03Explain date %g, %G a bit better.Paul Eggert
2006-01-02*** empty log message ***Jim Meyering
2006-01-02New approach to safer chmod.Paul Eggert
2005-12-29(sort invocation): Clarify that a blank is a spacePaul Eggert
or a tab.
2005-12-17*** empty log message ***Jim Meyering
2005-12-17*** empty log message ***Jim Meyering
2005-12-12Clarify sort -R.Paul Eggert
2005-12-10Add sort -R.Paul Eggert
2005-12-07* coreutils.texi (dd invocation): New noatime flag.Paul Eggert
2005-11-26Log today's changes.Paul Eggert
2005-11-16(tail invocation): Say that the obsolete form uses exactly onePaul Eggert
option and at most one file.
2005-11-16Improve quality of ln's diagnostics.Paul Eggert
2005-11-13*** empty log message ***Jim Meyering
2005-11-08ls now defaults to --time-style='locale', which in turn actsPaul Eggert
like --time-style='posix-long-iso' if the locale settings are messed up.
2005-11-02rm -d no longer has any effect, and we plan to remove it (and maybe ln -d).Paul Eggert
2005-11-01"touch 0101000000" now operates as POSIX 1002.1-2001 requires.Paul Eggert
2005-11-01"tail -c 2 FILE" now operates as POSIX 1003.1-2001 requires.Paul Eggert
2005-10-23*** empty log message ***Jim Meyering