Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sven: 16408: Src/Zle/compcore.c: make sure auto menu isn't started | Clint Adams | 2002-02-10 | 1 | -1/+2 |
| | | | | accidentially when bashautolist is set | ||||
* | Derek Peschel: 16493: correct typos | Oliver Kiddle | 2002-01-31 | 1 | -7/+7 |
| | |||||
* | 16505: declare ret in bin_print | Clint Adams | 2002-01-27 | 1 | -1/+1 |
| | |||||
* | 16504: warn on fclose or fflush errors in bin_print. | Clint Adams | 2002-01-27 | 1 | -57/+61 |
| | |||||
* | 16201: introduce the PM_NAMEDDIR flag | Bart Schaefer | 2002-01-27 | 2 | -1/+6 |
| | |||||
* | 16158: interpret TAB as "yes" only in spckword() | Bart Schaefer | 2002-01-27 | 1 | -3/+4 |
| | | | | 16201: introduce the PM_NAMEDDIR flag | ||||
* | 16400, 16401: preserve empty words that result from brace expansion. | Bart Schaefer | 2002-01-27 | 1 | -5/+12 |
| | |||||
* | 16215: save and restore mult_isarr in singsub() | Bart Schaefer | 2002-01-27 | 1 | -0/+2 |
| | |||||
* | 16435: Fix core dump in `hash'. | Bart Schaefer | 2002-01-26 | 1 | -1/+1 |
| | |||||
* | 16332: pullup from trunk. Stop distributing ansi2knr.c and adjust | Geoff Wing | 2001-12-21 | 3 | -481/+42 |
| | | | | configure mechanism | ||||
* | 16364: further to 16351, except specials from having their value set to null | Oliver Kiddle | 2001-12-18 | 1 | -1/+4 |
| | |||||
* | fix bug in parameter unset code that caused seg fault (16351) | Oliver Kiddle | 2001-12-17 | 1 | -1/+2 |
| | |||||
* | 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 |
| |