summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* fix a typoGurusamy Sarathy2002-04-231-1/+1
* Pointer to UV casting.Jarkko Hietaniemi2002-04-231-1/+1
* squelch some more type mismatch warningsGurusamy Sarathy2002-04-211-2/+2
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-27/+27
* regexec.cNikola Knezevic2002-04-031-1/+1
* What started as a small nit (the charnames test, nit foundJarkko Hietaniemi2002-04-021-17/+51
* Comment tweak from Hugo.Jarkko Hietaniemi2002-04-011-2/+2
* Another UTF-8 locale tweak from Hugo.Jarkko Hietaniemi2002-04-011-1/+1
* Regex fix from Hugo: in UTF-8 locales the characterJarkko Hietaniemi2002-04-011-8/+11
* Further fixing for #15549. Six tests are failingJarkko Hietaniemi2002-03-271-12/+6
* Possible fix for "Orks, Dragons, and Elves":Jarkko Hietaniemi2002-03-271-6/+10
* Fix for "UTF-8 bug with s///" from Hugo.Jarkko Hietaniemi2002-03-201-97/+211
* UTF-8 walk errors that become visible in EBCDIC.Jarkko Hietaniemi2002-03-191-3/+3
* s/regcinclasslen/reginclass/ and remove the oldJarkko Hietaniemi2002-03-191-20/+6
* Make regex DEBUGGING faster.Jarkko Hietaniemi2002-03-181-6/+0
* Simple speed gainback (as it was in 5.6): for non-UnicodeJarkko Hietaniemi2002-03-171-7/+11
* SEGV in s/// and UTF-8Andreas König2002-03-171-1/+1
* more warnings tidyupPaul Marquess2002-03-111-2/+2
* PL_bostr was pointing to the wrong stringJarkko Hietaniemi2002-02-281-1/+1
* Signedness nit.Jarkko Hietaniemi2002-02-271-1/+1
* Tiny code cleanup.Jarkko Hietaniemi2002-02-241-8/+3
* EBCDIC tweak (native instead of uni) and comment update.Jarkko Hietaniemi2002-02-241-5/+6
* The #14715 and #14716 were okay: they just revealedJarkko Hietaniemi2002-02-171-2/+2
* 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