summaryrefslogtreecommitdiff
path: root/Src/Zle
AgeCommit message (Expand)AuthorFilesLines
2008-02-1524554: reduce accumulated memory listing in completion listingPeter Stephenson1-200/+219
2008-02-1424551: Free heap memory after every ZLE commandPeter Stephenson2-0/+14
2008-02-0924542: fix RC_QUOTES completion if opening quote not at start of stringPeter Stephenson1-5/+10
2008-01-2224434: handle unprintable and zero-width wide charactersPeter Stephenson1-5/+45
2008-01-1824406: use deep copy of Cline structure to avoid recursion problemPeter Stephenson1-2/+2
2008-01-0824371: bug refreshing large scrolling history entryPeter Stephenson1-1/+10
2008-01-0524362: problem redrawing line with multibyte character firstPeter Stephenson1-0/+12
2007-12-1824279: allow terminal changes after zle -I to be acquired by main shellPeter Stephenson2-1/+35
2007-12-1724275: fixes for multibyte characters on SolarisPeter Stephenson1-0/+16
2007-12-1324240: make vared check for trailing garbage earlierPeter Stephenson1-0/+4
2007-11-2824127: bug in matcher specs with left anchor and partial wordsPeter Stephenson2-24/+44
2007-11-2324098: Fix my botch with 23924, rework out new prompts andGeoff Wing1-8/+6
2007-11-19users/12230: fix problem setting killring to zero sizePeter Stephenson1-10/+12
2007-10-1923924: Improve synchronising of character attributes with otherGeoff Wing2-30/+29
2007-10-0323900: Better handling of NO_EQUALS in old completionPeter Stephenson2-1/+8
2007-09-132381x: set vipenultsrchstr to NULL after freeing it to avoid vi-mode history ...Clint Adams1-0/+1
2007-08-3023809: expand $'...' in completion wordPeter Stephenson1-1/+84
2007-08-3023807: fix interactive completion modePeter Stephenson2-0/+12
2007-08-2223794: fix crash completing on "foo$" (quotes significant)Peter Stephenson1-1/+1
2007-08-2223791: use VARARR for MB_CUR_MAXPeter Stephenson1-1/+1
2007-07-2323693: _match completion tried to match the quoted form of filenamesPeter Stephenson1-2/+24
2007-07-0623665: autoloading of module features and related tweaksPeter Stephenson7-39/+41
2007-07-03unposted: force latest version of files from vendor to main branchPeter Stephenson1-2/+6
2007-06-2723670: rationalise some linked list functionsPeter Stephenson2-35/+5
2007-06-2023578: make standard features autoloadable,Peter Stephenson5-7/+5
2007-06-1823562: add KSH_ZERO_SUBSCRIPT option and leave off by defaultPeter Stephenson1-1/+1
2007-05-2923488: tidy up module interface and documentationPeter Stephenson4-6/+7
2007-05-2923482: more typosPeter Stephenson1-1/+1
2007-05-28see 23479: add initial features support for modulesPeter Stephenson9-112/+182
2007-05-2823478: crash in reverse-menu-complete if no completionPeter Stephenson1-0/+3
2007-05-22Phil Pennock: 23450: $widgets crashed shell on undefined widgetPeter Stephenson1-0/+2
2007-05-1323433: fix shift for ZMAXTIMEOUTPeter Stephenson1-1/+1
2007-05-0123363: fake-files now allows patternsPeter Stephenson1-2/+11
2007-04-2723337: fix unmetafication for stat() of files in compctlPeter Stephenson1-1/+6
2007-04-19users/11419: zle copy-region-as-kill <string>Peter Stephenson2-13/+45
2007-04-17users/11421: %{...%} was broken in completion listingsPeter Stephenson1-4/+2
2007-04-15users/11398: vi-goto-mark broken by multibyte supportPeter Stephenson1-0/+2
2007-04-15users/11398: vi-goto-mark broken by multibyte supportPeter Stephenson1-1/+2
2007-04-0223258: fix debugging added in 23248Peter Stephenson1-1/+2
2007-03-30unposted: better fix for complist line wrap from 23248Peter Stephenson1-4/+5
2007-03-2923248: Completion listing problem with lines nearly screen widthPeter Stephenson1-0/+6
2007-03-2823246: fix completions of redirections that occur before the command wordPeter Stephenson1-4/+15
2007-03-19fix output of prompt in single line ZLEPeter Stephenson1-68/+78
2007-02-1323172: typo displaying multiline explanation stringsPeter Stephenson1-1/+2
2007-02-0823159 plus minor doc tweaks: leave BAUD parameter unset by defaultPeter Stephenson1-0/+1
2007-02-06unposted: uninitialised variable could result from 23144Peter Stephenson1-1/+1
2007-02-0223144: Felix Eckhofer <felix@tribut.de>: NULL pointer in complist.cPeter Stephenson1-0/+3
2007-01-26Fixed the error checking of mbrtowc() since its return vlaue can neverWayne Davison1-1/+1
2007-01-21unposted; typoPeter Stephenson1-1/+1
2007-01-2123118: improve sorting to make it work with localesPeter Stephenson3-15/+14