summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-01sort: fix bug on 64-bit hosts with at least 32768 processorsPaul Eggert
2010-12-01sort -u: fix a thread-race pointer corruption bugPaul Eggert
2010-11-27tsort: suppress a valgrind memory leak warningPá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-18od: fix bugs in displaying floating-point valuesPaul Eggert
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
2010-11-16maint: fix a new -Wpointer-sign gcc warningPádraig Brady
2010-11-13stat: do not provide variable precision time stampsJim Meyering
2010-11-11csplit: do not rely on undefined behavior in printf formatsPaul Eggert
2010-11-11csplit: fix a memory leak per input bufferPádraig Brady
2010-11-10csplit: avoid buffer overrun when writing more than 999 filesJim Meyering
2010-11-06stat: do not rely on undefined behavior in printf formatsPaul Eggert
2010-11-06stat: use e.g. %.3X instead of %X.%3:X for sub-second precisionPaul Eggert
2010-11-03stat: revert %X-%Y-%Z change; use e.g., %:X to print fractional secondsJim Meyering
2010-10-28maint: remove an unnecessary FIXME commentPatrick W. Plusnick II
2010-10-27cp: make --attributes-only override --reflink completelyPádraig Brady
2010-10-25date: correct typos in date --helpTobias Quathamer
2010-10-25tail: support rechecking currently missing remote dirsPádraig Brady
2010-10-23du: don't print junk when diagnosing out-of-range time stampsPaul Eggert
2010-10-19md5sum: print a summary warning for improperly formatted linesBenno Schulenberg
2010-10-16fold: fix fadvise hintAndreas Schwab
2010-10-14bug#7213: [PATCH] sort: fix buffer overrun on 32-bit hosts when warning re ob...Paul Eggert
2010-10-13install: avoid warning with Solaris 10 ccPaul Eggert
2010-10-13sort: fix unportable cast of unsigned char * -> char *Paul Eggert
2010-10-12tail: fix checking of currently unavailable directoriesPádraig Brady
2010-10-07split: fix reporting of read errorsPádraig Brady
2010-10-05build: complete the rename of get_dateEric Blake
2010-10-05stat: drop %C support when printing file system detailsEric Blake
2010-10-05stat: adjust the printing of SELinux contextPádraig Brady
2010-10-03maint: suppress a bogus used-uninitialized warning in tr.cJim Meyering
2010-10-01stat: print SELinux context when availableEric Blake
2010-10-01stat: optimize and translate default format stringsEric Blake
2010-10-01stat: print timestamps to full resolutionEric Blake
2010-10-01stat: support printing birthtimeEric Blake
2010-09-29tr: fix various issues with case conversionPádraig Brady
2010-09-20sort: destroy spin locks portablyPaul Eggert
2010-09-18build: use gnulib's new termios moduleJim Meyering
2010-09-17maint: update to latest gnulibEric Blake
2010-09-17rm: remove no-op -d optionEric Blake
2010-09-17maint: update to latest gnulibEric Blake
2010-09-13dircolors: add rxvt-unicode-256color terminal typeDmitry V. Levin