Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 15931: EXIT traps from exit in subshell; 15965: glob -> zglob | Peter Stephenson | 2001-10-08 | 1 | -1/+6 |
| | |||||
* | * Src/builtin.c, Src/exec.c: Unwind function calls before exiting | Peter Stephenson | 2001-09-24 | 1 | -0/+16 |
| | | | | shell from exit command to allow EXIT traps to run. | ||||
* | Fix exit status of zsh -fc '! command' | Bart Schaefer | 2001-08-19 | 1 | -0/+2 |
| | |||||
* | Fix function stack unwinding on autoload failures. | Bart Schaefer | 2001-07-09 | 1 | -6/+7 |
| | |||||
* | 15327: always use local LINENOs in parse_string(). | Peter Stephenson | 2001-07-09 | 1 | -7/+7 |
| | |||||
* | add autocontinue option to automatically make stopped jos running when they ↵ | Sven Wischnowsky | 2001-06-27 | 1 | -1/+9 |
| | | | | are being disowned; make that the default for `%job &!' and `%job &|' (15115) | ||||
* | PRINT_EXIT_VALUE for shell functions. | Bart Schaefer | 2001-06-25 | 1 | -3/+4 |
| | |||||
* | POSIX exit status changes. | Bart Schaefer | 2001-06-23 | 1 | -2/+2 |
| | |||||
* | rewrite 14988 as per 14989 | Peter Stephenson | 2001-06-20 | 1 | -1/+1 |
| | |||||
* | Bug restoring saving special parameters for function scope. | Peter Stephenson | 2001-06-20 | 1 | -1/+1 |
| | |||||
* | another attempt at fixing the job problem from 14327; make execpline() reset ↵ | Sven Wischnowsky | 2001-05-28 | 1 | -1/+4 |
| | | | | list_pipe_job to zero if it would be set for a job started in the background (14503) | ||||
* | set list_pipe_job only for real pipelines (14327) | Sven Wischnowsky | 2001-05-14 | 1 | -1/+1 |
| | |||||
* | Fix problem with traps not runing if shell exec'd final command | Peter Stephenson | 2001-03-30 | 1 | -3/+2 |
| | |||||
* | skip redirections in execpline2() when looking for the command code (13706) | Sven Wischnowsky | 2001-03-22 | 1 | -2/+2 |
| | |||||
* | remove 13108 (trap queues); replace with signal queueing to ensure that user ↵ | Sven Wischnowsky | 2001-01-16 | 1 | -13/+10 |
| | | | | signal handlers are only executed when it is safe to run them (13365) | ||||
* | Joel Smith: 13230: avoid name clashes with Linux kernel | Peter Stephenson | 2000-12-05 | 1 | -17/+17 |
| | |||||
* | Sven: 13108: Handle traps synchronously | Peter Stephenson | 2000-11-11 | 1 | -7/+15 |
| | | | | pws: 13109, 13111: clear up zle display when output produced in trap. | ||||
* | Change some zerr to zwarn for consistency. | Bart Schaefer | 2000-10-02 | 1 | -13/+14 |
| | |||||
* | Tweak to STTY fix. | Bart Schaefer | 2000-09-26 | 1 | -0/+3 |
| | |||||
* | Fix STTY parameter. | Bart Schaefer | 2000-09-25 | 1 | -7/+17 |
| | |||||
* | fix for `function' without names (12710) | Sven Wischnowsky | 2000-08-28 | 1 | -1/+4 |
| | |||||
* | 12568: check sysconf(_SC_OPEN_MAX) if available instead of OPEN_MAX/NOFILES. | Clint Adams | 2000-08-08 | 1 | -1/+4 |
| | |||||
* | users/3358: Zero shout when closing SHTTY in subshells. | Bart Schaefer | 2000-08-08 | 1 | -0/+1 |
| | |||||
* | remove tests for kshautoload (use zcompile -z); fix for setting scriptname ↵ | Sven Wischnowsky | 2000-08-01 | 1 | -1/+1 |
| | | | | for functions that redefine themselves | ||||
* | 12414: vared quotes separators when editing arrays | Peter Stephenson | 2000-07-27 | 1 | -1/+1 |
| | |||||
* | Removed call to remhist(). | Wayne Davison | 2000-07-19 | 1 | -2/+0 |
| | |||||
* | 12222: handle EINTR for multios helper processes | Peter Stephenson | 2000-07-11 | 1 | -2/+16 |
| | |||||
* | 12220: message for missing autoload function | Peter Stephenson | 2000-07-11 | 1 | -0/+3 |
| | |||||
* | AIX dependency fix | Oliver Kiddle | 2000-06-20 | 1 | -1/+1 |
| | |||||
* | 11326: Avoid init_io() on "exec < file" when zleactive. | Bart Schaefer | 2000-05-11 | 1 | -1/+1 |
| | | | | Also fix OPK's slightly confused previous ChangeLog entry. |