about summary refs log tree commit diff
path: root/Src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 25262: suspicious error checking in braceless function definitionPeter Stephenson2008-07-011-2/+1
|
* 25259: improve getquery() handling of unhandled charactersPeter Stephenson2008-07-011-15/+29
|
* 25255: add anonymous function capabilityPeter Stephenson2008-06-301-28/+50
|
* 25242: Mikael V prompt test for contents of psvarPeter Stephenson2008-06-241-0/+6
|
* 25167: patch from Petr Salinger to define _GNU_SOURCE (for /dev/ptmx) when ↵Clint Adams2008-06-161-1/+1
| | | | glibc is being used on non-linux platforms.
* 25149: add C_PRECEDENCES option to make arithmetic have C/Perl precedencePeter Stephenson2008-06-123-117/+231
|
* 25145: make sure XTRACE output is redirected with stderrPeter Stephenson2008-06-111-7/+8
|
* Mikael: 25146: export pattern_match_equivalence()Peter Stephenson2008-06-101-1/+3
|
* Mikael: 25143: spelling correctionsPeter Stephenson2008-06-103-3/+5
| | | | | 25144: report supported bases 25139: fix number
* unposted: silence compiler in pattern_match_restrict()Peter Stephenson2008-06-091-1/+1
|
* 25138(? mailing list stuck): rewrite of completion matching.Peter Stephenson2008-06-086-287/+1468
| | | | Will one day use multibyte/wide characters, doesn't yet.
* 25126: reformatting for 25124Clint Adams2008-06-011-3/+2
|
* 25124: work with --(disable|enable)-largefile instead of ↵Clint Adams2008-06-011-1/+2
| | | | --(disable|enable)-lfs, since the latter is no longer functional.
* 25095: thorough modernization of prompt theme systemPeter Stephenson2008-05-171-0/+2
|
* 25057: better debug error on memory failurePeter Stephenson2008-05-172-1/+8
|
* 25055: remove unnecessary debug testPeter Stephenson2008-05-171-1/+0
|
* 25051: add colour sequences to formatting strings in completionPeter Stephenson2008-05-163-5/+58
|
* 25040: zpty should display context information more like evalPeter Stephenson2008-05-153-3/+17
|
* 25025: check radix for integer constants is between 2 and 36 inclusivePeter Stephenson2008-05-143-1/+9
|
* 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-1210-55/+65
|
* 24996: improve xtrace output for patternsPeter Stephenson2008-05-115-18/+90
|
* users/12848: return, break, continue in always block override try blockPeter Stephenson2008-05-111-7/+7
|
* 24994: fix problem with up/down-line-or-search, perhapsPeter Stephenson2008-05-111-3/+9
|
* unposted: fix uninitialised variablePeter Stephenson2008-05-091-1/+1
|
* 24986: prompt escapes for coloursPeter Stephenson2008-05-095-373/+598
|
* unposted: bad argument to zmodload -F error messagePeter Stephenson2008-05-081-1/+1
|
* 24980: zmodload -mFPeter Stephenson2008-05-083-41/+108
|
* 24972: Phil Pennock: zf_* variants of zsh/files builtins plus extra optionsPeter Stephenson2008-05-082-16/+71
|
* 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-062-18/+35
|
* Only call close(flock_fd) if flock_fd is >= 0.Wayne Davison2008-05-051-2/+4
|
* Locking simplification and signed/unsigned fixes.Wayne Davison2008-05-053-98/+59
|
* Mikael Magnusson: 24911 (slightly tweaked):Peter Stephenson2008-05-041-0/+17
| | | | REGION_ACTIVE zle parameter
* 24904 + 24916: be more careful definined _XOPEN_SOURCE_EXTENDED on BSD systemsPeter Stephenson2008-05-041-8/+9
|
* 24915: some more fix-ups for combining charactersPeter Stephenson2008-05-044-29/+78
|
* users/12812: fix hang with confusion over process numbersPeter Stephenson2008-05-023-46/+75
|
* 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
* oopsPeter Stephenson2008-04-291-1/+1
|
* 24894: enable colouring of highlighted text in editorPeter Stephenson2008-04-293-62/+219
|
* 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
|