summaryrefslogtreecommitdiff
path: root/src/timeout.c
AgeCommit message (Expand)Author
2014-07-13build: support building all tools in a single binaryAlex Deymo
2014-01-02maint: update all copyright year number rangesBernhard Voelker
2013-11-27timeout: avoid unlikely issues with --kill-afterPádraig Brady
2013-08-01doc: use semicolon instead of period in option descriptionsBenno Schulenberg
2013-01-26timeout: ensure a blocked SIGALRM from the parent is unblockedStephan Krempel
2013-01-23maint: define usage note about mandatory args centrallyBernhard Voelker
2013-01-01maint: update all copyright year number rangesJim Meyering
2012-11-04timeout: add --preserve-status to always propagate the exit statusÁngel González
2012-09-24timeout: handle signals more transparentlyPádraig Brady
2012-02-29doc: timeout: document the exit status when run with "-s KILL"Rodrigo Campos
2012-01-22maint: quote 'like this' or "like this", not `like this'Paul Eggert
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering
2012-01-09maint: convert `...' to '...' in --help outputJim Meyering
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering
2012-01-01maint: update all copyright year number rangesJim Meyering
2011-09-22timeout: handle implicitly created threadsPádraig Brady
2011-09-01timeout: fixup previous warning fixPádraig Brady
2011-09-01timeout: suppress a redundant warning on some systemsPádraig Brady
2011-08-25timeout: revert signal propagation enhancementPádraig Brady
2011-07-25timeout: support sub-second timeoutsPádraig Brady
2011-07-16timeout: treat seconds counts like 'sleep' doesPaul Eggert
2011-07-16Fix capiTalization in comments.Paul Eggert
2011-07-16* src/timeout.c (main): Use waitpid, not wait (Bug#9098).Paul Eggert
2011-07-16timeout: port to NonStop (Bug#9077)Paul Eggert
2011-07-08timeout: handle signals more transparentlyPádraig Brady
2011-07-08timeout: support cascaded timeoutsPádraig Brady
2011-07-08timeout: add --foreground to support interactive commandsPádraig Brady
2011-06-09maint: remove unneeded includesPádraig Brady
2011-05-24doc: add a missing space in timeout --helpStéphane Raimbault
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-05-03maint: remove now-redundant definitions provided by sys/wait.hJim Meyering
2010-04-24maint: remove now-unnecessary #if HAVE_header_H tests.Jim Meyering
2010-03-26timeout: use more standard option parsingKim Hansen
2010-03-16timeout: add the --kill-after optionPádraig Brady
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2009-12-08timeout: fix failure if timeout's parent has ignored SIGCHLDPádraig Brady
2009-10-25timeout: don't orphan monitored programs if they ignore specified signalsPádraig Brady
2009-10-08maint: move timeout exit statusesEric Blake
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady
2009-09-14doc: improve timeout's --help messageJim Meyering
2009-09-01timeout: remove a redundant assignmentPádraig Brady
2009-09-01timeout: defensive handling of all wait() errorsPádraig Brady
2009-08-25maint: remove Local Variables: indent-tabs-mode: nil from all sourcesJim Meyering
2009-06-23maint: update all Copyright year lists to include 2009Jim Meyering
2009-06-13diag: say "failed to...", rather than "cannot..." in a few diagnosticsJim Meyering
2009-04-07maint: Clarify ambiguous refs to Linux kernels or GNU/Linux systemsPádraig Brady
2008-12-23timeout: remove problematic castsPádraig Brady
2008-12-21build: add configure-time --enable-gcc-warnings option; avoid warningsJim Meyering
2008-10-03timeout.c: don't use perror; exit 125 upon failed forkJim Meyering
2008-08-26use new global, "Version", rather than macro, VERSIONJim Meyering