about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
...
* Added *.dll to .cvsignore and fixed typo. (unposted)Felix Rosencrantz2003-11-031-0/+1
* add *.dll and fix typo with errnames.hFelix Rosencrantz2003-11-033-1/+4
* a la 19209: zcalloc -> zshcallocPeter Stephenson2003-10-2929-91/+91
* 18169: change parameter SECS in datetime to EPOCHSECONDSPeter Stephenson2003-10-081-1/+1
* 19168: Various problems with size of buffers and pointer usage in ztrftimePeter Stephenson2003-10-063-19/+75
* 19167: fix NUL at start of BRACE_CCL range.Peter Stephenson2003-10-061-5/+6
* unposted: update distribution files for 18980 and 19053Peter Stephenson2003-10-062-1/+2
* 19151: Src/Modules/datetime.c: add $SECS parameter for seconds since epoch.Clint Adams2003-09-281-1/+14
* Fix the old-style typeset -T (without the new separator arg).Wayne Davison2003-09-251-1/+1
* 19129: extra argument to typeset -T gives character for joining arrayPeter Stephenson2003-09-244-31/+137
* 19105: Set shout to stderr if interative with no ttyPeter Stephenson2003-09-222-5/+20
* 19096: crash unloading zsh/systemPeter Stephenson2003-09-171-0/+2
* Vin Shelton: 19073: Replace C++-style comment.Oliver Kiddle2003-09-151-1/+1
* 19076: don't call setupterm with NULL as last argument as that causesClint Adams2003-09-141-1/+4
* 19059: add -v, -V and -p flags required by POSIX to the command builtinOliver Kiddle2003-09-113-49/+124
* 19044: typo in setting $saliases elementsPeter Stephenson2003-09-081-4/+4
* 19020: fix printaliasnodePeter Stephenson2003-09-031-2/+2
* 19014: add alias -s suf=handlerPeter Stephenson2003-09-036-126/+298
* 18982: comments/rant for paramsubst(), accidentally uncommitedPeter Stephenson2003-08-301-8/+564
* 18980: new zsh/system modulePeter Stephenson2003-08-305-0/+506
* 18982: comments/rant for paramsubst()Peter Stephenson2003-08-301-1/+10
* 18941: history wrong after parse error during alias expansionPeter Stephenson2003-08-112-0/+16
* 18938: Export some data symbols.Peter Stephenson2003-08-114-5/+5
* 18926: problem accepting filename require metafication with menu selectionPeter Stephenson2003-08-051-0/+4
* 18920: fix unset IFS bettererPeter Stephenson2003-08-011-0/+2
* fix bug with f glob qualifier where an empty spec resulted in an infinite loopOliver Kiddle2003-08-011-2/+5
* 18916: unsetting IFS could cause segfaultPeter Stephenson2003-08-011-4/+6
* Don't crash if alt-y is typed twice in a row without a prior ctrl-y.Wayne Davison2003-07-291-1/+3
* 18888: Philippe Troin: allow clone to acquire a controlling ttyPeter Stephenson2003-07-231-17/+30
* 18880: Don't return unset parameters in $parametersPeter Stephenson2003-07-221-0/+2
* 18864: unnecessary space with ${(Q)...}Peter Stephenson2003-07-171-1/+1
* 18836: read with metafied delimiter didn't work.Peter Stephenson2003-07-091-1/+2
* 18769: handle parse errors in autoload functions properlyPeter Stephenson2003-07-031-1/+1
* 18634: Tomi Vainio: work around problem with latest Sun k2 compilerOliver Kiddle2003-06-251-1/+1
* 18626: improve echoti's arg support and fix compile problem on 64-bit SolarisOliver Kiddle2003-06-241-18/+24
* 18616: Add ternary expression handling to zformatPeter Stephenson2003-06-191-75/+146
* users/1654: anchors did'nt work with // parameter substitutionPeter Stephenson2003-06-051-1/+1
* 18600: bug matching against [[:xdigit:]]Peter Stephenson2003-06-031-0/+1
* 18587: fix bug where only the beginning of the association key was comparedOliver Kiddle2003-05-301-1/+1
* 18578: 18559 caused typeset failuresPeter Stephenson2003-05-241-3/+3
* 18569: pointer error with ${(on)...}Peter Stephenson2003-05-221-1/+1
* 18559, 18562: make modules use proper option argumentsPeter Stephenson2003-05-226-51/+38
* 18565: bug when ${(u)...} reduced array to length 1Peter Stephenson2003-05-211-10/+17
* 18543: memory leak vared'ing arraysPeter Stephenson2003-05-191-1/+2
* 18530: print option states with `set -o' or `set +o'Oliver Kiddle2003-05-152-2/+29
* 18539 and remaining bits of 18536???: vi and emacs options, autoload zlePeter Stephenson2003-05-152-1/+17
* 18536: EMACS and VI compatibility optionsPeter Stephenson2003-05-144-0/+17
* 18513: Work around crash on resize in menu selectionPeter Stephenson2003-05-141-1/+15
* 18525: add manual UTF-8 conversion so \u and \U should work on more systemsOliver Kiddle2003-05-131-42/+101
* 18524: sepjoin !heap bug cause problem in varedPeter Stephenson2003-05-121-1/+1