index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Zle
/
compmatch.c
Age
Commit message (
Expand
)
Author
Files
Lines
2004-02-10
Another fix in sub_match() to avoid allowing a partial-meta match
Wayne Davison
1
-4
/
+9
2004-02-09
Optimized the check for a widowed Meta character.
Wayne Davison
1
-5
/
+7
2004-01-20
19385: NULL dereference in add_match_part
Peter Stephenson
1
-1
/
+1
2004-01-05
19336: Src/Zle/compmatch.c: Bug with metafied characters in length of
Peter Stephenson
1
-1
/
+8
2001-08-08
Silence "might be used uninitialized" warning.
Wayne Davison
1
-1
/
+1
2001-06-27
(only the patch to compmatch.c from the mail); improve merging cline lists co...
Sven Wischnowsky
1
-1
/
+5
2001-04-03
(13892) fixes for fpaths and completion matching
Sven Wischnowsky
1
-2
/
+1
2001-04-02
make `_arguments -S' still complete long options after `--<TAB>'; fix for cur...
Sven Wischnowsky
1
-1
/
+2
2001-03-06
another fix for completion matching, CLF_MISS in the wrong cline struct (13575)
Sven Wischnowsky
1
-0
/
+6
2001-03-05
fix for matching control, try harder to merge separately completed parts to a...
Sven Wischnowsky
1
-2
/
+24
2001-01-25
fix for mergin two CLF_MID entries in cline lists (with two equal prefixes it...
Sven Wischnowsky
1
-1
/
+1
2001-01-15
two more fixes for completion matching and reporting interesting positions (1...
Sven Wischnowsky
1
-4
/
+4
2001-01-12
fix for 13339 (report each position only once) and fixlet for matching: a cas...
Sven Wischnowsky
1
-0
/
+2
2001-01-10
fix cursor positioning with partial-word match specs using `**' (13336)
Sven Wischnowsky
1
-26
/
+35
2000-10-13
two completion matching fixes; wrong (path) prefix matching (removed path com...
Sven Wischnowsky
1
-5
/
+5
2000-10-10
*** empty log message ***
Sven Wischnowsky
1
-3
/
+3
2000-10-10
follow-up to 12930, make it first try exact character matches, but enable it ...
Sven Wischnowsky
1
-7
/
+30
2000-10-09
prefer exact character matches over match specs (so that `nom' can match `nom...
Sven Wischnowsky
1
-1
/
+10
2000-07-19
a bit of security for a VARARR() (12314)
Sven Wischnowsky
1
-1
/
+1
2000-06-19
new match spec characters bBeE, match only word/line not both (11977)
Sven Wischnowsky
1
-3
/
+9
2000-06-16
allow completion after `a{{b,c},'; fix for closing brace re-insertion when co...
Sven Wischnowsky
1
-0
/
+1
2000-06-15
more security in completion matching (11924)
Sven Wischnowsky
1
-2
/
+2
2000-06-13
fixes for calling compfiles, for completing words with special characters; ma...
Sven Wischnowsky
1
-1
/
+1
2000-06-08
more anchor matching fixes (11817)
Sven Wischnowsky
1
-10
/
+11
2000-06-07
try to get the tests for `strings long enough' right in anchor matching code ...
Sven Wischnowsky
1
-2
/
+4
2000-05-29
matching bugs with patterns with two anchors (11634)
Sven Wischnowsky
1
-3
/
+5
2000-05-22
fix for clines in suffix (11496)
Sven Wischnowsky
1
-3
/
+8
2000-05-17
add Felix' completion matching test; some fixes for bugs shown by it (11439)
Sven Wischnowsky
1
-8
/
+12
2000-05-15
fix for suffix-matching; better in-path completion in _path_files (11364)
Sven Wischnowsky
1
-16
/
+24
2000-05-12
fixes for completion matching (11346)
Sven Wischnowsky
1
-2
/
+21
2000-05-08
better cursor positioning in words with multiple ambiguous word parts (11248)
Sven Wischnowsky
1
-2
/
+2
2000-04-28
misplaced cursor with partial-word matching (11007)
Sven Wischnowsky
1
-8
/
+2
2000-04-26
allow to anchor on gaps between strings in matching control specs (10926)
Sven Wischnowsky
1
-23
/
+41
2000-04-26
faster test for `*'-patterns in matching control; prefer direct character mat...
Sven Wischnowsky
1
-4
/
+38
2000-04-26
fix for matching control; improve merging cline lists (10924)
Sven Wischnowsky
1
-9
/
+21
2000-04-18
join_clines() tested the wrong variable (10798)
Sven Wischnowsky
1
-2
/
+2
2000-04-17
fix for partial word completion with empty parts and common suffix (10774)
Sven Wischnowsky
1
-18
/
+48
2000-04-07
cursor placed on wrong word part with ** match spec (10573)
Sven Wischnowsky
1
-0
/
+6
2000-04-03
Recognise new parts in partial word completion
Sven Wischnowsky
1
-2
/
+2
2000-04-01
Updated from list as far as 10376
Peter Stephenson
1
-51
/
+73
1999-11-01
Initial revision
Tanaka Akira
1
-0
/
+1906