| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 18202: New TCP function system plus small error message change in ztcp. | Peter Stephenson | 2003-02-06 | 7 | -4/+713 |
* | 18195: Timeouts for read builtin. | Peter Stephenson | 2003-02-05 | 1 | -12/+19 |
* | 18174: New read-from-minibuffer and replace-string ZLE functions | Peter Stephenson | 2003-02-03 | 1 | -0/+52 |
* | 18156: use reply array instead of ali for plugins and document new styles | Oliver Kiddle | 2003-01-29 | 1 | -0/+24 |
* | 18143: fix doc typo in compsys example. | Bart Schaefer | 2003-01-27 | 1 | -1/+1 |
* | 18143: cooperation between copy-earlier-word and smart-insert-last-word | Bart Schaefer | 2003-01-27 | 1 | -16/+33 |
* | 18139: Improve $killring interface; can now change length. Empty | Peter Stephenson | 2003-01-27 | 1 | -4/+8 |
* | zsh-users/5780: viinsert widget is really vi-insert | Peter Stephenson | 2003-01-20 | 1 | -1/+1 |
* | 18059: allow compadd -r and -R with default space suffix | Peter Stephenson | 2003-01-13 | 1 | -0/+4 |
* | 18060: document zmv's -W option and add zmv completion | Oliver Kiddle | 2003-01-07 | 1 | -3/+5 |
* | 17983: Added zle LASTSEARCJ parameter | Felix Rosencrantz | 2002-12-06 | 1 | -0/+5 |
* | 17979: Add ERR_RETURN option. | Peter Stephenson | 2002-12-04 | 1 | -0/+10 |
* | 17940: Add -C and -a options to print builtin | Peter Stephenson | 2002-11-20 | 1 | -32/+42 |
* | 17868: Allow $SECONDS to become floating point. | Peter Stephenson | 2002-10-29 | 1 | -0/+6 |
* | 17682: add support for -H and -p in typeset completion | Oliver Kiddle | 2002-09-16 | 1 | -4/+4 |
* | 17602, 17603: Rationalise option handling, in particular for cd, pushd, popd. | Peter Stephenson | 2002-09-03 | 1 | -3/+6 |
* | 17590: Missing enditem() in mod_socket.yo | Peter Stephenson | 2002-08-28 | 1 | -0/+1 |
* | 17582: Improved option argument handling. | Peter Stephenson | 2002-08-27 | 1 | -5/+1 |
* | 17544: implement read -s to suppress tty echo | Peter Stephenson | 2002-08-22 | 1 | -2/+6 |
* | 17570: tweaks to socket module | Peter Stephenson | 2002-08-22 | 2 | -1/+3 |
* | 17558: zsh/net/socket , zsocket builtin | Clint Adams | 2002-08-18 | 3 | -1/+67 |
* | 17535: use-perl style for _make | Peter Stephenson | 2002-08-14 | 1 | -0/+11 |
* | 17518: mention www.zshwiki.org in meta FAQ | Peter Stephenson | 2002-08-08 | 1 | -0/+4 |
* | 17504: note that getopts doesn't handle a single `-' as an option argument | Peter Stephenson | 2002-08-06 | 1 | -0/+1 |
* | 17503: fix various typos, spelling mistakes and poor wordings in the docs | Oliver Kiddle | 2002-08-05 | 7 | -19/+18 |
* | 17479: fix typo noticed by Martin Pool. | Clint Adams | 2002-07-24 | 1 | -1/+1 |
* | 17414: narrow-to-region save and restore. | Peter Stephenson | 2002-07-05 | 1 | -4/+27 |
* | 17410: narrow-to-region widgets | Peter Stephenson | 2002-07-04 | 1 | -0/+34 |
* | 17405: adapt 17390 to reset PREDISPLAY and POSTDISPLAY when zle is entered | Peter Stephenson | 2002-07-04 | 1 | -6/+4 |
* | 17390: new zle parameters $PREDISPLAY, $POSTDISPLAY | Peter Stephenson | 2002-07-01 | 1 | -0/+16 |
* | 17384: new recursive-edit widget. | Peter Stephenson | 2002-07-01 | 1 | -0/+42 |
* | add new sepcial context -assign-parameter- for completing the parameter in an... | Sven Wischnowsky | 2002-07-01 | 2 | -0/+7 |
* | two new modes for menu selection: incremental search and interactive (17366) | Sven Wischnowsky | 2002-06-26 | 2 | -0/+23 |
* | 17350: add $CUTBUFFER and $killring zle parameters | Peter Stephenson | 2002-06-24 | 1 | -8/+22 |
* | 17334: TYPESET_SILENT shell option and typeset -p option | Peter Stephenson | 2002-06-20 | 2 | -13/+30 |
* | Usual .distfiles tidy-up zsh-4.1.0-dev-5 | Peter Stephenson | 2002-06-17 | 1 | -1/+1 |
* | 17304: tweak to tweak the tweaked tweak for zle -I in 17301 | Peter Stephenson | 2002-06-07 | 1 | -1/+3 |
* | 17301: improve zle -I. | Peter Stephenson | 2002-06-07 | 1 | -8/+15 |
* | 17293: support poll() as preferred alternative to select() in zle | Peter Stephenson | 2002-06-06 | 1 | -2/+2 |
* | 17253: ztcp -L gives parseable information on tcp session | Peter Stephenson | 2002-05-30 | 1 | -1/+49 |
* | rename max-match-length style to max-matches-width (17213) | Sven Wischnowsky | 2002-05-23 | 1 | -3/+3 |
* | 17201: add example use of ztcp to manual | Peter Stephenson | 2002-05-21 | 1 | -0/+32 |
* | 17141 plus mods: add `zle -F fd handler' feature. | Peter Stephenson | 2002-05-21 | 1 | -0/+60 |
* | allow users to give the maximum number of display-columns the matches should ... | Sven Wischnowsky | 2002-05-14 | 1 | -0/+14 |
* | fix doc for _describe, mention -t option (17146) | Sven Wischnowsky | 2002-05-14 | 1 | -1/+4 |
* | Doc/Makefile.in: back out unintended changes | Peter Stephenson | 2002-05-12 | 1 | -23/+31 |
* | users/4951: make ulimit documentation clearer | Peter Stephenson | 2002-05-10 | 1 | -1/+2 |
* | 17081: New zselect module and documentation. | Peter Stephenson | 2002-05-08 | 2 | -32/+91 |
* | 17080: tag-order style usage | Andrey Borzenkov | 2002-05-08 | 1 | -3/+4 |
* | Explain the effect of unreadable directories, etc., on the CORRECT option | Bart Schaefer | 2002-05-06 | 1 | -0/+3 |