aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-30copy.c: ensure proper alignment of fiemap bufferPaul Eggert1-7/+8
2011-01-30copy.c: adjust comments, tweak semanticsJim Meyering1-26/+36
2011-01-30cp: copy sparse files efficiently using the FIEMAP ioctlJie Liu2-0/+261
2011-01-29join: don't report disorder against an empty filePádraig Brady1-3/+5
2011-01-29join: ensure --header skips the order check with empty filesPádraig Brady1-4/+8
2011-01-29join: add -o 'auto' to output a constant number of fields per linePádraig Brady1-31/+57
2011-01-24split: avoid a new, spurious warning from gcc-4.6.0Jim Meyering1-1/+1
2011-01-24tail: avoid new diagnostic when applying -f to a pipe on linux-2.3.38Jim Meyering1-2/+5
2011-01-17uniq: replace a wasteful loop with simple calculationJim Meyering1-2/+1
2011-01-17uniq: don't continue field processing after end of lineSami Kerola1-1/+1
2011-01-14maint: refactor to use read-file from gnulibPádraig Brady2-119/+11
2011-01-13maint: trivial system header file cleanupsPádraig Brady4-7/+9
2011-01-11rm: ignore errno related to invalid file namesNadav Har'El1-1/+9
2011-01-10du: don't abort when a subdir is renamed during traversalJim Meyering1-4/+11
2011-01-07maint: suppress some clang scan-build warningsPádraig Brady3-6/+8
2011-01-07maint: replace uses of ignore_ptr with ignore_valuePádraig Brady3-3/+3
2011-01-01maint: update all copyright year number rangesJim Meyering120-120/+120
2010-12-30split: fix the suffix length calculationPádraig Brady1-12/+21
2010-12-28coreutils: keep lines within 80-column limitsPaul Eggert22-68/+112
2010-12-24maint: avoid syntax-check failure due to unused #includeJim Meyering1-1/+0
2010-12-23csplit: diagnose file counter wraparoundPaul Eggert1-8/+16
2010-12-22sort: minor performance tweak with num_processorsPaul Eggert1-2/+2
2010-12-22getlimits: port to hosts with very wide int, or non-ASCIIPaul Eggert1-50/+24
2010-12-20who: omit useless definitions of MAXHOSTNAMELENPaul Eggert2-8/+0
2010-12-20maint: fix a typo in sort --parallel help messagePádraig Brady1-1/+1
2010-12-19wc: fix a possible hang with --files0-fromPádraig Brady1-2/+2
2010-12-19cp: ensure backups are created when -T specifiedPádraig Brady1-0/+2
2010-12-19sort: use at most 8 threads by defaultPádraig Brady1-6/+11
2010-12-16sort: do not generate thousands of subprocesses for 16-way mergePaul Eggert1-13/+21
2010-12-16sort: fix hang with sort --compressPaul Eggert1-79/+80
2010-12-16sort: don't dump core when merging from input twicePaul Eggert1-25/+17
2010-12-14doc: tail: semi-deprecate --sleep-interval and --max-unchanged-statsJim Meyering1-2/+4
2010-12-14sort: fix very-unlikely buffer overrun when merging to input filePaul Eggert1-3/+2
2010-12-13sort: fix some --compress reaper bugsPaul Eggert1-90/+60
2010-12-11sort: syntax cleanupJim Meyering1-5/+6
2010-12-11sort: integer overflow checks in thread counts, etc.Paul Eggert1-51/+64
2010-12-11sort: preallocate merge tree nodes to heap.Chen Guo1-59/+111
2010-12-11sort: comment fixPaul Eggert1-6/+1
2010-12-11sort: use mutexes, not spinlocks (avoid busy loop on blocked output)Chen Guo1-7/+7
2010-12-08split: fix a case where --elide-empty causes invalid chunkingPádraig Brady1-6/+24
2010-12-03sort: merge_queue -> queuePaul Eggert1-11/+11
2010-12-03sort: clarify queue_check_insertPaul Eggert1-11/+5
2010-12-03sort: fix problems with merge node dest pointerPaul Eggert1-8/+5
2010-12-03sort: simplify write_uniquePaul Eggert1-4/+5
2010-12-03sort: put queue arg firstPaul Eggert1-8/+8
2010-12-03sort: tune struct_merge_node slightlyPaul Eggert1-15/+25
2010-12-03sort: Clarify commentsPaul Eggert1-22/+59
2010-12-01sort: fix bug on 64-bit hosts with at least 32768 processorsPaul Eggert1-1/+1
2010-12-01sort -u: fix a thread-race pointer corruption bugPaul Eggert1-3/+3
2010-11-27tsort: suppress a valgrind memory leak warningPádraig Brady1-0/+5