Age | Commit message (Expand) | Author |
2008-06-06 | Add new program: truncate | Pádraig Brady |
2008-06-02 | new program: timeout | Pádraig Brady |
2008-06-01 | md5sum: new option, --quiet, to suppress OK messages | Erik Auerswald |
2008-06-01 | * NEWS: add header line for next release | Jim Meyering |
2008-05-31 | Version 6.12. | Jim Meyering |
2008-05-31 | install: reenable matchpathcon-related code | Jim Meyering |
2008-05-30 | NEWS: mention that cp -p copies permissions more portably | Jim Meyering |
2008-05-06 | avoid problems with sign-extended "char" operand to is* functions | Jim Meyering |
2008-05-05 | tac: avoid segfault for e.g., "echo > x; tac -r x x" | Jim Meyering |
2008-04-29 | chcon, runcon: make --help print the bug-reporting address | Jim Meyering |
2008-04-23 | id: do not print SELinux context when invoked with a USERNAME argument | Ondřej Vašík |
2008-04-23 | id: do print the AFS-specific nameless group ID (called a PAG) | Jim Meyering |
2008-04-19 | Version 6.11. | Jim Meyering |
2008-04-19 | pr -e, with a mix of backspaces and TABs, could corrupt the heap | Jim Meyering |
2008-04-19 | md5sum -c: ignore a line with a NUL byte among checksum hex digits | Jim Meyering |
2008-04-15 | md5sum, sha1sum, etc: handle invalid input (i.e., don't segfault) | Jim Meyering |
2008-04-02 | "touch E; mkfifo F; cp -fR F E" no longer fails due to existing E | Jim Meyering |
2008-03-31 | "rm -r DIR" would mistakenly prompt about very long names | Jim Meyering |
2008-03-31 | * NEWS: Note the dd bug fix. The bug was introduced over 8 years ago: | Jim Meyering |
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 |