summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
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
2001-06-15Use mkstemp where availablePeter Stephenson1-0/+3
2001-06-15fix setting of individual positional parameters after 14915Peter Stephenson1-6/+15
2001-06-1514931: fix socket/address length calculationAndrey Borzenkov2-5/+8
2001-06-14$* and $@ are specialPeter Stephenson2-3/+10
2001-06-13fixes for display bugs for completion lists (cursor left one line to far up ↵Sven Wischnowsky2-5/+10
or down) (14903)
2001-06-13mod_export handlerPeter Stephenson1-1/+1
2001-06-13fix for comparguments (completing after single letter options that get their ↵Sven Wischnowsky1-1/+57
argument in the next word); make _values ignore some of the standard option it may get; make _mount use _dir_list in some places and improve that; `document' comparguments and compvalues with some comments in computil.c (14897)
2001-06-1214863: tcp_connectClint Adams2-16/+33
2001-06-12Added KSH_TYPESET option.Peter Stephenson3-3/+12
2001-06-1114843: tcp_closeClint Adams2-4/+11
2001-06-11(14841)Sven Wischnowsky1-98/+184
2001-06-09Fix problems with zwcstat() on systems that do not USE_MMAP.Bart Schaefer2-19/+22
2001-06-0814815: fix thinkoClint Adams1-1/+3
2001-06-0814813: autoload functions from deleted .zwc filesClint Adams3-2/+22
2001-06-08Fix #includes for gcc 2.95 compilation.Bart Schaefer2-27/+23
2001-06-08Untrustworthy return value of tgetflag().Bart Schaefer1-29/+36
2001-06-08Don't mark a HIST_TMPSTORE entry with HIST_OLD so that the HFILE_FASTWayne Davison1-1/+1
algorithm in savehistfile() will recheck this hist num later.
2001-06-07unposted: add tcp module to .distfilesClint Adams1-0/+1
2001-06-0614778: rename zsh/tcp to zsh/net/tcp.Clint Adams2-2/+2
2001-06-0614770: tcp module from zftpClint Adams5-205/+399
2001-06-0614766: unify %l substitution (tty0, pts/3 etc)Andrey Borzenkov1-2/+2
2001-06-06unposted; based on 14679 (me) and 14693 (Bart): Allow processing by bothAndrey Borzenkov1-3/+10
autoconf-2.13 and autoconf-2.50; remove config.status hack for autoconf-2.50
2001-06-01fix for exclusion of normal arguments (14630)Sven Wischnowsky1-5/+11
2001-05-31fix tag-order problem with _arguments (completion after an option that gets ↵Sven Wischnowsky1-1/+1
an argument in the same word); and a fix for completion after -ab, where -a gets an argument in the next word and -b gets one in the same word (14607)
2001-05-31fix two memory leaks (at least I hope they are fixed) and some out-of-bound ↵Sven Wischnowsky5-38/+38
array accesses, plus some defensive programming for heap allocated param structs (14605)
2001-05-30Improve gettermcap().Bart Schaefer1-8/+27
2001-05-29145??: fix thinkoClint Adams1-1/+1
2001-05-29145??: repeat last vi history search if search string is blankClint Adams1-2/+10
2001-05-2914541: %# with capabilities prompt-expand to # iff Effective set non-empty ↵Clint Adams1-5/+1
or euid=0
2001-05-29print at least a warning when disowning a stopped job (14524)Sven Wischnowsky1-0/+8