summaryrefslogtreecommitdiff
path: root/src/stdbuf.c
Commit message (Expand)AuthorAgeFilesLines
* doc: fix use of "e.g." in stdbuf help messageMichal Nazarewicz2014-09-231-1/+1
* doc: output correct --help references with --program-prefixPádraig Brady2014-09-191-1/+1
* maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert2014-09-081-5/+3
* stdbuf: support OS XPádraig Brady2014-05-261-3/+12
* stdbuf: support compilers other than __GNUC__Pádraig Brady2014-05-211-1/+11
* maint: update all copyright year number rangesBernhard Voelker2014-01-021-1/+1
* stdbuf: make it mandatory to specify a buffering optionPádraig Brady2013-06-221-6/+14
* maint: define usage note about mandatory args centrallyBernhard Voelker2013-01-231-4/+3
* maint: update all copyright year number rangesJim Meyering2013-01-011-1/+1
* maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering2012-01-091-1/+1
* maint: convert `...' to '...' in --help outputJim Meyering2012-01-091-6/+6
* maint: use new emit_try_help in place of equivalent fprintfJim Meyering2012-01-071-2/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* stdbuf: fix helper lib identification on some platformsPádraig Brady2011-09-011-1/+1
* stdbuf: fix automake variable name to work with cutting edge automakeJim Meyering2011-06-191-5/+4
* maint: remove unneeded includesPádraig Brady2011-06-091-1/+0
* maint: placate -Wsign-compare when it's non-invasiveJim Meyering2011-05-291-1/+1
* stdbuf: avoid even the appearance of a possible use-after-freeJim Meyering2011-02-181-2/+5
* maint: update all copyright year number rangesJim Meyering2011-01-011-1/+1
* doc: fix inconsistent capitalization in --help outputPádraig Brady2010-02-151-3/+3
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* maint: let gnulib provide environEric Blake2009-10-261-2/+0
* maint: move timeout exit statusesEric Blake2009-10-081-3/+0
* stdbuf: improve path searchEric Blake2009-10-081-17/+11
* doc: mention the texinfo documentation in --helpPádraig Brady2009-09-211-1/+1
* maint: revert my stdbuf change: the result didn't even compileJim Meyering2009-08-311-1/+2
* maint: stdbuf: move a declaration; no-semantic-changeJim Meyering2009-08-301-2/+1
* stdbuf: fix a small typo in --help outputPádraig Brady2009-08-281-2/+2
* maint: remove Local Variables: indent-tabs-mode: nil from all sourcesJim Meyering2009-08-251-6/+0
* stdbuf: fix to stop -i option causing an assertionPádraig Brady2009-06-271-1/+1
* stdbuf: A new program to run a command with modified stdio bufferingPádraig Brady2009-06-171-0/+386