summaryrefslogtreecommitdiff
path: root/Src/exec.c
AgeCommit message (Collapse)AuthorFilesLines
2005-08-08unposted: unnecessary variable in 21575Peter Stephenson1-1/+1
2005-08-0821575 plus unposted: Add WARN_CREATE_GLOBAL optionPeter Stephenson1-6/+11
2005-04-2721197: Fix LOCAL_TRAPS inside another trapPeter Stephenson1-4/+2
2005-04-1521143: more care about special file descriptorsPeter Stephenson1-7/+16
2005-04-1421141: fix some issues associated with the {myfd}>... syntaxPeter Stephenson1-10/+67
2005-04-1221133: New {myfd} syntax for allocating file descriptorsPeter Stephenson1-26/+76
2005-04-0421082: Dan Nelson: fix zsh -c exit status on parse errorPeter Stephenson1-0/+2
2005-03-3121049: Don't close process substitution file descriptors for external programmesPeter Stephenson1-20/+30
2005-02-06fix autoloaded trap bug; rejig use of trapfuncsPeter Stephenson1-4/+3
(now traplists); improve trap tests
2005-02-0220774: fix e.g. "FOO=BAR BAR=FOO echo" failure to unset FOO after finishing.Bart Schaefer1-2/+2
2005-01-14c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson1-1/+1
unposted: update version to 4.2.3-dev-1
2005-01-1120666: Avoid creating unnecessary multios when a descriptor is closed andBart Schaefer1-1/+2
then re-opened.
2005-01-0520632: incorrect propagation of signals to process groupPeter Stephenson1-1/+2
2004-12-0720605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson1-5/+5
Separate justification width of parameters from base/precision.
2004-11-2220572: Allow alternative signal namesPeter Stephenson1-0/+6
2004-10-2920528: exec 8>>(grep a) waited incorrectly for grep to finishPeter Stephenson1-7/+20
2004-10-21Use the new gettempfile() function.Wayne Davison1-5/+2
2004-10-18Call gettempname() with its new args.Wayne Davison1-3/+3
2004-10-0820467: Reintroduce rusage-based escapes for TIMEFMT.Peter Stephenson1-10/+2
2004-10-0720462: Use getrusage for timing again.Peter Stephenson1-16/+34
Time processes from before rather than after fork.
2004-10-0520412, tweaked: Make test builtin more POSIX compatiblePeter Stephenson1-1/+7
20435: Make pattern.c not alter strings.
2004-09-0820325: consensus fix for "command -v" crash w/POSIXBUILTINS.Bart Schaefer1-2/+13
2004-09-0320308: add EVAL_LINENO optionPeter Stephenson1-2/+2
2004-07-2920221: $LINENO in trap '...' DEBUG was wrong.Peter Stephenson1-2/+4
2004-07-2620198: fix TRAPEXIT.Peter Stephenson1-2/+4
2004-07-0720141: Crash restoring exported special parametersPeter Stephenson1-7/+6
2004-06-2820112 changed c.f. 20113:Peter Stephenson1-1/+2
fix here string and here document expansion and quoting
2004-06-2220076, 20084: { ... } always { ... } syntax.Peter Stephenson1-2/+8
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-6/+6
2004-05-2519976: fix spurious job table full messagesPeter Stephenson1-1/+1
2004-05-2119971: Fix environment nastiness in zexecve()Peter Stephenson1-6/+1
2004-04-2319810: ksh autoloadingPeter Stephenson1-2/+2
19812: autoloaded traps which are still buggy.
2004-04-2019767, 19785: store flags for -z and -k options to autoload allowing theOliver Kiddle1-1/+5
completion system to be used with ksh_autoload set
2004-04-06Peter Castro: Cygwin improvements for dynamic libraries, text/binary, pathsPeter Stephenson1-3/+4
2004-03-1819655, 19656, 19657: Memory leaks spotted by valgrind.Peter Stephenson1-0/+4
Also bug with multiple math function autoloads.
2003-11-1319242: Make job table dynamically reallocatable.Peter Stephenson1-2/+10
2003-11-0319218: extend 19216 to zle widgetsPeter Stephenson1-6/+14
2003-11-0319216: Save and restore pipestatus. Remove debugging outputPeter Stephenson1-4/+16
2003-10-29a la 19209: zcalloc -> zshcallocPeter Stephenson1-3/+3
2003-09-15Vin Shelton: 19073: Replace C++-style comment.Oliver Kiddle1-1/+1
Vin Shelton: 19038: Make sed grok icc's cpp output.
2003-09-1119059: add -v, -V and -p flags required by POSIX to the command builtinOliver Kiddle1-47/+108
2003-07-0318769: handle parse errors in autoload functions properlyPeter Stephenson1-1/+1
2003-05-0218492: Provide partial fix for multios and output process substitutionPeter Stephenson1-29/+58
asynchronicity problem. Document workarounds for remaining problems.
2003-03-0718319: Philippe Troin: fix use of process groups with su and suspendPeter Stephenson1-10/+14
2002-12-1818013: Handle test of (( float == 0.0)) properlyPeter Stephenson1-3/+4
2002-12-0417979: Add ERR_RETURN option.Peter Stephenson1-7/+17
2002-09-1717673: Fix bug with &&s and ||s in complex constructsPeter Stephenson1-2/+16
2002-08-0517503: fix various typos and spelling mistakes in source code commentsOliver Kiddle1-1/+1
2002-08-01Dan Nelson: 17492: Quote output from xtracePeter Stephenson1-6/+10
2002-06-0717299: Use reference counts in Eprogs so as to be able to free them as soonPeter Stephenson1-0/+4
as finished with.