about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
...
* 16990: treat backslashed bangs in double quotes specially in get_comp_string(...Sven Wischnowsky2002-04-161-0/+6
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* Fix misleading error message.Bart Schaefer2001-09-201-1/+1
* Make doisearch() work right when history access is turned off.Wayne Davison2001-09-181-23/+33
* pullup 1.2 & 1.3:Geoff Wing2001-09-091-19/+41
* 15717Sven Wischnowsky2001-08-283-45/+127
* Fix crash on re-entry to loop() from preprompt().Bart Schaefer2001-08-251-1/+6
* (15705)Sven Wischnowsky2001-08-241-0/+3
* 15675: Src/Builtins/rlimits.awk: handle case where RLIM_NLIMITS is set to a n...Clint Adams2001-08-211-2/+14
* Fix exit status of zsh -fc '! command'Bart Schaefer2001-08-191-0/+2
* My recent patch to not drop the last line in the history file whenWayne Davison2001-08-181-0/+5
* 15639Sven Wischnowsky2001-08-161-24/+42
* Merge typeset fixes and tests from dev trunk.Bart Schaefer2001-08-131-2/+17
* 15487Sven Wischnowsky2001-07-251-48/+118