Age | Commit message (Expand) | Author |
2005-11-02 | Mention that rm -d and maybe ln -d are scheduled for | Paul Eggert |
2005-11-02 | *** empty log message *** | Jim Meyering |
2005-11-01 | "touch 0101000000" now operates as POSIX 1003.1-2001 requires. | Paul Eggert |
2005-11-01 | tail -c 2 FILE now operates as POSIX 1002.1-2001 requires. | Paul Eggert |
2005-10-27 | *** empty log message *** | Jim Meyering |
2005-10-25 | *** empty log message *** | Jim Meyering |
2005-10-23 | *** empty log message *** | Jim Meyering |
2005-10-23 | *** empty log message *** | Jim Meyering |
2005-10-23 | *** empty log message *** | Jim Meyering |
2005-10-22 | *** empty log message *** | Jim Meyering |
2005-10-20 | Mention this chmod fix as well as the dircolors one. | Jim Meyering |
2005-10-17 | *** empty log message *** | Jim Meyering |
2005-10-16 | now it's the 17th | Jim Meyering |
2005-10-16 | remove -cvs suffix | Jim Meyering |
2005-10-16 | Mention the `mkdir -p' bug fix. | Jim Meyering |
2005-10-15 | . | Jim Meyering |
2005-10-13 | Document dircolors change of 2005-09-05. | Jim Meyering |
2005-10-01 | *** empty log message *** | Jim Meyering |
2005-09-30 | Use 5.91-cvs as the version string. | Jim Meyering |
2005-09-30 | Clarify "tail - f" example. | Paul Eggert |
2005-09-29 | Version 5.90. | Jim Meyering |
2005-09-29 | mention stat bug fix | Jim Meyering |
2005-09-28 | Use 5.90-cvs as the version string. | Jim Meyering |
2005-09-25 | "touch -" now touches standard output. | Paul Eggert |
2005-09-16 | *** empty log message *** | Jim Meyering |
2005-09-15 | uname -a no longer generates the -p and -i outputs if they are unknown. | Paul Eggert |
2005-09-14 | du and pr also have +:z etc. | Paul Eggert |
2005-09-13 | date has a new --rfc-3339 option, and the old --iso-8601 | Paul Eggert |
2005-09-10 | . | Jim Meyering |
2005-09-10 | Insert missing paren. | Paul Eggert |
2005-09-09 | Document "niceness" vs "nice value". | Paul Eggert |
2005-08-29 | "rm -FOO" now suggests "rm ./-FOO" if the file "-FOO" | Paul Eggert |
2005-08-23 | Use `5.3.1-cvs' as the version string. | Jim Meyering |
2005-07-19 | md5sum --check now accepts multiple input files, and similarly for sha1sum. | Paul Eggert |
2005-07-15 | nohup now ignores POSIXLY_CORRECT and redirects from /dev/null. | Paul Eggert |
2005-07-11 | Binary input and output are now implemented more consistently. | Paul Eggert |
2005-07-03 | cp and mv: the --reply=X option is deprecated | Jim Meyering |
2005-06-23 | du's --last-time option is now --time. | Paul Eggert |
2005-06-23 | *** empty log message *** | Jim Meyering |
2005-06-16 | * src/hostid.c (main): Don't print fewer than 8 digits, or spurious leading "f". | Paul Eggert |
2005-06-15 | Fix typo in previous checkin. | Paul Eggert |
2005-06-15 | install -D had a problem similar to mkdir -p. | Paul Eggert |
2005-06-13 | *** empty log message *** | Jim Meyering |
2005-06-10 | ls no longer outputs an extra space between mode and link count. | Paul Eggert |
2005-05-28 | dd seek=N now conforms to POSIX if the output isn't seekable. | Paul Eggert |
2005-05-27 | expr and test now correctly compare integers of unlimited size. | Paul Eggert |
2005-05-26 | nohup now redirects a tty stdin to an unreadable fd instead of closing it. | Paul Eggert |
2005-05-13 | rm now performs run-time test to work around buggy readdir implementations | Jim Meyering |
2005-05-12 | nohup now closes stdin if it is a terminal, unless POSIXLY_CORRECT is set. | Paul Eggert |
2005-05-08 | cp, ln, mv, rm no longer discard white space when intepreting responses. | Paul Eggert |