about summary refs log tree commit diff
path: root/Src
Commit message (Collapse)AuthorAgeFilesLines
...
* 17272: inner function definition could define nonsensePeter Stephenson2002-06-021-0/+2
|
* Merge 17080,17076,17075,17074,16461,16434,16437,16258,16247,16253Andrey Borzenkov2002-05-081-2/+3
|
* 17046: Src/math.c: OCTAL_ZEROES with a `0' on its own wasPeter Stephenson2002-04-251-6/+43
| | | | swallowing up too many characters.
* 17041: Src/Modules/zftp.c: Typos creating a dataPeter Stephenson2002-04-251-2/+2
| | | | connection for zftp using IPv6.
* 17035: remove one half of 17029; the part for zstyle wasn't rightSven Wischnowsky2002-04-251-1/+0
|
* 17029: fix memory leak (found by Felix): pre-compiled patterns for stylesSven Wischnowsky2002-04-241-100/+198
|
* Alexandre Duret-Lutz: 16930: Src/cond.c, Test/C02cond.ztst:Peter Stephenson2002-04-171-1/+5
| | | | | Careful with long filenames in internal condition test; fix block file test for `-f'.
* 16703-BWayne Davison2002-04-171-10/+15
|
* 16890Wayne Davison2002-04-172-6/+30
|
* Allow HISTSIZE to get down to 1 line.Wayne Davison2002-04-171-2/+2
|
* users/4678Wayne Davison2002-04-171-1/+2
|
* 16998: make compvalues unquote the string from the line like comparguments doesSven Wischnowsky2002-04-171-3/+20
|
* 16990: treat backslashed bangs in double quotes specially in ↵Sven Wischnowsky2002-04-161-0/+6
| | | | get_comp_string(), they are more like $s there
* 16972: complete for aaaa, zone, mx, soa, txt.Clint Adams2002-04-121-2/+2
|
* 16942: Allow zero-length matches in parameter substitutions.Peter Stephenson2002-04-091-2/+2
|
* Merge 16546,16556,16820 from dev version.Bart Schaefer2002-03-181-4/+8
|
* 16759: Src/builtin.c: from Eric Norum <eric.norum@usask.ca>:Peter Stephenson2002-03-041-5/+7
| | | | | | cd prints output whenever the target directory is not obvious to the user. This confuses scripts, so restrict it to interactive mode.
* pullup 1.6: 16635: make sure we display lists in singlelinezle modeGeoff Wing2002-02-191-2/+2
|
* Sven: 16408: Src/Zle/compcore.c: make sure auto menu isn't startedClint Adams2002-02-101-1/+2
| | | | accidentially when bashautolist is set
* Derek Peschel: 16493: correct typosOliver Kiddle2002-01-311-7/+7
|
* 16505: declare ret in bin_printClint Adams2002-01-271-1/+1
|
* 16504: warn on fclose or fflush errors in bin_print.Clint Adams2002-01-271-57/+61
|
* 16201: introduce the PM_NAMEDDIR flagBart Schaefer2002-01-272-1/+6
|
* 16158: interpret TAB as "yes" only in spckword()Bart Schaefer2002-01-271-3/+4
| | | | 16201: introduce the PM_NAMEDDIR flag
* 16400, 16401: preserve empty words that result from brace expansion.Bart Schaefer2002-01-271-5/+12
|
* 16215: save and restore mult_isarr in singsub()Bart Schaefer2002-01-271-0/+2
|
* 16435: Fix core dump in `hash'.Bart Schaefer2002-01-261-1/+1
|
* 16332: pullup from trunk. Stop distributing ansi2knr.c and adjustGeoff Wing2001-12-213-481/+42
| | | | configure mechanism
* 16364: further to 16351, except specials from having their value set to nullOliver Kiddle2001-12-181-1/+4
|
* fix bug in parameter unset code that caused seg fault (16351)Oliver Kiddle2001-12-171-1/+2
|
* 16269: Fix crash on reserved-word completion.Bart Schaefer2001-11-231-15/+29
|
* 16249: Clear pending here-documents upon a parse error.Bart Schaefer2001-11-231-3/+22
|
* Improved readhistline() to reject binary data better. (16184)Wayne Davison2001-10-301-15/+18
|
* 16145: try to handle identical RLIMIT_RSS and RLIMIT_VMEM better. zsh-4.0.4Peter Stephenson2001-10-251-7/+7
|
* 16033: QNX Neutrino fix from Pavel RoskinPeter Stephenson2001-10-241-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 Schaefer2001-10-242-11/+10
|
* Report error on setting a limit to a string that os not a decimal number.Bart Schaefer2001-10-221-1/+6
|
* Applied the interactive-comment fix for HIST_IGNORE_SPACE.Wayne Davison2001-10-221-3/+3
|
* Fix fdtable_size crash.Bart Schaefer2001-10-221-1/+2
|
* Fix segfault in checkrmall().Bart Schaefer2001-10-201-113/+269
|
* various old patches ported backSven Wischnowsky2001-10-171-0/+13
|
* Merge assorted patches from the dev. version, as approved by PWS.Bart Schaefer2001-10-162-4/+9
| | | | Read ChangeLog for details.
* Brought over patches 15806 and 15836 from the trunk.Wayne Davison2001-10-131-10/+7
|
* Brought over 15806 and 15809 from the trunk.Wayne Davison2001-10-131-5/+13
|
* Save/restore state around DEBUG trap call.Bart Schaefer2001-10-131-2/+9
|
* Equivalence of $(...) and `...` in ${(e)...}.Bart Schaefer2001-10-081-5/+8
|
* 15965: glob -> zglobPeter Stephenson2001-10-083-3/+3
|
* 15869Sven Wischnowsky2001-09-251-3/+4
|
* (15868)Sven Wischnowsky2001-09-251-2/+4
|
* Fix out-of-memory on corrupt history files.Bart Schaefer2001-09-241-25/+35
|