about summary refs log tree commit diff
path: root/Src
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Sven Wischnowsky2001-06-271-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)
* add autocontinue option to automatically make stopped jos running when they ↵Sven Wischnowsky2001-06-274-3/+23
| | | | are being disowned; make that the default for `%job &!' and `%job &|' (15115)
* 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 ↵Sven Wischnowsky2001-06-261-4/+26
| | | | make the job running again) (15087)
* 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
| | | | don't want to overwrite it); also, create the file read-only (14952)
* 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 ↵Sven Wischnowsky2001-06-132-5/+10
| | | | or down) (14903)
* 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
| | | | 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)
* 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
|
* (14841)Sven Wischnowsky2001-06-111-98/+184
|
* Fix problems with zwcstat() on systems that do not USE_MMAP.Bart Schaefer2001-06-092-19/+22
|
* 14815: fix thinkoClint Adams2001-06-081-1/+3
|
* 14813: autoload functions from deleted .zwc filesClint Adams2001-06-083-2/+22
|
* Fix #includes for gcc 2.95 compilation.Bart Schaefer2001-06-082-27/+23
|
* Untrustworthy return value of tgetflag().Bart Schaefer2001-06-081-29/+36
|
* Don't mark a HIST_TMPSTORE entry with HIST_OLD so that the HFILE_FASTWayne Davison2001-06-081-1/+1
| | | | algorithm in savehistfile() will recheck this hist num later.
* unposted: add tcp module to .distfilesClint Adams2001-06-071-0/+1
|
* 14778: rename zsh/tcp to zsh/net/tcp.Clint Adams2001-06-062-2/+2
|
* 14770: tcp module from zftpClint Adams2001-06-065-205/+399
|
* 14766: unify %l substitution (tty0, pts/3 etc)Andrey Borzenkov2001-06-061-2/+2
|
* unposted; based on 14679 (me) and 14693 (Bart): Allow processing by bothAndrey Borzenkov2001-06-061-3/+10
| | | | autoconf-2.13 and autoconf-2.50; remove config.status hack for autoconf-2.50
* fix for exclusion of normal arguments (14630)Sven Wischnowsky2001-06-011-5/+11
|
* fix tag-order problem with _arguments (completion after an option that gets ↵Sven Wischnowsky2001-05-311-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)
* fix two memory leaks (at least I hope they are fixed) and some out-of-bound ↵Sven Wischnowsky2001-05-315-38/+38
| | | | array accesses, plus some defensive programming for heap allocated param structs (14605)
* Improve gettermcap().Bart Schaefer2001-05-301-8/+27
|
* 145??: fix thinkoClint Adams2001-05-291-1/+1
|
* 145??: repeat last vi history search if search string is blankClint Adams2001-05-291-2/+10
|
* 14541: %# with capabilities prompt-expand to # iff Effective set non-empty ↵Clint Adams2001-05-291-5/+1
| | | | or euid=0