Age | Commit message (Expand) | Author |
2010-12-19 | cp: ensure backups are created when -T specified | Pádraig Brady |
2010-12-19 | sort: use at most 8 threads by default | Pádraig Brady |
2010-12-18 | tests: avoid spurious du/bigtime failure | Jim Meyering |
2010-12-17 | tests: set fail=0 by default | Paul Eggert |
2010-12-16 | sort: fix hang with sort --compress | Paul Eggert |
2010-12-16 | sort: don't dump core when merging from input twice | Paul Eggert |
2010-12-14 | tests: default to /tmp as the temporary directory | Paul Eggert |
2010-12-13 | sort: fix some --compress reaper bugs | Paul Eggert |
2010-12-13 | tests: typo fix | Paul Eggert |
2010-12-13 | tests: tweak basic-1 to use warn_ rather than literal "exit 77" | Jim Meyering |
2010-12-13 | tests: mark new test as very expensive | Jim Meyering |
2010-12-12 | tests: test for access to stale thread memory | Paul Eggert |
2010-12-11 | tests: avoid FP failure when run under valgrind | Jim Meyering |
2010-12-11 | sort: use mutexes, not spinlocks (avoid busy loop on blocked output) | Chen Guo |
2010-12-08 | split: fix a case where --elide-empty causes invalid chunking | Pádraig Brady |
2010-12-05 | tests: remove useless definition of $SORT in sort-compress | Jim Meyering |
2010-12-04 | tests: make it harder to lose a race in spinlock-abuse | Jim Meyering |
2010-12-03 | tests: cleanup rm -rf fails under NFS | Paul Eggert |
2010-12-01 | tests: add test for parallel sort -u segfault bug | Jim Meyering |
2010-11-27 | tests: don't let the OMP_NUM_THREADS envvar affect sort tests | Jim Meyering |
2010-11-27 | tests: test for parallel sort spinlock abuse | Jim Meyering |
2010-11-22 | cp: give a better diagnostic for nonexistent dest/ | Paul Eggert |
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: convert tests/misc/selinux manually | Jim Meyering |
2010-11-17 | tests: convert the multi-prog $VERBOSE/--version uses | Jim Meyering |
2010-11-17 | tests: convert "... env -- prog --version" uses | Jim Meyering |
2010-11-17 | tests: substitute the single-program $VERBOSE/--version uses | Jim Meyering |
2010-11-17 | tests: factor out VERBOSE-only --version-printing code | Jim Meyering |
2010-11-17 | tests: remove test-lib.sh; now all tests use gnulib's init.sh | Jim Meyering |
2010-11-17 | tests: convert remaining uses of test-lib.sh to init.sh | Jim Meyering |
2010-11-17 | tests: convert 'if test "$VERBOSE" = yes; then' to test ... && | Jim Meyering |
2010-11-17 | tests: convert first batch of tests from test-lib.sh to init.sh | Jim Meyering |
2010-11-17 | tests: move a comment so automated conversion works | Jim Meyering |
2010-11-16 | split: fail immediately if impossible to create a large file | Pádraig Brady |
2010-11-11 | csplit: do not rely on undefined behavior in printf formats | Paul Eggert |
2010-11-11 | csplit: fix a memory leak per input buffer | Pádraig Brady |
2010-11-10 | tests: fix comments and --version invocation in new test | Jim Meyering |
2010-11-10 | csplit: avoid buffer overrun when writing more than 999 files | Jim Meyering |
2010-11-09 | tests: avoid portability problem with dash vs. symlinked ttys | Pádraig Brady |
2010-11-08 | tests: avoid portability problem with dash vs. local v=$splittable_val | Pádraig Brady |
2010-11-07 | tests: don't disqualify FreeBSD 8.1's /bin/sh just yet, | Jim Meyering |
2010-11-06 | stat: do not rely on undefined behavior in printf formats | Paul Eggert |
2010-11-06 | tests: avoid failure due to bug in FreeBSD 8.1's /bin/sh | Jim Meyering |
2010-11-06 | stat: use e.g. %.3X instead of %X.%3:X for sub-second precision | Paul Eggert |
2010-11-03 | stat: revert %X-%Y-%Z change; use e.g., %:X to print fractional seconds | Jim Meyering |
2010-11-01 | tests: fix a false positive for 32 bit on 64 bit hosts | Nix |
2010-10-27 | cp: make --attributes-only override --reflink completely | Pádraig Brady |
2010-10-26 | tests: mention that btrfs also causes failure of misc/ls-time | Jim Meyering |
2010-10-23 | du: don't print junk when diagnosing out-of-range time stamps | Paul Eggert |