about summary refs log tree commit diff
path: root/Src/Zle
Commit message (Expand)AuthorAgeFilesLines
* 22474: use variable argument lists to improve error message handlingPeter Stephenson2006-05-309-220/+195
* Made implied "int" on new static variable explicit (which silencesWayne Davison2006-05-301-1/+1
* 22464: bad recursion if error in prompt substitutionPeter Stephenson2006-05-261-4/+9
* 22448: typo retrieving $RBUFFER in completionPeter Stephenson2006-05-191-1/+2
* this one got missedPeter Stephenson2006-04-251-1/+1
* 22431: set WIDGET etc. more consistently when executing zle functionsPeter Stephenson2006-04-253-10/+17
* 22427: zle <widget> -w sets the environment for <widget>Peter Stephenson2006-04-251-2/+8
* users/10172: new zle command read-commandPeter Stephenson2006-04-232-0/+14
* 22408: support for multibyte characters in patternsPeter Stephenson2006-04-091-18/+0
* Fixed call to undefined function zwarnname() instead of zwarnnam().Wayne Davison2006-03-251-1/+1
* 22638: MACHINES: IRIXPeter Stephenson2006-03-211-1/+15
* thinko fixClint Adams2006-03-201-1/+1
* 22371: use only alphanumerics and underscores as word characters with vi bind...Clint Adams2006-03-202-13/+15
* 22366: better handling for multibyte-character-containing words in vi widgets.Clint Adams2006-03-171-12/+14
* Fix some compiler warnings and ensure that zmod gets restoredWayne Davison2006-03-091-7/+3
* Changed some structures to avoid gcc's type-punned warnings.Wayne Davison2006-03-0710-54/+52
* 22328, modified: add -o option to compaddPeter Stephenson2006-03-073-2/+6
* Optimized away a recently-added call to strlen().Wayne Davison2006-02-201-1/+1
* Made the realocation of the line buffer in add_match_data() use aWayne Davison2006-02-191-8/+9
* The code in add_match_data() that looks for invalid charactersWayne Davison2006-02-181-25/+26
* Replaced a flawed look-behind algorithm for backslash detectionWayne Davison2006-02-131-8/+8
* Made add_match_data() look for invalid multibyte chars in theWayne Davison2006-02-131-4/+61
* Call makecommaspecial() when we notice we're completing insideWayne Davison2006-02-131-0/+5
* Call ZS_memchr() instead of plain memchr() so that suffix-removalWayne Davison2006-02-091-2/+2
* Define ZS_memchr() as either wmemchr() or memchr().Wayne Davison2006-02-091-0/+2
* 22169: hook function zle-keymap-select called when $KEYMAP changesPeter Stephenson2006-01-281-1/+17
* Got rid of unused-variable compiler warning when compiling aWayne Davison2006-01-131-1/+1
* Got rid of some superfluous STOUC() calls (such as the ones I addedWayne Davison2006-01-132-2/+2
* The new "eol" var was being set in singlerefresh(), but not accessed.Wayne Davison2006-01-121-1/+1
* - When mbrtowc() returns -2 when given all the remaining chars in aWayne Davison2006-01-121-21/+30
* - Use "mbs" for the multi-byte state variable name (for consistency).Wayne Davison2006-01-121-5/+5
* - When mbrtowc() returns -2 when given all the remaining chars in aWayne Davison2006-01-124-31/+42
* Tweaked the code to handle mbrtowc() converting '\0' the same way asWayne Davison2006-01-111-11/+20
* The return value of mbrtowc() is a size_t (unsigned), so don'tWayne Davison2006-01-111-5/+7
* The return value of mbrtowc() is a size_t (unsigned), so don'tWayne Davison2006-01-111-3/+6
* Changed the name of the "ret" variable in mb_niceformat() to "cnt"Wayne Davison2006-01-091-8/+7
* A test for (size_t)-1 needed to check for (size_t)-2 too.Wayne Davison2006-01-091-1/+1
* The return value of mbrtowc() is a size_t (unsigned), so don'tWayne Davison2006-01-091-10/+9
* The return value of mbrtowc() is a size_t (unsigned), so don'tWayne Davison2006-01-091-15/+10
* The return value of mbrtowc() is a size_t (unsigned), so don'tWayne Davison2006-01-091-4/+4
* The return value of mbrtowc() is a size_t (unsigned), so don'tWayne Davison2006-01-091-3/+3
* 22124: handle bad multibyte input betterPeter Stephenson2006-01-062-3/+13
* A slightly more optimal way to fix the zle_setline() bug usingWayne Davison2005-12-121-2/+1
* Fixed problem in zle_setline() where moving to an empty line wouldWayne Davison2005-12-121-1/+1
* 22069: completion listings didn't get unmetafiedPeter Stephenson2005-12-101-7/+9
* Fixed parsedigit() to have it use its arg instead of "lastchar".Wayne Davison2005-11-301-15/+12
* 22014: argument-base, insert-unicode-charPeter Stephenson2005-11-244-16/+75
* 22009: another double-width character fixPeter Stephenson2005-11-211-0/+6
* Got rid of two unneeded "(char *)" casts.Wayne Davison2005-11-181-2/+2
* Got rid of some compiler warnings about comparisons between signedWayne Davison2005-11-151-5/+6