summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-11-27tsort: suppress a valgrind memory leak warningPádraig Brady
2010-11-24maint: update the valgrind support scriptPádraig Brady
2010-11-22cp: give a better diagnostic for nonexistent dest/Paul Eggert
2010-11-22split: add --number to generate a particular number of filesChen Guo
2010-11-19build: update gnulib to fix a syntax error in a testJim Meyering
2010-11-18maint: avoid NEWS-related syntax-check failureJim Meyering
2010-11-18od: fix bugs in displaying floating-point valuesPaul Eggert
2010-11-18build: update gnulib submodule to latestPaul Eggert
2010-11-18maint: syntax-check: prevent new $VERBOSE/--version testsJim Meyering
2010-11-17tests: convert tests/misc/selinux manuallyJim Meyering
2010-11-17tests: convert the multi-prog $VERBOSE/--version usesJim Meyering
2010-11-17tests: convert "... env -- prog --version" usesJim Meyering
2010-11-17tests: substitute the single-program $VERBOSE/--version usesJim Meyering
2010-11-17tests: factor out VERBOSE-only --version-printing codeJim Meyering
2010-11-17tests: remove test-lib.sh; now all tests use gnulib's init.shJim Meyering
2010-11-17tests: convert remaining uses of test-lib.sh to init.shJim Meyering
2010-11-17tests: convert 'if test "$VERBOSE" = yes; then' to test ... &&Jim Meyering
2010-11-17tests: convert first batch of tests from test-lib.sh to init.shJim Meyering
2010-11-17tests: move a comment so automated conversion worksJim Meyering
2010-11-17maint: add a NEWS-checking syntax-check ruleJim Meyering
2010-11-16build: add `patch` as a bootstrap dependencyPádraig Brady
2010-11-16split: fail immediately if impossible to create a large filePádraig Brady
2010-11-16truncate: fix a very unlikely case for undiagnosed errorsPádraig Brady