2008-08-06 |
James Youngman | doc: mv,cp: undocument the --reply option |
blob | commitdiff |
2008-08-01 |
Kamil Dudka | ls: --color now highlights files with capabilities... |
blob | commitdiff | diff to current |
2008-08-01 |
James Youngman | factor arbitrarily large numbers |
blob | commitdiff | diff to current |
2008-08-01 |
Kamil Dudka | ls -U1 now uses constant memory |
blob | commitdiff | diff to current |
2008-07-27 |
Jim Meyering | * NEWS: Move shuf --zero-terminated item into bug-fixes... |
blob | commitdiff | diff to current |
2008-07-27 |
Mikael Magnusson | shuf: correctly document --head-count |
blob | commitdiff | diff to current |
2008-07-27 |
Jim Meyering | shuf: honor --zero-terminated option even with --input... |
blob | commitdiff | diff to current |
2008-07-23 |
Jim Meyering | dd: minor fullblock changes |
blob | commitdiff | diff to current |
2008-07-23 |
Kamil Dudka | dd: new option: iflag=fullblock to accumulate full... |
blob | commitdiff | diff to current |
2008-06-22 |
Jim Meyering | stat: warn that the --context (-Z) option (a no-op... |
blob | commitdiff | diff to current |
2008-06-17 |
Bo Borgerson | sort: accept new option --batch-size=NMERGE |
blob | commitdiff | diff to current |
2008-06-17 |
Bo Borgerson | sort: add new option --files0-from=F |
blob | commitdiff | diff to current |
2008-06-16 |
Bo Borgerson | join: improve memory management |
blob | commitdiff | diff to current |
2008-06-16 |
Jim Meyering | chcon: correct --verbose output to include newlines |
blob | commitdiff | diff to current |
2008-06-13 |
Eric Blake | od: align multiple -t specs |
blob | commitdiff | diff to current |
2008-06-13 |
Eric Blake | od: use gnulib printf replacement as necessary |
blob | commitdiff | diff to current |
2008-06-12 |
Bo Borgerson | comm: accept new option: --output-delimiter=STR |
blob | commitdiff | diff to current |
2008-06-12 |
Bo Borgerson | comm: ensure that input files are sorted |
blob | commitdiff | diff to current |
2008-06-09 |
Bruno Haible | * NEWS (Improvements): Mention improved (via gnulib... |
blob | commitdiff | diff to current |
2008-06-06 |
Pádraig Brady | Add new program: truncate |
blob | commitdiff | diff to current |
2008-06-02 |
Pádraig Brady | new program: timeout |
blob | commitdiff | diff to current |
2008-06-01 |
Erik Auerswald | md5sum: new option, --quiet, to suppress OK messages |
blob | commitdiff | diff to current |
2008-06-01 |
Jim Meyering | * NEWS: add header line for next release |
blob | commitdiff | diff to current |
2008-05-31 |
Jim Meyering | Version 6.12. v6.12 |
blob | commitdiff | diff to current |
2008-05-31 |
Jim Meyering | install: reenable matchpathcon-related code |
blob | commitdiff | diff to current |
2008-05-30 |
Jim Meyering | NEWS: mention that cp -p copies permissions more portably |
blob | commitdiff | diff to current |
2008-05-06 |
Jim Meyering | avoid problems with sign-extended "char" operand to... |
blob | commitdiff | diff to current |
2008-05-05 |
Jim Meyering | tac: avoid segfault for e.g., "echo > x; tac -r x x" |
blob | commitdiff | diff to current |
2008-04-29 |
Jim Meyering | chcon, runcon: make --help print the bug-reporting... |
blob | commitdiff | diff to current |
2008-04-23 |
Ondřej Vašík | id: do not print SELinux context when invoked with... |
blob | commitdiff | diff to current |
2008-04-23 |
Jim Meyering | id: do print the AFS-specific nameless group ID (called... |
blob | commitdiff | diff to current |
2008-04-19 |
Jim Meyering | Version 6.11. v6.11 |
blob | commitdiff | diff to current |
2008-04-19 |
Jim Meyering | pr -e, with a mix of backspaces and TABs, could corrupt... |
blob | commitdiff | diff to current |
2008-04-18 |
Jim Meyering | md5sum -c: ignore a line with a NUL byte among checksum... |
blob | commitdiff | diff to current |
2008-04-15 |
Jim Meyering | md5sum, sha1sum, etc: handle invalid input (i.e., don... |
blob | commitdiff | diff to current |
2008-04-02 |
Jim Meyering | "touch E; mkfifo F; cp -fR F E" no longer fails due... |
blob | commitdiff | diff to current |
2008-03-31 |
Jim Meyering | "rm -r DIR" would mistakenly prompt about very long... |
blob | commitdiff | diff to current |
2008-03-31 |
Jim Meyering | * NEWS: Note the dd bug fix. The bug was introduced... |
blob | commitdiff | diff to current |
2008-03-28 |
Jim Meyering | mknod, mkfifo: don't segfault when diagnosing invalid... |
blob | commitdiff | diff to current |
2008-03-28 |
Jim Meyering | Fix typo in old NEWS and ChangeLog: s/commmand/command/. |
blob | commitdiff | diff to current |
2008-03-27 |
Jim Meyering | paste -d\\: avoid heap overrun for backslash at end... |
blob | commitdiff | diff to current |
2008-03-25 |
Daniel Dunbar | mkdir -Z x d: don't segfault when diagnosing invalid... |
blob | commitdiff | diff to current |
2008-03-21 |
Jim Meyering | ptx: avoid heap overrun for backslash at end of optarg... |
blob | commitdiff | diff to current |
2008-03-21 |
Jim Meyering | Write NEWS and update c99-to-c89 patch for today's... |
blob | commitdiff | diff to current |
2008-03-19 |
Jim Meyering | mv: never unlink a destination file before calling... |
blob | commitdiff | diff to current |
2008-03-10 |
Ondřej Vašík | install, rmdir: write --verbose output to stdout, not... |
blob | commitdiff | diff to current |
2008-03-05 |
ribalba | Work around AFS bug: id and groups would print invalid... |
blob | commitdiff | diff to current |
2008-02-21 |
James Youngman | id: use getgrouplist when possible |
blob | commitdiff | diff to current |
2008-02-20 |
Andreas Schwab | sort: add --sort=... option. |
blob | commitdiff | diff to current |
2008-02-19 |
Steven Schubiger | seq: give better diagnostics for invalid formats. |
blob | commitdiff | diff to current |
2008-02-19 |
James Youngman | join: new options: --check-order and --nocheck-order. |
blob | commitdiff | diff to current |
2008-02-18 |
Jim Meyering | seq: give a proper diagnostic for an invalid --format... |
blob | commitdiff | diff to current |
2008-02-17 |
Ed Avis | ls --color no longer outputs unnecessary escape sequences |
blob | commitdiff | diff to current |
2008-02-13 |
James Youngman | Replace groups.sh with groups.c. |
blob | commitdiff | diff to current |
2008-02-07 |
Jim Meyering | NEWS [6.9.90]: head, od, split and tail accept the... |
blob | commitdiff | diff to current |
2008-02-07 |
Steven Schubiger | mkdir, split: write --verbose output to stdout, not... |
blob | commitdiff | diff to current |
2008-01-30 |
Jim Meyering | Improve "rmdir --ignore-fail-on-non-empty" |
blob | commitdiff | diff to current |
2008-01-29 |
Jim Meyering | ls: don't segfault on files in /proc with an old libselinux |
blob | commitdiff | diff to current |
2008-01-21 |
Jim Meyering | * NEWS: Record release date. |
blob | commitdiff | diff to current |
2008-01-16 |
Jim Meyering | NEWS: Mention the configure.ac fix. |
blob | commitdiff | diff to current |
2008-01-11 |
Jim Meyering | Version 6.9.92 v6.9.92 |
blob | commitdiff | diff to current |
2008-01-11 |
Jim Meyering | tests/tr/Test.pm: Prefer en_US.ISO-8859-1 to en_US... |
blob | commitdiff | diff to current |
2008-01-07 |
Jim Meyering | NEWS: Mention the cp bug fix. |
blob | commitdiff | diff to current |
2008-01-06 |
Jim Meyering | touch: add a test for today's change. |
blob | commitdiff | diff to current |
2008-01-05 |
Jim Meyering | Avoid tr case-conversion failure in some locales. |
blob | commitdiff | diff to current |
2007-12-18 |
Jim Meyering | Note that sorting uniq's input is often useful. |
blob | commitdiff | diff to current |
2007-12-15 |
Jim Meyering | Version 6.9.91. v6.9.91 |
blob | commitdiff | diff to current |
2007-12-11 |
Jim Meyering | Add a test to exercise today's bug fix. |
blob | commitdiff | diff to current |
2007-12-11 |
Jim Meyering | * NEWS: Add the "Bug fixes" heading. |
blob | commitdiff | diff to current |
2007-12-08 |
Jim Meyering | "rm" as root would fail to unlink a non-directory on... |
blob | commitdiff | diff to current |
2007-12-02 |
Jim Meyering | * NEWS: Add the usual "Noteworthy changes in release... |
blob | commitdiff | diff to current |
2007-12-01 |
Jim Meyering | NEWS: Remove the now-untrue statement about cp vs.... |
blob | commitdiff | diff to current |
2007-12-01 |
Jim Meyering | * NEWS: Mention some of the SELinux changes. |
blob | commitdiff | diff to current |
2007-11-24 |
Lasse Collin | "cp -p" tries to preserve GID even if preserving the... |
blob | commitdiff | diff to current |
2007-11-23 |
Jim Meyering | Add tests to show new class of strings accepted by... |
blob | commitdiff | diff to current |
2007-11-21 |
Jim Meyering | cp: by default, refuse to copy through a dangling desti... |
blob | commitdiff | diff to current |
2007-11-17 |
Jim Meyering | "seq .1 .1" would mistakenly generate no output on... |
blob | commitdiff | diff to current |
2007-11-03 |
Paul Eggert | Fix bug with "seq 10.8 0.1 10.95", plus another bug... |
blob | commitdiff | diff to current |
2007-10-21 |
Jim Meyering | * NEWS: Mention the printf fix. |
blob | commitdiff | diff to current |
2007-10-21 |
Jim Meyering | tr: do not reject an unmatched [:lower:] or [:upper... |
blob | commitdiff | diff to current |
2007-10-08 |
Jim Meyering | rm could malfunction under unusual circumstances: |
blob | commitdiff | diff to current |
2007-10-07 |
Jim Meyering | New program: mktemp. |
blob | commitdiff | diff to current |
2007-09-24 |
Jim Meyering | * NEWS: The recent rm-diagnostic fix also affects cross... |
blob | commitdiff | diff to current |
2007-09-22 |
Jim Meyering | rm: give a sensible diagnostic when failing to remove... |
blob | commitdiff | diff to current |
2007-09-07 |
Jim Meyering | chmod: don't ignore a dangling symlink |
blob | commitdiff | diff to current |
2007-08-23 |
Jim Meyering | Don't let ln be a party to destroying user data. |
blob | commitdiff | diff to current |
2007-08-21 |
Jim Meyering | By default, do not install hostname anymore. |
blob | commitdiff | diff to current |
2007-08-20 |
Paul Eggert | NEWS: note that a cp -p bug fixed in 6.7 affected relea... |
blob | commitdiff | diff to current |
2007-08-20 |
Eric Blake | Avoid consuming too much seekable input when yesno... |
blob | commitdiff | diff to current |
2007-08-15 |
Jim Meyering | od --skip (-j) works even on files in /proc, when the... |
blob | commitdiff | diff to current |
2007-08-14 |
Jim Meyering | od: fix a bug that arises when skipping exact length... |
blob | commitdiff | diff to current |
2007-07-31 |
Jim Meyering | du: print size (probably incomplete) of each inaccessib... |
blob | commitdiff | diff to current |
2007-07-31 |
Jim Meyering | Add a test for du not counting size of inaccessible... |
blob | commitdiff | diff to current |
2007-07-29 |
Jim Meyering | Attempt to copy a regular file, even if stat says it... |
blob | commitdiff | diff to current |
2007-07-24 |
Jim Meyering | NEWS: Move the other "sort" entry from the 6.9 section... |
blob | commitdiff | diff to current |
2007-07-24 |
Jim Meyering | sort: add a test to exercise the affected code. |
blob | commitdiff | diff to current |
2007-07-20 |
Jim Meyering | Document and add a test for today's sort bug fix. |
blob | commitdiff | diff to current |
2007-07-19 |
Jim Meyering | "cp -i --update older newer" no longer prompts; same... |
blob | commitdiff | diff to current |
2007-07-14 |
Jim Meyering | Remove long-deprecated options. |
blob | commitdiff | diff to current |
2007-07-13 |
Jim Meyering | Warn about non-portable use of unescaped backslash... |
blob | commitdiff | diff to current |
next |