about summary refs log tree commit diff
path: root/Src
Commit message (Collapse)AuthorAgeFilesLines
* 17794: fix bugs with tied parametersOliver Kiddle2002-10-172-1/+19
|
* * 17810 (Martin Waitz): Src/utils.c: bung up memory leak withClint Adams2002-10-111-1/+4
| | | | POSIX.1e capabilities.
* 17760: Fix case-pattern parsing bug in sh emulation.Bart Schaefer2002-10-062-81/+179
|
* 17714: Fix to 17357, add module dependencies even if not adding autoloads.Bart Schaefer2002-10-061-3/+3
|
* 17692: Prevent typeset of a positional parameter before it can do damage,Bart Schaefer2002-09-191-2/+5
| | | | and improve the error message about it.
* 17673: Fix bug with &&s and ||s in complex constructsPeter Stephenson2002-09-171-2/+16
|
* Merge 16613 from development version.Bart Schaefer2002-09-041-3/+3
|
* 17571: backport of terminfo segfault fix from 4.1.Clint Adams2002-08-221-0/+2
|
* 17482 (Karl Tomlinson): Resolve problems with getting and setting termcapPeter Stephenson2002-08-122-8/+399
| | | | and terminfo parameters
* unposted: version 4.0.5 zsh-4.0.5Peter Stephenson2002-08-091-4/+5
|
* 17516, 17517: Attempted fixes for memory leaks shown by valgrind.Peter Stephenson2002-08-082-19/+83
| | | | First with zstyle patterns, second with pwd in job structure.
* 17497: getopts skipped over zero-length arguments.Peter Stephenson2002-08-011-0/+2
|
* 17357: Predefine autoloads in zsh emulation only.Bart Schaefer2002-06-271-10/+17
|
* 17318: ${(z)...} added an extra space when the lexical analyser failed.Peter Stephenson2002-06-141-0/+9
|
* 17283: func() { ... } trash at end ignoredPeter Stephenson2002-06-051-0/+2
|
* 17285: David Wolfe <dwolfe@gforcetech.com>: finally fix QNX rlimits problemPeter Stephenson2002-06-051-1/+3
|
* 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
|