Age | Commit message (Expand) | Author |
2011-01-10 | du: don't abort when a subdir is renamed during traversal | Jim Meyering |
2010-12-16 | sort: fix hang with sort --compress | Paul Eggert |
2010-12-13 | sort: fix some --compress reaper bugs | Paul Eggert |
2010-12-12 | tests: test for access to stale thread memory | Paul Eggert |
2010-12-11 | sort: use mutexes, not spinlocks (avoid busy loop on blocked output) | Chen Guo |
2010-12-01 | tests: add test for parallel sort -u segfault bug | Jim Meyering |
2010-11-27 | tests: test for parallel sort spinlock abuse | Jim Meyering |
2010-11-22 | split: add --number to generate a particular number of files | Chen Guo |
2010-11-18 | od: fix bugs in displaying floating-point values | Paul Eggert |
2010-11-17 | tests: remove test-lib.sh; now all tests use gnulib's init.sh | Jim Meyering |
2010-11-11 | csplit: fix a memory leak per input buffer | Pádraig Brady |
2010-11-10 | csplit: avoid buffer overrun when writing more than 999 files | Jim Meyering |
2010-11-03 | stat: revert %X-%Y-%Z change; use e.g., %:X to print fractional seconds | Jim Meyering |
2010-10-23 | du: don't print junk when diagnosing out-of-range time stamps | Paul Eggert |
2010-10-12 | tail: fix checking of currently unavailable directories | Pádraig Brady |
2010-10-01 | stat: support printing birthtime | Eric Blake |
2010-09-29 | tr: fix various issues with case conversion | Pádraig Brady |
2010-08-27 | stat: add %m to output the mount point for a file | Aaron Burgemeister |
2010-07-15 | sort: add a test case for the sort -u bug | Paul R. Eggert |
2010-07-13 | sort: parallelize internal sort | Chen Guo |
2010-06-30 | tests: move most helper functions from test-lib.sh to new init.cfg | Jim Meyering |
2010-05-19 | tests: exercise du's --max-depth option | Jim Meyering |
2010-05-16 | sort: --debug: output data independent warnings and info | Pádraig Brady |
2010-05-12 | sort: add a --debug option to highlight key extents | Pádraig Brady |
2010-05-10 | tests: begin using init.sh | Jim Meyering |
2010-04-29 | sort: use long doubles for general numeric mode | Pádraig Brady |
2010-04-16 | cp: preserve "capabilities" when also preserving file ownership | Pádraig Brady |
2010-03-01 | sort: fix issues with month sorting in some locales | Pádraig Brady |
2010-02-17 | ls: fix a regression by honoring NORMAL attributes again | Moritz Orbach |
2010-01-01 | maint: add a few copyrights; remove obsolete README file | Jim Meyering |
2009-12-30 | tail: test for a bug in inotify-enabled tail -F | Jim Meyering |
2009-12-29 | tail: add another test to exercise abort-inducing flaw in tail -F | Jim Meyering |
2009-12-29 | tail: add a test to exercise abort-inducing flaw in tail -F | Jim Meyering |
2009-12-23 | wc: line-buffer the printed counts | Pádraig Brady |
2009-12-19 | rm: fix --one-file-system regression due to fts conversion | Pádraig Brady |
2009-11-16 | tail -F can fail to track a file after it's been rotated | Jim Meyering |
2009-11-06 | nproc: A new program to count the available processors | Giuseppe Scrivano |
2009-11-03 | tests: rm: add test for today's change in behavior | Jim Meyering |
2009-10-27 | env, printenv: add -0/--null option | Eric Blake |
2009-10-27 | tests: add printenv coverage | Eric Blake |
2009-10-23 | tests: test recent status changes | Eric Blake |
2009-10-23 | maint: move chroot test | Eric Blake |
2009-10-22 | tests: add a test for the `tail -f' race condition bug | Giuseppe Scrivano |
2009-10-21 | tests: ensure touch honors trailing slash | Eric Blake |
2009-10-21 | md5sum, sha*sum, sum: line-buffer the printed checksums | Pádraig Brady |
2009-10-17 | touch: add -h to change symlink timestamps, where supported | Eric Blake |
2009-10-08 | stat: test recent patch | Eric Blake |
2009-09-29 | stat: interpret "-" as standard input | Jim Meyering |
2009-09-25 | ln: add -L/-P options | Eric Blake |
2009-09-14 | touch: don't reject "60" as number of seconds in a legacy time stamp | Jim Meyering |