Fix up Larry's copyright statements to my best knowledge.
[p5sagit/p5-mst-13.2.git] / regexec.c
2003-04-16 Jarkko Hietaniemi Fix up Larry's copyright statements to my best knowledge.
2003-04-14 Inaba Hiroto Re: Parse::RecDescent triggers infinete loop in perl5...
2003-03-09 Jarkko Hietaniemi From Inaba Hiroto: re_intuit_start set a value to
2003-03-02 Hugo van der Sanden Update all copyrights to 2003, from Jarkko
2003-02-26 Adrian M. Enache Re: [perl #20683] [fix] Better Patch
2003-02-16 Nicholas Clark COW regexps:
2003-02-05 Jarkko Hietaniemi s/S_cache_re/cache_re/ for building with threads.
2003-02-04 Jarkko Hietaniemi Fix "[perl #20667] unicode regex vs non-unicode regex".
2003-02-02 Rafael Garcia-Suarez [perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
2003-01-31 Jarkko Hietaniemi Go even further (back) than change #18608 and revert
2003-01-31 Adrian M. Enache [FIX] Re: UTF-8 failures (surprise!)
2003-01-21 Hugo van der Sanden Re: [perl #17757] s///g fails when using English ...
2003-01-21 Hugo van der Sanden integrate #18349 from maint-5.8:
2002-12-23 Richard Kandarian [perl #18544] Patch included to fix problem.
2002-12-12 Rafael Garcia-Suarez Integrate from maint-5.8 : changes 18290-1, 18293-5...
2002-11-04 Hugo van der Sanden Re: [perl #17064] illegal legal unicode character
2002-10-22 Dave Mitchell PL_curpad == AvARRAY(PL_comppad) always
2002-10-01 Yitzchak Scott-Tho... Re: sv_2pv_flags and ROK and UTF8 flags
2002-08-26 (Randal L. Schwartz) fix for:
2002-07-15 Hugo van der Sanden Re: Regexp causes coredump
2002-07-10 Jarkko Hietaniemi Retract #17375: contrary to intention, it was actually
2002-07-01 Hugo van der Sanden Re: [ID 20020630.002] utf8 regex only matches 32k
2002-06-28 Jarkko Hietaniemi (retracted by #17467)
2002-06-27 Jarkko Hietaniemi Inlining to avoid costly UTF-8 calls.
2002-06-27 Jarkko Hietaniemi Shave off some more of the Unicode regex slowness.
2002-06-27 Jarkko Hietaniemi Cure some of the slowness of
2002-06-26 Hugo van der Sanden Re: Another Unicode s/// buglet?
2002-04-23 Gurusamy Sarathy fix a typo
2002-04-23 Jarkko Hietaniemi Pointer to UV casting.
2002-04-21 Gurusamy Sarathy squelch some more type mismatch warnings
2002-04-21 Gurusamy Sarathy fixes for all the warnings reported by Visual C (most...
2002-04-03 Nikola Knezevic regexec.c
2002-04-02 Jarkko Hietaniemi What started as a small nit (the charnames test, nit...
2002-04-01 Jarkko Hietaniemi Comment tweak from Hugo.
2002-04-01 Jarkko Hietaniemi Another UTF-8 locale tweak from Hugo.
2002-04-01 Jarkko Hietaniemi Regex fix from Hugo: in UTF-8 locales the character
2002-03-27 Jarkko Hietaniemi Further fixing for #15549. Six tests are failing
2002-03-27 Jarkko Hietaniemi Possible fix for "Orks, Dragons, and Elves":
2002-03-21 Nick Ing-Simmons Integrate mainline (Win2k/MinGW all ok except threads...
2002-03-20 Jarkko Hietaniemi Fix for "UTF-8 bug with s///" from Hugo.
2002-03-19 Jarkko Hietaniemi UTF-8 walk errors that become visible in EBCDIC.
2002-03-19 Jarkko Hietaniemi s/regcinclasslen/reginclass/ and remove the old
2002-03-18 Jarkko Hietaniemi Make regex DEBUGGING faster.
2002-03-17 Jarkko Hietaniemi Simple speed gainback (as it was in 5.6): for non-Unicode
2002-03-17 Andreas König SEGV in s/// and UTF-8
2002-03-11 Paul Marquess more warnings tidyup
2002-02-28 Jarkko Hietaniemi PL_bostr was pointing to the wrong string
2002-02-27 Jarkko Hietaniemi Signedness nit.
2002-02-24 Jarkko Hietaniemi Tiny code cleanup.
2002-02-24 Jarkko Hietaniemi EBCDIC tweak (native instead of uni) and comment update.
2002-02-18 Nick Ing-Simmons Integrate mainline
2002-02-17 Jarkko Hietaniemi The #14715 and #14716 were okay: they just revealed
2002-02-05 Nick Ing-Simmons Integrate mainline
2002-02-05 Jarkko Hietaniemi EBCDIC: SHARP S is different.
2002-02-03 Jarkko Hietaniemi EBCDIC: it's much nicer to compare Unicode code points
2002-02-01 Nick Ing-Simmons Integrate mainline
2002-02-01 Jarkko Hietaniemi The Malformed UTF-8 Heisenbug seen by Merijn and NickC
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-23 Jarkko Hietaniemi Copyright++. (Not all the toplevel *.h have one, it...
2002-01-13 Hugo van der Sanden Re: lookbehind broken with latest bleedperl
2002-01-13 Jarkko Hietaniemi One more sharp s case found by Jeffrey.
2002-01-13 Jarkko Hietaniemi Comment tweak.
2002-01-12 Jarkko Hietaniemi Sharp S as a special treat for our German UTF-8 testers :-)
2002-01-12 Jarkko Hietaniemi Special treatment for U+03B0 and U+0390 in //i,
2002-01-12 Jarkko Hietaniemi Unicode lookbehind looked bad.
2002-01-09 Hugo van der Sanden Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtrackin...
2002-01-09 Hugo van der Sanden Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtrackin...
2002-01-09 Andreas König Re: Weird Malformed warning in bleadperl
2002-01-09 Jarkko Hietaniemi SANY (. with /s) wasn't happy on Unicode.
2002-01-08 Jarkko Hietaniemi A little better comments.
2002-01-07 Jarkko Hietaniemi More regex and utf8 debug dumping.
2002-01-05 Jarkko Hietaniemi Finish up (ha!) the Unicode case folding;
2002-01-05 Jarkko Hietaniemi Ooops. Retract the regex parts of #14090.
2002-01-05 Nicholas Clark [REPATCH] Re: [PATCH] Re: socketpair blip on unicos...
2002-01-03 Jarkko Hietaniemi Cast.
2002-01-03 Jarkko Hietaniemi Off-by-one is my middle name.
2002-01-02 Jarkko Hietaniemi One more iteration of the ibcmp_utf8() interface,
2002-01-02 Jarkko Hietaniemi Make ibcmp_utf8() optionally progress in either string for
2002-01-01 Jarkko Hietaniemi Make ibcmp_utf8() more robust and make regmatch() use it.
2002-01-01 Jarkko Hietaniemi Now that to_utf8_fold() was fixed.
2002-01-01 Jarkko Hietaniemi Better support for multicharacter foldings.
2002-01-01 Jarkko Hietaniemi Unnecessary/Lingering UTF8 flag might mess up caseless...
2001-12-31 Jarkko Hietaniemi Less unused ones.
2001-12-31 Jarkko Hietaniemi Add some comments to the recent Unicode case-folding...
2001-12-31 Jarkko Hietaniemi Delay folding until necessary; start of handling
2001-12-31 Jarkko Hietaniemi gcc -Wall dewhine.
2001-12-31 Jarkko Hietaniemi More Unicode folding tweaks, avoid potential false...
2001-12-30 Jarkko Hietaniemi Make that six wrongs.
2001-12-30 Jarkko Hietaniemi Four wrongs can make a right.
2001-12-30 Jarkko Hietaniemi Fix all the I case foldings as per CaseFold.txt.
2001-12-30 Jarkko Hietaniemi Fix all the C(ommon) case foldings as per CaseFold...
2001-12-24 Jarkko Hietaniemi More constant casting.
2001-12-23 Jarkko Hietaniemi The funky final sigma casefolding.
2001-12-23 Jarkko Hietaniemi Even more \X fixing.
2001-12-23 Jarkko Hietaniemi More \X fixing.
2001-12-22 Jarkko Hietaniemi Small tweaks.
2001-12-22 Jarkko Hietaniemi Unicode casefolding continues.
2001-12-22 Jarkko Hietaniemi More Unicode casing fixes.
2001-12-22 Jarkko Hietaniemi Unicode casefolding fixes.
2001-12-13 Jarkko Hietaniemi Unadorned numbers evil.
next