Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | users/13937, users/13939: configure.ac, Src/jobs.c: check for | Bart Schaefer | 2009-03-16 | 1 | -0/+8 |
| | | | | and if available use setproctitle() for "jobs -Z". | ||||
* | users/13910: spawnjob() should output to tty | Peter Stephenson | 2009-03-14 | 1 | -4/+4 |
| | |||||
* | 25345, 25347: neaten interface from main shell to zle | Peter Stephenson | 2008-07-31 | 1 | -2/+2 |
| | |||||
* | users/12812: fix hang with confusion over process numbers | Peter Stephenson | 2008-05-02 | 1 | -0/+9 |
| | |||||
* | 22281: wait shouldn't return immediately on signal unless trapped | Peter Stephenson | 2008-03-25 | 1 | -2/+4 |
| | |||||
* | 24279: allow terminal changes after zle -I to be acquired by main shell | Peter Stephenson | 2007-12-18 | 1 | -1/+1 |
| | |||||
* | users/11818: allow non-numeric keys for job status parameters | Peter Stephenson | 2007-09-05 | 1 | -7/+11 |
| | |||||
* | users/11807: fix some job display bugs | Peter Stephenson | 2007-09-04 | 1 | -16/+37 |
| | |||||
* | 23665: autoloading of module features and related tweaks | Peter Stephenson | 2007-07-06 | 1 | -2/+2 |
| | |||||
* | 23460: fix problem with ( stuff ) >multio1 >multio2 | Peter Stephenson | 2007-05-23 | 1 | -0/+9 |
| | |||||
* | unposted: uninitialized variable in 23238 | Peter Stephenson | 2007-03-27 | 1 | -8/+8 |
| | |||||
* | 23238: jobs didn't get deleted if they weren't printed | Peter Stephenson | 2007-03-27 | 1 | -2/+15 |
| | |||||
* | 23141: don't zrfresh() after printjob() that didn't print | Peter Stephenson | 2007-01-30 | 1 | -5/+15 |
| | |||||
* | 23118: improve sorting to make it work with locales | Peter Stephenson | 2007-01-21 | 1 | -2/+2 |
| | |||||
* | document OS may handle negative or zero PID in kill | Peter Stephenson | 2006-12-19 | 1 | -2/+6 |
| | |||||
* | 23054, part: error message for "kill -" with nothing after the - was confusing | Peter Stephenson | 2006-12-18 | 1 | -0/+4 |
| | |||||
* | fix error message | Peter Stephenson | 2006-11-06 | 1 | -1/+1 |
| | |||||
* | 22953: Mikael Magnusson: _most_recent_file fix. | Peter Stephenson | 2006-11-03 | 1 | -8/+9 |
| | | | | users/10928: send all "jobs" output to stdout | ||||
* | 22913: set $! on "bg" | Peter Stephenson | 2006-10-30 | 1 | -2/+14 |
| | |||||
* | 22525: lengths and cases of multibyte strings in parameters and history | Peter Stephenson | 2006-06-28 | 1 | -1/+1 |
| | |||||
* | 22474: use variable argument lists to improve error message handling | Peter Stephenson | 2006-05-30 | 1 | -25/+25 |
| | |||||
* | Fixed a compilation problem when HAVE_GETRUSAGE is defined | Wayne Davison | 2006-03-27 | 1 | -4/+13 |
| | | | | | but HAVE_WAIT3. See the sourceforge bug report: https://sourceforge.net/tracker/?func=detail&atid=104068&aid=1262954&group_id=4068 | ||||
* | 22317: exit status from code backgrounded in function | Peter Stephenson | 2006-03-02 | 1 | -16/+59 |
| | | | | | 22277, 22281, tweaks: standardize behaviour of wait builtin with trapped signals | ||||
* | 22200: process text wasn't unmetafied for output. | Peter Stephenson | 2006-02-07 | 1 | -4/+18 |
| | |||||
* | 21872: job accounting in subshells was screwy | Peter Stephenson | 2005-10-13 | 1 | -2/+9 |
| | |||||
* | 21366: LONG_LIST_JOBS applies to more places where job listings are printed | Bart Schaefer | 2005-08-15 | 1 | -8/+12 |
| | |||||
* | 21391: only pass SIGINT and SIGQUIT from foreground processes to the shell. | Peter Stephenson | 2005-06-28 | 1 | -2/+4 |
| | |||||
* | 21296: Add ERR alias for ZERR where possible. | Peter Stephenson | 2005-06-01 | 1 | -23/+31 |
| | | | | "trap" reports alias names. | ||||
* | 20888: allow signal names to have the SIG prefix included | Peter Stephenson | 2005-02-28 | 1 | -1/+7 |
| | |||||
* | c.f. 20675: improve zle as a basis for Unicode. | Peter Stephenson | 2005-01-14 | 1 | -2/+2 |
| | | | | unposted: update version to 4.2.3-dev-1 | ||||
* | 20572: Allow alternative signal names | Peter Stephenson | 2004-11-22 | 1 | -0/+129 |
| | |||||
* | Fixed an arg in a call to times() (from Borzenkov Andrey). | Wayne Davison | 2004-10-22 | 1 | -1/+1 |
| | |||||
* | 20513: fix tests of zero-length patterns | Peter Stephenson | 2004-10-22 | 1 | -2/+2 |
| | | | | trivial optimisation in jobs.c (unposted) | ||||
* | 20467: Reintroduce rusage-based escapes for TIMEFMT. | Peter Stephenson | 2004-10-08 | 1 | -28/+105 |
| | |||||
* | 20462: Use getrusage for timing again. | Peter Stephenson | 2004-10-07 | 1 | -17/+93 |
| | | | | Time processes from before rather than after fork. | ||||
* | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 2004-06-02 | 1 | -2/+2 |
| | |||||
* | 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. |