index
:
Erich/coreutils
master
uniq-versuch
uniq-versuch-tools
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stdbuf.c
Age
Commit message (
Expand
)
Author
2017-01-01
maint: update all copyright year number ranges
Pádraig Brady
2016-11-14
all: reduce usage of proper_name_utf8()
Pádraig Brady
2016-10-16
all: use die() rather than error(EXIT_FAILURE)
Pádraig Brady
2016-01-01
maint: update all copyright year number ranges
Pádraig Brady
2015-12-14
maint: fix incorrect spellings etc
Pádraig Brady
2015-06-29
maint: stdbuf.c: avoid the OS X putenv function
Jim Meyering
2015-01-01
maint: update all copyright year number ranges
Pádraig Brady
2014-12-19
diagnose too-large numbers better
Pádraig Brady
2014-09-23
doc: fix use of "e.g." in stdbuf help message
Michal Nazarewicz
2014-09-19
doc: output correct --help references with --program-prefix
Pádraig Brady
2014-09-08
maint: prefer 'return status;' to 'exit (status);' in 'main'
Paul Eggert
2014-05-26
stdbuf: support OS X
Pádraig Brady
2014-05-21
stdbuf: support compilers other than __GNUC__
Pádraig Brady
2014-01-02
maint: update all copyright year number ranges
Bernhard Voelker
2013-06-22
stdbuf: make it mandatory to specify a buffering option
Pádraig Brady
2013-01-23
maint: define usage note about mandatory args centrally
Bernhard Voelker
2013-01-01
maint: update all copyright year number ranges
Jim Meyering
2012-01-09
maint: src/*.c: change remaining quotes (without embedded spaces)
Jim Meyering
2012-01-09
maint: convert `...' to '...' in --help output
Jim Meyering
2012-01-07
maint: use new emit_try_help in place of equivalent fprintf
Jim Meyering
2012-01-01
maint: update all copyright year number ranges
Jim Meyering
2011-09-01
stdbuf: fix helper lib identification on some platforms
Pádraig Brady
2011-06-19
stdbuf: fix automake variable name to work with cutting edge automake
Jim Meyering
2011-06-09
maint: remove unneeded includes
Pádraig Brady
2011-05-29
maint: placate -Wsign-compare when it's non-invasive
Jim Meyering
2011-02-18
stdbuf: avoid even the appearance of a possible use-after-free
Jim Meyering
2011-01-01
maint: update all copyright year number ranges
Jim Meyering
2010-02-15
doc: fix inconsistent capitalization in --help output
Pádraig Brady
2010-01-01
maint: update all FSF copyright year lists to include 2010
Jim Meyering
2009-10-26
maint: let gnulib provide environ
Eric Blake
2009-10-08
maint: move timeout exit statuses
Eric Blake
2009-10-08
stdbuf: improve path search
Eric Blake
2009-09-21
doc: mention the texinfo documentation in --help
Pádraig Brady
2009-08-31
maint: revert my stdbuf change: the result didn't even compile
Jim Meyering
2009-08-30
maint: stdbuf: move a declaration; no-semantic-change
Jim Meyering
2009-08-28
stdbuf: fix a small typo in --help output
Pádraig Brady
2009-08-25
maint: remove Local Variables: indent-tabs-mode: nil from all sources
Jim Meyering
2009-06-27
stdbuf: fix to stop -i option causing an assertion
Pádraig Brady
2009-06-17
stdbuf: A new program to run a command with modified stdio buffering
Pádraig Brady