summaryrefslogtreecommitdiff
path: root/Src/Zle
AgeCommit message (Collapse)AuthorFilesLines
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
20823: Debugging test in stat wrong for 64-bit systems
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
caller so that the octet-based and wide-character versions should return the same string.
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
unposted: update version to 4.2.3-dev-1
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 ↵Clint Adams1-0/+4
LC_COLLATE setting.
2004-12-0720605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson5-148/+176
Separate justification width of parameters from base/precision.
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
so that functions such as magicspace() won't be accessing uninitialized memory when they look at "line".
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
20332: Add WIDGETSTYLE zle parameter
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
the value of "n" that was returned should be negative but was positive. Fixes some problems with {down,up}-line-or-history and others.
2004-07-2920219: make zle parameter HISTNO writeablePeter Stephenson2-1/+14
add history-pattern-search widget
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
20150: commit ancient memory leak fix(?) in completion
2004-07-0220126: tidy up before 4.2.1Peter Stephenson2-3/+11
20127: tweaked version of Wayne's patch to reexand prompts
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