about summary refs log tree commit diff
path: root/Src/jobs.c
Commit message (Expand)AuthorAgeFilesLines
* 20572: Allow alternative signal namesPeter Stephenson2004-11-221-0/+129
* Fixed an arg in a call to times() (from Borzenkov Andrey).Wayne Davison2004-10-221-1/+1
* 20513: fix tests of zero-length patternsPeter Stephenson2004-10-221-2/+2
* 20467: Reintroduce rusage-based escapes for TIMEFMT.Peter Stephenson2004-10-081-28/+105
* 20462: Use getrusage for timing again.Peter Stephenson2004-10-071-17/+93
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-2/+2
* Changed a few job-table variables into ints.Wayne Davison2004-05-281-4/+4
* 19976: fix spurious job table full messagesPeter Stephenson2004-05-251-0/+3
* Fix TRAPS_ASYNC so that it handles signals correctly.Peter Stephenson2004-05-021-6/+4
* 19809: improve NO_TRAPS_ASYNC by queueing traps alonePeter Stephenson2004-04-211-8/+3
* zsh-users/7365: new TRAPS_ASYNC optionPeter Stephenson2004-04-191-1/+8
* 19427: last job in jobs wasn't reported.Peter Stephenson2004-02-171-2/+2
* 19242: Make job table dynamically reallocatable.Peter Stephenson2003-11-131-34/+154
* a la 19209: zcalloc -> zshcallocPeter Stephenson2003-10-291-1/+1
* 19105: Set shout to stderr if interative with no ttyPeter Stephenson2003-09-221-2/+3
* 18492: Provide partial fix for multios and output process substitutionPeter Stephenson2003-05-021-21/+56
* 18319: Philippe Troin: fix use of process groups with su and suspendPeter Stephenson2003-03-071-7/+69
* 18264: free job table entries properly in subshellPeter Stephenson2003-02-211-27/+35
* 17582: Improved option argument handling.Peter Stephenson2002-08-271-11/+12
* 17516, 17517: Attempted fixes for memory leaks shown by valgrind.Peter Stephenson2002-08-081-1/+7
* 17265: make the jobs command work in subshellsPeter Stephenson2002-06-051-16/+61
* 16372: allow signal names to be prefixed by `SIG' with kill builtin and fixOliver Kiddle2001-12-211-5/+19
* 16224: add -n option to kill and complete options from _killOliver Kiddle2001-11-061-14/+25
* add autocontinue option to automatically make stopped jos running when they a...Sven Wischnowsky2001-06-271-2/+12
* make warning message for disowning stopped jobs more verbose (saying how to m...Sven Wischnowsky2001-06-261-4/+26
* print at least a warning when disowning a stopped job (14524)Sven Wischnowsky2001-05-291-0/+8
* more (|un)queue_signals(), this time for the job control builtins (13509)Sven Wischnowsky2001-02-201-0/+10
* remove 13108 (trap queues); replace with signal queueing to ensure that user ...Sven Wischnowsky2001-01-161-9/+18
* Rename waitjob() to zwaitjob().Peter Stephenson2000-12-061-4/+4
* Sven: 13108: Handle traps synchronouslyPeter Stephenson2000-11-111-5/+9
* show current/previous job in $jobstates (3503)Sven Wischnowsky2000-11-021-2/+2
* 12860: don't limit size of pwd in job tableClint Adams2000-09-221-7/+3
* The `wait' builtin accepts only PIDs it can find in the job table.Bart Schaefer2000-07-281-1/+7
* fix for jobs -l -d, check if directory of job is already set (11170)Sven Wischnowsky2000-05-051-1/+1
* Updated from list as far as 10376Peter Stephenson2000-04-011-80/+267
* Initial revisionTanaka Akira1999-04-151-0/+1361