Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 2004-06-02 | 1 | -30/+30 |
| | |||||
* | Fixed two cases where unmetify() was using an int* to store a value | Wayne Davison | 2004-03-03 | 1 | -3/+6 |
| | | | | into a size_t variable. | ||||
* | 19525: suppress compiler warnings and complete groups using lookupd on Mac OS | Oliver Kiddle | 2004-03-03 | 1 | -2/+2 |
| | |||||
* | 19295: $CONTEXT zle parameter | Peter Stephenson | 2003-12-15 | 1 | -0/+26 |
| | |||||
* | a la 19209: zcalloc -> zshcalloc | Peter Stephenson | 2003-10-29 | 1 | -2/+2 |
| | |||||
* | 18378: fix lots of problems with $killring | Peter Stephenson | 2003-03-24 | 1 | -19/+24 |
| | |||||
* | 183818: memory leak in zle_params.c | Peter Stephenson | 2003-03-05 | 1 | -2/+4 |
| | |||||
* | 18139: Improve $killring interface; can now change length. Empty | Peter Stephenson | 2003-01-27 | 1 | -35/+38 |
| | | | | | strings in $killring are ignored when yank-popping. Yank-popping is more consistent about looping and using the original cutbuffer. | ||||
* | 17983: Added zle LASTSEARCJ parameter | Felix Rosencrantz | 2002-12-06 | 1 | -0/+12 |
| | |||||
* | 17405: adapt 17390 to reset PREDISPLAY and POSTDISPLAY when zle is entered | Peter Stephenson | 2002-07-04 | 1 | -0/+10 |
| | |||||
* | 17390: new zle parameters $PREDISPLAY, $POSTDISPLAY | Peter Stephenson | 2002-07-01 | 1 | -0/+54 |
| | |||||
* | 17350: add $CUTBUFFER and $killring zle parameters | Peter Stephenson | 2002-06-24 | 1 | -0/+129 |
| | |||||
* | 15734: zle -K option to select a keymap, and zle KEYMAP parameter to | Andrew Main | 2001-09-03 | 1 | -0/+9 |
| | | | | examine the current selection. | ||||
* | $PENDING special zle parameter, giving number of un-read bytes | Sven Wischnowsky | 2000-04-05 | 1 | -8/+138 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-04-15 | 1 | -0/+196 |