summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* The debug_pag needs to be visible at all timesJarkko Hietaniemi2001-11-241-0/+6
* Create a per-interpeter debug scratchpad containerJarkko Hietaniemi2001-11-201-5/+5
* Retract #13082 until a better solution is found:Jarkko Hietaniemi2001-11-191-15/+5
* (retracted by #13096)Jarkko Hietaniemi2001-11-181-5/+15
* Signedness nit.Jarkko Hietaniemi2001-11-141-1/+1
* Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* Jeff Pinyan2001-11-141-25/+72
* More UTF-8 EXACT tweaking, plus a forgotten UTF-8 Jarkko Hietaniemi2001-11-061-19/+16
* Implement the encoding pragma for regex literals.Jarkko Hietaniemi2001-11-061-20/+24
* More UTF8 EXACT fixing.Jarkko Hietaniemi2001-11-061-1/+1
* More re debugging.Jarkko Hietaniemi2001-11-061-3/+13
* EXACT correction attempt. Continued in #12863.Jarkko Hietaniemi2001-11-051-2/+2
* Regex debugging fixes from Hugo.Jarkko Hietaniemi2001-11-051-10/+10
* microperl sync.Jarkko Hietaniemi2001-11-021-2/+2
* STRLEN != int.Jarkko Hietaniemi2001-10-251-7/+7
* Dump Unicode better for re 'debug'. The regprop()Jarkko Hietaniemi2001-10-241-40/+81