Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-11-06 | fix error message | Peter Stephenson | 1 | -1/+1 | |
2006-11-03 | 22953: Mikael Magnusson: _most_recent_file fix. | Peter Stephenson | 1 | -8/+9 | |
users/10928: send all "jobs" output to stdout | |||||
2006-10-30 | 22913: set $! on "bg" | Peter Stephenson | 1 | -2/+14 | |
2006-06-28 | 22525: lengths and cases of multibyte strings in parameters and history | Peter Stephenson | 1 | -1/+1 | |
2006-05-30 | 22474: use variable argument lists to improve error message handling | Peter Stephenson | 1 | -25/+25 | |
2006-03-27 | Fixed a compilation problem when HAVE_GETRUSAGE is defined | Wayne Davison | 1 | -4/+13 | |
but HAVE_WAIT3. See the sourceforge bug report: https://sourceforge.net/tracker/?func=detail&atid=104068&aid=1262954&group_id=4068 | |||||
2006-03-02 | 22317: exit status from code backgrounded in function | Peter Stephenson | 1 | -16/+59 | |
22277, 22281, tweaks: standardize behaviour of wait builtin with trapped signals | |||||
2006-02-07 | 22200: process text wasn't unmetafied for output. | Peter Stephenson | 1 | -4/+18 | |
2005-10-13 | 21872: job accounting in subshells was screwy | Peter Stephenson | 1 | -2/+9 | |
2005-08-15 | 21366: LONG_LIST_JOBS applies to more places where job listings are printed | Bart Schaefer | 1 | -8/+12 | |
2005-06-28 | 21391: only pass SIGINT and SIGQUIT from foreground processes to the shell. | Peter Stephenson | 1 | -2/+4 | |
2005-06-01 | 21296: Add ERR alias for ZERR where possible. | Peter Stephenson | 1 | -23/+31 | |
"trap" reports alias names. | |||||
2005-02-28 | 20888: allow signal names to have the SIG prefix included | Peter Stephenson | 1 | -1/+7 | |
2005-01-14 | c.f. 20675: improve zle as a basis for Unicode. | Peter Stephenson | 1 | -2/+2 | |
unposted: update version to 4.2.3-dev-1 | |||||
2004-11-22 | 20572: Allow alternative signal names | Peter Stephenson | 1 | -0/+129 | |
2004-10-22 | Fixed an arg in a call to times() (from Borzenkov Andrey). | Wayne Davison | 1 | -1/+1 | |
2004-10-22 | 20513: fix tests of zero-length patterns | Peter Stephenson | 1 | -2/+2 | |
trivial optimisation in jobs.c (unposted) | |||||
2004-10-08 | 20467: Reintroduce rusage-based escapes for TIMEFMT. | Peter Stephenson | 1 | -28/+105 | |
2004-10-07 | 20462: Use getrusage for timing again. | Peter Stephenson | 1 | -17/+93 | |
Time processes from before rather than after fork. | |||||
2004-06-02 | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 1 | -2/+2 | |
2004-05-28 | Changed a few job-table variables into ints. | Wayne Davison | 1 | -4/+4 | |
2004-05-25 | 19976: fix spurious job table full messages | Peter Stephenson | 1 | -0/+3 | |
2004-05-02 | Fix TRAPS_ASYNC so that it handles signals correctly. | Peter Stephenson | 1 | -6/+4 | |
2004-04-21 | 19809: improve NO_TRAPS_ASYNC by queueing traps alone | Peter Stephenson | 1 | -8/+3 | |
2004-04-19 | zsh-users/7365: new TRAPS_ASYNC option | Peter Stephenson | 1 | -1/+8 | |
2004-02-17 | 19427: last job in jobs wasn't reported. | Peter Stephenson | 1 | -2/+2 | |
2003-11-13 | 19242: Make job table dynamically reallocatable. | Peter Stephenson | 1 | -34/+154 | |
2003-10-29 | a la 19209: zcalloc -> zshcalloc | Peter Stephenson | 1 | -1/+1 | |
2003-09-22 | 19105: Set shout to stderr if interative with no tty | Peter Stephenson | 1 | -2/+3 | |
2003-05-02 | 18492: Provide partial fix for multios and output process substitution | Peter Stephenson | 1 | -21/+56 | |
asynchronicity problem. Document workarounds for remaining problems. | |||||
2003-03-07 | 18319: Philippe Troin: fix use of process groups with su and suspend | Peter Stephenson | 1 | -7/+69 | |
2003-02-21 | 18264: free job table entries properly in subshell | Peter Stephenson | 1 | -27/+35 | |
2002-08-27 | 17582: Improved option argument handling. | Peter Stephenson | 1 | -11/+12 | |
unposted: Updated version to 4.1.0-dev-6 because of interface change. | |||||
2002-08-08 | 17516, 17517: Attempted fixes for memory leaks shown by valgrind. | Peter Stephenson | 1 | -1/+7 | |
First with zstyle patterns, second with pwd in job structure. | |||||
2002-06-05 | 17265: make the jobs command work in subshells | Peter Stephenson | 1 | -16/+61 | |
2001-12-21 | 16372: allow signal names to be prefixed by `SIG' with kill builtin and fix | Oliver Kiddle | 1 | -5/+19 | |
problem with no argument to kill -n and -s options | |||||
2001-11-06 | 16224: add -n option to kill and complete options from _kill | Oliver Kiddle | 1 | -14/+25 | |
2001-06-27 | add autocontinue option to automatically make stopped jos running when they ↵ | Sven Wischnowsky | 1 | -2/+12 | |
are being disowned; make that the default for `%job &!' and `%job &|' (15115) | |||||
2001-06-26 | make warning message for disowning stopped jobs more verbose (saying how to ↵ | Sven Wischnowsky | 1 | -4/+26 | |
make the job running again) (15087) | |||||
2001-05-29 | print at least a warning when disowning a stopped job (14524) | Sven Wischnowsky | 1 | -0/+8 | |
2001-02-20 | more (|un)queue_signals(), this time for the job control builtins (13509) | Sven Wischnowsky | 1 | -0/+10 | |
2001-01-16 | remove 13108 (trap queues); replace with signal queueing to ensure that user ↵ | Sven Wischnowsky | 1 | -9/+18 | |
signal handlers are only executed when it is safe to run them (13365) | |||||
2000-12-06 | Rename waitjob() to zwaitjob(). | Peter Stephenson | 1 | -4/+4 | |
2000-11-11 | Sven: 13108: Handle traps synchronously | Peter Stephenson | 1 | -5/+9 | |
pws: 13109, 13111: clear up zle display when output produced in trap. | |||||
2000-11-02 | show current/previous job in $jobstates (3503) | Sven Wischnowsky | 1 | -2/+2 | |
2000-09-22 | 12860: don't limit size of pwd in job table | Clint Adams | 1 | -7/+3 | |
2000-07-28 | The `wait' builtin accepts only PIDs it can find in the job table. | Bart Schaefer | 1 | -1/+7 | |
2000-05-05 | fix for jobs -l -d, check if directory of job is already set (11170) | Sven Wischnowsky | 1 | -1/+1 | |
2000-04-01 | Updated from list as far as 10376 | Peter Stephenson | 1 | -80/+267 | |
1999-04-15 | Initial revision | Tanaka Akira | 1 | -0/+1361 | |