Age | Commit message (Expand) | Author | Files | Lines |
2014-10-22 | 33515: suppress parser error messages in comp_match() | Barton E. Schaefer | 1 | -0/+3 |
2011-05-09 | 29165: use term.h globally if needed at all. | Peter Stephenson | 1 | -3/+3 |
2009-01-29 | 26466: suffix in certain matcher modes mishandled pattern | Peter Stephenson | 1 | -7/+10 |
2008-11-18 | 26061: fix clash between process subst and numeric glob | Peter Stephenson | 1 | -2/+1 |
2008-11-15 | 26047: convert lower levels of completion matching to use | Peter Stephenson | 1 | -285/+355 |
2008-10-30 | 25975: bad tests for pattern match when building up a completion line string | Peter Stephenson | 1 | -3/+11 |
2008-10-30 | 25972: leaked and uninitialised memory found by valgrind | Peter Stephenson | 1 | -0/+1 |
2008-10-12 | 25860: avoid possible NULL dereferencing in bld_parts. | Clint Adams | 1 | -1/+2 |
2008-09-10 | 25638: remove unnecessary ternary expression in match_str. | Clint Adams | 1 | -1/+1 |
2008-09-05 | 25612: remove dead code. | Clint Adams | 1 | -5/+2 |
2008-06-10 | Mikael: 25146: export pattern_match_equivalence() | Peter Stephenson | 1 | -1/+3 |
2008-06-09 | unposted: silence compiler in pattern_match_restrict() | Peter Stephenson | 1 | -1/+1 |
2008-06-08 | 25138(? mailing list stuck): rewrite of completion matching. | Peter Stephenson | 1 | -109/+626 |
2008-01-18 | 24406: use deep copy of Cline structure to avoid recursion problem | Peter Stephenson | 1 | -2/+2 |
2007-11-28 | 24127: bug in matcher specs with left anchor and partial words | Peter Stephenson | 1 | -15/+35 |
2007-07-23 | 23693: _match completion tried to match the quoted form of filenames | Peter Stephenson | 1 | -2/+24 |
2006-09-30 | fix thinko in 22787 | Andrey Borzenkov | 1 | -1/+2 |
2006-09-29 | 22787: fix calling convention of pattern_match | Andrey Borzenkov | 1 | -62/+73 |
2006-01-12 | - When mbrtowc() returns -2 when given all the remaining chars in a | Wayne Davison | 1 | -6/+6 |
2006-01-09 | A test for (size_t)-1 needed to check for (size_t)-2 too. | Wayne Davison | 1 | -1/+1 |
2006-01-09 | The return value of mbrtowc() is a size_t (unsigned), so don't | Wayne Davison | 1 | -10/+9 |
2005-10-28 | 21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT; | Peter Stephenson | 1 | -2/+2 |
2005-10-02 | minor tidy-ups | Peter Stephenson | 1 | -0/+84 |
2005-07-06 | 21402: Fix crash with case-insensitive matching. | Peter Stephenson | 1 | -4/+16 |
2004-06-04 | 20002 -- fix for matching spec core dump | Felix Rosencrantz | 1 | -1/+1 |
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 |