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
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