about summary refs log tree commit diff
path: root/Src/Zle
Commit message (Expand)AuthorAgeFilesLines
...
* 23144: Felix Eckhofer <felix@tribut.de>: NULL pointer in complist.cPeter Stephenson2007-02-021-0/+3
* Fixed the error checking of mbrtowc() since its return vlaue can neverWayne Davison2007-01-261-1/+1
* unposted; typoPeter Stephenson2007-01-211-1/+1
* 23118: improve sorting to make it work with localesPeter Stephenson2007-01-213-15/+14
* 23097: splitting of $'...' strings in completionPeter Stephenson2007-01-081-23/+32
* 23036: three more fixes for completion using $'...'Peter Stephenson2006-12-082-0/+11
* Incomplete improvements for $'...' in completionPeter Stephenson2006-12-034-44/+236
* 22981: Zvi Har'el: bad call from 22952Peter Stephenson2006-11-081-1/+1
* 22950: fix reverse-menu-complete as start of completionPeter Stephenson2006-11-021-2/+8
* 22924: a couple more metafy_line()/unmetafy_line() problemsPeter Stephenson2006-10-304-20/+32
* obscure crash with hasbrpsfx()Peter Stephenson2006-10-301-2/+12
* 22911: use QT_BACKSLASH if instring is QT_NONEPeter Stephenson2006-10-251-1/+2
* 22896: Src/Zle/complete.mdd: rename Mandrake to Mandriva.Clint Adams2006-10-231-1/+1
* string quoting in compctl used QT_NONE instead of QT_BACKSLASHPeter Stephenson2006-10-161-1/+2
* Add two widges for user control of auto-suffix remove/keep.Bart Schaefer2006-10-162-0/+11
* 22831: use CM_SPACE in compdescribeAndrey Borzenkov2006-10-073-16/+9
* 22820: this time, fix handling of long accumulated completion linePeter Stephenson2006-10-061-2/+2
* 10791: fix handling of long accumulated completion linePeter Stephenson2006-10-061-1/+1
* 22819: improved internal use of string quotation,Peter Stephenson2006-10-055-98/+289
* fix thinko in 22787Andrey Borzenkov2006-09-301-1/+2
* 22787: fix calling convention of pattern_matchAndrey Borzenkov2006-09-291-62/+73
* 22780: add _arguments/comparguments -n to set index of first non-option argPeter Stephenson2006-09-271-0/+15
* 22765: rename some MB_ macros to WC_ for consistency.Peter Stephenson2006-09-231-2/+2
* 22761: fix compdescrie for multibyte charactersAndrey Borzenkov2006-09-231-57/+129
* 22753: minor character bugs spotted on CygwinPeter Stephenson2006-09-211-2/+2
* 22729: trunction in computil.c did't handle multibyte charactersPeter Stephenson2006-09-171-2/+16
* 22727: "use 'exit' to exit" was suboptimalPeter Stephenson2006-09-171-0/+1
* 22713: word end in math completion context was screwyPeter Stephenson2006-09-151-1/+1
* 22660: unmetafy directory for opendir() etc. in compctlPeter Stephenson2006-09-111-6/+16
* 22684: improve getkeystring() interface and make printf do octal escapesPeter Stephenson2006-09-103-7/+8
* 22676, 22678: extend sched and make it able to run events when waiting forPeter Stephenson2006-09-102-155/+307
* 22651: failed to unmetafy bytes for outputPeter Stephenson2006-08-202-7/+29
* 22643: completing in math contextPeter Stephenson2006-08-201-0/+2
* 22612: comment the static variablesPeter Stephenson2006-08-171-3/+83
* 22611: bug scrolling wide completion listPeter Stephenson2006-08-151-5/+1
* 22605: bug in complist wide character fixes introduced infinite loopPeter Stephenson2006-08-141-0/+2
* 22599: use wide character widths in completionPeter Stephenson2006-08-113-47/+90
* 22597: back off two column-subtraction hunksPeter Stephenson2006-08-102-3/+12
* 22595: paranoid bounds-checking on someBart Schaefer2006-08-101-9/+9
* 22594: Attempt to fix some off-by-one errors for completion listsPeter Stephenson2006-08-093-8/+35
* unposted: badly positioned declaration in complist.cPeter Stephenson2006-08-071-1/+3
* 22589: bug with long lines in menu selectionPeter Stephenson2006-08-071-0/+4
* rationalise mb<->wc conversions to use restartable formPeter Stephenson2006-08-034-11/+18
* 22575: multibyte fixes for bslashquote(), getzlequery()Peter Stephenson2006-08-014-31/+23
* 22565: Fix bug after failed menucompletion with accept-and-menu-complete?Peter Stephenson2006-07-301-2/+2
* 22556: Multibyte separators and delimitersPeter Stephenson2006-07-242-14/+22
* 22544: Improve use of ztype tests for multibyte characters. AddPeter Stephenson2006-07-102-39/+81
* 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