summaryrefslogtreecommitdiff
path: root/Src/jobs.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-2027159: restore pre-23067 behavior of SIGINT outside a "wait", so thatBart Schaefer1-2/+2
2009-07-1227134: Close SHTTY on exec.Peter Stephenson1-1/+3
2009-07-1127131: allow MONITOR in subshell by not closing SHTTYPeter Stephenson1-1/+2
2009-07-1027106: reset status on command that expands to emptyPeter Stephenson1-45/+58
2009-07-1027119: job output to stdout if non-interactivePeter Stephenson1-6/+5
2009-07-0927112: allow jobbing output if not interactivePeter Stephenson1-8/+10
2009-03-16users/13937, users/13939: configure.ac, Src/jobs.c: check forBart Schaefer1-0/+8
2009-03-14users/13910: spawnjob() should output to ttyPeter Stephenson1-4/+4
2008-07-3125345, 25347: neaten interface from main shell to zlePeter Stephenson1-2/+2
2008-05-02users/12812: fix hang with confusion over process numbersPeter Stephenson1-0/+9
2008-03-2522281: wait shouldn't return immediately on signal unless trappedPeter Stephenson1-2/+4
2007-12-1824279: allow terminal changes after zle -I to be acquired by main shellPeter Stephenson1-1/+1
2007-09-05users/11818: allow non-numeric keys for job status parametersPeter Stephenson1-7/+11
2007-09-04users/11807: fix some job display bugsPeter Stephenson1-16/+37
2007-07-0623665: autoloading of module features and related tweaksPeter Stephenson1-2/+2
2007-05-2323460: fix problem with ( stuff ) >multio1 >multio2Peter Stephenson1-0/+9
2007-03-27unposted: uninitialized variable in 23238Peter Stephenson1-8/+8
2007-03-2723238: jobs didn't get deleted if they weren't printedPeter Stephenson1-2/+15
2007-01-3023141: don't zrfresh() after printjob() that didn't printPeter Stephenson1-5/+15
2007-01-2123118: improve sorting to make it work with localesPeter Stephenson1-2/+2
2006-12-19document OS may handle negative or zero PID in killPeter Stephenson1-2/+6
2006-12-1823054, part: error message for "kill -" with nothing after the - was confusingPeter Stephenson1-0/+4
2006-11-06fix error messagePeter Stephenson1-1/+1
2006-11-0322953: Mikael Magnusson: _most_recent_file fix.Peter Stephenson1-8/+9
2006-10-3022913: set $! on "bg"Peter Stephenson1-2/+14
2006-06-2822525: lengths and cases of multibyte strings in parameters and historyPeter Stephenson1-1/+1
2006-05-3022474: use variable argument lists to improve error message handlingPeter Stephenson1-25/+25
2006-03-27Fixed a compilation problem when HAVE_GETRUSAGE is definedWayne Davison1-4/+13
2006-03-0222317: exit status from code backgrounded in functionPeter Stephenson1-16/+59
2006-02-0722200: process text wasn't unmetafied for output.Peter Stephenson1-4/+18
2005-10-1321872: job accounting in subshells was screwyPeter Stephenson1-2/+9
2005-08-1521366: LONG_LIST_JOBS applies to more places where job listings are printedBart Schaefer1-8/+12
2005-06-2821391: only pass SIGINT and SIGQUIT from foreground processes to the shell.Peter Stephenson1-2/+4
2005-06-0121296: Add ERR alias for ZERR where possible.Peter Stephenson1-23/+31
2005-02-2820888: allow signal names to have the SIG prefix includedPeter Stephenson1-1/+7
2005-01-14c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson1-2/+2
2004-11-2220572: Allow alternative signal namesPeter Stephenson1-0/+129
2004-10-22Fixed an arg in a call to times() (from Borzenkov Andrey).Wayne Davison1-1/+1
2004-10-2220513: fix tests of zero-length patternsPeter Stephenson1-2/+2
2004-10-0820467: Reintroduce rusage-based escapes for TIMEFMT.Peter Stephenson1-28/+105
2004-10-0720462: Use getrusage for timing again.Peter Stephenson1-17/+93
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-2/+2
2004-05-28Changed a few job-table variables into ints.Wayne Davison1-4/+4
2004-05-2519976: fix spurious job table full messagesPeter Stephenson1-0/+3
2004-05-02Fix TRAPS_ASYNC so that it handles signals correctly.Peter Stephenson1-6/+4
2004-04-2119809: improve NO_TRAPS_ASYNC by queueing traps alonePeter Stephenson1-8/+3
2004-04-19zsh-users/7365: new TRAPS_ASYNC optionPeter Stephenson1-1/+8
2004-02-1719427: last job in jobs wasn't reported.Peter Stephenson1-2/+2
2003-11-1319242: Make job table dynamically reallocatable.Peter Stephenson1-34/+154
2003-10-29a la 19209: zcalloc -> zshcallocPeter Stephenson1-1/+1