Tweak for MULTIPLICITY/USE_PERLIO
[p5sagit/p5-mst-13.2.git] / regexec.c
2000-12-30 Nick Ing-Simmons Integrate mainline
2000-12-19 Nick Ing-Simmons Integrate mainline.
2000-12-19 Dominic Dunlop [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on...
2000-12-17 Jarkko Hietaniemi Polymorphic regexps.
2000-12-05 Jarkko Hietaniemi dTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-12-03 Jarkko Hietaniemi On DEBUGGING make ANYOFUTF8 nodes store away also the SV
2000-12-03 Jarkko Hietaniemi Make uv_to_utf8() to zero-terminate its output buffer,
2000-12-01 Jarkko Hietaniemi Get the three different space character classes right...
2000-11-27 Jarkko Hietaniemi It seems that *both* the unused submatch loop cleanup
2000-11-27 Jarkko Hietaniemi The code in regcppop() (see #7878) contains the correct...
2000-11-27 Jarkko Hietaniemi The unused submatch cleanup code in regtry() seems...
2000-11-27 Jarkko Hietaniemi Comment on comment.
2000-11-26 Jarkko Hietaniemi BOUND regex opcodes (\b, \B) could try to scan zero...
2000-11-20 Ilya Zakharevich The first step in removing recursion from the REx engine
2000-11-18 Ilya Zakharevich restore match data on backtracing
2000-10-25 Jarkko Hietaniemi Continue the internal UTF-8 API tweaking.
2000-10-24 Jarkko Hietaniemi Make the UTF-8 decoding stricter and more verbose when
2000-10-23 Hugo van der Sanden Re: [ID 20001021.005] SEGV with regex match
2000-10-20 Charles Bailey SYN SYN
2000-10-02 Ilya Zakharevich Minor optimization in re_intuit_start
2000-09-30 Nick Ing-Simmons Re-instate Perl_utf8_to_uv without checking parameter...
2000-09-14 Jarkko Hietaniemi Batch of UTF-8 patches from Simon Cozens.
2000-09-07 Marc Lehmann Fix for
2000-08-18 Jeffrey Friedl Add [[:blank:]] as suggested in
2000-08-11 Hugo van der Sanden Re: [ID 20000809.005] trouble with long string and...
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-08-02 Hugo van der Sanden [ID 20000731.010] regex error
2000-07-14 Hugo van der Sanden Replace change #6337 with a better one.
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6325..6373 into mainline
2000-07-11 Hugo van der Sanden [ID 20000701.002] Regular Expressions Not Unsetting...
2000-05-31 Gurusamy Sarathy fix buggy multiline matching of C<"a\nxb\n" =~ /(?...
2000-05-28 Gurusamy Sarathy cosmetic fixups of RE debug output (from Ilya Zakharevich)
2000-05-28 Gurusamy Sarathy fix accidental pessimization in RE optimizer (from...
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-04-27 Gurusamy Sarathy fix for failure to match $foo =~ /(?i)/ (from Ilya...
2000-04-24 Jarkko Hietaniemi Integrate with Sarathy.
2000-04-24 Gurusamy Sarathy fix RE brokenness on refs/overloaded things (from Ilya...
2000-03-05 Gurusamy Sarathy fixes for most warnings identified by gcc -Wall
2000-02-27 gomar@md.media-web.de Fix locale case-ignorant matching bug reported in
2000-02-24 Gisle Aas More UTF8_MAXLEN fixes
2000-02-20 Gurusamy Sarathy lexical warnings update, ability to inspect bitmask...
2000-02-20 Gurusamy Sarathy avoid reading out-of-bounds memory when matching agains...
2000-02-19 Gurusamy Sarathy fix bug in backtracking optimizer (from Makoto Ishisone
2000-02-18 Gurusamy Sarathy make /\S/ match the same things /[\S]/ matches; likewis...
2000-02-13 Gurusamy Sarathy more purification (pp_require() could access free memor...
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-06 Gurusamy Sarathy set SvUTF8 on vectors only if there are chars > 127...
2000-02-01 Gurusamy Sarathy HINT_UTF8 is not propagated to the op tree anymore...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-07 Gurusamy Sarathy fix for 'make utest' failures (from Ilya Zakharevich)
2000-01-05 Ilya Zakharevich Re: minimal m//g matches appear busted
1999-12-17 Gurusamy Sarathy fix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakha...
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-08 Gurusamy Sarathy apply change#4618 again along with Ilya's patch to...
1999-12-08 Gurusamy Sarathy introduce save_I8() for saving byte values
1999-12-02 Gurusamy Sarathy fixes for bugs in change#4586 and OS/2 pod tweak, from...
1999-12-01 Gurusamy Sarathy find_byclass() prototype was incoherent
1999-11-18 Jarkko Hietaniemi The find_byclass prototype is already in proto.h.
1999-11-14 Jarkko Hietaniemi Ilya's "hopscotch" patch, reworked by Ilya to fit.
1999-11-13 Jarkko Hietaniemi Change #4576 accidentally leaked also parts of
1999-11-13 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-06 Jarkko Hietaniemi More printf miscasts flushed out.
1999-11-04 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-04 Gurusamy Sarathy remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
1999-11-01 Ilya Zakharevich Re: [ID 19991026.001] perl segmentation fault report
1999-10-29 Jarkko Hietaniemi Integrate with Sarathy.
1999-10-29 Jarkko Hietaniemi Remove quad logic from perl.h; regen Configure;
1999-10-29 Gurusamy Sarathy usurp GVOP slot for new PADOP (one small step to making...
1999-10-25 Ilya Zakharevich Remove the last regnode<==>char*
1999-10-25 Ilya Zakharevich Missing REx engine patch
1999-10-23 Jarkko Hietaniemi More printf-fixes (see also #4426).
1999-10-23 Jarkko Hietaniemi Fix the printfing nits pointed out by using gcc -Wall and
1999-10-10 Gurusamy Sarathy revert SAVEDESTRUCTOR() to accepting void(*)(void*...
1999-10-06 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-10-06 Gurusamy Sarathy make die/warn and other diagnostics go to wherever...
1999-10-05 Ilya Zakharevich Re: Strange RE engine breakage in 5_61
1999-09-30 Jarkko Hietaniemi Retract #4252, didn't help with the original problem.
1999-09-30 Ilya Zakharevich (Removed by #4262.)
1999-09-29 Charles Bailey resync with mainline
1999-09-22 Ilya Zakharevich To: Mailing list Perl5 <perl5-porters@perl.org>
1999-09-18 Nick Ing-Simmons Re-integrate mainline
1999-09-15 Ilya Zakharevich Re: [ID 19990914.001] Perl_re_intuit_start() hangs...
1999-09-09 Ilya Zakharevich Fix interaction of (?p{}) and (?>)
1999-09-09 Ilya Zakharevich Clear up PL_regcc issues.
1999-08-03 Ilya Zakharevich Clarify RE engine code; inline a static function to...
1999-08-02 Jarkko Hietaniemi Integrate with Sarathy.
1999-08-02 Gurusamy Sarathy debug build tweak
1999-08-01 Jarkko Hietaniemi Integrate with Sarathy. perl.h and util.c required...
1999-08-01 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-08-01 Ilya Zakharevich More optimizations to REx engine
1999-07-31 Jarkko Hietaniemi Remove a lot of unused regnode codes.
1999-07-25 Gurusamy Sarathy fix little utf8 nits in testsuite; add patch from Ilya...
1999-07-14 Jarkko Hietaniemi The regexec.c change of #3606 caused a core dump in...
1999-07-12 Gurusamy Sarathy yet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-08 Gurusamy Sarathy more PERL_OBJECT cleanups (changes still untested on...
1999-07-08 Gurusamy Sarathy fixes for logical bugs in the lexwarn patch; other...
1999-07-06 Jarkko Hietaniemi POSIX [[:character class:]] support for standard, locale,
1999-07-06 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-06 Ilya Zakharevich applied slightly tweaked version of suggested patch for
next