index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
pattern.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-08
users/19059 based on users/19058: remove ineffiency with multiple * matches
Peter Stephenson
1
-0
/
+10
2014-03-20
32500: handle interrupts during pattern matching
Barton E. Schaefer
1
-1
/
+7
2013-12-16
32136: fix problem with kshglob.
Peter Stephenson
1
-4
/
+10
2013-11-06
unposted: updates for 4.0.2-test-1.
Peter Stephenson
1
-2
/
+2
2013-10-24
31877: fix behaviour of disable -p with parentheses
Peter Stephenson
1
-18
/
+26
2013-10-11
31805: Add $patchars and $dis_patchars to zsh/parameter module
Mikael Magnusson
1
-1
/
+2
2013-09-23
31764: Dewreakify havoc caused by pattern disables on glob qualifiers.
Peter Stephenson
1
-1
/
+2
2013-06-13
31465: fix basic completion and globbing uses of disabled patterns
Peter Stephenson
1
-0
/
+75
2013-06-13
31444: Basic code for enable/disable -p
Peter Stephenson
1
-0
/
+167
2013-06-01
31441: use array to decide which forms of pattern are enabled
Peter Stephenson
1
-81
/
+127
2013-03-19
31158: following a wildcard with a repetition produces a bad pattern error
Bart Schaefer
1
-1
/
+1
2010-01-21
users/14723: invalid converted characters should never match valid ones
Peter Stephenson
1
-7
/
+20
2009-05-29
27021: fix length of saved glob flags in pattern matching
Peter Stephenson
1
-5
/
+6
2008-11-15
26047: convert lower levels of completion matching to use
Peter Stephenson
1
-8
/
+12
2008-10-11
25845: fix pattern but with backslashed and metafied charaters
Peter Stephenson
1
-1
/
+7
2008-06-08
25138(? mailing list stuck): rewrite of completion matching.
Peter Stephenson
1
-73
/
+383
2008-05-17
25055: remove unnecessary debug test
Peter Stephenson
1
-1
/
+0
2008-04-26
unposted: fix position of cursor on forward pattern searching
Peter Stephenson
1
-0
/
+10
2008-04-26
24878: add incremental pattern searches
Peter Stephenson
1
-0
/
+2
2008-03-30
24708: Misc/globtests, Src/pattern.c, Test/D02glob.ztst:
Peter Stephenson
1
-0
/
+2
2008-03-25
fix optimisation of string matching with multibyte mode
Peter Stephenson
1
-1
/
+1
2007-10-23
users/12087: fix globbing problem on Cygwin
Peter Stephenson
1
-1
/
+20
2007-07-27
add (#cN,M) globbing flag
Peter Stephenson
1
-8
/
+136
2006-08-01
22572: use of (#m) was broken with pure strings
Peter Stephenson
1
-0
/
+26
2006-07-25
22557: turn on multibyte option by default
Peter Stephenson
1
-2
/
+2
2006-07-25
fix typos in 22556
Peter Stephenson
1
-1
/
+1
2006-07-24
22556: Multibyte separators and delimiters
Peter Stephenson
1
-41
/
+58
2006-06-28
22525: lengths and cases of multibyte strings in parameters and history
Peter Stephenson
1
-11
/
+8
2006-05-31
Got rid of several compiler warnings about signed/unsigned problems by
Wayne Davison
1
-14
/
+19
2006-04-25
22432: bug with backtracking over repeated single parameterhs
Peter Stephenson
1
-15
/
+19
2006-04-25
22429: fix bug with pure string matching
Peter Stephenson
1
-1
/
+1
2006-04-09
22409: fix --disable-multibyte patterns
Peter Stephenson
1
-5
/
+4
2006-04-09
22408: support for multibyte characters in patterns
Peter Stephenson
1
-390
/
+521
2005-10-11
21862/21863: GLOB_SUBST shouldn't swallow up backslashes in parameter
Peter Stephenson
1
-3
/
+10
2005-09-20
21736: improve tests for word and identifier characters with multibyte input
Peter Stephenson
1
-0
/
+4
2005-05-09
Add [[:IFS:]] etc. tests.
Peter Stephenson
1
-2
/
+30
2005-04-26
21194: fix handling of zero-length quoted test strings for patterns
Peter Stephenson
1
-1
/
+3
2005-04-24
Optimise length calculations for ${...//.../...}
Peter Stephenson
1
-11
/
+16
2004-11-19
20568: debug test in pattern.c was out of date
Peter Stephenson
1
-1
/
+1
2004-10-22
20513: fix tests of zero-length patterns
Peter Stephenson
1
-1
/
+14
2004-10-18
20500: Unmetafy patterns where possible and other minor pattern fixes
Peter Stephenson
1
-189
/
+484
2004-10-15
20490: Don't assume null termination for test string in pattern matching.
Peter Stephenson
1
-104
/
+231
2004-10-05
20412, tweaked: Make test builtin more POSIX compatible
Peter Stephenson
1
-13
/
+44
2004-05-28
Silenced two signed/unsigned comparison compiler warnings.
Wayne Davison
1
-2
/
+2
2004-03-08
19554: make nocaseglob more efficient on Cygwin
Peter Stephenson
1
-1
/
+10
2004-03-06
zsh-users/7121: NO_CASE_GLOB option for case-insensitive globbing
Peter Stephenson
1
-1
/
+4
2003-12-03
19269: 8-bit characters in character classes
Peter Stephenson
1
-1
/
+1
2003-10-29
a la 19209: zcalloc -> zshcalloc
Peter Stephenson
1
-5
/
+5
2003-06-03
18600: bug matching against [[:xdigit:]]
Peter Stephenson
1
-0
/
+1
2002-12-10
17994: Globbing flags with no effect could hang the shell
Peter Stephenson
1
-1
/
+4
[next]