Age | Commit message (Expand) | Author | Files | Lines |
2003-04-18 | 18450: corrections and a couple of rewordings | Oliver Kiddle | 1 | -67/+78 |
2003-04-14 | unposted: rewritten compsys.yo down to end of _describe function | Peter Stephenson | 1 | -1446/+1425 |
2003-04-03 | 18432: Minor miscellany of comments and rationalisations. | Peter Stephenson | 1 | -0/+5 |
2003-04-03 | 18431: Another attempt to fix the problems with RLIMIT definitions | Peter Stephenson | 1 | -1/+2 |
2003-03-28 | 18394: New word movement and editing widgets. | Peter Stephenson | 1 | -23/+140 |
2003-03-25 | users/5986, 18380: arg support for echoti builtin. | Clint Adams | 1 | -2/+2 |
2003-03-14 | 18343, 18348: handle \u and \U escapes for specifying unicode characters | Oliver Kiddle | 1 | -0/+2 |
2003-02-25 | fix out-of-date documentation for -value- completion and move description of | Oliver Kiddle | 1 | -140/+133 |
2003-02-23 | 18278: remove zgprintf, zformat already does this | Peter Stephenson | 1 | -18/+0 |
2003-02-18 | include tcpsys stuff in .distfiles | Clint Adams | 1 | -1/+1 |
2003-02-17 | 18242: add -d option to read for specifying delimiter to terminate input | Oliver Kiddle | 1 | -2/+6 |
2003-02-13 | 18223: satisfy POSIX requirement for a -v flag to unset | Oliver Kiddle | 1 | -1/+4 |
2003-02-07 | 18204: KSH_ARRAYS | Peter Stephenson | 1 | -8/+29 |
2003-02-06 | 18202: New TCP function system plus small error message change in ztcp. | Peter Stephenson | 4 | -2/+704 |
2003-02-05 | 18195: Timeouts for read builtin. | Peter Stephenson | 1 | -12/+19 |
2003-02-03 | 18174: New read-from-minibuffer and replace-string ZLE functions | Peter Stephenson | 1 | -0/+52 |
2003-01-29 | 18156: use reply array instead of ali for plugins and document new styles | Oliver Kiddle | 1 | -0/+24 |
2003-01-27 | 18143: fix doc typo in compsys example. | Bart Schaefer | 1 | -1/+1 |
2003-01-27 | 18143: cooperation between copy-earlier-word and smart-insert-last-word | Bart Schaefer | 1 | -16/+33 |
2003-01-27 | 18139: Improve $killring interface; can now change length. Empty | Peter Stephenson | 1 | -4/+8 |
2003-01-20 | zsh-users/5780: viinsert widget is really vi-insert | Peter Stephenson | 1 | -1/+1 |
2003-01-13 | 18059: allow compadd -r and -R with default space suffix | Peter Stephenson | 1 | -0/+4 |
2003-01-07 | 18060: document zmv's -W option and add zmv completion | Oliver Kiddle | 1 | -3/+5 |
2002-12-06 | 17983: Added zle LASTSEARCJ parameter | Felix Rosencrantz | 1 | -0/+5 |
2002-12-04 | 17979: Add ERR_RETURN option. | Peter Stephenson | 1 | -0/+10 |
2002-11-20 | 17940: Add -C and -a options to print builtin | Peter Stephenson | 1 | -32/+42 |
2002-10-29 | 17868: Allow $SECONDS to become floating point. | Peter Stephenson | 1 | -0/+6 |
2002-09-16 | 17682: add support for -H and -p in typeset completion | Oliver Kiddle | 1 | -4/+4 |
2002-09-03 | 17602, 17603: Rationalise option handling, in particular for cd, pushd, popd. | Peter Stephenson | 1 | -3/+6 |
2002-08-28 | 17590: Missing enditem() in mod_socket.yo | Peter Stephenson | 1 | -0/+1 |
2002-08-27 | 17582: Improved option argument handling. | Peter Stephenson | 1 | -5/+1 |
2002-08-22 | 17544: implement read -s to suppress tty echo | Peter Stephenson | 1 | -2/+6 |
2002-08-22 | 17570: tweaks to socket module | Peter Stephenson | 1 | -0/+1 |
2002-08-18 | 17558: zsh/net/socket , zsocket builtin | Clint Adams | 3 | -1/+67 |
2002-08-14 | 17535: use-perl style for _make | Peter Stephenson | 1 | -0/+11 |
2002-08-08 | 17518: mention www.zshwiki.org in meta FAQ | Peter Stephenson | 1 | -0/+4 |
2002-08-06 | 17504: note that getopts doesn't handle a single `-' as an option argument | Peter Stephenson | 1 | -0/+1 |
2002-08-05 | 17503: fix various typos, spelling mistakes and poor wordings in the docs | Oliver Kiddle | 7 | -19/+18 |
2002-07-24 | 17479: fix typo noticed by Martin Pool. | Clint Adams | 1 | -1/+1 |
2002-07-05 | 17414: narrow-to-region save and restore. | Peter Stephenson | 1 | -4/+27 |
2002-07-04 | 17410: narrow-to-region widgets | Peter Stephenson | 1 | -0/+34 |
2002-07-04 | 17405: adapt 17390 to reset PREDISPLAY and POSTDISPLAY when zle is entered | Peter Stephenson | 1 | -6/+4 |
2002-07-01 | 17390: new zle parameters $PREDISPLAY, $POSTDISPLAY | Peter Stephenson | 1 | -0/+16 |
2002-07-01 | 17384: new recursive-edit widget. | Peter Stephenson | 1 | -0/+42 |
2002-07-01 | add new sepcial context -assign-parameter- for completing the parameter in an... | Sven Wischnowsky | 2 | -0/+7 |
2002-06-26 | two new modes for menu selection: incremental search and interactive (17366) | Sven Wischnowsky | 2 | -0/+23 |
2002-06-24 | 17350: add $CUTBUFFER and $killring zle parameters | Peter Stephenson | 1 | -8/+22 |
2002-06-20 | 17334: TYPESET_SILENT shell option and typeset -p option | Peter Stephenson | 2 | -13/+30 |
2002-06-17 | Usual .distfiles tidy-up | Peter Stephenson | 1 | -1/+1 |
2002-06-07 | 17304: tweak to tweak the tweaked tweak for zle -I in 17301 | Peter Stephenson | 1 | -1/+3 |