about summary refs log tree commit diff
path: root/Src/Zle
Commit message (Expand)AuthorAgeFilesLines
* Implement the new PROMPT_SP option.Wayne Davison2005-07-151-1/+23
* 21428: Travis: fix crash on bad compvalues callBart Schaefer2005-07-121-1/+2
* 21402: Fix crash with case-insensitive matching.Peter Stephenson2005-07-061-4/+16
* users/8856, users/8863: which-command stuffPeter Stephenson2005-05-231-1/+4
* Optimise length calculations for ${...//.../...}Peter Stephenson2005-04-241-2/+2
* 20162: in printlist() don't output new line if we haven't printed anythingGeoff Wing2005-04-221-4/+3
* * 21125: Src/Zle/zle_main.c: do an initial conversion when zle is loaded.Clint Adams2005-04-081-0/+1
* * 21124: Src/Zle/zle_main.c, Src/init.c, Src/params.c: have zle cache aClint Adams2005-04-081-0/+18
* 21045: fix some uses of Meta characters in completionPeter Stephenson2005-03-212-8/+38
* 21042: limitations with execute-named-commandPeter Stephenson2005-03-211-0/+2
* 21014: remember_edits() was brokenPeter Stephenson2005-03-181-1/+3
* 20978: don't propagate EOF from recursive editsPeter Stephenson2005-03-151-1/+1
* 20966: fix crash in execute-named-commandPeter Stephenson2005-03-111-4/+6
* 20945: rename statics to avoid clash with globalsPeter Stephenson2005-03-071-29/+29
* correct 20928Peter Stephenson2005-03-041-1/+1
* 20928: null terminate screen lines in zle_refresh.cPeter Stephenson2005-03-041-2/+8
* 20872: fix ZS_{icntrl,tolower} vs. ZC_{incntrl,tolower} confusionAndrey Borzenkov2005-02-263-11/+12
* 20869: more small Unicode tweaksPeter Stephenson2005-02-257-29/+33
* 20863: fix history (i)searching for UnicodePeter Stephenson2005-02-253-141/+325
* 20866: fix deliberate errors in 20861Peter Stephenson2005-02-241-1/+4
* 20861: Fix statusline in Unicode, apart from isearchPeter Stephenson2005-02-248-57/+99
* 20857: rewrite zle_refresh to use wide characters.Andrey Borzenkov2005-02-232-169/+224
* 20856: use VARARR for multibyte string.Peter Stephenson2005-02-231-1/+2
* 20854: more Unicode stuff.Peter Stephenson2005-02-2311-164/+192
* 20845: fix mbstate_t usage in getrestcharAndrey Borzenkov2005-02-222-13/+8
* Andrej: 20838: get ZLE_UNICODE_SUPPORT basically workingPeter Stephenson2005-02-225-16/+25
* 20833: typo: int_t -> wint_tPeter Stephenson2005-02-211-1/+1
* 20828: typos in 20822Peter Stephenson2005-02-182-2/+2
* 20822: Initial code for Unicode/multibyte inputPeter Stephenson2005-02-1812-122/+466
* * 20753: use ZS_memmove instead of memmove.Clint Adams2005-01-261-2/+1
* 20752: fix access to ZLE parametersPeter Stephenson2005-01-266-34/+46
* * 20751: Src/Zle/zle_refresh.c: use '?' for character conversion errorClint Adams2005-01-261-2/+2
* * 20747: some wide char support in the zle refresh code.Clint Adams2005-01-261-16/+36
* 20750: fix hang with 20742Peter Stephenson2005-01-261-2/+9
* 20742: More Unicode conversion stuff.Peter Stephenson2005-01-255-112/+273
* * 20736: Src/Zle/zle_utils.c: change zlegetline() to return a metafied string.Clint Adams2005-01-221-7/+2
* * 2073x: Src/Zle/zle_utils.c, Src/hist.c: modify zlegetline() and zlegetlineClint Adams2005-01-221-1/+26
* * 20718: Src/Zle/zle_utils.c: minor cleanup for proto-Unicode stuff.Clint Adams2005-01-161-6/+1
* c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson2005-01-1416-1022/+1062
* users/8359: add Darwin completion directories by defaultPeter Stephenson2005-01-121-1/+1
* 20695: Fix Cygwin problem with initialising from pointer to imported variable zsh-4.2.2Peter Stephenson2005-01-121-1/+8
* * 20657: Src/Zle/zle_tricky.c: sort completions partially based on LC_COLLAT...Clint Adams2005-01-111-0/+4
* 20605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson2004-12-075-148/+176
* fix "compadd -k assoc1 assoc2"Bart Schaefer2004-11-051-2/+3
* 20500: Unmetafy patterns where possible and other minor pattern fixesPeter Stephenson2004-10-181-2/+2
* In zleread(), initialize the first byte of the "line" buffer to '\0'Wayne Davison2004-10-171-0/+1
* 20482: but with completion inside interactive completionPeter Stephenson2004-10-141-1/+49
* 20398: allow clean exit from within widget functionPeter Stephenson2004-09-211-1/+7
* 20388: tweak ignoreeof behavior on user-defined widgets to match docs.Bart Schaefer2004-09-201-1/+7
* 20387: revised algorithm for the fix in 20363.Bart Schaefer2004-09-201-15/+9