summaryrefslogtreecommitdiffstats
path: root/src/stdbuf.c
AgeCommit message (Expand)AuthorLines
2021-07-26maint: avoid recent syntax-check issuesPádraig Brady-1/+1
2021-07-26maint: fix white spacePaul Eggert-1/+1
2021-04-11maint: use "char const *" rather than "const char *"Pádraig Brady-1/+1
2021-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2020-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2019-01-01maint: update all copyright year number rangesAssaf Gordon-1/+1
2018-07-22doc: improve documentation of binary prefixesWodry-0/+1
2018-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2017-09-19all: prefer HTTPS in URLsPaul Eggert-1/+1
2017-06-17maint: use C99 for loop initial declarations where possiblePádraig Brady-2/+1
2017-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2016-11-14all: reduce usage of proper_name_utf8()Pádraig Brady-1/+1
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady-8/+9
2016-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2015-12-14maint: fix incorrect spellings etcPádraig Brady-1/+1
2015-06-29maint: stdbuf.c: avoid the OS X putenv functionJim Meyering-1/+1
2015-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2014-12-19diagnose too-large numbers betterPádraig Brady-2/+2
2014-09-23doc: fix use of "e.g." in stdbuf help messageMichal Nazarewicz-1/+1
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady-1/+1
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert-5/+3
2014-05-26stdbuf: support OS XPádraig Brady-3/+12
2014-05-21stdbuf: support compilers other than __GNUC__Pádraig Brady-1/+11
2014-01-02maint: update all copyright year number rangesBernhard Voelker-1/+1
2013-06-22stdbuf: make it mandatory to specify a buffering optionPádraig Brady-6/+14
2013-01-23maint: define usage note about mandatory args centrallyBernhard Voelker-4/+3
2013-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering-1/+1
2012-01-09maint: convert `...' to '...' in --help outputJim Meyering-6/+6
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering-2/+1
2012-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2011-09-01stdbuf: fix helper lib identification on some platformsPádraig Brady-1/+1
2011-06-19stdbuf: fix automake variable name to work with cutting edge automakeJim Meyering-5/+4
2011-06-09maint: remove unneeded includesPádraig Brady-1/+0
2011-05-29maint: placate -Wsign-compare when it's non-invasiveJim Meyering-1/+1
2011-02-18stdbuf: avoid even the appearance of a possible use-after-freeJim Meyering-2/+5
2011-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2010-02-15doc: fix inconsistent capitalization in --help outputPádraig Brady-3/+3
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering-1/+1
2009-10-26maint: let gnulib provide environEric Blake-2/+0
2009-10-08maint: move timeout exit statusesEric Blake-3/+0
2009-10-08stdbuf: improve path searchEric Blake-17/+11
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady-1/+1
2009-08-31maint: revert my stdbuf change: the result didn't even compileJim Meyering-1/+2
2009-08-30maint: stdbuf: move a declaration; no-semantic-changeJim Meyering-2/+1
2009-08-28stdbuf: fix a small typo in --help outputPádraig Brady-2/+2
2009-08-25maint: remove Local Variables: indent-tabs-mode: nil from all sourcesJim Meyering-6/+0
2009-06-27stdbuf: fix to stop -i option causing an assertionPádraig Brady-1/+1
2009-06-17stdbuf: A new program to run a command with modified stdio bufferingPádraig Brady-0/+386