summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2003-09-1719096: crash unloading zsh/systemPeter Stephenson1-0/+2
2003-09-15Vin Shelton: 19073: Replace C++-style comment.Oliver Kiddle1-1/+1
Vin Shelton: 19038: Make sed grok icc's cpp output.
2003-09-1419076: don't call setupterm with NULL as last argument as that causesClint Adams1-1/+4
the shell to exit when the terminal is unknown.
2003-09-1119059: add -v, -V and -p flags required by POSIX to the command builtinOliver Kiddle3-49/+124
2003-09-0819044: typo in setting $saliases elementsPeter Stephenson1-4/+4
2003-09-0319020: fix printaliasnodePeter Stephenson1-2/+2
2003-09-0319014: add alias -s suf=handlerPeter Stephenson6-126/+298
2003-08-3018982: comments/rant for paramsubst(), accidentally uncommitedPeter Stephenson1-8/+564
2003-08-3018980: new zsh/system modulePeter Stephenson5-0/+506
2003-08-3018982: comments/rant for paramsubst()Peter Stephenson1-1/+10
2003-08-1118941: history wrong after parse error during alias expansionPeter Stephenson2-0/+16
2003-08-1118938: Export some data symbols.Peter Stephenson4-5/+5
2003-08-0518926: problem accepting filename require metafication with menu selectionPeter Stephenson1-0/+4
2003-08-0118920: fix unset IFS bettererPeter Stephenson1-0/+2
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