about summary refs log tree commit diff
path: root/Src/Zle
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | tidy up interface to doshfunc()
* 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
| | | | 25269: Frank Terbeck: typo
* 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
| | | | Will one day use multibyte/wide characters, doesn't yet.
* 25051: add colour sequences to formatting strings in completionPeter Stephenson2008-05-162-2/+57
|
* 25006, 25009: fix "or" orphaned symlink highlightingPeter Stephenson2008-05-121-33/+46
| | | | fix ordering of statd versus extension and pattern highlight tests
* 25002: only ZLE should update attributes resulting from prompt expansionPeter Stephenson2008-05-122-10/+12
|
* 24994: fix problem with up/down-line-or-search, perhapsPeter Stephenson2008-05-111-3/+9
|
* 24986: prompt escapes for coloursPeter Stephenson2008-05-091-331/+10
|
* 24959: crash with ^D in compctlPeter Stephenson2008-05-071-6/+6
|
* 24957: better sanity checking of colour rangesPeter Stephenson2008-05-061-4/+31
| | | | always use termcap for numeric ranges where available
* 24953: "default" zle_highlight; fix allocation bug in colour sequencesPeter Stephenson2008-05-061-91/+138
|
* 24951: implement ZLS_COLORS ln=targetPeter Stephenson2008-05-063-30/+73
|
* 24932: try to fix up code that regularizes attributes after right promptPeter Stephenson2008-05-061-18/+33
|
* Locking simplification and signed/unsigned fixes.Wayne Davison2008-05-052-4/+4
|
* Mikael Magnusson: 24911 (slightly tweaked):Peter Stephenson2008-05-041-0/+17
| | | | REGION_ACTIVE zle parameter
* 24915: some more fix-ups for combining charactersPeter Stephenson2008-05-044-29/+78
|
* 24900: add backward-kill-word behaviour to isearchPeter Stephenson2008-05-011-16/+27
| | | | document isearch commands better
* 24899: make colour escape sequences configurablePeter Stephenson2008-05-012-29/+177
| | | | allow ANSI colour names
* 24894: enable colouring of highlighted text in editorPeter Stephenson2008-04-291-48/+166
|
* 24893: duplicate statusline to avoid crashes when constantPeter Stephenson2008-04-291-1/+3
|
* unposted: reset search line on anchored pattern isearchPeter Stephenson2008-04-281-11/+13
|
* unposted: more tweaks for failed isearch pattern matchesPeter Stephenson2008-04-281-1/+2
|
* 24890: Matt Wozniski: reset skip_pos on backtracking in isearchPeter Stephenson2008-04-281-14/+15
|
* 24886: fix endless loop in string isearchPeter Stephenson2008-04-271-1/+1
|
* 24822: highlighting of isearch matchesPeter Stephenson2008-04-262-32/+100
| | | | unposted: not in NEWS that COMBINING_CHARS is not on by default
* unposted: fix position of cursor on forward pattern searchingPeter Stephenson2008-04-261-11/+30
|
* 24881: only feep once on an invalid patternPeter Stephenson2008-04-261-2/+4
|
* feeping on a failed match could be mistimedPeter Stephenson2008-04-261-0/+4
|
* 24879: unpleasantness at the pattern search line duplication test clubPeter Stephenson2008-04-261-3/+16
|
* 24878: add incremental pattern searchesPeter Stephenson2008-04-262-173/+407
|
* unposted: Jun T.: fix backkill() calculation of charaters to killPeter Stephenson2008-04-241-8/+6
|