summaryrefslogtreecommitdiff
path: root/Src/Zle
AgeCommit message (Expand)AuthorFilesLines
2004-10-1420482: but with completion inside interactive completionPeter Stephenson1-1/+49
2004-09-2120398: allow clean exit from within widget functionPeter Stephenson1-1/+7
2004-09-2020388: tweak ignoreeof behavior on user-defined widgets to match docs.Bart Schaefer1-1/+7
2004-09-2020387: revised algorithm for the fix in 20363.Bart Schaefer1-15/+9
2004-09-1320363: Src/init.c, Src/Zle/zle_main.cPeter Stephenson1-4/+14
2004-09-1020348: rejig WIDGETSTYLE and add WIDGETFUNCPeter Stephenson1-1/+18
2004-09-0920331: Use internal zlong variables for consistencyPeter Stephenson2-23/+40
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-09-0220300: fix spurious EOF from ^CPeter Stephenson1-5/+12
2004-08-24When downline() calls upline() or visa versa (due to a negative zmult),Wayne Davison1-2/+2
2004-07-2920219: make zle parameter HISTNO writeablePeter Stephenson2-1/+14
2004-07-1320153: make zle-line-init run after the first zrefresh()Peter Stephenson1-2/+3
2004-07-12unposted: improve 20150 by setting pointer to NULLPeter Stephenson1-0/+3
2004-07-1120149: improve prompt-reset codePeter Stephenson2-8/+12
2004-07-0220126: tidy up before 4.2.1Peter Stephenson2-3/+11
2004-07-017650: new reset-prompt zle widgetPeter Stephenson2-0/+17
2004-06-0420002 -- fix for matching spec core dumpFelix Rosencrantz1-1/+1
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison20-307/+355
2004-05-28Silenced one signed/unsigned comparison compiler warning.Wayne Davison4-4/+4
2004-05-28Silenced three signed/unsigned comparison compiler warnings.Wayne Davison2-6/+6
2004-05-28Silenced two signed/unsigned comparison compiler warnings.Wayne Davison1-2/+2
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 Stephenson2-65/+89
2004-03-2219671: error in zle-line-init caused infinite loopPeter Stephenson1-0/+1
2004-03-12zsh-users/7160: Check and fix mod_export entries.Peter Stephenson2-2/+2
2004-03-1119595: rename DO to DOLOOP to avoid conflict with curses.h on Tru64 5.1Oliver Kiddle1-1/+1
2004-03-0819553: rename c in zle to lastcharPeter Stephenson8-376/+386
2004-03-0519474: fix a calculation when displaying completions which areGeoff Wing1-2/+2
2004-03-03Fixed two cases where unmetify() was using an int* to store a valueWayne Davison1-3/+6
2004-03-0319525: suppress compiler warnings and complete groups using lookupd on Mac OSOliver Kiddle1-2/+2
2004-02-2019456: Fix ptmx tests, again.Peter Stephenson2-2/+3
2004-02-19Silenced some compiler warnings about uninitialized variables.Wayne Davison1-4/+4
2004-02-1519422: fix crash resulting from passing a long option to compctlOliver Kiddle1-1/+1
2004-02-10Another fix in sub_match() to avoid allowing a partial-meta matchWayne Davison1-4/+9
2004-02-09Optimized the check for a widowed Meta character.Wayne Davison1-5/+7
2004-01-2019385: NULL dereference in add_match_partPeter Stephenson1-1/+1
2004-01-0519336: Src/Zle/compmatch.c: Bug with metafied characters in length ofPeter Stephenson1-1/+8
2003-12-1519295: $CONTEXT zle parameterPeter Stephenson2-3/+36
2003-12-1219281: zle-line-init special widgetPeter Stephenson2-1/+22
2003-11-1319242: Make job table dynamically reallocatable.Peter Stephenson1-1/+1
2003-11-0319218: extend 19216 to zle widgetsPeter Stephenson1-4/+2
2003-11-03Added *.dll to .cvsignore and fixed typo. (unposted)Felix Rosencrantz1-0/+1
2003-10-29a la 19209: zcalloc -> zshcallocPeter Stephenson10-35/+35
2003-08-1118938: Export some data symbols.Peter Stephenson2-3/+3
2003-08-0518926: problem accepting filename require metafication with menu selectionPeter Stephenson1-0/+4
2003-07-29Don't crash if alt-y is typed twice in a row without a prior ctrl-y.Wayne Davison1-1/+3
2003-05-2218559, 18562: make modules use proper option argumentsPeter Stephenson2-6/+2
2003-05-1918543: memory leak vared'ing arraysPeter Stephenson1-1/+2