summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Collapse)AuthorAgeFilesLines
* PL_bostr was pointing to the wrong stringJarkko Hietaniemi2002-02-281-1/+1
| | | | | | | (a string left around from the loading of the Unicode \w) "UTF-8 panic, blocks, coredumps, etc. in debugger with \w and m//g" http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01267.html p4raw-id: //depot/perl@14914
* Signedness nit.Jarkko Hietaniemi2002-02-271-1/+1
| | | p4raw-id: //depot/perl@14896
* Tiny code cleanup.Jarkko Hietaniemi2002-02-241-8/+3
| | | p4raw-id: //depot/perl@14856
* EBCDIC tweak (native instead of uni) and comment update.Jarkko Hietaniemi2002-02-241-5/+6
| | | p4raw-id: //depot/perl@14852
* The #14715 and #14716 were okay: they just revealedJarkko Hietaniemi2002-02-171-2/+2
| | | | | a bug in the EXACTF matching. p4raw-id: //depot/perl@14724
* EBCDIC: SHARP S is different.Jarkko Hietaniemi2002-02-051-4/+7
| | | p4raw-id: //depot/perl@14561
* EBCDIC: it's much nicer to compare Unicode code pointsJarkko Hietaniemi2002-02-031-2/+2
| | | | | to Unicode code points. p4raw-id: //depot/perl@14535
* The Malformed UTF-8 Heisenbug seen by Merijn and NickCJarkko Hietaniemi2002-02-011-1/+1
| | | | | | | I got it in Tru64 + ithreads but only without -g, took some debugging by printf (which was no fun either since adding some debug printfs hid the error) p4raw-id: //depot/perl@14511
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-231-1/+1
| | | p4raw-id: //depot/perl@14391
* Re: lookbehind broken with latest bleedperlHugo van der Sanden2002-01-131-2/+7
| | | | | Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk> p4raw-id: //depot/perl@14240
* One more sharp s case found by Jeffrey.Jarkko Hietaniemi2002-01-131-2/+14
| | | p4raw-id: //depot/perl@14230
* Comment tweak.Jarkko Hietaniemi2002-01-131-6/+6
| | | p4raw-id: //depot/perl@14229
* Sharp S as a special treat for our German UTF-8 testers :-)Jarkko Hietaniemi2002-01-121-6/+23
| | | p4raw-id: //depot/perl@14222
* Special treatment for U+03B0 and U+0390 in //i,Jarkko Hietaniemi2002-01-121-3/+1
| | | | | | this means that we can remove the minlen pessimisations introduced by the #14096. p4raw-id: //depot/perl@14219
* Unicode lookbehind looked bad.Jarkko Hietaniemi2002-01-121-1/+1
| | | p4raw-id: //depot/perl@14205
* Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properlyHugo van der Sanden2002-01-091-1/+3
| | | | | Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk> p4raw-id: //depot/perl@14157
* Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properlyHugo van der Sanden2002-01-091-1/+1
| | | | | Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk> p4raw-id: //depot/perl@14149
* Re: Weird Malformed warning in bleadperl Andreas König2002-01-091-1/+1
| | | | | Message-ID: <m3itabbzoq.fsf@anima.de> p4raw-id: //depot/perl@14148
* SANY (. with /s) wasn't happy on Unicode.Jarkko Hietaniemi2002-01-091-1/+9
| | | p4raw-id: //depot/perl@14143
* A little better comments.Jarkko Hietaniemi2002-01-081-1/+15
| | | p4raw-id: //depot/perl@14130
* More regex and utf8 debug dumping.Jarkko Hietaniemi2002-01-071-8/+9
| | | p4raw-id: //depot/perl@14114
* Finish up (ha!) the Unicode case folding;Jarkko Hietaniemi2002-01-051-32/+100
| | | | | enhance regex dumping code. p4raw-id: //depot/perl@14096
* Ooops. Retract the regex parts of #14090.Jarkko Hietaniemi2002-01-051-61/+21
| | | p4raw-id: //depot/perl@14091
* [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, tooNicholas Clark2002-01-051-21/+61
| | | | | Message-ID: <20020105181013.I300@Bagpuss.unfortu.net> p4raw-id: //depot/perl@14090
* Cast.Jarkko Hietaniemi2002-01-031-9/+9
| | | p4raw-id: //depot/perl@14037
* Off-by-one is my middle name.Jarkko Hietaniemi2002-01-031-8/+5
| | | p4raw-id: //depot/perl@14031
* One more iteration of the ibcmp_utf8() interface,Jarkko Hietaniemi2002-01-021-20/+22
| | | | | hopefully this is a convergent iteration... p4raw-id: //depot/perl@14014
* Make ibcmp_utf8() optionally progress in either string forJarkko Hietaniemi2002-01-021-32/+16
| | | | | as long as it takes and optionally record how far it got. p4raw-id: //depot/perl@14010
* Make ibcmp_utf8() more robust and make regmatch() use it.Jarkko Hietaniemi2002-01-011-97/+21
| | | p4raw-id: //depot/perl@14005
* Now that to_utf8_fold() was fixed.Jarkko Hietaniemi2002-01-011-4/+2
| | | p4raw-id: //depot/perl@14004
* Better support for multicharacter foldings.Jarkko Hietaniemi2002-01-011-22/+28
| | | | | | | Now all but two of the CaseFold.txt cases work-- but only when the target string is single-character, more debugging needed. p4raw-id: //depot/perl@14001
* Unnecessary/Lingering UTF8 flag might mess up caseless matchingJarkko Hietaniemi2002-01-011-4/+8
| | | | | (found by Jeffrey Friedl) p4raw-id: //depot/perl@13992
* Less unused ones.Jarkko Hietaniemi2001-12-311-3/+0
| | | p4raw-id: //depot/perl@13989
* Add some comments to the recent Unicode case-folding saga.Jarkko Hietaniemi2001-12-311-0/+21
| | | p4raw-id: //depot/perl@13985
* Delay folding until necessary; start of handlingJarkko Hietaniemi2001-12-311-20/+52
| | | | | folding into several characters. p4raw-id: //depot/perl@13969
* gcc -Wall dewhine.Jarkko Hietaniemi2001-12-311-8/+8
| | | p4raw-id: //depot/perl@13968
* More Unicode folding tweaks, avoid potential false matches.Jarkko Hietaniemi2001-12-311-15/+19
| | | p4raw-id: //depot/perl@13967
* Make that six wrongs.Jarkko Hietaniemi2001-12-301-1/+1
| | | p4raw-id: //depot/perl@13966
* Four wrongs can make a right.Jarkko Hietaniemi2001-12-301-4/+5
| | | p4raw-id: //depot/perl@13965
* Fix all the I case foldings as per CaseFold.txt.Jarkko Hietaniemi2001-12-301-2/+3
| | | p4raw-id: //depot/perl@13964
* Fix all the C(ommon) case foldings as per CaseFold.txt.Jarkko Hietaniemi2001-12-301-6/+13
| | | p4raw-id: //depot/perl@13963
* More constant casting.Jarkko Hietaniemi2001-12-241-3/+3
| | | p4raw-id: //depot/perl@13876
* The funky final sigma casefolding.Jarkko Hietaniemi2001-12-231-2/+7
| | | p4raw-id: //depot/perl@13866
* Even more \X fixing.Jarkko Hietaniemi2001-12-231-1/+3
| | | p4raw-id: //depot/perl@13861
* More \X fixing.Jarkko Hietaniemi2001-12-231-9/+12
| | | p4raw-id: //depot/perl@13860
* Small tweaks.Jarkko Hietaniemi2001-12-221-5/+13
| | | p4raw-id: //depot/perl@13856
* Unicode casefolding continues.Jarkko Hietaniemi2001-12-221-25/+84
| | | | | (lib/encoding.t still failing.) p4raw-id: //depot/perl@13855
* More Unicode casing fixes.Jarkko Hietaniemi2001-12-221-2/+4
| | | p4raw-id: //depot/perl@13844
* Unicode casefolding fixes.Jarkko Hietaniemi2001-12-221-2/+5
| | | p4raw-id: //depot/perl@13843
* Unadorned numbers evil.Jarkko Hietaniemi2001-12-131-8/+8
| | | p4raw-id: //depot/perl@13672