summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2004-01-0519336: Src/Zle/compmatch.c: Bug with metafied characters in length ofPeter Stephenson1-1/+8
completion prefix
2004-01-05Changed bin_eval() to default lastval to 0, just in case we have anWayne Davison1-0/+1
empty eval string.
2003-12-1719308: zsh crashes with $((##))Oliver Kiddle1-1/+4
2003-12-1519295: $CONTEXT zle parameterPeter Stephenson6-10/+57
2003-12-1219281: zle-line-init special widgetPeter Stephenson2-1/+22
2003-12-0319269: 8-bit characters in character classesPeter Stephenson1-1/+1
2003-11-1319242: Make job table dynamically reallocatable.Peter Stephenson9-53/+187
2003-11-0319218: extend 19216 to zle widgetsPeter Stephenson2-10/+16
2003-11-0319216: Save and restore pipestatus. Remove debugging outputPeter Stephenson1-4/+16
2003-11-03Added *.dll to .cvsignore and fixed typo. (unposted)Felix Rosencrantz1-0/+1
2003-11-03add *.dll and fix typo with errnames.hFelix Rosencrantz3-1/+4
2003-10-29a la 19209: zcalloc -> zshcallocPeter Stephenson29-91/+91
2003-10-0818169: change parameter SECS in datetime to EPOCHSECONDSPeter Stephenson1-1/+1
2003-10-0619168: Various problems with size of buffers and pointer usage in ztrftimePeter Stephenson3-19/+75
2003-10-0619167: fix NUL at start of BRACE_CCL range.Peter Stephenson1-5/+6
2003-10-06unposted: update distribution files for 18980 and 19053Peter Stephenson2-1/+2
2003-09-2819151: Src/Modules/datetime.c: add $SECS parameter for seconds since epoch.Clint Adams1-1/+14
2003-09-25Fix the old-style typeset -T (without the new separator arg).Wayne Davison1-1/+1
2003-09-2419129: extra argument to typeset -T gives character for joining arrayPeter Stephenson4-31/+137
2003-09-2219105: Set shout to stderr if interative with no ttyPeter Stephenson2-5/+20
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