aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-10-15gnulib: update to latest and adapt printf-quote.sh testJim Meyering3-1/+2
2016-10-04rm: disallow --n alias for --no-preserve-rootPádraig Brady3-2/+16
2016-09-28tail: -F now always processes initially untailable filesPádraig Brady4-24/+59
2016-09-22who: avoid new warning from upcoming gcc-7Jim Meyering1-0/+4
2016-09-19ls: fix %%b format and precompute morePaul Eggert3-53/+112
2016-09-11pinky,who: remove redeclarations of ttynameGeorge Burgess IV3-10/+6
2016-09-09gnulib: update to latest, for getprogname fixesJim Meyering1-0/+0
2016-09-09cp: use FICLONE instead of BTRFS_IOC_CLONEPaul Eggert2-7/+12
2016-09-08date: add '--debug' optionAssaf Gordon6-5/+166
2016-09-07sort: port to strict C + valgrindPaul Eggert2-2/+4
2016-09-07build: update gnulib submodule to latestPaul Eggert1-0/+0
2016-09-07factor: reinstate immediate output with interactive usePádraig Brady2-1/+10
2016-09-07ls: allow interruption when reading slow directoriesKamil Dudka2-68/+96
2016-09-01doc: fix typo in date examplePádraig Brady1-1/+1
2016-08-31dircolors: recognize .zst and .tzst suffixesJim Meyering1-0/+2
2016-08-30maint: tr: tweak/make-consistent a pair of loop indicesJim Meyering1-2/+2
2016-08-30tr: move decls "down"Jim Meyering1-55/+26
2016-08-29ptx: avoid new warning/error from upcoming gcc-7.xJim Meyering1-1/+1
2016-08-18cp: with --parents --no-preserve=mode don't copy dir permsPádraig Brady3-9/+25
2016-08-18doc: fix ambiguous multiplier info in dd man pagePádraig Brady1-1/+1
2016-08-09maint: refactor common expand(1) and unexpand(1) codeAssaf Gordon9-424/+529
2016-08-03df: improve performance with many mount pointsPhilipp Thomas3-34/+81
2016-07-28doc: revert recent date(1) synopsis changePádraig Brady2-2/+2
2016-07-27maint: pacify GCC 6 with -Wnull-dereferenceBernhard Voelker2-3/+9
2016-07-27build: update gnulib submodule to latestBernhard Voelker1-0/+0
2016-07-27maint: skip a check when en_US.UTF-8 collation rules are brokenJim Meyering1-9/+16
2016-07-27doc: make date(1) synopsis consistent with output +FORMATPádraig Brady2-2/+2
2016-07-27maint: fix dependency of man/arch.1Bernhard Voelker1-1/+1
2016-07-18sort: with -h, disallow thousands separator between number and unitKamil Dudka2-13/+23
2016-07-18sort: make -h work with -k and blank used as thousands separatorKamil Dudka4-5/+59
2016-07-18maint: sort.c: deduplicate code for traversing numbersKamil Dudka1-28/+35
2016-07-08install: with -Z, set default SELinux context for created directoriesKamil Dudka5-6/+90
2016-07-06tests: avoid false failure on 32 bit in readdir() testPádraig Brady1-5/+6
2016-07-02tests: improve recent seq EPIPE testAssaf Gordon1-17/+12
2016-06-29stty: fix sane setting of susp to ^z on SolarisPádraig Brady2-2/+5
2016-06-26tests: verify that fts diagnoses readdir() failuresPeter Benie2-0/+107
2016-06-26all: update gnulib submodule and tests/init.sh to latestPádraig Brady3-41/+50
2016-06-25maint: simplify partial writes etc. in 'yes'Paul Eggert1-51/+38
2016-06-24yes: handle short writesPádraig Brady2-6/+19
2016-06-24yes: fix copy and paste issue with previous commitPádraig Brady2-1/+4
2016-06-23maint: work even if argc == INT_MAXPaul Eggert3-35/+32
2016-06-01doc: clarify sort --key handling of default field separatorsPádraig Brady1-2/+9
2016-05-31sort: modify 'leading spaces' debug warning scenariosAssaf Gordon2-6/+6
2016-05-31tests: sort-debug-warn: add progress information linesAssaf Gordon1-0/+36
2016-05-15dircolors: output colors for any $TERM matching *color*Pádraig Brady1-7/+1
2016-05-14nl: reset numbering for each sectionKOBAYASHI Takashi4-10/+32
2016-05-12stat,tail: add support for the SMB2 remote file systemPádraig Brady2-3/+6
2016-05-04maint: avoid new warning from gcc (GCC) 7.0.0 20160503 (experimental)Jim Meyering1-2/+4
2016-04-26tests: avoid false failure when df lists no root file systemPádraig Brady1-4/+5
2016-04-24seq: detect and report I/O errors immediatelyAssaf Gordon5-5/+116