about summary refs log tree commit diff
path: root/Src/pattern.c
Commit message (Expand)AuthorAgeFilesLines
* users/12087: fix globbing problem on CygwinPeter Stephenson2007-10-231-1/+20
* add (#cN,M) globbing flagPeter Stephenson2007-07-271-8/+136
* 22572: use of (#m) was broken with pure stringsPeter Stephenson2006-08-011-0/+26
* 22557: turn on multibyte option by defaultPeter Stephenson2006-07-251-2/+2
* fix typos in 22556Peter Stephenson2006-07-251-1/+1
* 22556: Multibyte separators and delimitersPeter Stephenson2006-07-241-41/+58
* 22525: lengths and cases of multibyte strings in parameters and historyPeter Stephenson2006-06-281-11/+8
* Got rid of several compiler warnings about signed/unsigned problems byWayne Davison2006-05-311-14/+19
* 22432: bug with backtracking over repeated single parameterhsPeter Stephenson2006-04-251-15/+19
* 22429: fix bug with pure string matchingPeter Stephenson2006-04-251-1/+1
* 22409: fix --disable-multibyte patternsPeter Stephenson2006-04-091-5/+4
* 22408: support for multibyte characters in patternsPeter Stephenson2006-04-091-390/+521
* 21862/21863: GLOB_SUBST shouldn't swallow up backslashes in parameterPeter Stephenson2005-10-111-3/+10
* 21736: improve tests for word and identifier characters with multibyte inputPeter Stephenson2005-09-201-0/+4
* Add [[:IFS:]] etc. tests.Peter Stephenson2005-05-091-2/+30
* 21194: fix handling of zero-length quoted test strings for patternsPeter Stephenson2005-04-261-1/+3
* Optimise length calculations for ${...//.../...}Peter Stephenson2005-04-241-11/+16
* 20568: debug test in pattern.c was out of datePeter Stephenson2004-11-191-1/+1
* 20513: fix tests of zero-length patternsPeter Stephenson2004-10-221-1/+14
* 20500: Unmetafy patterns where possible and other minor pattern fixesPeter Stephenson2004-10-181-189/+484
* 20490: Don't assume null termination for test string in pattern matching.Peter Stephenson2004-10-151-104/+231
* 20412, tweaked: Make test builtin more POSIX compatiblePeter Stephenson2004-10-051-13/+44
* Silenced two signed/unsigned comparison compiler warnings.Wayne Davison2004-05-281-2/+2
* 19554: make nocaseglob more efficient on CygwinPeter Stephenson2004-03-081-1/+10
* zsh-users/7121: NO_CASE_GLOB option for case-insensitive globbingPeter Stephenson2004-03-061-1/+4
* 19269: 8-bit characters in character classesPeter Stephenson2003-12-031-1/+1
* a la 19209: zcalloc -> zshcallocPeter Stephenson2003-10-291-5/+5
* 18600: bug matching against [[:xdigit:]]Peter Stephenson2003-06-031-0/+1
* 17994: Globbing flags with no effect could hang the shellPeter Stephenson2002-12-101-1/+4
* 17503: fix various typos and spelling mistakes in source code commentsOliver Kiddle2002-08-051-5/+5
* 16486: Doc/Zsh/expn.yo, Src/glob.c, Src/pattern.c: supportPeter Stephenson2002-01-221-84/+95
* 15765: introduce [:ascii:] classClint Adams2001-09-091-12/+19
* ?## fix from 13497 and site name change from GeoffPeter Stephenson2001-02-181-2/+8
* Wayne: pattern.c unitialised varPeter Stephenson2000-05-311-2/+1
* 11587: Felix Rosencrantz: Src/pattern.c: uninitialised variablePeter Stephenson2000-05-261-1/+1
* 10971: **/... always globbed dotsPeter Stephenson2000-04-271-0/+2
* 10756: fix (#s) and (#e) for parameter substitution formsPeter Stephenson2000-04-141-2/+13
* 10547: (#s) and (#e) pattern assertionsPeter Stephenson2000-04-061-26/+65
* 10444: Src/lex.c, Src/pattern.c: Insist on proper syntaxAndrew Main2000-04-041-8/+7
* Updated from list as far as 10376Peter Stephenson2000-04-011-460/+656
* Initial revisionTanaka Akira1999-08-061-0/+2284