Age | Commit message (Expand) | Author | Files | Lines |
2011-04-01 | Stef van Vlierberghe: 28965 (as posted in 28967): | Peter Stephenson | 1 | -1/+18 |
2010-08-22 | 28179, users/15314, users/15310, users/15200: | Peter Stephenson | 1 | -2/+57 |
2010-08-18 | 28172: mark processes as not stopped if sent SIGCONT | Peter Stephenson | 1 | -4/+14 |
2010-07-31 | users/15219: PRINTEXITVALUE if terminated by signal | Peter Stephenson | 1 | -0/+4 |
2010-07-31 | always print job status if non-zero status and PRINTEXITSVALUE | Peter Stephenson | 1 | -12/+18 |
2009-12-16 | Check the return value of all pipe(), read(), and write() calls. | Wayne Davison | 1 | -1/+1 |
2009-12-02 | 27442 plus tweak: wait returns status for $! even if exited | Peter Stephenson | 1 | -0/+20 |
2009-09-30 | Apple opensource patches suggested by Jun T. in 27300 | Peter Stephenson | 1 | -1/+1 |
2009-07-20 | 27159: restore pre-23067 behavior of SIGINT outside a "wait", so that | Bart Schaefer | 1 | -2/+2 |
2009-07-12 | 27134: Close SHTTY on exec. | Peter Stephenson | 1 | -1/+3 |
2009-07-11 | 27131: allow MONITOR in subshell by not closing SHTTY | Peter Stephenson | 1 | -1/+2 |
2009-07-10 | 27106: reset status on command that expands to empty | Peter Stephenson | 1 | -45/+58 |
2009-07-10 | 27119: job output to stdout if non-interactive | Peter Stephenson | 1 | -6/+5 |
2009-07-09 | 27112: allow jobbing output if not interactive | Peter Stephenson | 1 | -8/+10 |
2009-03-16 | users/13937, users/13939: configure.ac, Src/jobs.c: check for | Bart Schaefer | 1 | -0/+8 |
2009-03-14 | users/13910: spawnjob() should output to tty | Peter Stephenson | 1 | -4/+4 |
2008-07-31 | 25345, 25347: neaten interface from main shell to zle | Peter Stephenson | 1 | -2/+2 |
2008-05-02 | users/12812: fix hang with confusion over process numbers | Peter Stephenson | 1 | -0/+9 |
2008-03-25 | 22281: wait shouldn't return immediately on signal unless trapped | Peter Stephenson | 1 | -2/+4 |
2007-12-18 | 24279: allow terminal changes after zle -I to be acquired by main shell | Peter Stephenson | 1 | -1/+1 |
2007-09-05 | users/11818: allow non-numeric keys for job status parameters | Peter Stephenson | 1 | -7/+11 |
2007-09-04 | users/11807: fix some job display bugs | Peter Stephenson | 1 | -16/+37 |
2007-07-06 | 23665: autoloading of module features and related tweaks | Peter Stephenson | 1 | -2/+2 |
2007-05-23 | 23460: fix problem with ( stuff ) >multio1 >multio2 | Peter Stephenson | 1 | -0/+9 |
2007-03-27 | unposted: uninitialized variable in 23238 | Peter Stephenson | 1 | -8/+8 |
2007-03-27 | 23238: jobs didn't get deleted if they weren't printed | Peter Stephenson | 1 | -2/+15 |
2007-01-30 | 23141: don't zrfresh() after printjob() that didn't print | Peter Stephenson | 1 | -5/+15 |
2007-01-21 | 23118: improve sorting to make it work with locales | Peter Stephenson | 1 | -2/+2 |
2006-12-19 | document OS may handle negative or zero PID in kill | Peter Stephenson | 1 | -2/+6 |
2006-12-18 | 23054, part: error message for "kill -" with nothing after the - was confusing | Peter Stephenson | 1 | -0/+4 |
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 |
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 |
2006-03-02 | 22317: exit status from code backgrounded in function | Peter Stephenson | 1 | -16/+59 |
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 |
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 |
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 |
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 |
2004-06-02 | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 1 | -2/+2 |