summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2010-12-20who: omit useless definitions of MAXHOSTNAMELENPaul Eggert-8/+0
2010-12-20maint: fix a typo in sort --parallel help messagePádraig Brady-1/+1
2010-12-19wc: fix a possible hang with --files0-fromPádraig Brady-2/+2
2010-12-19cp: ensure backups are created when -T specifiedPádraig Brady-0/+2
2010-12-19sort: use at most 8 threads by defaultPádraig Brady-6/+11
2010-12-16sort: do not generate thousands of subprocesses for 16-way mergePaul Eggert-13/+21
2010-12-16sort: fix hang with sort --compressPaul Eggert-79/+80
2010-12-16sort: don't dump core when merging from input twicePaul Eggert-25/+17
2010-12-14doc: tail: semi-deprecate --sleep-interval and --max-unchanged-statsJim Meyering-2/+4
2010-12-14sort: fix very-unlikely buffer overrun when merging to input filePaul Eggert-3/+2
2010-12-13sort: fix some --compress reaper bugsPaul Eggert-90/+60
2010-12-11sort: syntax cleanupJim Meyering-5/+6
2010-12-11sort: integer overflow checks in thread counts, etc.Paul Eggert-51/+64
2010-12-11sort: preallocate merge tree nodes to heap.Chen Guo-59/+111
2010-12-11sort: comment fixPaul Eggert-6/+1
2010-12-11sort: use mutexes, not spinlocks (avoid busy loop on blocked output)Chen Guo-7/+7
2010-12-08split: fix a case where --elide-empty causes invalid chunkingPádraig Brady-6/+24
2010-12-03sort: merge_queue -> queuePaul Eggert-11/+11
2010-12-03sort: clarify queue_check_insertPaul Eggert-11/+5
2010-12-03sort: fix problems with merge node dest pointerPaul Eggert-8/+5
2010-12-03sort: simplify write_uniquePaul Eggert-4/+5
2010-12-03sort: put queue arg firstPaul Eggert-8/+8
2010-12-03sort: tune struct_merge_node slightlyPaul Eggert-15/+25
2010-12-03sort: Clarify commentsPaul Eggert-22/+59
2010-12-01sort: fix bug on 64-bit hosts with at least 32768 processorsPaul Eggert-1/+1
2010-12-01sort -u: fix a thread-race pointer corruption bugPaul Eggert-3/+3
2010-11-27tsort: suppress a valgrind memory leak warningPádraig Brady-0/+5
2010-11-22cp: give a better diagnostic for nonexistent dest/Paul Eggert-0/+6
2010-11-22split: add --number to generate a particular number of filesChen Guo-24/+500
2010-11-18od: fix bugs in displaying floating-point valuesPaul Eggert-34/+29
2010-11-16split: fail immediately if impossible to create a large filePádraig Brady-0/+10
2010-11-16truncate: fix a very unlikely case for undiagnosed errorsPádraig Brady-14/+15
2010-11-16maint: fix a new -Wpointer-sign gcc warningPádraig Brady-1/+1
2010-11-13stat: do not provide variable precision time stampsJim Meyering-5/+1
2010-11-11csplit: do not rely on undefined behavior in printf formatsPaul Eggert-77/+64
2010-11-11csplit: fix a memory leak per input bufferPádraig Brady-0/+8
2010-11-10csplit: avoid buffer overrun when writing more than 999 filesJim Meyering-4/+5
2010-11-06stat: do not rely on undefined behavior in printf formatsPaul Eggert-7/+40
2010-11-06stat: use e.g. %.3X instead of %X.%3:X for sub-second precisionPaul Eggert-85/+135
2010-11-03stat: revert %X-%Y-%Z change; use e.g., %:X to print fractional secondsJim Meyering-38/+101
2010-10-28maint: remove an unnecessary FIXME commentPatrick W. Plusnick II-1/+0
2010-10-27cp: make --attributes-only override --reflink completelyPádraig Brady-1/+2
2010-10-25date: correct typos in date --helpTobias Quathamer-3/+3
2010-10-25tail: support rechecking currently missing remote dirsPádraig Brady-1/+3
2010-10-23du: don't print junk when diagnosing out-of-range time stampsPaul Eggert-2/+3
2010-10-19md5sum: print a summary warning for improperly formatted linesBenno Schulenberg-17/+19
2010-10-16fold: fix fadvise hintAndreas Schwab-1/+1
2010-10-14bug#7213: [PATCH] sort: fix buffer overrun on 32-bit hosts when warning re ob...Paul Eggert-1/+1
2010-10-13install: avoid warning with Solaris 10 ccPaul Eggert-2/+2
2010-10-13sort: fix unportable cast of unsigned char * -> char *Paul Eggert-3/+3