Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Paul 28538 / me 28540 / couple of unposted casts: | Peter Stephenson | 2010-12-20 | 1 | -1/+1 |
| | | | | use char * for pointer arithmetic rather than void * | ||||
* | 27827: fix infinite loop in recursive alias at end of parsed string | Peter Stephenson | 2010-03-25 | 1 | -9/+12 |
| | |||||
* | Joakim Rosqvist: 27591 as modified in 27594: | Peter Stephenson | 2010-01-13 | 1 | -14/+26 |
| | | | | KEYBOARD_HACK variable | ||||
* | Check the return value of all pipe(), read(), and write() calls. | Wayne Davison | 2009-12-16 | 1 | -1/+1 |
| | | | | | | Gets rid of all the remaining "ignoring return value" compiler warnings, and makes some read/write operations safer by ensuring that an EINTR is handled. | ||||
* | 25345, 25347: neaten interface from main shell to zle | Peter Stephenson | 2008-07-31 | 1 | -1/+2 |
| | |||||
* | 25002: only ZLE should update attributes resulting from prompt expansion | Peter Stephenson | 2008-05-12 | 1 | -1/+1 |
| | |||||
* | 24699: bug with ${(Q)...} on initial ">" | Peter Stephenson | 2008-03-08 | 1 | -0/+12 |
| | | | | bug with ${(z)...} on string with unterminated "(" | ||||
* | 22474: use variable argument lists to improve error message handling | Peter Stephenson | 2006-05-30 | 1 | -2/+2 |
| | |||||
* | Got rid of some unsigned-char/char pointer casts. | Wayne Davison | 2005-11-15 | 1 | -2/+1 |
| | |||||
* | c.f. 20675: improve zle as a basis for Unicode. | Peter Stephenson | 2005-01-14 | 1 | -2/+2 |
| | | | | unposted: update version to 4.2.3-dev-1 | ||||
* | 20149: improve prompt-reset code | Peter Stephenson | 2004-07-11 | 1 | -6/+7 |
| | | | | 20150: commit ancient memory leak fix(?) in completion | ||||
* | 19295: $CONTEXT zle parameter | Peter Stephenson | 2003-12-15 | 1 | -1/+4 |
| | |||||
* | a la 19209: zcalloc -> zshcalloc | Peter Stephenson | 2003-10-29 | 1 | -1/+1 |
| | |||||
* | 18941: history wrong after parse error during alias expansion | Peter Stephenson | 2003-08-11 | 1 | -0/+14 |
| | |||||
* | 18252: pass ignoreeof as flag to zleread | Peter Stephenson | 2003-02-17 | 1 | -2/+4 |
| | |||||
* | 16492: add RPROMPT2 variable for right prompts in multi-line commands | Oliver Kiddle | 2002-01-31 | 1 | -1/+4 |
| | |||||
* | 16361: include <stdio.h> to avoid implicit declarations. | Clint Adams | 2001-12-18 | 1 | -0/+4 |
| | |||||
* | remove 13108 (trap queues); replace with signal queueing to ensure that user ↵ | Sven Wischnowsky | 2001-01-16 | 1 | -3/+1 |
| | | | | signal handlers are only executed when it is safe to run them (13365) | ||||
* | Sven: 13108: Handle traps synchronously | Peter Stephenson | 2000-11-11 | 1 | -1/+3 |
| | | | | pws: 13109, 13111: clear up zle display when output produced in trap. | ||||
* | Removed the spaceflag variable. | Wayne Davison | 2000-07-18 | 1 | -29/+41 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-04-15 | 1 | -0/+530 |