Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 21141: fix some issues associated with the {myfd}>... syntax | Peter Stephenson | 2005-04-14 | 1 | -10/+67 |
| | |||||
* | 21133: New {myfd} syntax for allocating file descriptors | Peter Stephenson | 2005-04-12 | 1 | -26/+76 |
| | |||||
* | 21082: Dan Nelson: fix zsh -c exit status on parse error | Peter Stephenson | 2005-04-04 | 1 | -0/+2 |
| | |||||
* | 21049: Don't close process substitution file descriptors for external programmes | Peter Stephenson | 2005-03-31 | 1 | -20/+30 |
| | |||||
* | fix autoloaded trap bug; rejig use of trapfuncs | Peter Stephenson | 2005-02-06 | 1 | -4/+3 |
| | | | | (now traplists); improve trap tests | ||||
* | 20774: fix e.g. "FOO=BAR BAR=FOO echo" failure to unset FOO after finishing. | Bart Schaefer | 2005-02-02 | 1 | -2/+2 |
| | |||||
* | c.f. 20675: improve zle as a basis for Unicode. | Peter Stephenson | 2005-01-14 | 1 | -1/+1 |
| | | | | unposted: update version to 4.2.3-dev-1 | ||||
* | 20666: Avoid creating unnecessary multios when a descriptor is closed and | Bart Schaefer | 2005-01-11 | 1 | -1/+2 |
| | | | | then re-opened. | ||||
* | 20632: incorrect propagation of signals to process group | Peter Stephenson | 2005-01-05 | 1 | -1/+2 |
| | |||||
* | 20605: Use separate structure with get/set/unset methods fro parameters. | Peter Stephenson | 2004-12-07 | 1 | -5/+5 |
| | | | | Separate justification width of parameters from base/precision. | ||||
* | 20572: Allow alternative signal names | Peter Stephenson | 2004-11-22 | 1 | -0/+6 |
| | |||||
* | 20528: exec 8>>(grep a) waited incorrectly for grep to finish | Peter Stephenson | 2004-10-29 | 1 | -7/+20 |
| | |||||
* | Use the new gettempfile() function. | Wayne Davison | 2004-10-21 | 1 | -5/+2 |
| | |||||
* | Call gettempname() with its new args. | Wayne Davison | 2004-10-18 | 1 | -3/+3 |
| | |||||
* | 20467: Reintroduce rusage-based escapes for TIMEFMT. | Peter Stephenson | 2004-10-08 | 1 | -10/+2 |
| | |||||
* | 20462: Use getrusage for timing again. | Peter Stephenson | 2004-10-07 | 1 | -16/+34 |
| | | | | Time processes from before rather than after fork. | ||||
* | 20412, tweaked: Make test builtin more POSIX compatible | Peter Stephenson | 2004-10-05 | 1 | -1/+7 |
| | | | | 20435: Make pattern.c not alter strings. | ||||
* | 20325: consensus fix for "command -v" crash w/POSIXBUILTINS. | Bart Schaefer | 2004-09-08 | 1 | -2/+13 |
| | |||||
* | 20308: add EVAL_LINENO option | Peter Stephenson | 2004-09-03 | 1 | -2/+2 |
| | |||||
* | 20221: $LINENO in trap '...' DEBUG was wrong. | Peter Stephenson | 2004-07-29 | 1 | -2/+4 |
| | |||||
* | 20198: fix TRAPEXIT. | Peter Stephenson | 2004-07-26 | 1 | -2/+4 |
| | |||||
* | 20141: Crash restoring exported special parameters | Peter Stephenson | 2004-07-07 | 1 | -7/+6 |
| | |||||
* | 20112 changed c.f. 20113: | Peter Stephenson | 2004-06-28 | 1 | -1/+2 |
| | | | | fix here string and here document expansion and quoting | ||||
* | 20076, 20084: { ... } always { ... } syntax. | Peter Stephenson | 2004-06-22 | 1 | -2/+8 |
| | |||||
* | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 2004-06-02 | 1 | -6/+6 |
| | |||||
* | 19976: fix spurious job table full messages | Peter Stephenson | 2004-05-25 | 1 | -1/+1 |
| | |||||
* | 19971: Fix environment nastiness in zexecve() | Peter Stephenson | 2004-05-21 | 1 | -6/+1 |
| | |||||
* | 19810: ksh autoloading | Peter Stephenson | 2004-04-23 | 1 | -2/+2 |
| | | | | 19812: autoloaded traps which are still buggy. | ||||
* | 19767, 19785: store flags for -z and -k options to autoload allowing the | Oliver Kiddle | 2004-04-20 | 1 | -1/+5 |
| | | | | completion system to be used with ksh_autoload set | ||||
* | Peter Castro: Cygwin improvements for dynamic libraries, text/binary, paths | Peter Stephenson | 2004-04-06 | 1 | -3/+4 |
| | |||||
* | 19655, 19656, 19657: Memory leaks spotted by valgrind. | Peter Stephenson | 2004-03-18 | 1 | -0/+4 |
| | | | | Also bug with multiple math function autoloads. | ||||
* | 19242: Make job table dynamically reallocatable. | Peter Stephenson | 2003-11-13 | 1 | -2/+10 |
| | |||||
* | 19218: extend 19216 to zle widgets | Peter Stephenson | 2003-11-03 | 1 | -6/+14 |
| | |||||
* | 19216: Save and restore pipestatus. Remove debugging output | Peter Stephenson | 2003-11-03 | 1 | -4/+16 |
| | |||||
* | a la 19209: zcalloc -> zshcalloc | Peter Stephenson | 2003-10-29 | 1 | -3/+3 |
| | |||||
* | Vin Shelton: 19073: Replace C++-style comment. | Oliver Kiddle | 2003-09-15 | 1 | -1/+1 |
| | | | | Vin Shelton: 19038: Make sed grok icc's cpp output. | ||||
* | 19059: add -v, -V and -p flags required by POSIX to the command builtin | Oliver Kiddle | 2003-09-11 | 1 | -47/+108 |
| | |||||
* | 18769: handle parse errors in autoload functions properly | Peter Stephenson | 2003-07-03 | 1 | -1/+1 |
| | |||||
* | 18492: Provide partial fix for multios and output process substitution | Peter Stephenson | 2003-05-02 | 1 | -29/+58 |
| | | | | 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 | -10/+14 |
| | |||||
* | 18013: Handle test of (( float == 0.0)) properly | Peter Stephenson | 2002-12-18 | 1 | -3/+4 |
| | |||||
* | 17979: Add ERR_RETURN option. | Peter Stephenson | 2002-12-04 | 1 | -7/+17 |
| | |||||
* | 17673: Fix bug with &&s and ||s in complex constructs | Peter Stephenson | 2002-09-17 | 1 | -2/+16 |
| | |||||
* | 17503: fix various typos and spelling mistakes in source code comments | Oliver Kiddle | 2002-08-05 | 1 | -1/+1 |
| | |||||
* | Dan Nelson: 17492: Quote output from xtrace | Peter Stephenson | 2002-08-01 | 1 | -6/+10 |
| | |||||
* | 17299: Use reference counts in Eprogs so as to be able to free them as soon | Peter Stephenson | 2002-06-07 | 1 | -0/+4 |
| | | | | as finished with. | ||||
* | 17265: make the jobs command work in subshells | Peter Stephenson | 2002-06-05 | 1 | -3/+3 |
| | |||||
* | Split tokenize() into shtokenize() and zshtokenize() | Bart Schaefer | 2002-05-06 | 1 | -1/+1 |
| | | | | to improve SH_GLOB handling, particularly in completion | ||||
* | 16353: add += parameter assignments | Oliver Kiddle | 2001-12-17 | 1 | -4/+7 |
| | |||||
* | Save/restore state around DEBUG trap call. | Bart Schaefer | 2001-10-13 | 1 | -2/+9 |
| |