This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate:
[perl5.git] / regexec.c
2003-08-11 Jarkko HietaniemiIntegrate:
2003-08-08 Nick Ing-SimmonsIntegrate:
2003-08-08 Jarkko HietaniemiIntegrate:
2003-08-07 Jarkko HietaniemiIntegrate:
2003-08-02 Jarkko HietaniemiIntegrate:
2003-07-31 Jarkko HietaniemiIntegrate:
2003-06-19 Jarkko HietaniemiIntegrate:
2003-05-07 Jarkko HietaniemiIntegrate:
2003-05-04 Jarkko HietaniemiIntegrate:
2003-04-17 Jarkko HietaniemiIntegrate:
2003-04-15 Jarkko HietaniemiRevert #19031 now that #19210 fixed the bug (#17757).
2003-03-19 Rafael Garcia-SuarezRe: Parse::RecDescent triggers infinete loop in perl5...
2003-03-11 Chris NandorIntegrate from maint-5.8/perl
2003-03-09 Jarkko HietaniemiIntegrate:
2003-03-02 Jarkko HietaniemiIntegrate:
2003-02-28 Jarkko HietaniemiMore lexical patches merged by Dave Mitchell.
2003-02-26 Jarkko HietaniemiIntegrate:
2003-02-06 Jarkko HietaniemiIntegrate:
2003-02-02 Jarkko HietaniemiIntegrate:
2003-02-01 Jarkko HietaniemiIntegrate:
2003-01-21 Jarkko HietaniemiIntegrate:
2002-12-24 Jarkko HietaniemiAt least partially address [perl #10000] by speeding
2002-12-23 Jarkko HietaniemiIntegrate:
2002-12-11 Jarkko HietaniemiFix [perl #15763].
2002-11-04 Hugo van der SandenIntegrate (now tests 100% in Tru64 5.1A):
2002-11-04 Hugo van der SandenRe: [perl #17064] illegal legal unicode character
2002-11-04 Jarkko HietaniemiThe first big import towards 5.8.1, @18078. Please...
2002-10-22 Dave MitchellPL_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-17 Chris NandorIntegrate perl
2002-07-15 Hugo van der SandenRe: Regexp causes coredump
2002-07-14 Chris NandorIntegrate perl
2002-07-10 Jarkko HietaniemiRetract #17375: contrary to intention, it was actually
2002-07-01 Hugo van der SandenRe: [ID 20020630.002] utf8 regex only matches 32k
2002-06-28 Jarkko Hietaniemi(retracted by #17467)
2002-06-27 Jarkko HietaniemiInlining to avoid costly UTF-8 calls.
2002-06-27 Jarkko HietaniemiShave off some more of the Unicode regex slowness.
2002-06-27 Jarkko HietaniemiCure some of the slowness of
2002-06-26 Hugo van der SandenRe: Another Unicode s/// buglet?
2002-04-23 Gurusamy Sarathyfix a typo
2002-04-23 Jarkko HietaniemiPointer to UV casting.
2002-04-21 Gurusamy Sarathysquelch some more type mismatch warnings
2002-04-21 Gurusamy Sarathyfixes for all the warnings reported by Visual C (most...
2002-04-03 Nikola Knezevicregexec.c
2002-04-02 Jarkko HietaniemiWhat started as a small nit (the charnames test, nit...
2002-04-01 Jarkko HietaniemiComment tweak from Hugo.
2002-04-01 Jarkko HietaniemiAnother UTF-8 locale tweak from Hugo.
2002-04-01 Jarkko HietaniemiRegex fix from Hugo: in UTF-8 locales the character
2002-03-27 Jarkko HietaniemiFurther fixing for #15549. Six tests are failing
2002-03-27 Jarkko HietaniemiPossible fix for "Orks, Dragons, and Elves":
2002-03-21 Nick Ing-SimmonsIntegrate mainline (Win2k/MinGW all ok except threads...
2002-03-20 Jarkko HietaniemiFix for "UTF-8 bug with s///" from Hugo.
2002-03-19 Jarkko HietaniemiUTF-8 walk errors that become visible in EBCDIC.
2002-03-19 Jarkko Hietaniemis/regcinclasslen/reginclass/ and remove the old
2002-03-18 Jarkko HietaniemiMake regex DEBUGGING faster.
2002-03-17 Jarkko HietaniemiSimple speed gainback (as it was in 5.6): for non-Unicode
2002-03-17 Andreas KönigSEGV in s/// and UTF-8
2002-03-11 Paul Marquessmore warnings tidyup
2002-02-28 Jarkko HietaniemiPL_bostr was pointing to the wrong string
2002-02-27 Jarkko HietaniemiSignedness nit.
2002-02-24 Jarkko HietaniemiTiny code cleanup.
2002-02-24 Jarkko HietaniemiEBCDIC tweak (native instead of uni) and comment update.
2002-02-18 Nick Ing-SimmonsIntegrate mainline
2002-02-17 Jarkko HietaniemiThe #14715 and #14716 were okay: they just revealed
2002-02-05 Nick Ing-SimmonsIntegrate mainline
2002-02-05 Jarkko HietaniemiEBCDIC: SHARP S is different.
2002-02-03 Jarkko HietaniemiEBCDIC: it's much nicer to compare Unicode code points
2002-02-01 Nick Ing-SimmonsIntegrate mainline
2002-02-01 Jarkko HietaniemiThe Malformed UTF-8 Heisenbug seen by Merijn and NickC
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-23 Jarkko HietaniemiCopyright++. (Not all the toplevel *.h have one, it...
2002-01-13 Hugo van der SandenRe: lookbehind broken with latest bleedperl
2002-01-13 Jarkko HietaniemiOne more sharp s case found by Jeffrey.
2002-01-13 Jarkko HietaniemiComment tweak.
2002-01-12 Jarkko HietaniemiSharp S as a special treat for our German UTF-8 testers :-)
2002-01-12 Jarkko HietaniemiSpecial treatment for U+03B0 and U+0390 in //i,
2002-01-12 Jarkko HietaniemiUnicode lookbehind looked bad.
2002-01-09 Hugo van der SandenRe: [ID 20020109.002] /(?m:...\s*$)/ is not backtrackin...
2002-01-09 Hugo van der SandenRe: [ID 20020109.002] /(?m:...\s*$)/ is not backtrackin...
2002-01-09 Andreas KönigRe: Weird Malformed warning in bleadperl
2002-01-09 Jarkko HietaniemiSANY (. with /s) wasn't happy on Unicode.
2002-01-08 Jarkko HietaniemiA little better comments.
2002-01-07 Jarkko HietaniemiMore regex and utf8 debug dumping.
2002-01-05 Jarkko HietaniemiFinish up (ha!) the Unicode case folding;
2002-01-05 Jarkko HietaniemiOoops. Retract the regex parts of #14090.
2002-01-05 Nicholas Clark[REPATCH] Re: [PATCH] Re: socketpair blip on unicos...
2002-01-03 Jarkko HietaniemiCast.
2002-01-03 Jarkko HietaniemiOff-by-one is my middle name.
2002-01-02 Jarkko HietaniemiOne more iteration of the ibcmp_utf8() interface,
2002-01-02 Jarkko HietaniemiMake ibcmp_utf8() optionally progress in either string for
2002-01-01 Jarkko HietaniemiMake ibcmp_utf8() more robust and make regmatch() use it.
2002-01-01 Jarkko HietaniemiNow that to_utf8_fold() was fixed.
2002-01-01 Jarkko HietaniemiBetter support for multicharacter foldings.
2002-01-01 Jarkko HietaniemiUnnecessary/Lingering UTF8 flag might mess up caseless...
2001-12-31 Jarkko HietaniemiLess unused ones.
2001-12-31 Jarkko HietaniemiAdd some comments to the recent Unicode case-folding...
2001-12-31 Jarkko HietaniemiDelay folding until necessary; start of handling
2001-12-31 Jarkko Hietaniemigcc -Wall dewhine.
2001-12-31 Jarkko HietaniemiMore Unicode folding tweaks, avoid potential false...
next