about summary refs log tree commit diff
path: root/Src/jobs.c
Commit message (Expand)AuthorAgeFilesLines
...
* 25345, 25347: neaten interface from main shell to zlePeter Stephenson2008-07-311-2/+2
* users/12812: fix hang with confusion over process numbersPeter Stephenson2008-05-021-0/+9
* 22281: wait shouldn't return immediately on signal unless trappedPeter Stephenson2008-03-251-2/+4
* 24279: allow terminal changes after zle -I to be acquired by main shellPeter Stephenson2007-12-181-1/+1
* users/11818: allow non-numeric keys for job status parametersPeter Stephenson2007-09-051-7/+11
* users/11807: fix some job display bugsPeter Stephenson2007-09-041-16/+37
* 23665: autoloading of module features and related tweaksPeter Stephenson2007-07-061-2/+2
* 23460: fix problem with ( stuff ) >multio1 >multio2Peter Stephenson2007-05-231-0/+9
* unposted: uninitialized variable in 23238Peter Stephenson2007-03-271-8/+8
* 23238: jobs didn't get deleted if they weren't printedPeter Stephenson2007-03-271-2/+15
* 23141: don't zrfresh() after printjob() that didn't printPeter Stephenson2007-01-301-5/+15
* 23118: improve sorting to make it work with localesPeter Stephenson2007-01-211-2/+2
* document OS may handle negative or zero PID in killPeter Stephenson2006-12-191-2/+6
* 23054, part: error message for "kill -" with nothing after the - was confusingPeter Stephenson2006-12-181-0/+4
* fix error messagePeter Stephenson2006-11-061-1/+1
* 22953: Mikael Magnusson: _most_recent_file fix.Peter Stephenson2006-11-031-8/+9
* 22913: set $! on "bg"Peter Stephenson2006-10-301-2/+14
* 22525: lengths and cases of multibyte strings in parameters and historyPeter Stephenson2006-06-281-1/+1
* 22474: use variable argument lists to improve error message handlingPeter Stephenson2006-05-301-25/+25
* Fixed a compilation problem when HAVE_GETRUSAGE is definedWayne Davison2006-03-271-4/+13
* 22317: exit status from code backgrounded in functionPeter Stephenson2006-03-021-16/+59
* 22200: process text wasn't unmetafied for output.Peter Stephenson2006-02-071-4/+18
* 21872: job accounting in subshells was screwyPeter Stephenson2005-10-131-2/+9
* 21366: LONG_LIST_JOBS applies to more places where job listings are printedBart Schaefer2005-08-151-8/+12
* 21391: only pass SIGINT and SIGQUIT from foreground processes to the shell.Peter Stephenson2005-06-281-2/+4
* 21296: Add ERR alias for ZERR where possible.Peter Stephenson2005-06-011-23/+31
* 20888: allow signal names to have the SIG prefix includedPeter Stephenson2005-02-281-1/+7
* c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson2005-01-141-2/+2
* 20572: Allow alternative signal namesPeter Stephenson2004-11-221-0/+129
* Fixed an arg in a call to times() (from Borzenkov Andrey).Wayne Davison2004-10-221-1/+1
* 20513: fix tests of zero-length patternsPeter Stephenson2004-10-221-2/+2
* 20467: Reintroduce rusage-based escapes for TIMEFMT.Peter Stephenson2004-10-081-28/+105
* 20462: Use getrusage for timing again.Peter Stephenson2004-10-071-17/+93
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-2/+2
* Changed a few job-table variables into ints.Wayne Davison2004-05-281-4/+4
* 19976: fix spurious job table full messagesPeter Stephenson2004-05-251-0/+3
* Fix TRAPS_ASYNC so that it handles signals correctly.Peter Stephenson2004-05-021-6/+4
* 19809: improve NO_TRAPS_ASYNC by queueing traps alonePeter Stephenson2004-04-211-8/+3
* zsh-users/7365: new TRAPS_ASYNC optionPeter Stephenson2004-04-191-1/+8
* 19427: last job in jobs wasn't reported.Peter Stephenson2004-02-171-2/+2
* 19242: Make job table dynamically reallocatable.Peter Stephenson2003-11-131-34/+154
* a la 19209: zcalloc -> zshcallocPeter Stephenson2003-10-291-1/+1
* 19105: Set shout to stderr if interative with no ttyPeter Stephenson2003-09-221-2/+3
* 18492: Provide partial fix for multios and output process substitutionPeter Stephenson2003-05-021-21/+56
* 18319: Philippe Troin: fix use of process groups with su and suspendPeter Stephenson2003-03-071-7/+69
* 18264: free job table entries properly in subshellPeter Stephenson2003-02-211-27/+35
* 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