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