Age | Commit message (Expand) | Author | Files | Lines |
2001-12-17 | 16353: add += parameter assignments | Oliver Kiddle | 1 | -2/+3 |
2001-12-17 | 16357: change (n) to (u) so (n) can be reserved. for numeric sorting. | Clint Adams | 1 | -3/+3 |
2001-12-16 | 16346: docs for (n) flag. | Clint Adams | 1 | -0/+3 |
2001-12-07 | * 16310: Functions/Misc/zcalc, Doc/Zsh/contrib.yo: separate zcalc | Peter Stephenson | 1 | -2/+7 |
2001-11-15 | 16241: new rand48(param) math function | Peter Stephenson | 1 | -0/+33 |
2001-11-09 | 16228: allow widths and precisions to work with printf's %b format specifier | Oliver Kiddle | 1 | -3/+4 |
2001-11-06 | 16224: add -n option to kill and complete options from _kill | Oliver Kiddle | 1 | -3/+3 |
2001-11-02 | 16198: add %j prompt expansion and j test character for no. of jobs in prompt | Oliver Kiddle | 1 | -0/+4 |
2001-10-26 | 15793: Src/Modules/zftp.c: require zsh/net/tcp explicitly. | Peter Stephenson | 1 | -7/+8 |
2001-10-24 | Fix for texi2html 1.64 | Peter Stephenson | 2 | -2/+4 |
2001-10-24 | 16063: add transientrprompt option to remove right prompt from | Geoff Wing | 1 | -0/+5 |
2001-10-18 | allow arguments to be specified in printf format specifications (16080) | Oliver Kiddle | 1 | -3/+10 |
2001-10-16 | add sourceforge to metafaq | Peter Stephenson | 1 | -0/+4 |
2001-10-15 | use arithmetic evaluation for numeric arguments to printf (16042) | Oliver Kiddle | 1 | -2/+4 |
2001-10-10 | 16006: use styles for mail directory, pine directory, and muttrc. | Clint Adams | 1 | -0/+15 |
2001-10-09 | change file completion default to offer globbed files and directories on firs... | Sven Wischnowsky | 1 | -9/+11 |
2001-10-08 | add print -f option, %n format specifier and tests for print/printf (15973) | Oliver Kiddle | 1 | -3/+9 |
2001-10-06 | Norbert Koch: 15954: fix variable name inconsistency | Clint Adams | 1 | -1/+1 |
2001-10-05 | add printf builtin (15851, 15948) | Oliver Kiddle | 1 | -0/+18 |
2001-10-05 | make expand style (file completion) work again; no more special behaviour wit... | Sven Wischnowsky | 1 | -5/+5 |
2001-10-05 | s/AUTO_CONT/AUTO_CONTINUE/ | Geoff Wing | 1 | -1/+1 |
2001-09-27 | .distfiles fixes for 4.1.0-dev-2 | Peter Stephenson | 1 | -1/+1 |
2001-09-25 | Fix ancient `print -z' doc bug. | Bart Schaefer | 1 | -2/+1 |
2001-09-24 | Document side-effects of TERM assignment. | Bart Schaefer | 1 | -1/+6 |
2001-09-21 | tetris game for ZLE | Andrew Main | 1 | -0/+20 |
2001-09-15 | ZLE doc xref to BAUD, fix doc build error. | Bart Schaefer | 2 | -1/+9 |
2001-09-12 | update URL references to http://zsh.sunsite.dk/ (15792) | Oliver Kiddle | 2 | -2/+2 |
2001-09-10 | 15783: document ztcp builtin | Clint Adams | 3 | -1/+99 |
2001-09-09 | 15765: introduce [:ascii:] class | Clint Adams | 1 | -0/+1 |
2001-09-03 | 15734: zle -K option to select a keymap, and zle KEYMAP parameter to | Andrew Main | 1 | -0/+13 |
2001-08-25 | Parameter expansion doc mop-up. | Bart Schaefer | 1 | -122/+145 |
2001-08-22 | Change one var() to tt(). | Bart Schaefer | 1 | -1/+1 |
2001-08-15 | unposted: Mention the word `greedy' in the docs for the S flag, to | Adam Spiers | 1 | -2/+2 |
2001-08-15 | unposted: Add missing docs for cache-policy style. | Adam Spiers | 1 | -0/+6 |
2001-08-12 | Peter Breitenlohner: Minor tweaks to some make targets. | Bart Schaefer | 1 | -1/+1 |
2001-08-08 | follow-up to 15588; add -w option to _values (look at all words); change _dd ... | Sven Wischnowsky | 1 | -0/+4 |
2001-08-07 | 15586: remove =alias expansion, leaving only =cmd. | Peter Stephenson | 1 | -3/+1 |
2001-08-07 | 15585: bash-style up- and down-case words | Peter Stephenson | 1 | -2/+7 |
2001-08-06 | correction (unposted) | Oliver Kiddle | 1 | -1/+1 |
2001-07-27 | 15511: zcalc tweaks | Peter Stephenson | 1 | -0/+6 |
2001-07-27 | 15507: new zcalc function | Peter Stephenson | 1 | -0/+36 |
2001-07-26 | 15498: zle doc fix | Peter Stephenson | 2 | -11/+27 |
2001-07-25 | More index entry etc. cleanup. | Bart Schaefer | 1 | -38/+49 |
2001-07-25 | another fix for 15477 (separator strings); add list-separator style (15484) | Sven Wischnowsky | 1 | -0/+6 |
2001-07-25 | fixlet for 15477, don't let it remove consecutive dummy matches (15482) | Sven Wischnowsky | 1 | -1/+1 |
2001-07-25 | make display for groups in _describe nicer; improve packing with list_packed;... | Sven Wischnowsky | 1 | -0/+12 |
2001-07-24 | Fix errors introduced by 15354. | Bart Schaefer | 2 | -3/+2 |
2001-07-20 | 15432: New bash-transpose-words widget | Peter Stephenson | 1 | -2/+4 |
2001-07-18 | add list-grouped option to make options and such be grouped together if they ... | Sven Wischnowsky | 1 | -0/+14 |
2001-07-17 | add preserve-prefix style to keep pathname prefix unchanged (15400) | Sven Wischnowsky | 1 | -0/+10 |