Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 16269: Fix crash on reserved-word completion. | Bart Schaefer | 2001-11-23 | 1 | -15/+29 |
| | |||||
* | 16249: Clear pending here-documents upon a parse error. | Bart Schaefer | 2001-11-23 | 1 | -3/+22 |
| | |||||
* | Improved readhistline() to reject binary data better. (16184) | Wayne Davison | 2001-10-30 | 1 | -15/+18 |
| | |||||
* | 16145: try to handle identical RLIMIT_RSS and RLIMIT_VMEM better. zsh-4.0.4 | Peter Stephenson | 2001-10-25 | 1 | -7/+7 |
| | |||||
* | 16033: QNX Neutrino fix from Pavel Roskin | Peter Stephenson | 2001-10-24 | 1 | -0/+6 |
| | | | | | 16135: pack up more zsh*.html files for doc distribution unposted: Config/version.mk: create 4.0.3 | ||||
* | 16038,16041,16124: Fix bad caching of patterns. | Bart Schaefer | 2001-10-24 | 2 | -11/+10 |
| | |||||
* | Report error on setting a limit to a string that os not a decimal number. | Bart Schaefer | 2001-10-22 | 1 | -1/+6 |
| | |||||
* | Applied the interactive-comment fix for HIST_IGNORE_SPACE. | Wayne Davison | 2001-10-22 | 1 | -3/+3 |
| | |||||
* | Fix fdtable_size crash. | Bart Schaefer | 2001-10-22 | 1 | -1/+2 |
| | |||||
* | Fix segfault in checkrmall(). | Bart Schaefer | 2001-10-20 | 1 | -113/+269 |
| | |||||
* | various old patches ported back | Sven Wischnowsky | 2001-10-17 | 1 | -0/+13 |
| | |||||
* | Merge assorted patches from the dev. version, as approved by PWS. | Bart Schaefer | 2001-10-16 | 2 | -4/+9 |
| | | | | Read ChangeLog for details. | ||||
* | Brought over patches 15806 and 15836 from the trunk. | Wayne Davison | 2001-10-13 | 1 | -10/+7 |
| | |||||
* | Brought over 15806 and 15809 from the trunk. | Wayne Davison | 2001-10-13 | 1 | -5/+13 |
| | |||||
* | Save/restore state around DEBUG trap call. | Bart Schaefer | 2001-10-13 | 1 | -2/+9 |
| | |||||
* | Equivalence of $(...) and `...` in ${(e)...}. | Bart Schaefer | 2001-10-08 | 1 | -5/+8 |
| | |||||
* | 15965: glob -> zglob | Peter Stephenson | 2001-10-08 | 3 | -3/+3 |
| | |||||
* | 15869 | Sven Wischnowsky | 2001-09-25 | 1 | -3/+4 |
| | |||||
* | (15868) | Sven Wischnowsky | 2001-09-25 | 1 | -2/+4 |
| | |||||
* | Fix out-of-memory on corrupt history files. | Bart Schaefer | 2001-09-24 | 1 | -25/+35 |
| | |||||
* | Fix misleading error message. | Bart Schaefer | 2001-09-20 | 1 | -1/+1 |
| | |||||
* | Make doisearch() work right when history access is turned off. | Wayne Davison | 2001-09-18 | 1 | -23/+33 |
| | |||||
* | pullup 1.2 & 1.3: | Geoff Wing | 2001-09-09 | 1 | -19/+41 |
| | | | | | | | 1.2: 15621: display of status line was being mucked up; continuation markers "<...." and "<....>" weren't being displayed properly 1.3: Don't segv if we were displaying n lines and screen was resized to fewer than n lines | ||||
* | 15717 | Sven Wischnowsky | 2001-08-28 | 3 | -45/+127 |
| | |||||
* | Fix crash on re-entry to loop() from preprompt(). | Bart Schaefer | 2001-08-25 | 1 | -1/+6 |
| | |||||
* | (15705) | Sven Wischnowsky | 2001-08-24 | 1 | -0/+3 |
| | |||||
* | 15675: Src/Builtins/rlimits.awk: handle case where RLIM_NLIMITS is set to a ↵ | Clint Adams | 2001-08-21 | 1 | -2/+14 |
| | | | | number within an enum. | ||||
* | Fix exit status of zsh -fc '! command' | Bart Schaefer | 2001-08-19 | 1 | -0/+2 |
| | |||||
* | My recent patch to not drop the last line in the history file when | Wayne Davison | 2001-08-18 | 1 | -0/+5 |
| | | | | handling a signal. | ||||
* | 15639 | Sven Wischnowsky | 2001-08-16 | 1 | -24/+42 |
| | |||||
* | Merge typeset fixes and tests from dev trunk. | Bart Schaefer | 2001-08-13 | 1 | -2/+17 |
| | |||||
* | 15487 | Sven Wischnowsky | 2001-07-25 | 1 | -48/+118 |
| | |||||
* | remove nulargs in here strings (15470) | Sven Wischnowsky | 2001-07-24 | 1 | -161/+260 |
| | |||||
* | (15433) | Sven Wischnowsky | 2001-07-20 | 1 | -5/+7 |
| | |||||
* | 15352,15357 | Sven Wischnowsky | 2001-07-11 | 2 | -170/+408 |
| | |||||
* | Fix function stack unwinding on autoload failures. | Bart Schaefer | 2001-07-09 | 1 | -6/+7 |
| | |||||
* | Fix infinite loop on `r OLD=NEW' when OLD is the empty string. | Bart Schaefer | 2001-07-08 | 1 | -208/+347 |
| | |||||
* | 15277: bug with backreference indexing for ${(S)...%%...} | Peter Stephenson | 2001-07-06 | 1 | -80/+132 |
| | |||||
* | 15253: hash foo together with foo.exe on Cygwin | Andrey Borzenkov | 2001-07-05 | 1 | -15/+38 |
| | |||||
* | fix IRIX 5.3 specific compilation problems and some error messages (15204) | Oliver Kiddle | 2001-07-02 | 2 | -333/+727 |
| | |||||
* | Reset errflag after executing precmd. | Bart Schaefer | 2001-06-30 | 1 | -31/+178 |
| | |||||
* | Wayne's prepnexthistent fix for HIST_TEMPSTORE. | Bart Schaefer | 2001-06-29 | 1 | -0/+4 |
| | |||||
* | (user/3946) zsh-4.0.2 | Sven Wischnowsky | 2001-06-26 | 1 | -0/+2 |
| | |||||
* | More merges: 14973,14976, and some whitespace. | Bart Schaefer | 2001-06-26 | 2 | -76/+144 |
| | |||||
* | Merge a few more dev changes before 4.0.2. | Bart Schaefer | 2001-06-25 | 3 | -96/+276 |
| | |||||
* | (users/3940) | Sven Wischnowsky | 2001-06-25 | 1 | -1/+2 |
| | |||||
* | 15021: revert old %l; add %y instead | Andrey Borzenkov | 2001-06-22 | 1 | -0/+8 |
| | |||||
* | 14988/14989: avoid name of saved special being trashed | Peter Stephenson | 2001-06-20 | 1 | -114/+199 |
| | |||||
* | Merge assorted fixes from the development version. | Bart Schaefer | 2001-06-18 | 3 | -4/+434 |
| | |||||
* | more handler -> zhandler | Peter Stephenson | 2001-06-18 | 1 | -3/+3 |
| |