summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2003-08-01fix bug with f glob qualifier where an empty spec resulted in an infinite loopOliver Kiddle1-2/+5
2003-08-0118916: unsetting IFS could cause segfaultPeter Stephenson1-4/+6
2003-07-29Don't crash if alt-y is typed twice in a row without a prior ctrl-y.Wayne Davison1-1/+3
2003-07-2318888: Philippe Troin: allow clone to acquire a controlling ttyPeter Stephenson1-17/+30
2003-07-2218880: Don't return unset parameters in $parametersPeter Stephenson1-0/+2
2003-07-1718864: unnecessary space with ${(Q)...}Peter Stephenson1-1/+1
2003-07-0918836: read with metafied delimiter didn't work.Peter Stephenson1-1/+2
2003-07-0318769: handle parse errors in autoload functions properlyPeter Stephenson1-1/+1
2003-06-2518634: Tomi Vainio: work around problem with latest Sun k2 compilerOliver Kiddle1-1/+1
2003-06-2418626: improve echoti's arg support and fix compile problem on 64-bit SolarisOliver Kiddle1-18/+24
2003-06-1918616: Add ternary expression handling to zformatPeter Stephenson1-75/+146
2003-06-05users/1654: anchors did'nt work with // parameter substitutionPeter Stephenson1-1/+1
2003-06-0318600: bug matching against [[:xdigit:]]Peter Stephenson1-0/+1
2003-05-3018587: fix bug where only the beginning of the association key was comparedOliver Kiddle1-1/+1
2003-05-2418578: 18559 caused typeset failuresPeter Stephenson1-3/+3
2003-05-2218569: pointer error with ${(on)...}Peter Stephenson1-1/+1
2003-05-2218559, 18562: make modules use proper option argumentsPeter Stephenson6-51/+38
2003-05-2118565: bug when ${(u)...} reduced array to length 1Peter Stephenson1-10/+17
2003-05-1918543: memory leak vared'ing arraysPeter Stephenson1-1/+2
2003-05-1518530: print option states with `set -o' or `set +o'Oliver Kiddle2-2/+29
2003-05-1518539 and remaining bits of 18536???: vi and emacs options, autoload zlePeter Stephenson2-1/+17
2003-05-1418536: EMACS and VI compatibility optionsPeter Stephenson4-0/+17
2003-05-1418513: Work around crash on resize in menu selectionPeter Stephenson1-1/+15
2003-05-1318525: add manual UTF-8 conversion so \u and \U should work on more systemsOliver Kiddle1-42/+101
2003-05-1218524: sepjoin !heap bug cause problem in varedPeter Stephenson1-1/+1
2003-05-0718508: quoting of separator in ${foo//../..} was buggyPeter Stephenson1-7/+12
2003-05-05unposted: cvsignore VIM *.swp filesAndrey Borzenkov4-0/+16
2003-05-0518476: Fix menu selection on Linux consoleAndrey Borzenkov2-4/+4
2003-05-0218492: Provide partial fix for multios and output process substitutionPeter Stephenson5-55/+123
asynchronicity problem. Document workarounds for remaining problems.
2003-04-2817820, tweaked: attempt to fix compilation of tcp.h on recent versionsPeter Stephenson1-2/+2
of cygwin
2003-04-2518472: spelling correctionsOliver Kiddle2-3/+3
2003-04-2318477: Null pointer dereferenced in _arguments "*-+bar"Peter Stephenson1-1/+1
2003-04-2318466: tcp.mdh only included by C filePeter Stephenson2-1/+1
2003-04-23IKEGAMI Tsutomu: sf bug 722366: metafy pwd when read from $PWDPeter Stephenson1-1/+2
2003-04-08workers-18440: add previously added cygwin completion functions to the ↵Felix Rosencrantz1-1/+1
completion module
2003-04-0418435: unsetting readonly returned status 0Peter Stephenson2-6/+10
2003-04-0318431: Another attempt to fix the problems with RLIMIT definitionsPeter Stephenson1-43/+51
2003-03-28Prevent "print -m" from crashing (complains about missing pattern).Wayne Davison1-1/+5
2003-03-2618392: read with -p and -t and no coprocess crashed.Peter Stephenson1-1/+2
2003-03-25Fixed zjoin() when it returns an empty string that should be allocated.Wayne Davison1-1/+1
2003-03-25users/5986, 18380: arg support for echoti builtin.Clint Adams1-4/+23
2003-03-2418378: fix lots of problems with $killringPeter Stephenson1-19/+24
2003-03-2418376: Fix headers for wchar.h and some related gcc waringningsPeter Stephenson2-3/+13
2003-03-1818359: fix bug where not enough memory was allocated if MB_LEN_MAX < 6Oliver Kiddle1-4/+1
2003-03-1418343, 18348: handle \u and \U escapes for specifying unicode charactersOliver Kiddle1-2/+90
2003-03-1118337: use C locale when converting floats to scalars to avoid problems inOliver Kiddle1-2/+11
locales where `,' is the decimal separator
2003-03-1018330: save output of setlocale as the pointer it returns gets clobberedOliver Kiddle1-2/+2
2003-03-0718325: options on by default weren't printed correctly by zsh/parameterPeter Stephenson1-1/+8
2003-03-0718319: Philippe Troin: fix use of process groups with su and suspendPeter Stephenson3-49/+85
2003-03-05183818: memory leak in zle_params.cPeter Stephenson1-2/+4