about summary refs log tree commit diff
path: root/Src/jobs.c
Commit message (Collapse)AuthorAgeFilesLines
* 18492: Provide partial fix for multios and output process substitutionPeter Stephenson2003-05-021-21/+56
| | | | asynchronicity problem. Document workarounds for remaining problems.
* 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
| | | | unposted: Updated version to 4.1.0-dev-6 because of interface change.
* 17516, 17517: Attempted fixes for memory leaks shown by valgrind.Peter Stephenson2002-08-081-1/+7
| | | | First with zstyle patterns, second with pwd in job structure.
* 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
| | | | problem with no argument to kill -n and -s options
* 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 ↵Sven Wischnowsky2001-06-271-2/+12
| | | | are being disowned; make that the default for `%job &!' and `%job &|' (15115)
* make warning message for disowning stopped jobs more verbose (saying how to ↵Sven Wischnowsky2001-06-261-4/+26
| | | | make the job running again) (15087)
* 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
| | | | signal handlers are only executed when it is safe to run them (13365)
* Rename waitjob() to zwaitjob().Peter Stephenson2000-12-061-4/+4
|
* Sven: 13108: Handle traps synchronouslyPeter Stephenson2000-11-111-5/+9
| | | | pws: 13109, 13111: clear up zle display when output produced in trap.
* 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