summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
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
2010-10-12tail: fix checking of currently unavailable directoriesPádraig Brady-19/+44
2010-10-07split: fix reporting of read errorsPádraig Brady-6/+5
2010-10-05build: complete the rename of get_dateEric Blake-5/+5
2010-10-05stat: drop %C support when printing file system detailsEric Blake-9/+4
2010-10-05stat: adjust the printing of SELinux contextPádraig Brady-19/+3
2010-10-03maint: suppress a bogus used-uninitialized warning in tr.cJim Meyering-0/+1
2010-10-01stat: print SELinux context when availableEric Blake-2/+43
2010-10-01stat: optimize and translate default format stringsEric Blake-33/+77
2010-10-01stat: print timestamps to full resolutionEric Blake-15/+24
2010-10-01stat: support printing birthtimeEric Blake-3/+25
2010-09-29tr: fix various issues with case conversionPádraig Brady-46/+96
2010-09-20sort: destroy spin locks portablyPaul Eggert-0/+3
2010-09-18build: use gnulib's new termios moduleJim Meyering-6/+2
2010-09-17maint: update to latest gnulibEric Blake-2/+2
2010-09-17rm: remove no-op -d optionEric Blake-9/+1
2010-09-17maint: update to latest gnulibEric Blake-2/+3
2010-09-13dircolors: add rxvt-unicode-256color terminal typeDmitry V. Levin-0/+1
2010-09-01tac: suppress technically unneeded "free"Jim Meyering-0/+2
2010-09-01join: improve performance when operating on whole linesPádraig Brady-2/+2
2010-08-28tac: avoid double freeJim Meyering-2/+4
2010-08-27stat: add %m to output the mount point for a fileAaron Burgemeister-90/+229
2010-08-25df: always print the device name for bind mounted filesPádraig Brady-40/+21
2010-08-23stat: fix a small memory leak with %NPádraig Brady-0/+1
2010-08-10sort, who: prefer free+malloc to realloc when contents are irrelevantPaul Eggert-5/+10
2010-08-10sort: free/xmalloc rather than xreallocPaul Eggert-2/+9
2010-08-10sort: avoid gcc warning: explicitly ignore strtold resultJim Meyering-1/+2
2010-08-09dircolors: add screen.rxvt & terminator to TERM listMike Frysinger-0/+2
2010-08-08sort: speed up -R with long lines in hard localesPaul Eggert-5/+13
2010-08-06sort: support all combinations of -d, -f, -i, -R, and -VPaul Eggert-124/+100
2010-08-05sort: tune and refactor --debug code, and fix minor underlining bugPaul Eggert-151/+165
2010-08-04sort: -R now uses less memory on long lines with internal NULsPaul Eggert-51/+116
2010-08-03sort: fix bug in --debug when \0 is followed by \tPaul Eggert-19/+9
2010-08-02sort: revert recent -h changes and use a more-conservative approachPaul Eggert-77/+31
2010-07-30sort: -h now handles comparisons such as 6000K vs 5M and 5MiB vs 5MBPaul Eggert-78/+88
2010-07-27sort: fix --debug display with very large offsetsPaul Eggert-2/+5
2010-07-26sort: fix bug with EOF at buffer refillPaul Eggert-1/+1
2010-07-26sort: omit some "inline"sPaul Eggert-9/+9
2010-07-26sort: don't assume ASCII when parsing K, M, G suffixesPaul Eggert-1/+5
2010-07-25sort: omit unnecessary mutex unlock+lock; simplify heap accessPaul R. Eggert-14/+5