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