Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed a few job-table variables into ints. | Wayne Davison | 2004-05-28 | 1 | -4/+4 |
| | |||||
* | 19976: fix spurious job table full messages | Peter Stephenson | 2004-05-25 | 1 | -0/+3 |
| | |||||
* | Fix TRAPS_ASYNC so that it handles signals correctly. | Peter Stephenson | 2004-05-02 | 1 | -6/+4 |
| | |||||
* | 19809: improve NO_TRAPS_ASYNC by queueing traps alone | Peter Stephenson | 2004-04-21 | 1 | -8/+3 |
| | |||||
* | zsh-users/7365: new TRAPS_ASYNC option | Peter Stephenson | 2004-04-19 | 1 | -1/+8 |
| | |||||
* | 19427: last job in jobs wasn't reported. | Peter Stephenson | 2004-02-17 | 1 | -2/+2 |
| | |||||
* | 19242: Make job table dynamically reallocatable. | Peter Stephenson | 2003-11-13 | 1 | -34/+154 |
| | |||||
* | a la 19209: zcalloc -> zshcalloc | Peter Stephenson | 2003-10-29 | 1 | -1/+1 |
| | |||||
* | 19105: Set shout to stderr if interative with no tty | Peter Stephenson | 2003-09-22 | 1 | -2/+3 |
| | |||||
* | 18492: Provide partial fix for multios and output process substitution | Peter Stephenson | 2003-05-02 | 1 | -21/+56 |
| | | | | asynchronicity problem. Document workarounds for remaining problems. | ||||
* | 18319: Philippe Troin: fix use of process groups with su and suspend | Peter Stephenson | 2003-03-07 | 1 | -7/+69 |
| | |||||
* | 18264: free job table entries properly in subshell | Peter Stephenson | 2003-02-21 | 1 | -27/+35 |
| | |||||
* | 17582: Improved option argument handling. | Peter Stephenson | 2002-08-27 | 1 | -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 Stephenson | 2002-08-08 | 1 | -1/+7 |
| | | | | First with zstyle patterns, second with pwd in job structure. | ||||
* | 17265: make the jobs command work in subshells | Peter Stephenson | 2002-06-05 | 1 | -16/+61 |
| | |||||
* | 16372: allow signal names to be prefixed by `SIG' with kill builtin and fix | Oliver Kiddle | 2001-12-21 | 1 | -5/+19 |
| | | | | problem with no argument to kill -n and -s options | ||||
* | 16224: add -n option to kill and complete options from _kill | Oliver Kiddle | 2001-11-06 | 1 | -14/+25 |
| | |||||
* | add autocontinue option to automatically make stopped jos running when they ↵ | Sven Wischnowsky | 2001-06-27 | 1 | -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 Wischnowsky | 2001-06-26 | 1 | -4/+26 |
| | | | | make the job running again) (15087) | ||||
* | print at least a warning when disowning a stopped job (14524) | Sven Wischnowsky | 2001-05-29 | 1 | -0/+8 |
| | |||||
* | more (|un)queue_signals(), this time for the job control builtins (13509) | Sven Wischnowsky | 2001-02-20 | 1 | -0/+10 |
| | |||||
* | remove 13108 (trap queues); replace with signal queueing to ensure that user ↵ | Sven Wischnowsky | 2001-01-16 | 1 | -9/+18 |
| | | | | signal handlers are only executed when it is safe to run them (13365) | ||||
* | Rename waitjob() to zwaitjob(). | Peter Stephenson | 2000-12-06 | 1 | -4/+4 |
| | |||||
* | Sven: 13108: Handle traps synchronously | Peter Stephenson | 2000-11-11 | 1 | -5/+9 |
| | | | | pws: 13109, 13111: clear up zle display when output produced in trap. | ||||
* | show current/previous job in $jobstates (3503) | Sven Wischnowsky | 2000-11-02 | 1 | -2/+2 |
| | |||||
* | 12860: don't limit size of pwd in job table | Clint Adams | 2000-09-22 | 1 | -7/+3 |
| | |||||
* | The `wait' builtin accepts only PIDs it can find in the job table. | Bart Schaefer | 2000-07-28 | 1 | -1/+7 |
| | |||||
* | fix for jobs -l -d, check if directory of job is already set (11170) | Sven Wischnowsky | 2000-05-05 | 1 | -1/+1 |
| | |||||
* | Updated from list as far as 10376 | Peter Stephenson | 2000-04-01 | 1 | -80/+267 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-04-15 | 1 | -0/+1361 |