summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* EBCDIC: SHARP S is different.Jarkko Hietaniemi2002-02-051-4/+7
* EBCDIC: it's much nicer to compare Unicode code pointsJarkko Hietaniemi2002-02-031-2/+2
* The Malformed UTF-8 Heisenbug seen by Merijn and NickCJarkko Hietaniemi2002-02-011-1/+1
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-231-1/+1
* Re: lookbehind broken with latest bleedperlHugo van der Sanden2002-01-131-2/+7
* One more sharp s case found by Jeffrey.Jarkko Hietaniemi2002-01-131-2/+14
* Comment tweak.Jarkko Hietaniemi2002-01-131-6/+6
* Sharp S as a special treat for our German UTF-8 testers :-)Jarkko Hietaniemi2002-01-121-6/+23
* Special treatment for U+03B0 and U+0390 in //i,Jarkko Hietaniemi2002-01-121-3/+1
* Unicode lookbehind looked bad.Jarkko Hietaniemi2002-01-121-1/+1
* Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properlyHugo van der Sanden2002-01-091-1/+3
* Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properlyHugo van der Sanden2002-01-091-1/+1
* Re: Weird Malformed warning in bleadperl Andreas König2002-01-091-1/+1
* SANY (. with /s) wasn't happy on Unicode.Jarkko Hietaniemi2002-01-091-1/+9
* A little better comments.Jarkko Hietaniemi2002-01-081-1/+15
* More regex and utf8 debug dumping.Jarkko Hietaniemi2002-01-071-8/+9
* Finish up (ha!) the Unicode case folding;Jarkko Hietaniemi2002-01-051-32/+100
* Ooops. Retract the regex parts of #14090.Jarkko Hietaniemi2002-01-051-61/+21
* [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, tooNicholas Clark2002-01-051-21/+61
* Cast.Jarkko Hietaniemi2002-01-031-9/+9
* Off-by-one is my middle name.Jarkko Hietaniemi2002-01-031-8/+5
* One more iteration of the ibcmp_utf8() interface,Jarkko Hietaniemi2002-01-021-20/+22
* Make ibcmp_utf8() optionally progress in either string forJarkko Hietaniemi2002-01-021-32/+16
* Make ibcmp_utf8() more robust and make regmatch() use it.Jarkko Hietaniemi2002-01-011-97/+21
* Now that to_utf8_fold() was fixed.Jarkko Hietaniemi2002-01-011-4/+2
* Better support for multicharacter foldings.Jarkko Hietaniemi2002-01-011-22/+28
* Unnecessary/Lingering UTF8 flag might mess up caseless matchingJarkko Hietaniemi2002-01-011-4/+8
* Less unused ones.Jarkko Hietaniemi2001-12-311-3/+0
* Add some comments to the recent Unicode case-folding saga.Jarkko Hietaniemi2001-12-311-0/+21
* Delay folding until necessary; start of handlingJarkko Hietaniemi2001-12-311-20/+52
* gcc -Wall dewhine.Jarkko Hietaniemi2001-12-311-8/+8
* More Unicode folding tweaks, avoid potential false matches.Jarkko Hietaniemi2001-12-311-15/+19
* Make that six wrongs.Jarkko Hietaniemi2001-12-301-1/+1
* Four wrongs can make a right.Jarkko Hietaniemi2001-12-301-4/+5
* Fix all the I case foldings as per CaseFold.txt.Jarkko Hietaniemi2001-12-301-2/+3
* Fix all the C(ommon) case foldings as per CaseFold.txt.Jarkko Hietaniemi2001-12-301-6/+13
* More constant casting.Jarkko Hietaniemi2001-12-241-3/+3
* The funky final sigma casefolding.Jarkko Hietaniemi2001-12-231-2/+7
* Even more \X fixing.Jarkko Hietaniemi2001-12-231-1/+3
* More \X fixing.Jarkko Hietaniemi2001-12-231-9/+12
* Small tweaks.Jarkko Hietaniemi2001-12-221-5/+13
* Unicode casefolding continues.Jarkko Hietaniemi2001-12-221-25/+84
* More Unicode casing fixes.Jarkko Hietaniemi2001-12-221-2/+4
* Unicode casefolding fixes.Jarkko Hietaniemi2001-12-221-2/+5
* Unadorned numbers evil.Jarkko Hietaniemi2001-12-131-8/+8
* It could be possible for the case-insensitiveJarkko Hietaniemi2001-12-131-2/+4
* Re: [PATCH: bleadperl] casefold backrefJeff Pinyan2001-12-061-4/+4
* casefold backrefHugo van der Sanden2001-12-061-3/+3
* Add a note about folding vs lowercase.Jarkko Hietaniemi2001-11-301-0/+8
* Fix for "a\x{100}" =~ /A/i.Jarkko Hietaniemi2001-11-281-2/+5