about summary refs log tree commit diff
path: root/Src
Commit message (Collapse)AuthorAgeFilesLines
* 18926: problem accepting filename require metafication with menu selectionPeter Stephenson2003-08-061-0/+4
|
* 18922: fix minor bug with f glob qualifierOliver Kiddle2003-08-061-2/+5
|
* 18920: fix unset IFS bettererPeter Stephenson2003-08-011-0/+2
|
* 18916: unsetting IFS could cause segfaultPeter Stephenson2003-08-011-4/+6
|
* 18864: fix unnecessary space with empty ${(Q)...}Peter Stephenson2003-07-171-1/+1
|
* merge changes back from 4.1Oliver Kiddle2003-07-021-12/+31
|
* users/1654: anchors did'nt work with // parameter substitutionPeter Stephenson2003-06-051-1/+1
|
* 18600: bug matching against [[:xdigit:]]Peter Stephenson2003-06-031-44/+108
|
* 18513: Work around crash on resize in menu selectionPeter Stephenson2003-05-141-1/+15
|
* merge changes from 4.1Oliver Kiddle2003-05-122-4/+16
|
* 18524: sepjoin !heap bug cause problem in varedPeter Stephenson2003-05-121-1/+1
|
* 18508: quoting of separator in ${foo//../..} was buggyPeter Stephenson2003-05-071-7/+12
|
* 18477: Null pointer dereferenced in _arguments "*-+bar"Peter Stephenson2003-04-231-1/+1
|
* IKEGAMI Tsutomu: sf bug 722366: metafy pwd when read from $PWDPeter Stephenson2003-04-231-1/+2
|
* Prevent "print -m" from crashing (complains about missing pattern).Wayne Davison2003-03-281-0/+4
|
* Fixed zjoin() when it returns an empty string that should be allocated.Wayne Davison2003-03-251-1/+1
|
* 18325: options on by default weren't printed correctly by zsh/parameterPeter Stephenson2003-03-072-3/+8
|
* merge changes from 4.1Oliver Kiddle2003-02-281-2/+3
|
* merge changes from 4.1Oliver Kiddle2003-02-182-2/+2
|
* * 18207: Src/Builtins/rlimits.c: add maxfilelocks to ulimit output.Clint Adams2003-02-091-0/+6
|
* 18013: Handle test of (( float == 0.0)) properlyPeter Stephenson2002-12-182-6/+8
|
* 17935: beautify bin_whence indentation of () and {} contents.Clint Adams2002-11-131-4/+8
|
* 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
|