about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* Fix function stack unwinding on autoload failures.Bart Schaefer2001-07-091-6/+7
* 15327: always use local LINENOs in parse_string().Peter Stephenson2001-07-097-14/+14
* Fix infinite loop on `r OLD=NEW' when OLD is the empty string.Bart Schaefer2001-07-081-0/+4
* Suppress XTRACE during user-defined widgets.Bart Schaefer2001-07-081-2/+6
* Don't always coerce to float when assigning to an unset parameter.Bart Schaefer2001-07-081-1/+2
* 15291, 15292: fix bug setting scalar in math modePeter Stephenson2001-07-062-15/+43
* 15250: still run setup even if pcre functions are unavailableClint Adams2001-07-061-6/+16
* 15265: Src/parse.c: correction problems with new `for' syntaxPeter Stephenson2001-07-061-4/+6
* 15277: Src/glob.c: real backreferencing bug with ${(S)...%%...}Peter Stephenson2001-07-061-8/+9
* back out 15266Peter Stephenson2001-07-061-57/+8
* Avoid static link of pcre module.Bart Schaefer2001-07-061-1/+1
* 15266: fix for ${(S)...%%...}Peter Stephenson2001-07-051-8/+57
* 15253 : hash foo together with foo.exe on CygwinAndrey Borzenkov2001-07-051-4/+4
* 15242: pcre_match -a and $match instead of pparamsClint Adams2001-07-041-5/+16
* 15228: AC_CHECK_LIB->AC_SEARCH_LIBS, set pparams with capture buffersClint Adams2001-07-031-5/+35
* unposted: update distfiles for 15211Clint Adams2001-07-031-0/+1
* 15211: zsh/pcre moduleClint Adams2001-07-022-0/+141
* fix IRIX 5.3 specific compilation problems and some error messages (15204)Oliver Kiddle2001-07-022-4/+4
* Reset errflag after executing precmd.Bart Schaefer2001-06-301-1/+1
* Have prepnexthistent() remove any HIST_TEMPSTORE entry that is present.Wayne Davison2001-06-281-0/+4
* (only the patch to compmatch.c from the mail); improve merging cline lists co...Sven Wischnowsky2001-06-271-1/+5
* add autocontinue option to automatically make stopped jos running when they a...Sven Wischnowsky2001-06-274-3/+23
* fix for finding the first ambiguous path component in compfiles (3946)Sven Wischnowsky2001-06-261-0/+2
* make warning message for disowning stopped jobs more verbose (saying how to m...Sven Wischnowsky2001-06-261-4/+26
* 15030: multi-parameter `for' loopsPeter Stephenson2001-06-253-35/+65
* make expand-word not always restore the command line (3940)Sven Wischnowsky2001-06-251-1/+2
* PRINT_EXIT_VALUE for shell functions.Bart Schaefer2001-06-251-3/+4
* Change magic-space to respect !".Bart Schaefer2001-06-241-1/+5
* POSIX exit status changes.Bart Schaefer2001-06-231-2/+2
* 15021: new %y character; %l semantic backAndrey Borzenkov2001-06-221-0/+8
* No POSIX "for" syntax with csh syntax.Bart Schaefer2001-06-211-2/+4
* POSIX "for" syntax.Bart Schaefer2001-06-211-0/+2
* rewrite 14988 as per 14989Peter Stephenson2001-06-201-1/+1
* Bug restoring saving special parameters for function scope.Peter Stephenson2001-06-201-1/+1
* Compiler warnings.Bart Schaefer2001-06-191-2/+2
* 14973: fix for reported problems on AIX.Andrey Borzenkov2001-06-191-3/+6
* more handler -> zhandlerPeter Stephenson2001-06-181-3/+3
* make zcompile unlink() the zwc file first (in case it is currently mapped we ...Sven Wischnowsky2001-06-181-4/+6
* rename handler() to zhandler() because it's now exported to modules (14951)Sven Wischnowsky2001-06-182-3/+3
* Removed bogus mkstemp() code.Wayne Davison2001-06-151-3/+0
* Use mkstemp where availablePeter Stephenson2001-06-151-0/+3
* fix setting of individual positional parameters after 14915Peter Stephenson2001-06-151-6/+15
* 14931: fix socket/address length calculationAndrey Borzenkov2001-06-152-5/+8
* $* and $@ are specialPeter Stephenson2001-06-142-3/+10
* fixes for display bugs for completion lists (cursor left one line to far up o...Sven Wischnowsky2001-06-132-5/+10
* mod_export handlerPeter Stephenson2001-06-131-1/+1
* fix for comparguments (completing after single letter options that get their ...Sven Wischnowsky2001-06-131-1/+57
* 14863: tcp_connectClint Adams2001-06-122-16/+33
* Added KSH_TYPESET option.Peter Stephenson2001-06-123-3/+12
* 14843: tcp_closeClint Adams2001-06-112-4/+11