about summary refs log tree commit diff
path: root/Src/Zle/zle_thingy.c
Commit message (Expand)AuthorAgeFilesLines
* 31961: rationalise fd watching to use structurePeter Stephenson2013-11-121-40/+24
* 31937: zle -Fw uses widget semantics for file descriptor handlerPeter Stephenson2013-11-071-2/+14
* 30084: `zle -T tc func' for zle testing of termcap outputPeter Stephenson2012-01-051-0/+64
* 29891: make zle -lL with arguments workPeter Stephenson2011-11-041-1/+11
* 24853: use metafied strings for inner loops over historyPeter Stephenson2008-04-201-8/+3
* 24279: allow terminal changes after zle -I to be acquired by main shellPeter Stephenson2007-12-181-0/+22
* 23488: tidy up module interface and documentationPeter Stephenson2007-05-291-1/+1
* see 23479: add initial features support for modulesPeter Stephenson2007-05-281-1/+1
* 22676, 22678: extend sched and make it able to run events when waiting forPeter Stephenson2006-09-101-2/+1
* 22474: use variable argument lists to improve error message handlingPeter Stephenson2006-05-301-23/+21
* 22431: set WIDGET etc. more consistently when executing zle functionsPeter Stephenson2006-04-251-5/+2
* 22427: zle <widget> -w sets the environment for <widget>Peter Stephenson2006-04-251-2/+8
* Fixed call to undefined function zwarnname() instead of zwarnnam().Wayne Davison2006-03-251-1/+1
* 22638: MACHINES: IRIXPeter Stephenson2006-03-211-1/+15
* Fix some compiler warnings and ensure that zmod gets restoredWayne Davison2006-03-091-7/+3
* Got rid of some unsigned-char/char pointer casts.Wayne Davison2005-11-151-4/+2
* 21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;Peter Stephenson2005-10-281-4/+4
* 21939: new UNMETACHECK() was too ruthlessPeter Stephenson2005-10-261-2/+2
* not yet posted; zle line screwed up on bad return from insertlastword()Peter Stephenson2005-10-231-0/+2
* 21784: Improved character widths for formatted multibyte character outputPeter Stephenson2005-09-291-4/+4
* c.f. 21590: metafy_line()/unmetafy_line() now support wide charactersPeter Stephenson2005-08-101-2/+2
* 20861: Fix statusline in Unicode, apart from isearchPeter Stephenson2005-02-241-3/+6
* 20822: Initial code for Unicode/multibyte inputPeter Stephenson2005-02-181-1/+1
* 20330: rationalise zle return statusesPeter Stephenson2004-09-081-1/+1
* 20303: zle -I test and running zle widgets in trapsPeter Stephenson2004-09-021-4/+25
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-15/+15
* 19281: zle-line-init special widgetPeter Stephenson2003-12-121-0/+11
* a la 19209: zcalloc -> zshcallocPeter Stephenson2003-10-291-1/+1
* 17582: Improved option argument handling.Peter Stephenson2002-08-271-21/+21
* fix default completion module loading, use compctl if it hasn't been loaded a...Sven Wischnowsky2002-08-201-0/+2
* 17304: tweak to tweak the tweaked tweak for zle -I in 17301Peter Stephenson2002-06-071-2/+3
* 17301: improve zle -I.Peter Stephenson2002-06-071-1/+1
* 17295: `zle -F' failed because of bad testPeter Stephenson2002-06-051-1/+1
* 17141 plus mods: add `zle -F fd handler' feature.Peter Stephenson2002-05-211-0/+103
* 15734: zle -K option to select a keymap, and zle KEYMAP parameter toAndrew Main2001-09-031-0/+12
* Sven: 13108: Handle traps synchronouslyPeter Stephenson2000-11-111-3/+13
* fix zle widget -n num with num>9 (12238)Sven Wischnowsky2000-07-131-35/+216
* Initial revisionTanaka Akira1999-04-151-0/+491