maint: quote 'like this' or "like this", not `like this'
[platform/upstream/coreutils.git] / src / timeout.c
2012-01-22 Paul Eggertmaint: quote 'like this' or "like this", not `like...
2012-01-09 Jim Meyeringmaint: src/*.c: change remaining quotes (without embedd...
2012-01-09 Jim Meyeringmaint: convert `...' to '...' in --help output
2012-01-07 Jim Meyeringmaint: use new emit_try_help in place of equivalent...
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-09-22 Pádraig Bradytimeout: handle implicitly created threads
2011-09-01 Pádraig Bradytimeout: fixup previous warning fix
2011-09-01 Pádraig Bradytimeout: suppress a redundant warning on some systems
2011-08-25 Pádraig Bradytimeout: revert signal propagation enhancement
2011-07-25 Pádraig Bradytimeout: support sub-second timeouts
2011-07-16 Paul Eggerttimeout: treat seconds counts like 'sleep' does
2011-07-16 Paul EggertFix capiTalization in comments.
2011-07-16 Paul Eggert* src/timeout.c (main): Use waitpid, not wait (Bug...
2011-07-16 Paul Eggerttimeout: port to NonStop (Bug#9077)
2011-07-08 Pádraig Bradytimeout: handle signals more transparently
2011-07-08 Pádraig Bradytimeout: support cascaded timeouts
2011-07-08 Pádraig Bradytimeout: add --foreground to support interactive commands
2011-06-09 Pádraig Bradymaint: remove unneeded includes
2011-05-24 Stéphane Raimbaultdoc: add a missing space in timeout --help
2011-01-01 Jim Meyeringmaint: update all copyright year number ranges
2010-05-03 Jim Meyeringmaint: remove now-redundant definitions provided by...
2010-04-24 Jim Meyeringmaint: remove now-unnecessary #if HAVE_header_H tests.
2010-03-26 Kim Hansentimeout: use more standard option parsing
2010-03-16 Pádraig Bradytimeout: add the --kill-after option
2010-01-01 Jim Meyeringmaint: update all FSF copyright year lists to include...
2009-12-08 Pádraig Bradytimeout: fix failure if timeout's parent has ignored...
2009-10-25 Pádraig Bradytimeout: don't orphan monitored programs if they ignore...
2009-10-09 Eric Blakemaint: move timeout exit statuses
2009-09-21 Pádraig Bradydoc: mention the texinfo documentation in --help
2009-09-14 Jim Meyeringdoc: improve timeout's --help message
2009-09-01 Pádraig Bradytimeout: remove a redundant assignment
2009-09-01 Pádraig Bradytimeout: defensive handling of all wait() errors
2009-08-25 Jim Meyeringmaint: remove Local Variables: indent-tabs-mode: nil...
2009-06-23 Jim Meyeringmaint: update all Copyright year lists to include 2009
2009-06-13 Jim Meyeringdiag: say "failed to...", rather than "cannot..." in...
2009-04-07 Pádraig Bradymaint: Clarify ambiguous refs to Linux kernels or GNU...
2008-12-23 Pádraig Bradytimeout: remove problematic casts
2008-12-21 Jim Meyeringbuild: add configure-time --enable-gcc-warnings option...
2008-10-03 Jim Meyeringtimeout.c: don't use perror; exit 125 upon failed fork
2008-08-26 Jim Meyeringuse new global, "Version", rather than macro, VERSION
2008-07-30 Jim Meyering* timeout.c: Fix grammar in a comment. Normalize commen...
2008-06-16 Jim Meyeringremove redundant const directives
2008-06-14 Jim Meyeringadd "const" attribute, where possible
2008-06-10 Pádraig Bradytimeout: use system-independent exit values
2008-06-03 Jim Meyeringuse gnulib's progname module
2008-06-02 Jim Meyeringfix cpp indentation policy violations
2008-06-02 Jim Meyeringdeclare program_name consistently
2008-06-02 Eric Blakeexport program_name, required by gnulib
2008-06-02 Pádraig Bradynew program: timeout