about summary refs log tree commit diff
path: root/Src/jobs.c
Commit message (Collapse)AuthorAgeFilesLines
* 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