summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-22tests: mv/i-3: avoid false-positive failure on a slow/busy systemJim Meyering
2010-12-21tests: avoid new false-positive failure on at least FreeBSD 8.1Jim Meyering
2010-12-20who: omit useless definitions of MAXHOSTNAMELENPaul Eggert
2010-12-20maint: fix a typo in sort --parallel help messagePádraig Brady
2010-12-20build: update gnulib: ACL-vs-Solaris 8 portability etc.Jim Meyering
2010-12-18tests: sync init.sh from gnulibPaul Eggert
2010-12-19wc: fix a possible hang with --files0-fromPádraig Brady
2010-12-19cp: ensure backups are created when -T specifiedPádraig Brady
2010-12-19sort: use at most 8 threads by defaultPádraig Brady
2010-12-18doc: split: add examples showing how to use the new optionJim Meyering
2010-12-18tests: avoid spurious du/bigtime failureJim Meyering
2010-12-17tests: set fail=0 by defaultPaul Eggert
2010-12-17build: update gnulib submodule to latestJim Meyering
2010-12-16sort: do not generate thousands of subprocesses for 16-way mergePaul Eggert
2010-12-16sort: fix hang with sort --compressPaul Eggert
2010-12-16sort: don't dump core when merging from input twicePaul Eggert
2010-12-14doc: tail: semi-deprecate --sleep-interval and --max-unchanged-statsJim Meyering
2010-12-14sort: fix very-unlikely buffer overrun when merging to input filePaul Eggert
2010-12-14sort: document --compress reaper fixesPaul Eggert
2010-12-14tests: default to /tmp as the temporary directoryPaul Eggert
2010-12-13sort: fix some --compress reaper bugsPaul Eggert
2010-12-13tests: typo fixPaul Eggert
2010-12-13tests: tweak basic-1 to use warn_ rather than literal "exit 77"Jim Meyering
2010-12-13tests: mark new test as very expensiveJim Meyering
2010-12-12tests: test for access to stale thread memoryPaul Eggert
2010-12-11tests: avoid FP failure when run under valgrindJim Meyering
2010-12-11sort: avoid segfault when using two or more threadsJim Meyering
2010-12-11sort: syntax cleanupJim Meyering
2010-12-11sort: integer overflow checks in thread counts, etc.Paul Eggert
2010-12-11sort: preallocate merge tree nodes to heap.Chen Guo
2010-12-11sort: comment fixPaul Eggert
2010-12-11sort: use mutexes, not spinlocks (avoid busy loop on blocked output)Chen Guo
2010-12-08split: fix a case where --elide-empty causes invalid chunkingPádraig Brady
2010-12-05tests: remove useless definition of $SORT in sort-compressJim Meyering
2010-12-04tests: make it harder to lose a race in spinlock-abuseJim Meyering
2010-12-03sort: merge_queue -> queuePaul Eggert
2010-12-03sort: clarify queue_check_insertPaul Eggert
2010-12-03sort: fix problems with merge node dest pointerPaul Eggert
2010-12-03sort: simplify write_uniquePaul Eggert
2010-12-03sort: put queue arg firstPaul Eggert
2010-12-03sort: tune struct_merge_node slightlyPaul Eggert
2010-12-03sort: Clarify commentsPaul Eggert
2010-12-03tests: cleanup rm -rf fails under NFSPaul Eggert
2010-12-03cp: fix bug with fine-grained src to nearby coarse-grained destPaul Eggert
2010-12-03build: update gnulib submodule to latestPaul Eggert
2010-12-01sort: fix bug on 64-bit hosts with at least 32768 processorsPaul Eggert
2010-12-01tests: add test for parallel sort -u segfault bugJim Meyering
2010-12-01sort -u: fix a thread-race pointer corruption bugPaul Eggert
2010-11-27tests: don't let the OMP_NUM_THREADS envvar affect sort testsJim Meyering
2010-11-27tests: test for parallel sort spinlock abuseJim Meyering