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
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
2009-09-01
timeout: remove a redundant assignment
Pádraig Brady
2009-09-01
timeout: defensive handling of all wait() errors
Pádraig Brady
2009-08-25
maint: remove Local Variables: indent-tabs-mode: nil from all sources
Jim Meyering
2009-06-23
maint: update all Copyright year lists to include 2009
Jim Meyering
2009-06-13
diag: say "failed to...", rather than "cannot..." in a few diagnostics
Jim Meyering
2009-04-07
maint: Clarify ambiguous refs to Linux kernels or GNU/Linux systems
Pádraig Brady
2008-12-23
timeout: remove problematic casts
Pádraig Brady
2008-12-21
build: add configure-time --enable-gcc-warnings option; avoid warnings
Jim Meyering
2008-10-03
timeout.c: don't use perror; exit 125 upon failed fork
Jim Meyering
2008-08-26
use new global, "Version", rather than macro, VERSION
Jim Meyering
2008-07-30
* timeout.c: Fix grammar in a comment. Normalize comment syntax.
Jim Meyering
2008-06-16
remove redundant const directives
Jim Meyering
2008-06-14
add "const" attribute, where possible
Jim Meyering
2008-06-10
timeout: use system-independent exit values
Pádraig Brady
2008-06-03
use gnulib's progname module
Jim Meyering
2008-06-02
fix cpp indentation policy violations
Jim Meyering
2008-06-02
declare program_name consistently
Jim Meyering
2008-06-02
export program_name, required by gnulib
Eric Blake
2008-06-02
new program: timeout
Pádraig Brady