summary refs log tree commit diff
path: root/src/jobs.c (follow)
Commit message (Expand)AuthorAge
* [SHELL] Improve LINENO supportHarald van Dijk2011-03-15
* [SHELL] Port to SolarisBrian Koropoff2011-03-15
* [SHELL] Port to AIXBrian Koropoff2011-03-10
* [JOBS] Debug compile fixmaximilian attems2010-09-08
* [JOBS] Fix wait regression where it does not wait for all jobsHerbert Xu2010-05-27
* [REDIR] Fix incorrect savefd conversionsHerbert Xu2009-06-27
* [JOBS] Do not close stderr when /dev/tty fails to openHerbert Xu2009-02-22
* [JOBS] Fix dowait signal raceHerbert Xu2009-02-22
* [BUILD] Fixed build on OS XMark Mentovai2009-01-13
* [JOBS] Fix cmdtxt crash on if statementsLarry Doolittle2008-05-02
* [EXPAND] Move parse-time quote flag detection to run-timeHerbert Xu2007-09-25
* [REDIR] Replace copyfd by savefd and use dup2 elsewhereHerbert Xu2007-05-12
* [PARSER] Only use signed char for syntax arraysHerbert Xu2006-04-23
* [JOBS] Fixed support for disabling job controlHerbert Xu2005-10-30
* [SIGNAL] Added default implementation of strsignalHerbert Xu2005-10-29
* Copyright/licence updates and remove all traces of sys/cdefs.hHerbert Xu2005-10-29
* Renamed error to sh_error.herbert2005-09-26
* Changed boolean rootshell into shlvl counter.herbert2005-09-26
* Allow negative pid argument to kill(1) in src/jobs.c.herbert2005-09-26
* Initial import.Herbert Xu2005-09-26