| Commit message (Expand) | Author | Age | Files | Lines |
* | 16006: use styles for mail directory, pine directory, and muttrc. | Clint Adams | 2001-10-10 | 1 | -0/+15 |
* | change file completion default to offer globbed files and directories on firs... | Sven Wischnowsky | 2001-10-09 | 1 | -9/+11 |
* | add print -f option, %n format specifier and tests for print/printf (15973) | Oliver Kiddle | 2001-10-08 | 1 | -3/+9 |
* | Norbert Koch: 15954: fix variable name inconsistency | Clint Adams | 2001-10-06 | 1 | -1/+1 |
* | add printf builtin (15851, 15948) | Oliver Kiddle | 2001-10-05 | 1 | -0/+18 |
* | make expand style (file completion) work again; no more special behaviour wit... | Sven Wischnowsky | 2001-10-05 | 1 | -5/+5 |
* | s/AUTO_CONT/AUTO_CONTINUE/ | Geoff Wing | 2001-10-05 | 1 | -1/+1 |
* | .distfiles fixes for 4.1.0-dev-2 zsh-4.1.0-dev-2 | Peter Stephenson | 2001-09-27 | 1 | -1/+1 |
* | Fix ancient `print -z' doc bug. | Bart Schaefer | 2001-09-25 | 1 | -2/+1 |
* | Document side-effects of TERM assignment. | Bart Schaefer | 2001-09-24 | 1 | -1/+6 |
* | tetris game for ZLE | Andrew Main | 2001-09-21 | 1 | -0/+20 |
* | ZLE doc xref to BAUD, fix doc build error. | Bart Schaefer | 2001-09-15 | 2 | -1/+9 |
* | update URL references to http://zsh.sunsite.dk/ (15792) | Oliver Kiddle | 2001-09-12 | 2 | -2/+2 |
* | 15783: document ztcp builtin | Clint Adams | 2001-09-10 | 3 | -1/+99 |
* | 15765: introduce [:ascii:] class | Clint Adams | 2001-09-09 | 1 | -0/+1 |
* | 15734: zle -K option to select a keymap, and zle KEYMAP parameter to | Andrew Main | 2001-09-03 | 1 | -0/+13 |
* | Parameter expansion doc mop-up. | Bart Schaefer | 2001-08-25 | 1 | -122/+145 |
* | Change one var() to tt(). | Bart Schaefer | 2001-08-22 | 1 | -1/+1 |
* | unposted: Mention the word `greedy' in the docs for the S flag, to | Adam Spiers | 2001-08-15 | 1 | -2/+2 |
* | unposted: Add missing docs for cache-policy style. | Adam Spiers | 2001-08-15 | 1 | -0/+6 |
* | Peter Breitenlohner: Minor tweaks to some make targets. | Bart Schaefer | 2001-08-12 | 1 | -1/+1 |
* | follow-up to 15588; add -w option to _values (look at all words); change _dd ... | Sven Wischnowsky | 2001-08-08 | 1 | -0/+4 |
* | 15586: remove =alias expansion, leaving only =cmd. | Peter Stephenson | 2001-08-07 | 1 | -3/+1 |
* | 15585: bash-style up- and down-case words | Peter Stephenson | 2001-08-07 | 1 | -2/+7 |
* | correction (unposted) | Oliver Kiddle | 2001-08-06 | 1 | -1/+1 |
* | 15511: zcalc tweaks | Peter Stephenson | 2001-07-27 | 1 | -0/+6 |
* | 15507: new zcalc function | Peter Stephenson | 2001-07-27 | 1 | -0/+36 |
* | 15498: zle doc fix | Peter Stephenson | 2001-07-26 | 2 | -11/+27 |
* | More index entry etc. cleanup. | Bart Schaefer | 2001-07-25 | 1 | -38/+49 |
* | another fix for 15477 (separator strings); add list-separator style (15484) | Sven Wischnowsky | 2001-07-25 | 1 | -0/+6 |
* | fixlet for 15477, don't let it remove consecutive dummy matches (15482) | Sven Wischnowsky | 2001-07-25 | 1 | -1/+1 |
* | make display for groups in _describe nicer; improve packing with list_packed;... | Sven Wischnowsky | 2001-07-25 | 1 | -0/+12 |
* | Fix errors introduced by 15354. | Bart Schaefer | 2001-07-24 | 2 | -3/+2 |
* | 15432: New bash-transpose-words widget | Peter Stephenson | 2001-07-20 | 1 | -2/+4 |
* | add list-grouped option to make options and such be grouped together if they ... | Sven Wischnowsky | 2001-07-18 | 1 | -0/+14 |
* | add preserve-prefix style to keep pathname prefix unchanged (15400) | Sven Wischnowsky | 2001-07-17 | 1 | -0/+10 |
* | Explain the effect of CORRECT on HASH_CMDS et al. | Bart Schaefer | 2001-07-12 | 1 | -3/+6 |
* | Better indexing and misc. cleanup in the first tenth or so of the doc. | Bart Schaefer | 2001-07-10 | 13 | -107/+176 |
* | 15279: ${(S)...%%...} etc. doc; 15288: bash word functions + doc | Peter Stephenson | 2001-07-06 | 2 | -4/+37 |
* | back out 15266 | Peter Stephenson | 2001-07-06 | 1 | -2/+1 |
* | 15266: fix for ${(S)...%%...} | Peter Stephenson | 2001-07-05 | 1 | -1/+2 |
* | 15264: improved doc for variant complex commands | Peter Stephenson | 2001-07-05 | 1 | -8/+16 |
* | 15242: pcre_match -a and $match instead of pparams | Clint Adams | 2001-07-04 | 1 | -3/+4 |
* | 15234: describe behavior added by 15228. | Clint Adams | 2001-07-03 | 1 | -0/+4 |
* | unposted: add mod_pcre to doc makefile | Clint Adams | 2001-07-03 | 1 | -2/+2 |
* | unposted: update distfiles for 15211 | Clint Adams | 2001-07-03 | 1 | -1/+1 |
* | 15211: zsh/pcre module | Clint Adams | 2001-07-02 | 1 | -0/+22 |
* | 15160, 15169: Doc formatting changes for texinfo and .html files | Peter Stephenson | 2001-06-28 | 4 | -7/+22 |
* | add autocontinue option to automatically make stopped jos running when they a... | Sven Wischnowsky | 2001-06-27 | 2 | -0/+14 |
* | 15030: multi-parameter `for' loops | Peter Stephenson | 2001-06-25 | 1 | -4/+13 |