summaryrefslogtreecommitdiff
path: root/Src/Zle
AgeCommit message (Expand)AuthorFilesLines
2005-04-24Optimise length calculations for ${...//.../...}Peter Stephenson1-2/+2
2005-04-2220162: in printlist() don't output new line if we haven't printed anythingGeoff Wing1-4/+3
2005-04-08 * 21125: Src/Zle/zle_main.c: do an initial conversion when zle is loaded.Clint Adams1-0/+1
2005-04-08 * 21124: Src/Zle/zle_main.c, Src/init.c, Src/params.c: have zle cache aClint Adams1-0/+18
2005-03-2121045: fix some uses of Meta characters in completionPeter Stephenson2-8/+38
2005-03-2121042: limitations with execute-named-commandPeter Stephenson1-0/+2
2005-03-1821014: remember_edits() was brokenPeter Stephenson1-1/+3
2005-03-1520978: don't propagate EOF from recursive editsPeter Stephenson1-1/+1
2005-03-1120966: fix crash in execute-named-commandPeter Stephenson1-4/+6
2005-03-0720945: rename statics to avoid clash with globalsPeter Stephenson1-29/+29
2005-03-04correct 20928Peter Stephenson1-1/+1
2005-03-0420928: null terminate screen lines in zle_refresh.cPeter Stephenson1-2/+8
2005-02-2620872: fix ZS_{icntrl,tolower} vs. ZC_{incntrl,tolower} confusionAndrey Borzenkov3-11/+12
2005-02-2520869: more small Unicode tweaksPeter Stephenson7-29/+33
2005-02-2520863: fix history (i)searching for UnicodePeter Stephenson3-141/+325
2005-02-2420866: fix deliberate errors in 20861Peter Stephenson1-1/+4
2005-02-2420861: Fix statusline in Unicode, apart from isearchPeter Stephenson8-57/+99
2005-02-2320857: rewrite zle_refresh to use wide characters.Andrey Borzenkov2-169/+224
2005-02-2320856: use VARARR for multibyte string.Peter Stephenson1-1/+2
2005-02-2320854: more Unicode stuff.Peter Stephenson11-164/+192
2005-02-2220845: fix mbstate_t usage in getrestcharAndrey Borzenkov2-13/+8
2005-02-22Andrej: 20838: get ZLE_UNICODE_SUPPORT basically workingPeter Stephenson5-16/+25
2005-02-2120833: typo: int_t -> wint_tPeter Stephenson1-1/+1
2005-02-1820828: typos in 20822Peter Stephenson2-2/+2
2005-02-1820822: Initial code for Unicode/multibyte inputPeter Stephenson12-122/+466
2005-01-26 * 20753: use ZS_memmove instead of memmove.Clint Adams1-2/+1
2005-01-2620752: fix access to ZLE parametersPeter Stephenson6-34/+46
2005-01-26 * 20751: Src/Zle/zle_refresh.c: use '?' for character conversion errorClint Adams1-2/+2
2005-01-26 * 20747: some wide char support in the zle refresh code.Clint Adams1-16/+36
2005-01-2620750: fix hang with 20742Peter Stephenson1-2/+9
2005-01-2520742: More Unicode conversion stuff.Peter Stephenson5-112/+273
2005-01-22 * 20736: Src/Zle/zle_utils.c: change zlegetline() to return a metafied string.Clint Adams1-7/+2
2005-01-22 * 2073x: Src/Zle/zle_utils.c, Src/hist.c: modify zlegetline() and zlegetlineClint Adams1-1/+26
2005-01-16 * 20718: Src/Zle/zle_utils.c: minor cleanup for proto-Unicode stuff.Clint Adams1-6/+1
2005-01-14c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson16-1022/+1062
2005-01-12users/8359: add Darwin completion directories by defaultPeter Stephenson1-1/+1
2005-01-1220695: Fix Cygwin problem with initialising from pointer to imported variablePeter Stephenson1-1/+8
2005-01-11 * 20657: Src/Zle/zle_tricky.c: sort completions partially based on LC_COLLAT...Clint Adams1-0/+4
2004-12-0720605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson5-148/+176
2004-11-05fix "compadd -k assoc1 assoc2"Bart Schaefer1-2/+3
2004-10-1820500: Unmetafy patterns where possible and other minor pattern fixesPeter Stephenson1-2/+2
2004-10-17In zleread(), initialize the first byte of the "line" buffer to '\0'Wayne Davison1-0/+1
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