Age | Commit message (Expand) | Author |
2008-03-28 | mknod, mkfifo: don't segfault when diagnosing invalid SELinux context | Jim Meyering |
2008-03-28 | Fix typo in old NEWS and ChangeLog: s/commmand/command/. | Jim Meyering |
2008-03-27 | paste -d\\: avoid heap overrun for backslash at end of delim list | Jim Meyering |
2008-03-26 | mkdir -Z x d: don't segfault when diagnosing invalid context "x" (tiny change) | Daniel Dunbar |
2008-03-21 | ptx: avoid heap overrun for backslash at end of optarg string | Jim Meyering |
2008-03-21 | Write NEWS and update c99-to-c89 patch for today's rm improvement. | Jim Meyering |
2008-03-19 | mv: never unlink a destination file before calling rename | Jim Meyering |
2008-03-10 | install, rmdir: write --verbose output to stdout, not to stderr. | Ondřej Vašík |
2008-03-05 | Work around AFS bug: id and groups would print invalid group number. | ribalba |
2008-02-21 | id: use getgrouplist when possible | James Youngman |
2008-02-20 | sort: add --sort=... option. | Andreas Schwab |
2008-02-19 | seq: give better diagnostics for invalid formats. | Steven Schubiger |
2008-02-19 | join: new options: --check-order and --nocheck-order. | James Youngman |
2008-02-18 | seq: give a proper diagnostic for an invalid --format=% option | Jim Meyering |
2008-02-17 | ls --color no longer outputs unnecessary escape sequences | Ed Avis |
2008-02-13 | Replace groups.sh with groups.c. | James Youngman |
2008-02-07 | NEWS [6.9.90]: head, od, split and tail accept the standard size suffixes | Jim Meyering |
2008-02-07 | mkdir, split: write --verbose output to stdout, not stderr. | Steven Schubiger |
2008-01-30 | Improve "rmdir --ignore-fail-on-non-empty" | Jim Meyering |
2008-01-29 | ls: don't segfault on files in /proc with an old libselinux | Jim Meyering |
2008-01-22 | * NEWS: Record release date. | Jim Meyering |
2008-01-16 | NEWS: Mention the configure.ac fix. | Jim Meyering |
2008-01-12 | Version 6.9.92 | Jim Meyering |
2008-01-11 | tests/tr/Test.pm: Prefer en_US.ISO-8859-1 to en_US.iso88591. | Jim Meyering |
2008-01-07 | NEWS: Mention the cp bug fix. | Jim Meyering |
2008-01-06 | touch: add a test for today's change. | Jim Meyering |
2008-01-06 | Avoid tr case-conversion failure in some locales. | Jim Meyering |
2007-12-18 | Note that sorting uniq's input is often useful. | Jim Meyering |
2007-12-15 | Version 6.9.91. | Jim Meyering |
2007-12-11 | Add a test to exercise today's bug fix. | Jim Meyering |
2007-12-11 | * NEWS: Add the "Bug fixes" heading. | Jim Meyering |
2007-12-09 | "rm" as root would fail to unlink a non-directory on OS X 10.4.x | Jim Meyering |
2007-12-02 | * NEWS: Add the usual "Noteworthy changes in release 6.9.91..." line. | Jim Meyering |
2007-12-01 | NEWS: Remove the now-untrue statement about cp vs. dangling symlinks | Jim Meyering |
2007-12-01 | * NEWS: Mention some of the SELinux changes. | Jim Meyering |
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 |