summaryrefslogtreecommitdiffstats
path: root/src/timeout.c
AgeCommit message (Expand)AuthorLines
2010-05-03maint: remove now-redundant definitions provided by sys/wait.hJim Meyering-7/+0
2010-04-24maint: remove now-unnecessary #if HAVE_header_H tests.Jim Meyering-3/+1
2010-03-26timeout: use more standard option parsingKim Hansen-4/+8
2010-03-16timeout: add the --kill-after optionPádraig Brady-22/+47
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering-1/+1
2009-12-08timeout: fix failure if timeout's parent has ignored SIGCHLDPádraig Brady-0/+1
2009-10-25timeout: don't orphan monitored programs if they ignore specified signalsPádraig Brady-3/+4
2009-10-08maint: move timeout exit statusesEric Blake-6/+0
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady-1/+1
2009-09-14doc: improve timeout's --help messageJim Meyering-6/+5
2009-09-01timeout: remove a redundant assignmentPádraig Brady-1/+0
2009-09-01timeout: defensive handling of all wait() errorsPádraig Brady-6/+19
2009-08-25maint: remove Local Variables: indent-tabs-mode: nil from all sourcesJim Meyering-6/+0
2009-06-23maint: update all Copyright year lists to include 2009Jim Meyering-1/+1
2009-06-13diag: say "failed to...", rather than "cannot..." in a few diagnosticsJim Meyering-1/+1
2009-04-07maint: Clarify ambiguous refs to Linux kernels or GNU/Linux systemsPádraig Brady-6/+6
2008-12-23timeout: remove problematic castsPádraig Brady-8/+10
2008-12-21build: add configure-time --enable-gcc-warnings option; avoid warningsJim Meyering-1/+1
2008-10-03timeout.c: don't use perror; exit 125 upon failed forkJim Meyering-3/+3
2008-08-26use new global, "Version", rather than macro, VERSIONJim Meyering-1/+1
2008-07-30* timeout.c: Fix grammar in a comment. Normalize comment syntax.Jim Meyering-11/+11
2008-06-16remove redundant const directivesJim Meyering-1/+1
2008-06-14add "const" attribute, where possibleJim Meyering-1/+2
2008-06-10timeout: use system-independent exit valuesPádraig Brady-13/+14
2008-06-03use gnulib's progname moduleJim Meyering-3/+1
2008-06-02fix cpp indentation policy violationsJim Meyering-1/+1
2008-06-02declare program_name consistentlyJim Meyering-1/+1
2008-06-02export program_name, required by gnulibEric Blake-1/+2
2008-06-02new program: timeoutPádraig Brady-0/+335