about summary refs log tree commit diff
path: root/Src/Zle
Commit message (Expand)AuthorAgeFilesLines
* 26466: suffix in certain matcher modes mishandled patternPeter Stephenson2009-01-291-7/+10
* 26463: Greg Klanderman: add zle-line-finish widgetPeter Stephenson2009-01-283-7/+43
* 26373: initialise variable in menu completion in attempt to prevent crashPeter Stephenson2009-01-201-0/+1
* 26366: add "isearch" keymap and "accept-search" functinoPeter Stephenson2009-01-193-0/+15
* 26393: turn off text attributes in refresh when deleting textPeter Stephenson2009-01-131-9/+10
* Back off 26270 (accept-and-menu-complete).Peter Stephenson2009-01-133-17/+12
* 26270: allow accept-and-menu-complete work with _vallues as wellAndrey Borzenkov2009-01-093-12/+17
* 26247: fix compilation with -Werror=format-securityAndrey Borzenkov2009-01-051-1/+1
* Greg Klanderman: 26159: fix appending of killsPeter Stephenson2009-01-031-1/+1
* 26110: option to allow vared to open to an alternative terminalPeter Stephenson2008-12-091-5/+14
* 26116: didn't get updated properly for combining charactersPeter Stephenson2008-12-071-6/+5
* François Revol: some BeOS fixesPeter Stephenson2008-11-181-1/+3
* 26061: fix clash between process subst and numeric globPeter Stephenson2008-11-181-2/+1
* 26047: convert lower levels of completion matching to usePeter Stephenson2008-11-155-302/+380
* 26030: fix memory leak in varedOliver Kiddle2008-11-121-0/+1
* 26024: don't leave ref count incremented when aborting bindkey with an errorOliver Kiddle2008-11-111-1/+2
* 26027: free pprogc before it goes out of scope in makecomplistflags.Clint Adams2008-11-111-0/+1
* 26025: prefer handling user input to zle -F file descriptorPeter Stephenson2008-11-111-8/+15
* 25989: fix crash in matchingPeter Stephenson2008-11-021-36/+27
* 25975: bad tests for pattern match when building up a completion line stringPeter Stephenson2008-10-301-3/+11
* 25972: leaked and uninitialised memory found by valgrindPeter Stephenson2008-10-302-1/+2
* 25949: remove dead code in getvisrchstr.Clint Adams2008-10-301-6/+2
* 25940: delay !multi memory allocation until after possibility to error out an...Clint Adams2008-10-291-7/+7
* users/13375: trivial rewrite to ternary expressionPeter Stephenson2008-10-231-1/+4
* 25912: fix another metafication bug in completionPeter Stephenson2008-10-181-19/+39
* 25897: remove small bit of dead code in cfp_opt_pats.Clint Adams2008-10-141-2/+2
* 25860: avoid possible NULL dereferencing in bld_parts.Clint Adams2008-10-121-1/+2
* 25859: avoid possible NULL dereferencing if RC_QUOTES is set.Clint Adams2008-10-121-1/+1
* 25744: dynamic named directories and further doshfunc() simplificationPeter Stephenson2008-09-264-5/+5
* 25737: remove dead code in ca_parse_line.Clint Adams2008-09-231-3/+0
* 25736: one more zsfree missing from 25667.Clint Adams2008-09-231-0/+1
* 25723: align combining character when popped from input stackPeter Stephenson2008-09-221-0/+1
* 25690: fix insert-last-word on multibyte characters with MetaPeter Stephenson2008-09-181-5/+3
* 25677: add %x and %I prompt escapes for shell source code debuggingPeter Stephenson2008-09-164-15/+14
* 25667: free mstr before returning from errors.Clint Adams2008-09-141-0/+3
* 25666: free memory allocated for an xor if the argument number is invalid.Clint Adams2008-09-141-0/+2
* 25638: remove unnecessary ternary expression in match_str.Clint Adams2008-09-101-1/+1
* 25636: free s before returning with an error condition.Clint Adams2008-09-081-1/+7
* 25634: free t before returning if both t and errflag are set.Clint Adams2008-09-081-0/+2
* 25612: remove dead code.Clint Adams2008-09-051-5/+2
* 25389: rearrange precedence of ZLS_COLORS alternatives.Bart Schaefer2008-08-061-15/+15
* 25345, 25347: neaten interface from main shell to zlePeter Stephenson2008-07-311-18/+70
* 25236: don't recalculate prompt if not redisplayingPeter Stephenson2008-07-221-1/+1
* 25272: add zshaddhistory hookPeter Stephenson2008-07-171-1/+1
* 25267: ambiguous pattern matching fix: missing logPeter Stephenson2008-07-071-1/+1
* 25267: fix problem with menu on ambiguous completion without matchingPeter Stephenson2008-07-061-0/+39
* 25266: always use EXTENDED_GLOB for patterns in ZLS_COLORSPeter Stephenson2008-07-051-0/+6
* Mikael: 25146: export pattern_match_equivalence()Peter Stephenson2008-06-101-1/+3
* unposted: silence compiler in pattern_match_restrict()Peter Stephenson2008-06-091-1/+1
* 25138(? mailing list stuck): rewrite of completion matching.Peter Stephenson2008-06-084-214/+1043