summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2017-06-11tail: exit promptly when output no longer writablePádraig Brady-13/+64
2017-06-10maint: update to work with GCC7's -Werror=implicit-fallthrough=5Jim Meyering-23/+31
2017-06-07tail: with --pid, ensure all inotify events are processedPádraig Brady-1/+1
2017-06-02copy: don't fail when unable to chown symlinksPádraig Brady-1/+2
2017-05-18mv: distinguish copy and rename operations with --verbosePádraig Brady-6/+21
2017-05-11uptime: remove inconsistent AM/PM from current timePrateek saxena-1/+1
2017-04-27dd: simplify translator’s jobsPaul Eggert-28/+20
2017-04-24dd: status=progress outputs "6 s", not "6.00001 s"Paul Eggert-14/+33
2017-04-22maint: remove unused functions and constantsPaul Eggert-6/+2
2017-04-17shred: fix invalid pattern generation for certain sizesBogdan Drozdowski-1/+1
2017-04-05tail: revert to polling if a followed directory is replacedSebastian Kisela-1/+21
2017-04-05maint: fix syntax-check issues in previous tty commitPádraig Brady-4/+5
2017-04-05tty: handle misconfigured namespacesPaul Eggert-10/+23
2017-04-02doc: refactor and update expand and unexpand --helpPádraig Brady-6/+25
2017-04-02expand,unexpand: add support for incremental tab stopsJacob Keller-2/+58
2017-03-30sort: update commentPaul Eggert-4/+4
2017-03-29doc: clarify in dd man page that bs= overrides [io]bs=Chris Davies-1/+2
2017-03-27split: add new --hex-suffixes optionMichael Heimpold-3/+12
2017-03-27md5sum,b2sum,sha*sum: don't erroneously trigger BSD reversed modePádraig Brady-18/+21
2017-03-26df: avoid querying excluded file systemsPhilipp Thomas-1/+3
2017-03-26maint: avoid a static analysis warning in expand-commonPádraig Brady-0/+2
2017-03-26split: process more efficiently when filters exit earlyPádraig Brady-15/+22
2017-03-26split: ensure input is processed when filters exit earlyPádraig Brady-1/+2
2017-03-08build: for factor use C in more cases for arm64 and ppc64Pádraig Brady-13/+60
2017-03-08stat,tail: support "RDT" Linux kernel control file systemPádraig Brady-0/+2
2017-03-07build: avoid redundant build of tr with --enable-single-binaryBernhard Voelker-1/+1
2017-03-03timeout: handle multiple children on solarisPádraig Brady-1/+13
2017-03-03build: fix libstdbuf build on AIX 7Pádraig Brady-0/+5
2017-03-01expand: avoid an extraneous warning on 32 bitPádraig Brady-3/+2
2017-02-28maint: avoid a -Werror=null-dereference with GCC-6.3.1Pádraig Brady-0/+2
2017-02-28expand,unexpand: support specifying a trailing tab sizePádraig Brady-8/+60
2017-02-22cp: set SELinux context for --parents directoriesPádraig Brady-2/+30
2017-02-16maint: xsetmode renamed to xbinary-ioPaul Eggert-34/+34
2017-02-15maint: use xsetmode, not xfreopenPaul Eggert-54/+34
2017-02-12maint: tweaks so syntax tests pass for previous commitPádraig Brady-9/+3
2017-02-11ln: replace destination links more atomicallyPaul Eggert-85/+245
2017-02-09timeout: fix race possibly terminating wrong processTobias Stoeckmann-23/+53
2017-02-08tail: fix output of redundant headers when resumingJanne Snabb-16/+23
2017-02-08tail: fix erroneous status about 'giving up' on filePádraig Brady-4/+3
2017-01-25build: fix issue with HAVE_FALLOCATE on centos5Pádraig Brady-1/+3
2017-01-25build: Properly expand cu_install_program when cross-compilingManolis Ragkousis-1/+1
2017-01-21dircolors: highlight windows archive formatMike Swanson-0/+4
2017-01-21maint: appease syntax-check failures due to recent updatesAssaf Gordon-1/+1
2017-01-20date: fix TZ= regressionPaul Eggert-5/+9
2017-01-14date: new option spelling --rfc-emailPaul Eggert-6/+7
2017-01-14maint: modernize URLsPaul Eggert-7/+6
2017-01-09maint: standardize on "timestamp" as per POSIXPaul Eggert-17/+17
2017-01-09stty: ensure no side effects from invalid optionsPádraig Brady-162/+196
2017-01-01maint: update all copyright year number rangesPádraig Brady-137/+137
2016-12-26wc: with only --bytes, determine size more efficientlyPádraig Brady-11/+37