about summary refs log tree commit diff
path: root/Src/exec.c
Commit message (Collapse)AuthorAgeFilesLines
* 23485: feature completion and autoloadingPeter Stephenson2007-05-291-2/+7
|
* see 23479: add initial features support for modulesPeter Stephenson2007-05-281-2/+2
|
* John Buddery: 23461: fix race setting up input multiosPeter Stephenson2007-05-231-1/+10
|
* 23460: fix problem with ( stuff ) >multio1 >multio2Peter Stephenson2007-05-231-5/+35
|
* Phil Pennock + tweaks: 23398 + more tweaks: exec compatibility optionsPeter Stephenson2007-05-081-20/+91
|
* 23169 (tweaked): report error on failure to dup for multiosBart Schaefer2007-02-141-5/+39
|
* 23104: fix line numbers for DEBUGBEFORECMDPeter Stephenson2007-01-141-3/+29
| | | | tidy up some wordcode definitions
* users/11111: add DEBUG_BEFORE_CMD optionPeter Stephenson2007-01-091-1/+17
|
* Incomplete improvements for $'...' in completionPeter Stephenson2006-12-031-1/+1
|
* 23008: failure to output error message could alter exit statusPeter Stephenson2006-11-191-3/+3
|
* fix error messagePeter Stephenson2006-11-061-1/+1
|
* 22728: $functrace parameter for function backtraces.Clint Adams2006-09-171-0/+2
|
* 22715: AUTOCONTINUE option never worked.Peter Stephenson2006-09-151-8/+16
|
* unposted: remove redundant TODOPeter Stephenson2006-06-161-4/+0
|
* 22474: use variable argument lists to improve error message handlingPeter Stephenson2006-05-301-35/+37
|
* 22473: tweak bad interpreter formattingPeter Stephenson2006-05-301-3/+6
|
* 10343: improve error message for bad #! linesPeter Stephenson2006-05-291-4/+11
|
* 22416, tweaked: math functions via shell functionsPeter Stephenson2006-04-191-8/+3
| | | | unposted: add styles to pick-web-browser
* Changed some structures to avoid gcc's type-punned warnings.Wayne Davison2006-03-071-45/+45
|
* 22317: exit status from code backgrounded in functionPeter Stephenson2006-03-021-3/+3
| | | | | 22277, 22281, tweaks: standardize behaviour of wait builtin with trapped signals
* 22027: more zsh-newuser-install fixesPeter Stephenson2005-11-251-6/+30
| | | | 22028: WARN_CREATE_GLOBAL overeager with temporarily set variables
* 21871: replace INULL() by inull()Peter Stephenson2005-10-131-1/+1
|
* 21758: optimise =(<<<...) to run within the shell.Peter Stephenson2005-09-231-13/+54
|
* unposted: unnecessary variable in 21575Peter Stephenson2005-08-081-1/+1
|
* 21575 plus unposted: Add WARN_CREATE_GLOBAL optionPeter Stephenson2005-08-081-6/+11
|
* 21197: Fix LOCAL_TRAPS inside another trapPeter Stephenson2005-04-271-4/+2
|
* 21143: more care about special file descriptorsPeter Stephenson2005-04-151-7/+16
|
* 21141: fix some issues associated with the {myfd}>... syntaxPeter Stephenson2005-04-141-10/+67
|
* 21133: New {myfd} syntax for allocating file descriptorsPeter Stephenson2005-04-121-26/+76
|
* 21082: Dan Nelson: fix zsh -c exit status on parse errorPeter Stephenson2005-04-041-0/+2
|
* 21049: Don't close process substitution file descriptors for external programmesPeter Stephenson2005-03-311-20/+30
|
* fix autoloaded trap bug; rejig use of trapfuncsPeter Stephenson2005-02-061-4/+3
| | | | (now traplists); improve trap tests
* 20774: fix e.g. "FOO=BAR BAR=FOO echo" failure to unset FOO after finishing.Bart Schaefer2005-02-021-2/+2
|
* c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson2005-01-141-1/+1
| | | | unposted: update version to 4.2.3-dev-1
* 20666: Avoid creating unnecessary multios when a descriptor is closed andBart Schaefer2005-01-111-1/+2
| | | | then re-opened.
* 20632: incorrect propagation of signals to process groupPeter Stephenson2005-01-051-1/+2
|
* 20605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson2004-12-071-5/+5
| | | | Separate justification width of parameters from base/precision.
* 20572: Allow alternative signal namesPeter Stephenson2004-11-221-0/+6
|
* 20528: exec 8>>(grep a) waited incorrectly for grep to finishPeter Stephenson2004-10-291-7/+20
|
* Use the new gettempfile() function.Wayne Davison2004-10-211-5/+2
|
* Call gettempname() with its new args.Wayne Davison2004-10-181-3/+3
|
* 20467: Reintroduce rusage-based escapes for TIMEFMT.Peter Stephenson2004-10-081-10/+2
|
* 20462: Use getrusage for timing again.Peter Stephenson2004-10-071-16/+34
| | | | Time processes from before rather than after fork.
* 20412, tweaked: Make test builtin more POSIX compatiblePeter Stephenson2004-10-051-1/+7
| | | | 20435: Make pattern.c not alter strings.
* 20325: consensus fix for "command -v" crash w/POSIXBUILTINS.Bart Schaefer2004-09-081-2/+13
|
* 20308: add EVAL_LINENO optionPeter Stephenson2004-09-031-2/+2
|
* 20221: $LINENO in trap '...' DEBUG was wrong.Peter Stephenson2004-07-291-2/+4
|
* 20198: fix TRAPEXIT.Peter Stephenson2004-07-261-2/+4
|
* 20141: Crash restoring exported special parametersPeter Stephenson2004-07-071-7/+6
|
* 20112 changed c.f. 20113:Peter Stephenson2004-06-281-1/+2
| | | | fix here string and here document expansion and quoting