Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 15277: Src/glob.c: real backreferencing bug with ${(S)...%%...} | Peter Stephenson | 2001-07-06 | 1 | -8/+9 |
| | |||||
* | back out 15266 | Peter Stephenson | 2001-07-06 | 1 | -57/+8 |
| | |||||
* | Avoid static link of pcre module. | Bart Schaefer | 2001-07-06 | 1 | -1/+1 |
| | |||||
* | 15266: fix for ${(S)...%%...} | Peter Stephenson | 2001-07-05 | 1 | -8/+57 |
| | |||||
* | 15253 : hash foo together with foo.exe on Cygwin | Andrey Borzenkov | 2001-07-05 | 1 | -4/+4 |
| | |||||
* | 15242: pcre_match -a and $match instead of pparams | Clint Adams | 2001-07-04 | 1 | -5/+16 |
| | |||||
* | 15228: AC_CHECK_LIB->AC_SEARCH_LIBS, set pparams with capture buffers | Clint Adams | 2001-07-03 | 1 | -5/+35 |
| | |||||
* | unposted: update distfiles for 15211 | Clint Adams | 2001-07-03 | 1 | -0/+1 |
| | |||||
* | 15211: zsh/pcre module | Clint Adams | 2001-07-02 | 2 | -0/+141 |
| | |||||
* | fix IRIX 5.3 specific compilation problems and some error messages (15204) | Oliver Kiddle | 2001-07-02 | 2 | -4/+4 |
| | |||||
* | Reset errflag after executing precmd. | Bart Schaefer | 2001-06-30 | 1 | -1/+1 |
| | |||||
* | Have prepnexthistent() remove any HIST_TEMPSTORE entry that is present. | Wayne Davison | 2001-06-28 | 1 | -0/+4 |
| | |||||
* | (only the patch to compmatch.c from the mail); improve merging cline lists ↵ | Sven Wischnowsky | 2001-06-27 | 1 | -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 Wischnowsky | 2001-06-27 | 4 | -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 Wischnowsky | 2001-06-26 | 1 | -0/+2 |
| | |||||
* | make warning message for disowning stopped jobs more verbose (saying how to ↵ | Sven Wischnowsky | 2001-06-26 | 1 | -4/+26 |
| | | | | make the job running again) (15087) | ||||
* | 15030: multi-parameter `for' loops | Peter Stephenson | 2001-06-25 | 3 | -35/+65 |
| | |||||
* | make expand-word not always restore the command line (3940) | Sven Wischnowsky | 2001-06-25 | 1 | -1/+2 |
| | |||||
* | PRINT_EXIT_VALUE for shell functions. | Bart Schaefer | 2001-06-25 | 1 | -3/+4 |
| | |||||
* | Change magic-space to respect !". | Bart Schaefer | 2001-06-24 | 1 | -1/+5 |
| | |||||
* | POSIX exit status changes. | Bart Schaefer | 2001-06-23 | 1 | -2/+2 |
| | |||||
* | 15021: new %y character; %l semantic back | Andrey Borzenkov | 2001-06-22 | 1 | -0/+8 |
| | |||||
* | No POSIX "for" syntax with csh syntax. | Bart Schaefer | 2001-06-21 | 1 | -2/+4 |
| | |||||
* | POSIX "for" syntax. | Bart Schaefer | 2001-06-21 | 1 | -0/+2 |
| | |||||
* | rewrite 14988 as per 14989 | Peter Stephenson | 2001-06-20 | 1 | -1/+1 |
| | |||||
* | Bug restoring saving special parameters for function scope. | Peter Stephenson | 2001-06-20 | 1 | -1/+1 |
| | |||||
* | Compiler warnings. | Bart Schaefer | 2001-06-19 | 1 | -2/+2 |
| | |||||
* | 14973: fix for reported problems on AIX. | Andrey Borzenkov | 2001-06-19 | 1 | -3/+6 |
| | |||||
* | more handler -> zhandler | Peter Stephenson | 2001-06-18 | 1 | -3/+3 |
| | |||||
* | make zcompile unlink() the zwc file first (in case it is currently mapped we ↵ | Sven Wischnowsky | 2001-06-18 | 1 | -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 Wischnowsky | 2001-06-18 | 2 | -3/+3 |
| | |||||
* | Removed bogus mkstemp() code. | Wayne Davison | 2001-06-15 | 1 | -3/+0 |
| | |||||
* | Use mkstemp where available | Peter Stephenson | 2001-06-15 | 1 | -0/+3 |
| | |||||
* | fix setting of individual positional parameters after 14915 | Peter Stephenson | 2001-06-15 | 1 | -6/+15 |
| | |||||
* | 14931: fix socket/address length calculation | Andrey Borzenkov | 2001-06-15 | 2 | -5/+8 |
| | |||||
* | $* and $@ are special | Peter Stephenson | 2001-06-14 | 2 | -3/+10 |
| | |||||
* | fixes for display bugs for completion lists (cursor left one line to far up ↵ | Sven Wischnowsky | 2001-06-13 | 2 | -5/+10 |
| | | | | or down) (14903) | ||||
* | mod_export handler | Peter Stephenson | 2001-06-13 | 1 | -1/+1 |
| | |||||
* | fix for comparguments (completing after single letter options that get their ↵ | Sven Wischnowsky | 2001-06-13 | 1 | -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_connect | Clint Adams | 2001-06-12 | 2 | -16/+33 |
| | |||||
* | Added KSH_TYPESET option. | Peter Stephenson | 2001-06-12 | 3 | -3/+12 |
| | |||||
* | 14843: tcp_close | Clint Adams | 2001-06-11 | 2 | -4/+11 |
| | |||||
* | (14841) | Sven Wischnowsky | 2001-06-11 | 1 | -98/+184 |
| | |||||
* | Fix problems with zwcstat() on systems that do not USE_MMAP. | Bart Schaefer | 2001-06-09 | 2 | -19/+22 |
| | |||||
* | 14815: fix thinko | Clint Adams | 2001-06-08 | 1 | -1/+3 |
| | |||||
* | 14813: autoload functions from deleted .zwc files | Clint Adams | 2001-06-08 | 3 | -2/+22 |
| | |||||
* | Fix #includes for gcc 2.95 compilation. | Bart Schaefer | 2001-06-08 | 2 | -27/+23 |
| | |||||
* | Untrustworthy return value of tgetflag(). | Bart Schaefer | 2001-06-08 | 1 | -29/+36 |
| | |||||
* | Don't mark a HIST_TMPSTORE entry with HIST_OLD so that the HFILE_FAST | Wayne Davison | 2001-06-08 | 1 | -1/+1 |
| | | | | algorithm in savehistfile() will recheck this hist num later. | ||||
* | unposted: add tcp module to .distfiles | Clint Adams | 2001-06-07 | 1 | -0/+1 |
| |