Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 15586: remove =alias expansion, leaving only =cmd. | Peter Stephenson | 2001-08-07 | 1 | -9/+3 |
| | |||||
* | increment zwc fie version (which means changing the magic number) (15584) | Sven Wischnowsky | 2001-08-07 | 1 | -2/+2 |
| | |||||
* | (15526) | Sven Wischnowsky | 2001-07-30 | 1 | -4/+4 |
| | |||||
* | (15509) | Sven Wischnowsky | 2001-07-27 | 2 | -230/+216 |
| | |||||
* | move pattern matching in the loop to make sure all match specs are used (15487) | Sven Wischnowsky | 2001-07-25 | 1 | -2/+3 |
| | |||||
* | another fix for 15477 (separator strings); add list-separator style (15484) | Sven Wischnowsky | 2001-07-25 | 1 | -3/+4 |
| | |||||
* | fixlet for 15477, don't let it remove consecutive dummy matches (15482) | Sven Wischnowsky | 2001-07-25 | 2 | -3/+5 |
| | |||||
* | make display for groups in _describe nicer; improve packing with ↵ | Sven Wischnowsky | 2001-07-25 | 6 | -134/+469 |
| | | | | list_packed; leave space for type character (list_types) only in groups with at least one file name (15477) | ||||
* | remove nulargs in here strings (15470) | Sven Wischnowsky | 2001-07-24 | 1 | -0/+3 |
| | |||||
* | don't use compsuffix when it might be freed; use the right variable in that ↵ | Sven Wischnowsky | 2001-07-20 | 1 | -5/+7 |
| | | | | loop there, dammit (15433) | ||||
* | yet another followup to 15497; make _describe filter out non-matching ↵ | Sven Wischnowsky | 2001-07-19 | 1 | -3/+3 |
| | | | | strings before calling compdescribe, otherwise some matches will be hiddens (15415) | ||||
* | fix for 15407; there may be sets without matches (15409) | Sven Wischnowsky | 2001-07-18 | 1 | -2/+3 |
| | |||||
* | add list-grouped option to make options and such be grouped together if they ↵ | Sven Wischnowsky | 2001-07-18 | 3 | -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) | ||||
* | (15357) | Sven Wischnowsky | 2001-07-10 | 2 | -1/+3 |
| | |||||
* | 15334: use string "(eval)" as script name in debugging messages in eval's | Peter Stephenson | 2001-07-09 | 1 | -0/+6 |
| | |||||
* | Fix function stack unwinding on autoload failures. | Bart Schaefer | 2001-07-09 | 1 | -6/+7 |
| | |||||
* | 15327: always use local LINENOs in parse_string(). | Peter Stephenson | 2001-07-09 | 7 | -14/+14 |
| | |||||
* | Fix infinite loop on `r OLD=NEW' when OLD is the empty string. | Bart Schaefer | 2001-07-08 | 1 | -0/+4 |
| | |||||
* | Suppress XTRACE during user-defined widgets. | Bart Schaefer | 2001-07-08 | 1 | -2/+6 |
| | |||||
* | Don't always coerce to float when assigning to an unset parameter. | Bart Schaefer | 2001-07-08 | 1 | -1/+2 |
| | |||||
* | 15291, 15292: fix bug setting scalar in math mode | Peter Stephenson | 2001-07-06 | 2 | -15/+43 |
| | |||||
* | 15250: still run setup even if pcre functions are unavailable | Clint Adams | 2001-07-06 | 1 | -6/+16 |
| | |||||
* | 15265: Src/parse.c: correction problems with new `for' syntax | Peter Stephenson | 2001-07-06 | 1 | -4/+6 |
| | |||||
* | 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 |
| |