summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2001-07-25another fix for 15477 (separator strings); add list-separator style (15484)Sven Wischnowsky1-3/+4
2001-07-25fixlet for 15477, don't let it remove consecutive dummy matches (15482)Sven Wischnowsky2-3/+5
2001-07-25make display for groups in _describe nicer; improve packing with ↵Sven Wischnowsky6-134/+469
list_packed; leave space for type character (list_types) only in groups with at least one file name (15477)
2001-07-24remove nulargs in here strings (15470)Sven Wischnowsky1-0/+3
2001-07-20don't use compsuffix when it might be freed; use the right variable in that ↵Sven Wischnowsky1-5/+7
loop there, dammit (15433)
2001-07-19yet another followup to 15497; make _describe filter out non-matching ↵Sven Wischnowsky1-3/+3
strings before calling compdescribe, otherwise some matches will be hiddens (15415)
2001-07-18fix for 15407; there may be sets without matches (15409)Sven Wischnowsky1-2/+3
2001-07-18add list-grouped option to make options and such be grouped together if they ↵Sven Wischnowsky3-155/+251
have the same description; matches with line-display strings can be hidden; hi and du capabalities in complist are only used if set by the user (15407)
2001-07-10(15357)Sven Wischnowsky2-1/+3
2001-07-0915334: use string "(eval)" as script name in debugging messages in eval'sPeter Stephenson1-0/+6
2001-07-09Fix function stack unwinding on autoload failures.Bart Schaefer1-6/+7
2001-07-0915327: always use local LINENOs in parse_string().Peter Stephenson7-14/+14
2001-07-08Fix infinite loop on `r OLD=NEW' when OLD is the empty string.Bart Schaefer1-0/+4
2001-07-08Suppress XTRACE during user-defined widgets.Bart Schaefer1-2/+6
2001-07-08Don't always coerce to float when assigning to an unset parameter.Bart Schaefer1-1/+2
2001-07-0615291, 15292: fix bug setting scalar in math modePeter Stephenson2-15/+43
2001-07-0615250: still run setup even if pcre functions are unavailableClint Adams1-6/+16
2001-07-0615265: Src/parse.c: correction problems with new `for' syntaxPeter Stephenson1-4/+6
2001-07-0615277: Src/glob.c: real backreferencing bug with ${(S)...%%...}Peter Stephenson1-8/+9
2001-07-06back out 15266Peter Stephenson1-57/+8
2001-07-06Avoid static link of pcre module.Bart Schaefer1-1/+1
2001-07-0515266: fix for ${(S)...%%...}Peter Stephenson1-8/+57
2001-07-0515253 : hash foo together with foo.exe on CygwinAndrey Borzenkov1-4/+4
2001-07-0415242: pcre_match -a and $match instead of pparamsClint Adams1-5/+16
2001-07-0315228: AC_CHECK_LIB->AC_SEARCH_LIBS, set pparams with capture buffersClint Adams1-5/+35
2001-07-03unposted: update distfiles for 15211Clint Adams1-0/+1
2001-07-0215211: zsh/pcre moduleClint Adams2-0/+141
2001-07-02fix IRIX 5.3 specific compilation problems and some error messages (15204)Oliver Kiddle2-4/+4
2001-06-30Reset errflag after executing precmd.Bart Schaefer1-1/+1
2001-06-28Have prepnexthistent() remove any HIST_TEMPSTORE entry that is present.Wayne Davison1-0/+4
2001-06-27(only the patch to compmatch.c from the mail); improve merging cline lists ↵Sven Wischnowsky1-1/+5
coming from different IPREFIX/PREFIX combinations and such by avoiding to generate cline structs for empty parts after a match spec anchor cline struct (15123)
2001-06-27add autocontinue option to automatically make stopped jos running when they ↵Sven Wischnowsky4-3/+23
are being disowned; make that the default for `%job &!' and `%job &|' (15115)
2001-06-26fix for finding the first ambiguous path component in compfiles (3946)Sven Wischnowsky1-0/+2
2001-06-26make warning message for disowning stopped jobs more verbose (saying how to ↵Sven Wischnowsky1-4/+26
make the job running again) (15087)
2001-06-2515030: multi-parameter `for' loopsPeter Stephenson3-35/+65
2001-06-25make expand-word not always restore the command line (3940)Sven Wischnowsky1-1/+2
2001-06-25PRINT_EXIT_VALUE for shell functions.Bart Schaefer1-3/+4
2001-06-24Change magic-space to respect !".Bart Schaefer1-1/+5
2001-06-23POSIX exit status changes.Bart Schaefer1-2/+2
2001-06-2215021: new %y character; %l semantic backAndrey Borzenkov1-0/+8
2001-06-21No POSIX "for" syntax with csh syntax.Bart Schaefer1-2/+4
2001-06-21POSIX "for" syntax.Bart Schaefer1-0/+2
2001-06-20rewrite 14988 as per 14989Peter Stephenson1-1/+1
2001-06-20Bug restoring saving special parameters for function scope.Peter Stephenson1-1/+1
2001-06-19Compiler warnings.Bart Schaefer1-2/+2
2001-06-1914973: fix for reported problems on AIX.Andrey Borzenkov1-3/+6
2001-06-18more handler -> zhandlerPeter Stephenson1-3/+3
2001-06-18make zcompile unlink() the zwc file first (in case it is currently mapped we ↵Sven Wischnowsky1-4/+6
don't want to overwrite it); also, create the file read-only (14952)
2001-06-18rename handler() to zhandler() because it's now exported to modules (14951)Sven Wischnowsky2-3/+3
2001-06-15Removed bogus mkstemp() code.Wayne Davison1-3/+0