summaryrefslogtreecommitdiff
path: root/Src/jobs.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-09-2219105: Set shout to stderr if interative with no ttyPeter Stephenson1-2/+3
2003-05-0218492: Provide partial fix for multios and output process substitutionPeter Stephenson1-21/+56
2003-03-0718319: Philippe Troin: fix use of process groups with su and suspendPeter Stephenson1-7/+69
2003-02-2118264: free job table entries properly in subshellPeter Stephenson1-27/+35
2002-08-2717582: Improved option argument handling.Peter Stephenson1-11/+12
2002-08-0817516, 17517: Attempted fixes for memory leaks shown by valgrind.Peter Stephenson1-1/+7
2002-06-0517265: make the jobs command work in subshellsPeter Stephenson1-16/+61
2001-12-2116372: allow signal names to be prefixed by `SIG' with kill builtin and fixOliver Kiddle1-5/+19
2001-11-0616224: add -n option to kill and complete options from _killOliver Kiddle1-14/+25
2001-06-27add autocontinue option to automatically make stopped jos running when they a...Sven Wischnowsky1-2/+12
2001-06-26make warning message for disowning stopped jobs more verbose (saying how to m...Sven Wischnowsky1-4/+26
2001-05-29print at least a warning when disowning a stopped job (14524)Sven Wischnowsky1-0/+8
2001-02-20more (|un)queue_signals(), this time for the job control builtins (13509)Sven Wischnowsky1-0/+10
2001-01-16remove 13108 (trap queues); replace with signal queueing to ensure that user ...Sven Wischnowsky1-9/+18
2000-12-06Rename waitjob() to zwaitjob().Peter Stephenson1-4/+4
2000-11-11Sven: 13108: Handle traps synchronouslyPeter Stephenson1-5/+9
2000-11-02show current/previous job in $jobstates (3503)Sven Wischnowsky1-2/+2
2000-09-2212860: don't limit size of pwd in job tableClint Adams1-7/+3
2000-07-28The `wait' builtin accepts only PIDs it can find in the job table.Bart Schaefer1-1/+7
2000-05-05fix for jobs -l -d, check if directory of job is already set (11170)Sven Wischnowsky1-1/+1
2000-04-01Updated from list as far as 10376Peter Stephenson1-80/+267
1999-04-15Initial revisionTanaka Akira1-0/+1361