summaryrefslogtreecommitdiff
path: root/Src/Zle/zle_main.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-9/+9
2004-04-2719840: vared takes one normal argumentPeter Stephenson1-6/+1
2004-04-2719837: restore vared -ePeter Stephenson1-1/+1
2004-04-0619733 with docs tweaked: keymaps for vared and zedPeter Stephenson1-60/+73
2004-03-2219671: error in zle-line-init caused infinite loopPeter Stephenson1-0/+1
2004-03-0819553: rename c in zle to lastcharPeter Stephenson1-2/+2
2003-12-1519295: $CONTEXT zle parameterPeter Stephenson1-3/+10
2003-12-1219281: zle-line-init special widgetPeter Stephenson1-1/+11
2003-11-0319218: extend 19216 to zle widgetsPeter Stephenson1-4/+2
2003-10-29a la 19209: zcalloc -> zshcallocPeter Stephenson1-1/+1
2003-08-1118938: Export some data symbols.Peter Stephenson1-2/+2
2003-05-2218559, 18562: make modules use proper option argumentsPeter Stephenson1-1/+1
2003-05-1918543: memory leak vared'ing arraysPeter Stephenson1-1/+2
2003-05-1418536: EMACS and VI compatibility optionsPeter Stephenson1-0/+2
2003-02-1718252: pass ignoreeof as flag to zlereadPeter Stephenson1-7/+5
2003-02-1418243: Nasty tty poll fix for SolarisPeter Stephenson1-9/+38
2003-01-2718139: Improve $killring interface; can now change length. EmptyPeter Stephenson1-2/+5
2002-08-2717582: Improved option argument handling.Peter Stephenson1-7/+7
2002-08-20fix default completion module loading, use compctl if it hasn't been loaded a...Sven Wischnowsky1-0/+1
2002-07-0417405: adapt 17390 to reset PREDISPLAY and POSTDISPLAY when zle is enteredPeter Stephenson1-0/+1
2002-07-0117384: new recursive-edit widget.Peter Stephenson1-66/+86
2002-06-0617293: support poll() as preferred alternative to select() in zlePeter Stephenson1-15/+104
2002-05-2117141 plus mods: add `zle -F fd handler' feature.Peter Stephenson1-48/+147
2002-03-01add $redirections array to completion system parameters, containing informati...Sven Wischnowsky1-1/+3
2001-10-2416063: add transientrprompt option to remove right prompt fromGeoff Wing1-0/+1
2001-09-0315734: zle -K option to select a keymap, and zle KEYMAP parameter toAndrew Main1-1/+1
2001-07-08Suppress XTRACE during user-defined widgets.Bart Schaefer1-2/+6
2001-05-17Signal queuing tweak.Bart Schaefer1-0/+3
2001-03-28Add `bindkey -p'Peter Stephenson1-1/+1
2001-01-18*** empty log message ***Sven Wischnowsky1-0/+1
2001-01-16remove 13108 (trap queues); replace with signal queueing to ensure that user ...Sven Wischnowsky1-17/+18
2000-11-11Sven: 13108: Handle traps synchronouslyPeter Stephenson1-5/+14
2000-10-22Fix "vared -e".Bart Schaefer1-3/+5
2000-10-21Fix "vared -h" in shell scripts.Bart Schaefer1-1/+1
2000-08-2912719: quoting arrays in vared with real backslashesPeter Stephenson1-3/+6
2000-08-1412621: Avoid bad free.Bart Schaefer1-0/+2
2000-08-03make binding of ^D be used in first column if ignoreeof is set and ^D is boun...Sven Wischnowsky1-21/+31
2000-07-2712414: vared quotes separators when editing arraysPeter Stephenson1-3/+46
2000-07-19Call hend() with a NULL arg.Wayne Davison1-1/+1
2000-06-01Disable vared only for interactive shells where ZLE has been explicitlyBart Schaefer1-1/+1
2000-05-30Wayne: Fix two history bugs that were causing theBart Schaefer1-0/+3
2000-05-26disable vared if zle is not enabled (11566)Sven Wischnowsky1-0/+4
2000-05-23save and restore more variables in bufferwords(); move gotword() into core (1...Sven Wischnowsky1-2/+0
2000-05-0211036, 11063, 11077: Always write the "read -q" prompt to shout; eliminateBart Schaefer1-168/+390
1999-04-15Initial revisionTanaka Akira1-0/+907