summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2008-06-1225149: add C_PRECEDENCES option to make arithmetic have C/Perl precedencePeter Stephenson3-117/+231
2008-06-1125145: make sure XTRACE output is redirected with stderrPeter Stephenson1-7/+8
2008-06-10Mikael: 25146: export pattern_match_equivalence()Peter Stephenson1-1/+3
2008-06-10Mikael: 25143: spelling correctionsPeter Stephenson3-3/+5
25144: report supported bases 25139: fix number
2008-06-09unposted: silence compiler in pattern_match_restrict()Peter Stephenson1-1/+1
2008-06-0825138(? mailing list stuck): rewrite of completion matching.Peter Stephenson6-287/+1468
Will one day use multibyte/wide characters, doesn't yet.
2008-06-0125126: reformatting for 25124Clint Adams1-3/+2
2008-06-0125124: work with --(disable|enable)-largefile instead of ↵Clint Adams1-1/+2
--(disable|enable)-lfs, since the latter is no longer functional.
2008-05-1725095: thorough modernization of prompt theme systemPeter Stephenson1-0/+2
2008-05-1725057: better debug error on memory failurePeter Stephenson2-1/+8
2008-05-1725055: remove unnecessary debug testPeter Stephenson1-1/+0
2008-05-1625051: add colour sequences to formatting strings in completionPeter Stephenson3-5/+58
2008-05-1525040: zpty should display context information more like evalPeter Stephenson3-3/+17
2008-05-1425025: check radix for integer constants is between 2 and 36 inclusivePeter Stephenson3-1/+9
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 Stephenson10-55/+65
2008-05-1124996: improve xtrace output for patternsPeter Stephenson5-18/+90
2008-05-11users/12848: return, break, continue in always block override try blockPeter Stephenson1-7/+7
2008-05-1124994: fix problem with up/down-line-or-search, perhapsPeter Stephenson1-3/+9
2008-05-09unposted: fix uninitialised variablePeter Stephenson1-1/+1
2008-05-0924986: prompt escapes for coloursPeter Stephenson5-373/+598
2008-05-08unposted: bad argument to zmodload -F error messagePeter Stephenson1-1/+1
2008-05-0824980: zmodload -mFPeter Stephenson3-41/+108
2008-05-0824972: Phil Pennock: zf_* variants of zsh/files builtins plus extra optionsPeter Stephenson2-16/+71
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 Stephenson2-18/+35
2008-05-05Only call close(flock_fd) if flock_fd is >= 0.Wayne Davison1-2/+4
2008-05-05Locking simplification and signed/unsigned fixes.Wayne Davison3-98/+59
2008-05-04Mikael Magnusson: 24911 (slightly tweaked):Peter Stephenson1-0/+17
REGION_ACTIVE zle parameter
2008-05-0424904 + 24916: be more careful definined _XOPEN_SOURCE_EXTENDED on BSD systemsPeter Stephenson1-8/+9
2008-05-0424915: some more fix-ups for combining charactersPeter Stephenson4-29/+78
2008-05-02users/12812: fix hang with confusion over process numbersPeter Stephenson3-46/+75
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-29oopsPeter Stephenson1-1/+1
2008-04-2924894: enable colouring of highlighted text in editorPeter Stephenson3-62/+219
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-2824887: geoff: typoPeter Stephenson1-1/+1
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 Stephenson2-11/+40
2008-04-2624881: only feep once on an invalid patternPeter Stephenson1-2/+4
2008-04-26feeping on a failed match could be mistimedPeter Stephenson1-0/+4
2008-04-2624879: unpleasantness at the pattern search line duplication test clubPeter Stephenson1-3/+16