summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Collapse)Author
2005-04-09Document that dd no longer treats QUIT or PIPE specially,Paul Eggert
and when conforming to POSIX no longer treats USR1 specially. Document that dd no longer dumps core when handling signals.
2005-03-19"pr -D FORMAT" now accepts the same formats that "date +FORMAT" does.Paul Eggert
2005-03-19nohup now ignores the umask when creating nohup.out.Paul Eggert
nohup now closes stderr if it is a terminal and stdout is closed.
2005-03-14Reword ls time-stamp limit issue.Paul Eggert
2005-03-11ls now refuses to generate time stamps containing more than 1000 bytes.Paul Eggert
2005-02-28*** empty log message ***Jim Meyering
2005-02-21dd now uses a real-time clock if available, for transfer statistics.Paul Eggert
2005-02-15*** empty log message ***Jim Meyering
2005-02-08Document stat -f -c %S, plus changes to default formats.Paul Eggert
2005-01-15*** empty log message ***Jim Meyering
2005-01-15*** empty log message ***Jim Meyering
2005-01-10Document changes responding to POSIX interpretations about pathchk -pPaul Eggert
dated 2005-01-06.
2005-01-09*** empty log message ***Jim Meyering
2005-01-08*** empty log message ***Jim Meyering
2005-01-08*** empty log message ***Jim Meyering
2005-01-07Include today's date.Jim Meyering
2005-01-05*** empty log message ***Jim Meyering
2005-01-05 du --exclude=P now compares pattern P against the entire nameJim Meyering
of each file, rather than just the final component.
2005-01-04*** empty log message ***Jim Meyering
2004-12-19* NEWS: Mention that one should eval "`dircolors`" rather thanPaul Eggert
`dircolors`.
2004-12-15mention tac bug fixJim Meyering
2004-12-11chown race fixJim Meyering
2004-12-09ls now exits with status 1 on minor problems, 2 if serious trouble.Paul Eggert
2004-12-08Document new UTC+HH:MM date syntax, and put date changes together.Paul Eggert
2004-12-04Mention cut's new --complement option.Jim Meyering
2004-11-20Add noctty flag to dd.Paul Eggert
2004-11-16New dd operand "status=noxfer".Paul Eggert
2004-11-15dd now outputs total bytes, seconds, and bytes per second.Paul Eggert
2004-11-13Document today's changes to "sort".Paul Eggert
2004-11-12Document recent changes to "pr".Paul Eggert
2004-10-30Document getdate changes.Paul Eggert
2004-10-29`tac /proc/modules' would print nothingJim Meyering
2004-10-21*** empty log message ***Jim Meyering
2004-10-21*** empty log message ***Jim Meyering
2004-10-18 rm (and mv when moving between partitions) no longer fails whenJim Meyering
operating on too many command-line-specified nonempty directories.
2004-10-14*** empty log message ***Jim Meyering
2004-10-14*** empty log message ***Jim Meyering
2004-09-26Add "ls --hide".Paul Eggert
2004-09-24Mention that "chmod -r -w x" now works as expected.Paul Eggert
2004-09-23Describe SUSv2 etc. tail fixes.Paul Eggert
2004-09-21The following commands now reject unknown options:Paul Eggert
basename dirname factor hostname link nohup sync unlink yes Also, pathchk no longer accepts trailing options.
2004-09-19Remove md5sum --string.Paul Eggert
2004-09-10"tail" now handles obscure POSIX 1003.2-1992 cases better.Paul Eggert
2004-09-09Document that "tr xy -z" now works as per POSIX.Paul Eggert
Sort the descriptions.
2004-09-07Document "touch" POSIX-conformance fix.Paul Eggert
2004-09-06Several "od" changes for POSIX and FreeBSD compatibility.Paul Eggert
2004-08-24POSIX-conformance fixes for "expand" and "unexpand".Paul Eggert
2004-08-19"chown : file", "chown '' file", and "chgrp '' file" nowPaul Eggert
succeed without changing the uid and gid, like FreeBSD.
2004-08-10Document "sort -o -" and "tee -" POSIX-conformance fixes.Paul Eggert
2004-07-30md5sum and sha1sum overflow detection.Paul Eggert