summaryrefslogtreecommitdiff
path: root/Src/jobs.c
AgeCommit message (Collapse)AuthorFilesLines
2001-06-27add autocontinue option to automatically make stopped jos running when they ↵Sven Wischnowsky1-2/+12
are being disowned; make that the default for `%job &!' and `%job &|' (15115)
2001-06-26make warning message for disowning stopped jobs more verbose (saying how to ↵Sven Wischnowsky1-4/+26
make the job running again) (15087)
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
signal handlers are only executed when it is safe to run them (13365)
2000-12-06Rename waitjob() to zwaitjob().Peter Stephenson1-4/+4
2000-11-11Sven: 13108: Handle traps synchronouslyPeter Stephenson1-5/+9
pws: 13109, 13111: clear up zle display when output produced in trap.
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