summaryrefslogtreecommitdiff
path: root/Src/Zle/compresult.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-23m0viefreak: users/18655,18657,18660: assorted auto-removable suffix fixesm0viefreak1-1/+1
2011-05-1429267: add -enable-zsh-debug and use for debugging completion matcher groupsPeter Stephenson1-6/+73
2011-05-0929165: use term.h globally if needed at all.Peter Stephenson1-34/+39
2011-02-1828772: Update regions in region highlight dynamicallyPeter Stephenson1-2/+7
2010-08-1528167: reset more variables on invalidating completion listPeter Stephenson1-0/+2
2009-04-2426876 with updated documentation: add ZLE_{REMOVE,SPACE}_SUFFIX_CHARSPeter Stephenson1-4/+4
2009-01-13Back off 26270 (accept-and-menu-complete).Peter Stephenson1-13/+11
2009-01-0926270: allow accept-and-menu-complete work with _vallues as wellAndrey Borzenkov1-11/+13
2008-05-0724959: crash with ^D in compctlPeter Stephenson1-6/+6
2008-04-1324808: initial support for combining characters in zlePeter Stephenson1-6/+6
2008-02-1424551: Free heap memory after every ZLE commandPeter Stephenson1-0/+1
2007-08-2223794: fix crash completing on "foo$" (quotes significant)Peter Stephenson1-1/+1
2007-05-2823478: crash in reverse-menu-complete if no completionPeter Stephenson1-0/+3
2006-10-3022924: a couple more metafy_line()/unmetafy_line() problemsPeter Stephenson1-2/+11
2006-10-30obscure crash with hasbrpsfx()Peter Stephenson1-2/+12
2006-10-0722831: use CM_SPACE in compdescribeAndrey Borzenkov1-4/+0
2006-10-0622820: this time, fix handling of long accumulated completion linePeter Stephenson1-2/+2
2006-10-0610791: fix handling of long accumulated completion linePeter Stephenson1-1/+1
2006-08-1122599: use wide character widths in completionPeter Stephenson1-14/+23
2006-08-0922594: Attempt to fix some off-by-one errors for completion listsPeter Stephenson1-0/+1
2006-08-0122575: multibyte fixes for bslashquote(), getzlequery()Peter Stephenson1-1/+1
2006-03-07Changed some structures to avoid gcc's type-punned warnings.Wayne Davison1-1/+1
2005-11-15Got rid of some unsigned-char/char pointer casts.Wayne Davison1-5/+5
2005-11-07users/9638: tweaks for FCEDIT etc.Peter Stephenson1-8/+22
2005-10-2821943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;Peter Stephenson1-4/+4
2005-09-2921784: Improved character widths for formatted multibyte character outputPeter Stephenson1-2/+10
2005-08-1821664: unmetafy ztat() argumentAndrey Borzenkov1-11/+17
2005-08-1021596: fix run-help, which-command, accept-and-menu-completePeter Stephenson1-6/+14
2005-08-10c.f. 21590: metafy_line()/unmetafy_line() now support wide charactersPeter Stephenson1-127/+148
2005-04-2220162: in printlist() don't output new line if we haven't printed anythingGeoff Wing1-4/+3
2005-01-14c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson1-123/+123
2004-07-12unposted: improve 20150 by setting pointer to NULLPeter Stephenson1-0/+3
2004-07-1120149: improve prompt-reset codePeter Stephenson1-0/+3
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-5/+5
2004-03-0519474: fix a calculation when displaying completions which areGeoff Wing1-2/+2
2003-02-0618191: from Greg Klanderman: compctl -y didn't respect list arrangementPeter Stephenson1-0/+7
2003-01-1318059: allow compadd -r and -R with default space suffixPeter Stephenson1-1/+1
2002-07-30make sure invalidatelist() isn't called hwen we are inside menu selection and...Sven Wischnowsky1-1/+1
2002-06-26two new modes for menu selection: incremental search and interactive (17366)Sven Wischnowsky1-6/+11
2002-05-21fix for file-type-tests in nested quotes and don't count space file-type-char...Sven Wischnowsky1-50/+37
2002-01-22add new generic fake style and changes to the C-code for that (different impl...Sven Wischnowsky1-6/+9
2001-10-05fix calculation of number of columns needed with list_packed (15946)Sven Wischnowsky1-1/+4
2001-08-08Got rid of unused variables.Wayne Davison1-1/+1
2001-07-27(15509)Sven Wischnowsky1-195/+123
2001-07-25make display for groups in _describe nicer; improve packing with list_packed;...Sven Wischnowsky1-11/+39
2001-07-18add list-grouped option to make options and such be grouped together if they ...Sven Wischnowsky1-34/+37
2001-05-28fix for cursor positioning with that -y option of compctl (display strings) (...Sven Wischnowsky1-13/+22
2001-03-27try to make _h_c_w smarter at the beginning and end of the list; avoid list-b...Sven Wischnowsky1-1/+1
2001-03-05fix for matching control, try harder to merge separately completed parts to a...Sven Wischnowsky1-2/+2
2001-01-22*** empty log message ***Sven Wischnowsky1-1/+1