Age | Commit message (Expand) | Author | Files | Lines |
2006-03-07 | Changed some structures to avoid gcc's type-punned warnings. | Wayne Davison | 1 | -3/+3 |
2006-02-13 | Call makecommaspecial() when we notice we're completing inside | Wayne Davison | 1 | -0/+5 |
2006-01-12 | - Use "mbs" for the multi-byte state variable name (for consistency). | Wayne Davison | 1 | -5/+5 |
2006-01-11 | The return value of mbrtowc() is a size_t (unsigned), so don't | Wayne Davison | 1 | -5/+7 |
2005-11-18 | Got rid of two unneeded "(char *)" casts. | Wayne Davison | 1 | -2/+2 |
2005-11-15 | Changed zlemetaline into a normal char pointer, not unsigned char. | Wayne Davison | 1 | -39/+35 |
2005-11-01 | 21971: multibyte version of pfxlen() | Peter Stephenson | 1 | -1/+43 |
2005-11-01 | - Changed a couple pointers from "char *" to "unsigned char *" in | Wayne Davison | 1 | -19/+16 |
2005-10-28 | 21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT; | Peter Stephenson | 1 | -5/+5 |
2005-10-13 | 21871: replace INULL() by inull() | Peter Stephenson | 1 | -3/+3 |
2005-09-29 | 21784: Improved character widths for formatted multibyte character output | Peter Stephenson | 1 | -4/+4 |
2005-08-10 | 21596: fix run-help, which-command, accept-and-menu-complete | Peter Stephenson | 1 | -0/+2 |
2005-08-10 | c.f. 21590: metafy_line()/unmetafy_line() now support wide characters | Peter Stephenson | 1 | -174/+245 |
2005-07-28 | 21541: remove some warnings from ZLE_UNICODE_SUPPORT | Peter Stephenson | 1 | -0/+10 |
2005-05-23 | users/8856, users/8863: which-command stuff | Peter Stephenson | 1 | -1/+4 |
2005-02-23 | 20854: more Unicode stuff. | Peter Stephenson | 1 | -2/+11 |
2005-02-22 | Andrej: 20838: get ZLE_UNICODE_SUPPORT basically working | Peter Stephenson | 1 | -4/+4 |
2005-02-18 | 20828: typos in 20822 | Peter Stephenson | 1 | -1/+1 |
2005-02-18 | 20822: Initial code for Unicode/multibyte input | Peter Stephenson | 1 | -1/+16 |
2005-01-14 | c.f. 20675: improve zle as a basis for Unicode. | Peter Stephenson | 1 | -151/+158 |
2005-01-11 | * 20657: Src/Zle/zle_tricky.c: sort completions partially based on LC_COLLAT... | Clint Adams | 1 | -0/+4 |
2004-06-02 | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 1 | -7/+7 |
2004-05-28 | Silenced two signed/unsigned comparison compiler warnings. | Wayne Davison | 1 | -2/+2 |
2004-03-11 | 19595: rename DO to DOLOOP to avoid conflict with curses.h on Tru64 5.1 | Oliver Kiddle | 1 | -1/+1 |
2004-03-08 | 19553: rename c in zle to lastchar | Peter Stephenson | 1 | -6/+6 |
2002-08-20 | fix typo in comment (17569) | Sven Wischnowsky | 1 | -1/+1 |
2002-08-20 | fix default completion module loading, use compctl if it hasn't been loaded a... | Sven Wischnowsky | 1 | -1/+10 |
2002-07-08 | remove qword, it isn't needed anymore (17439) | Sven Wischnowsky | 1 | -12/+1 |
2002-07-01 | add new sepcial context -assign-parameter- for completing the parameter in an... | Sven Wischnowsky | 1 | -6/+19 |
2002-05-13 | fix for unquoting with `compset -q' with singly and doubly quoted strings (17... | Sven Wischnowsky | 1 | -4/+13 |
2002-04-16 | treat backslashed bangs in double quotes specially in get_comp_string(), they... | Sven Wischnowsky | 1 | -0/+6 |
2002-03-13 | remove that -T option to compdef again and instead use comma-separated sub-co... | Sven Wischnowsky | 1 | -0/+1 |
2002-03-07 | don't try to build the redirection string for the loops (for, foreach, select... | Sven Wischnowsky | 1 | -1/+1 |
2002-03-01 | add $redirections array to completion system parameters, containing informati... | Sven Wischnowsky | 1 | -4/+25 |
2002-01-08 | fix completion after var+= to use value context (16418) | Sven Wischnowsky | 1 | -0/+2 |
2001-07-10 | (15357) | Sven Wischnowsky | 1 | -0/+2 |
2001-06-25 | make expand-word not always restore the command line (3940) | Sven Wischnowsky | 1 | -1/+2 |
2001-06-24 | Change magic-space to respect !". | Bart Schaefer | 1 | -1/+5 |
2001-06-13 | fixes for display bugs for completion lists (cursor left one line to far up o... | Sven Wischnowsky | 1 | -1/+3 |
2001-05-16 | more fixage for expansion: just convert the command line to the original when... | Sven Wischnowsky | 1 | -6/+24 |
2001-05-15 | (14350) | Sven Wischnowsky | 1 | -8/+25 |
2001-05-08 | print space/backspace when reacing the last column while printing description... | Sven Wischnowsky | 1 | -1/+4 |
2001-02-28 | add `aliases' option to be able to disable alias expansion (13554) | Sven Wischnowsky | 1 | -4/+5 |
2001-01-18 | *** empty log message *** | Sven Wischnowsky | 1 | -1/+7 |
2001-01-16 | remove 13108 (trap queues); replace with signal queueing to ensure that user ... | Sven Wischnowsky | 1 | -4/+15 |
2000-10-04 | don't stop parsing too early when completing inside a command substitution (1... | Sven Wischnowsky | 1 | -0/+1 |
2000-08-29 | fix for unbalanced calls to {push,pop}heap in docomplete()/get_comp_string() ... | Sven Wischnowsky | 1 | -1/+3 |
2000-08-11 | fixes for completion in math contexts (12592) | Sven Wischnowsky | 1 | -0/+1 |
2000-06-29 | quote brace-strings (12113) | Sven Wischnowsky | 1 | -8/+12 |
2000-06-26 | typo in _history; missing free()s in zle_tricky.c (12067) | Sven Wischnowsky | 1 | -0/+2 |