| Commit message (Expand) | Author | Age | Files | Lines |
* | 18013: Handle test of (( float == 0.0)) properly | Peter Stephenson | 2002-12-18 | 2 | -6/+8 |
* | 17935: beautify bin_whence indentation of () and {} contents. | Clint Adams | 2002-11-13 | 1 | -4/+8 |
* | 17794: fix bugs with tied parameters | Oliver Kiddle | 2002-10-17 | 2 | -1/+19 |
* | * 17810 (Martin Waitz): Src/utils.c: bung up memory leak with | Clint Adams | 2002-10-11 | 1 | -1/+4 |
* | 17760: Fix case-pattern parsing bug in sh emulation. | Bart Schaefer | 2002-10-06 | 2 | -81/+179 |
* | 17714: Fix to 17357, add module dependencies even if not adding autoloads. | Bart Schaefer | 2002-10-06 | 1 | -3/+3 |
* | 17692: Prevent typeset of a positional parameter before it can do damage, | Bart Schaefer | 2002-09-19 | 1 | -2/+5 |
* | 17673: Fix bug with &&s and ||s in complex constructs | Peter Stephenson | 2002-09-17 | 1 | -2/+16 |
* | Merge 16613 from development version. | Bart Schaefer | 2002-09-04 | 1 | -3/+3 |
* | 17571: backport of terminfo segfault fix from 4.1. | Clint Adams | 2002-08-22 | 1 | -0/+2 |
* | 17482 (Karl Tomlinson): Resolve problems with getting and setting termcap | Peter Stephenson | 2002-08-12 | 2 | -8/+399 |
* | unposted: version 4.0.5 zsh-4.0.5 | Peter Stephenson | 2002-08-09 | 1 | -4/+5 |
* | 17516, 17517: Attempted fixes for memory leaks shown by valgrind. | Peter Stephenson | 2002-08-08 | 2 | -19/+83 |
* | 17497: getopts skipped over zero-length arguments. | Peter Stephenson | 2002-08-01 | 1 | -0/+2 |
* | 17357: Predefine autoloads in zsh emulation only. | Bart Schaefer | 2002-06-27 | 1 | -10/+17 |
* | 17318: ${(z)...} added an extra space when the lexical analyser failed. | Peter Stephenson | 2002-06-14 | 1 | -0/+9 |
* | 17283: func() { ... } trash at end ignored | Peter Stephenson | 2002-06-05 | 1 | -0/+2 |
* | 17285: David Wolfe <dwolfe@gforcetech.com>: finally fix QNX rlimits problem | Peter Stephenson | 2002-06-05 | 1 | -1/+3 |
* | 17272: inner function definition could define nonsense | Peter Stephenson | 2002-06-02 | 1 | -0/+2 |
* | Merge 17080,17076,17075,17074,16461,16434,16437,16258,16247,16253 | Andrey Borzenkov | 2002-05-08 | 1 | -2/+3 |
* | 17046: Src/math.c: OCTAL_ZEROES with a `0' on its own was | Peter Stephenson | 2002-04-25 | 1 | -6/+43 |
* | 17041: Src/Modules/zftp.c: Typos creating a data | Peter Stephenson | 2002-04-25 | 1 | -2/+2 |
* | 17035: remove one half of 17029; the part for zstyle wasn't right | Sven Wischnowsky | 2002-04-25 | 1 | -1/+0 |
* | 17029: fix memory leak (found by Felix): pre-compiled patterns for styles | Sven Wischnowsky | 2002-04-24 | 1 | -100/+198 |
* | Alexandre Duret-Lutz: 16930: Src/cond.c, Test/C02cond.ztst: | Peter Stephenson | 2002-04-17 | 1 | -1/+5 |
* | 16703-B | Wayne Davison | 2002-04-17 | 1 | -10/+15 |
* | 16890 | Wayne Davison | 2002-04-17 | 2 | -6/+30 |
* | Allow HISTSIZE to get down to 1 line. | Wayne Davison | 2002-04-17 | 1 | -2/+2 |
* | users/4678 | Wayne Davison | 2002-04-17 | 1 | -1/+2 |
* | 16998: make compvalues unquote the string from the line like comparguments does | Sven Wischnowsky | 2002-04-17 | 1 | -3/+20 |
* | 16990: treat backslashed bangs in double quotes specially in get_comp_string(... | Sven Wischnowsky | 2002-04-16 | 1 | -0/+6 |
* | 16972: complete for aaaa, zone, mx, soa, txt. | Clint Adams | 2002-04-12 | 1 | -2/+2 |
* | 16942: Allow zero-length matches in parameter substitutions. | Peter Stephenson | 2002-04-09 | 1 | -2/+2 |
* | Merge 16546,16556,16820 from dev version. | Bart Schaefer | 2002-03-18 | 1 | -4/+8 |
* | 16759: Src/builtin.c: from Eric Norum <eric.norum@usask.ca>: | Peter Stephenson | 2002-03-04 | 1 | -5/+7 |
* | pullup 1.6: 16635: make sure we display lists in singlelinezle mode | Geoff Wing | 2002-02-19 | 1 | -2/+2 |
* | Sven: 16408: Src/Zle/compcore.c: make sure auto menu isn't started | Clint Adams | 2002-02-10 | 1 | -1/+2 |
* | 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 |
* | 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 |
* | 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 |