summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-16uniq: cleanupuniq-versuchErich Eckner
2017-02-16uniq: compiles, but does the wrong thing - for nowErich Eckner
2017-02-16sort: split off even more linesErich Eckner
2017-02-16uniq: start to use commons to sort.cErich Eckner
2017-02-16sort: split off even more source lines useful for uniqErich Eckner
2017-02-16sort: split off even more source lines useful for uniqErich Eckner
2017-02-16sort: split off source lines useful for uniq, tooErich Eckner
2017-02-16maint: xsetmode renamed to xbinary-ioHEADmasterPaul Eggert
2017-02-16build: update gnulib submodule to latestPaul Eggert
2017-02-15maint: use xsetmode, not xfreopenPaul Eggert
2017-02-15build: update gnulib submodule to latestPaul Eggert
2017-02-12maint: tweaks so syntax tests pass for previous commitPádraig Brady
2017-02-11ln: replace destination links more atomicallyPaul Eggert
2017-02-09timeout: fix race possibly terminating wrong processTobias Stoeckmann
2017-02-09doc: note the relationship between realpath and readlinkPádraig Brady
2017-02-08tail: fix output of redundant headers when resumingJanne Snabb
2017-02-08tests: fix tail test race causing false failurePádraig Brady
2017-02-08tail: fix erroneous status about 'giving up' on filePádraig Brady
2017-02-08doc: only distribute 5 years of ChangeLogsPádraig Brady
2017-02-07maint: fix HACKING instructions to run a single testMaxime de Roucy
2017-01-25build: fix issue with HAVE_FALLOCATE on centos5Pádraig Brady
2017-01-25build: Properly expand cu_install_program when cross-compilingManolis Ragkousis
2017-01-21dircolors: highlight windows archive formatMike Swanson
2017-01-21maint: mention the recent date time zone bug fixPádraig Brady
2017-01-21maint: appease syntax-check failures due to recent updatesAssaf Gordon
2017-01-20date: fix TZ= regressionPaul Eggert
2017-01-20build: update gnulib submodule to latestPaul Eggert
2017-01-15maint: update README-hacking, now that vc-dwim accepts --initJim Meyering
2017-01-14date: output "-00" for indeterminate time zonePaul Eggert
2017-01-14date: new option spelling --rfc-emailPaul Eggert
2017-01-14maint: modernize URLsPaul Eggert
2017-01-14build: update gnulib submodule to latestPaul Eggert
2017-01-10doc: move "File timestamps" to a separate chapterBernhard Voelker
2017-01-10maint: fix recent syntax check failuresEric Blake
2017-01-09doc: cover file timestamps betterPaul Eggert
2017-01-09maint: standardize on "timestamp" as per POSIXPaul Eggert
2017-01-09stty: ensure no side effects from invalid optionsPádraig Brady
2017-01-05tests: improve 'date --debug' testsAssaf Gordon
2017-01-05build: update gnulib submodule to latestAssaf Gordon
2017-01-01maint: update all copyright year number rangesPádraig Brady
2016-12-28doc: recommend b2sum as well as SHA2Zooko
2016-12-28tests: avoid false fails on NFS due to EPERMPádraig Brady
2016-12-27doc: Update POSIX part of README (Bug#25259)Paul Eggert
2016-12-26wc: with only --bytes, determine size more efficientlyPádraig Brady
2016-12-20maint: correct the version for the previous bug fixPádraig Brady
2016-12-19wc: fix wrong byte counts when using --files-from0William R. Fraser
2016-12-18tests: fix typos in previous commitPádraig Brady
2016-12-18tests: support non-MLS enabled SELinux systemsNicolas Iooss
2016-12-08factor: retry properly if Pollard rho gives a trivial factorizationTorbjörn Granlund
2016-12-08factor: fix infinite loop in gcd2_oddNiels Möller