Age | Commit message (Expand) | Author |
2007-11-24 | "cp -p" tries to preserve GID even if preserving the UID fails. | Lasse Collin |
2007-11-23 | Add tests to show new class of strings accepted by date -d. | Jim Meyering |
2007-11-22 | cp: by default, refuse to copy through a dangling destination symlink | Jim Meyering |
2007-11-17 | "seq .1 .1" would mistakenly generate no output on some systems | Jim Meyering |
2007-11-03 | Fix bug with "seq 10.8 0.1 10.95", plus another bug with %% in format. | Paul Eggert |
2007-10-21 | * NEWS: Mention the printf fix. | Jim Meyering |
2007-10-21 | tr: do not reject an unmatched [:lower:] or [:upper:] in SET1. | Jim Meyering |
2007-10-08 | rm could malfunction under unusual circumstances: | Jim Meyering |
2007-10-07 | New program: mktemp. | Jim Meyering |
2007-09-24 | * NEWS: The recent rm-diagnostic fix also affects cross-partition "mv". | Jim Meyering |
2007-09-22 | rm: give a sensible diagnostic when failing to remove a symlink | Jim Meyering |
2007-09-07 | chmod: don't ignore a dangling symlink | Jim Meyering |
2007-08-23 | Don't let ln be a party to destroying user data. | Jim Meyering |
2007-08-21 | By default, do not install hostname anymore. | Jim Meyering |
2007-08-20 | NEWS: note that a cp -p bug fixed in 6.7 affected releases before 6.0. | Paul Eggert |
2007-08-20 | Avoid consuming too much seekable input when yesno is used. | Eric Blake |
2007-08-15 | od --skip (-j) works even on files in /proc, when the kernel lies | Jim Meyering |
2007-08-14 | od: fix a bug that arises when skipping exact length of file | Jim Meyering |
2007-07-31 | du: print size (probably incomplete) of each inaccessible directory | Jim Meyering |
2007-07-31 | Add a test for du not counting size of inaccessible directories. | Jim Meyering |
2007-07-29 | Attempt to copy a regular file, even if stat says it is empty. | Jim Meyering |
2007-07-24 | NEWS: Move the other "sort" entry from the 6.9 section into 6.10 "Bug fixes". | Jim Meyering |
2007-07-24 | sort: add a test to exercise the affected code. | Jim Meyering |
2007-07-20 | Document and add a test for today's sort bug fix. | Jim Meyering |
2007-07-19 | "cp -i --update older newer" no longer prompts; same for mv | Jim Meyering |
2007-07-14 | Remove long-deprecated options. | Jim Meyering |
2007-07-13 | Warn about non-portable use of unescaped backslash at end of string, | Jim Meyering |
2007-07-10 | Skip "arch" test if it's not built. | Jim Meyering |
2007-07-10 | Add support for enabling/disabling installation of specified programs. | Jim Meyering |
2007-07-10 | New program: arch | Karel Zak |
2007-07-04 | pr -F no longer suppresses the footer or the first two blank header lines | Paul Eggert |
2007-06-23 | seq no longer mishandles cases like "seq 0 0.000001 0.000003", | Paul Eggert |
2007-06-18 | A few more symlink-related fixes. Fix a bug triggered by cp | Paul Eggert |
2007-06-15 | Correct cp's handling of destination symlinks in some cases. | Paul Eggert |
2007-06-10 | bug-fix: cp would fail to write through a dangling symlink | Jim Meyering |
2007-05-26 | wc: ignore multibyte-character decoding errors | James Youngman |
2007-05-22 | cut: diagnose a range starting with 0 (-f 0-2) as invalid, and | Jim Meyering |
2007-05-22 | "cut -f 2-0" now fails; before, it was equivalent to "cut -f 2-" | Jim Meyering |
2007-05-22 | stty: diagnose an invalid hex value in 35-colon commmand-line argument | Jim Meyering |
2007-05-13 | Add -z option to uniq. Originally proposed by Egmont Koblinger. | James Youngman |
2007-05-07 | * NEWS: Mention that last week's tr bug dates back to 1992. | Jim Meyering |
2007-05-04 | tr -c: don't abort when translating with S2 larger than complement of S1 | Jim Meyering |
2007-04-24 | * THANKS: Add Andreas Frische. | Jim Meyering |
2007-04-12 | split --line-bytes=N (-C N): don't create an empty file. | Paul Eggert |
2007-04-07 | Add a test for, and document, today's fix. | Jim Meyering |
2007-04-02 | * src/ls.c (print_horizontal): Fix bug reported by Mike Frysinger: | Paul Eggert |
2007-03-30 | * NEWS: Mention these SELinux changes. | Jim Meyering |
2007-03-23 | Post-release version change. | Jim Meyering |
2007-03-22 | Version 6.9. | Jim Meyering |
2007-03-18 | Fix a bug in how pr -m -s works. | Jim Meyering |