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
/
timeout.c
Age
Commit message (
Expand
)
Author
2017-02-09
timeout: fix race possibly terminating wrong process
Tobias Stoeckmann
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-04-21
sleep,timeout: support overflowing floating point values
Pádraig Brady
2016-01-01
maint: update all copyright year number ranges
Pádraig Brady
2015-05-13
timeout: with --foreground don't send SIGCONT
Pádraig Brady
2015-04-27
maint: fix printf format for signed integers
Pádraig Brady
2015-01-01
maint: update all copyright year number ranges
Pádraig Brady
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-07-13
build: support building all tools in a single binary
Alex Deymo
2014-01-02
maint: update all copyright year number ranges
Bernhard Voelker
2013-11-27
timeout: avoid unlikely issues with --kill-after
Pádraig Brady
2013-08-01
doc: use semicolon instead of period in option descriptions
Benno Schulenberg
2013-01-26
timeout: ensure a blocked SIGALRM from the parent is unblocked
Stephan Krempel
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-11-04
timeout: add --preserve-status to always propagate the exit status
Ángel González
2012-09-24
timeout: handle signals more transparently
Pádraig Brady
2012-02-29
doc: timeout: document the exit status when run with "-s KILL"
Rodrigo Campos
2012-01-22
maint: quote 'like this' or "like this", not `like this'
Paul Eggert
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-22
timeout: handle implicitly created threads
Pádraig Brady
2011-09-01
timeout: fixup previous warning fix
Pádraig Brady
2011-09-01
timeout: suppress a redundant warning on some systems
Pádraig Brady
2011-08-25
timeout: revert signal propagation enhancement
Pádraig Brady
2011-07-25
timeout: support sub-second timeouts
Pádraig Brady
2011-07-16
timeout: treat seconds counts like 'sleep' does
Paul Eggert
2011-07-16
Fix capiTalization in comments.
Paul Eggert
2011-07-16
* src/timeout.c (main): Use waitpid, not wait (Bug#9098).
Paul Eggert
2011-07-16
timeout: port to NonStop (Bug#9077)
Paul Eggert
2011-07-08
timeout: handle signals more transparently
Pádraig Brady
2011-07-08
timeout: support cascaded timeouts
Pádraig Brady
2011-07-08
timeout: add --foreground to support interactive commands
Pádraig Brady
2011-06-09
maint: remove unneeded includes
Pádraig Brady
2011-05-24
doc: add a missing space in timeout --help
Stéphane Raimbault
2011-01-01
maint: update all copyright year number ranges
Jim Meyering
2010-05-03
maint: remove now-redundant definitions provided by sys/wait.h
Jim Meyering
2010-04-24
maint: remove now-unnecessary #if HAVE_header_H tests.
Jim Meyering
2010-03-26
timeout: use more standard option parsing
Kim Hansen
2010-03-16
timeout: add the --kill-after option
Pádraig Brady
2010-01-01
maint: update all FSF copyright year lists to include 2010
Jim Meyering
2009-12-08
timeout: fix failure if timeout's parent has ignored SIGCHLD
Pádraig Brady
2009-10-25
timeout: don't orphan monitored programs if they ignore specified signals
Pádraig Brady
2009-10-08
maint: move timeout exit statuses
Eric Blake
2009-09-21
doc: mention the texinfo documentation in --help
Pádraig Brady
2009-09-14
doc: improve timeout's --help message
Jim Meyering
[next]