summaryrefslogtreecommitdiff
path: root/Src/Zle
AgeCommit message (Collapse)AuthorFilesLines
2008-10-23users/13375: trivial rewrite to ternary expressionPeter Stephenson1-1/+4
2008-10-1825912: fix another metafication bug in completionPeter Stephenson1-19/+39
and remove lies about matchers
2008-10-1425897: remove small bit of dead code in cfp_opt_pats.Clint Adams1-2/+2
2008-10-1225860: avoid possible NULL dereferencing in bld_parts.Clint Adams1-1/+2
2008-10-1225859: avoid possible NULL dereferencing if RC_QUOTES is set.Clint Adams1-1/+1
2008-09-2625744: dynamic named directories and further doshfunc() simplificationPeter Stephenson4-5/+5
2008-09-2325737: remove dead code in ca_parse_line.Clint Adams1-3/+0
2008-09-2325736: one more zsfree missing from 25667.Clint Adams1-0/+1
2008-09-2225723: align combining character when popped from input stackPeter Stephenson1-0/+1
2008-09-1825690: fix insert-last-word on multibyte characters with MetaPeter Stephenson1-5/+3
2008-09-1625677: add %x and %I prompt escapes for shell source code debuggingPeter Stephenson4-15/+14
tidy up interface to doshfunc()
2008-09-1425667: free mstr before returning from errors.Clint Adams1-0/+3
2008-09-1425666: free memory allocated for an xor if the argument number is invalid.Clint Adams1-0/+2
2008-09-1025638: remove unnecessary ternary expression in match_str.Clint Adams1-1/+1
2008-09-0825636: free s before returning with an error condition.Clint Adams1-1/+7
2008-09-0825634: free t before returning if both t and errflag are set.Clint Adams1-0/+2
2008-09-0525612: remove dead code.Clint Adams1-5/+2
2008-08-0625389: rearrange precedence of ZLS_COLORS alternatives.Bart Schaefer1-15/+15
2008-07-3125345, 25347: neaten interface from main shell to zlePeter Stephenson1-18/+70
2008-07-2225236: don't recalculate prompt if not redisplayingPeter Stephenson1-1/+1
2008-07-1725272: add zshaddhistory hookPeter Stephenson1-1/+1
2008-07-0725267: ambiguous pattern matching fix: missing logPeter Stephenson1-1/+1
25269: Frank Terbeck: typo
2008-07-0625267: fix problem with menu on ambiguous completion without matchingPeter Stephenson1-0/+39
2008-07-0525266: always use EXTENDED_GLOB for patterns in ZLS_COLORSPeter Stephenson1-0/+6
2008-06-10Mikael: 25146: export pattern_match_equivalence()Peter Stephenson1-1/+3
2008-06-09unposted: silence compiler in pattern_match_restrict()Peter Stephenson1-1/+1
2008-06-0825138(? mailing list stuck): rewrite of completion matching.Peter Stephenson4-214/+1043
Will one day use multibyte/wide characters, doesn't yet.
2008-05-1625051: add colour sequences to formatting strings in completionPeter Stephenson2-2/+57
2008-05-1225006, 25009: fix "or" orphaned symlink highlightingPeter Stephenson1-33/+46
fix ordering of statd versus extension and pattern highlight tests
2008-05-1225002: only ZLE should update attributes resulting from prompt expansionPeter Stephenson2-10/+12
2008-05-1124994: fix problem with up/down-line-or-search, perhapsPeter Stephenson1-3/+9
2008-05-0924986: prompt escapes for coloursPeter Stephenson1-331/+10
2008-05-0724959: crash with ^D in compctlPeter Stephenson1-6/+6
2008-05-0624957: better sanity checking of colour rangesPeter Stephenson1-4/+31
always use termcap for numeric ranges where available
2008-05-0624953: "default" zle_highlight; fix allocation bug in colour sequencesPeter Stephenson1-91/+138
2008-05-0624951: implement ZLS_COLORS ln=targetPeter Stephenson3-30/+73
2008-05-0624932: try to fix up code that regularizes attributes after right promptPeter Stephenson1-18/+33
2008-05-05Locking simplification and signed/unsigned fixes.Wayne Davison2-4/+4
2008-05-04Mikael Magnusson: 24911 (slightly tweaked):Peter Stephenson1-0/+17
REGION_ACTIVE zle parameter
2008-05-0424915: some more fix-ups for combining charactersPeter Stephenson4-29/+78
2008-05-0124900: add backward-kill-word behaviour to isearchPeter Stephenson1-16/+27
document isearch commands better
2008-05-0124899: make colour escape sequences configurablePeter Stephenson2-29/+177
allow ANSI colour names
2008-04-2924894: enable colouring of highlighted text in editorPeter Stephenson1-48/+166
2008-04-2924893: duplicate statusline to avoid crashes when constantPeter Stephenson1-1/+3
2008-04-28unposted: reset search line on anchored pattern isearchPeter Stephenson1-11/+13
2008-04-28unposted: more tweaks for failed isearch pattern matchesPeter Stephenson1-1/+2
2008-04-2824890: Matt Wozniski: reset skip_pos on backtracking in isearchPeter Stephenson1-14/+15
2008-04-2724886: fix endless loop in string isearchPeter Stephenson1-1/+1
2008-04-2624822: highlighting of isearch matchesPeter Stephenson2-32/+100
unposted: not in NEWS that COMBINING_CHARS is not on by default
2008-04-26unposted: fix position of cursor on forward pattern searchingPeter Stephenson1-11/+30