summaryrefslogtreecommitdiff
path: root/Src/Zle/zle_thingy.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-2024853: use metafied strings for inner loops over historyPeter Stephenson1-8/+3
2007-12-1824279: allow terminal changes after zle -I to be acquired by main shellPeter Stephenson1-0/+22
2007-05-2923488: tidy up module interface and documentationPeter Stephenson1-1/+1
2007-05-28see 23479: add initial features support for modulesPeter Stephenson1-1/+1
2006-09-1022676, 22678: extend sched and make it able to run events when waiting forPeter Stephenson1-2/+1
2006-05-3022474: use variable argument lists to improve error message handlingPeter Stephenson1-23/+21
2006-04-2522431: set WIDGET etc. more consistently when executing zle functionsPeter Stephenson1-5/+2
2006-04-2522427: zle <widget> -w sets the environment for <widget>Peter Stephenson1-2/+8
2006-03-25Fixed call to undefined function zwarnname() instead of zwarnnam().Wayne Davison1-1/+1
2006-03-2122638: MACHINES: IRIXPeter Stephenson1-1/+15
2006-03-09Fix some compiler warnings and ensure that zmod gets restoredWayne Davison1-7/+3
2005-11-15Got rid of some unsigned-char/char pointer casts.Wayne Davison1-4/+2
2005-10-2821943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;Peter Stephenson1-4/+4
2005-10-2621939: new UNMETACHECK() was too ruthlessPeter Stephenson1-2/+2
2005-10-23not yet posted; zle line screwed up on bad return from insertlastword()Peter Stephenson1-0/+2
2005-09-2921784: Improved character widths for formatted multibyte character outputPeter Stephenson1-4/+4
2005-08-10c.f. 21590: metafy_line()/unmetafy_line() now support wide charactersPeter Stephenson1-2/+2
2005-02-2420861: Fix statusline in Unicode, apart from isearchPeter Stephenson1-3/+6
2005-02-1820822: Initial code for Unicode/multibyte inputPeter Stephenson1-1/+1
2004-09-0820330: rationalise zle return statusesPeter Stephenson1-1/+1
2004-09-0220303: zle -I test and running zle widgets in trapsPeter Stephenson1-4/+25
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-15/+15
2003-12-1219281: zle-line-init special widgetPeter Stephenson1-0/+11
2003-10-29a la 19209: zcalloc -> zshcallocPeter Stephenson1-1/+1
2002-08-2717582: Improved option argument handling.Peter Stephenson1-21/+21
2002-08-20fix default completion module loading, use compctl if it hasn't been loaded a...Sven Wischnowsky1-0/+2
2002-06-0717304: tweak to tweak the tweaked tweak for zle -I in 17301Peter Stephenson1-2/+3
2002-06-0717301: improve zle -I.Peter Stephenson1-1/+1
2002-06-0517295: `zle -F' failed because of bad testPeter Stephenson1-1/+1
2002-05-2117141 plus mods: add `zle -F fd handler' feature.Peter Stephenson1-0/+103
2001-09-0315734: zle -K option to select a keymap, and zle KEYMAP parameter toAndrew Main1-0/+12
2000-11-11Sven: 13108: Handle traps synchronouslyPeter Stephenson1-3/+13
2000-07-13fix zle widget -n num with num>9 (12238)Sven Wischnowsky1-35/+216
1999-04-15Initial revisionTanaka Akira1-0/+491