summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* Fix locale case-ignorant matching bug reported ingomar@md.media-web.de2000-02-271-8/+8
* More UTF8_MAXLEN fixesGisle Aas2000-02-241-1/+1
* lexical warnings update, ability to inspect bitmask in callingGurusamy Sarathy2000-02-201-4/+4
* avoid reading out-of-bounds memory when matching against referenceGurusamy Sarathy2000-02-201-1/+1
* fix bug in backtracking optimizer (from Makoto IshisoneGurusamy Sarathy2000-02-191-1/+7
* make /\S/ match the same things /[\S]/ matches; likewise forGurusamy Sarathy2000-02-181-16/+22
* more purification (pp_require() could access free memory; vdie()Gurusamy Sarathy2000-02-131-1/+1
* set SvUTF8 on vectors only if there are chars > 127; update copyrightGurusamy Sarathy2000-02-061-1/+1
* HINT_UTF8 is not propagated to the op tree anymore; add aGurusamy Sarathy2000-02-011-0/+1
* fix for 'make utest' failures (from Ilya Zakharevich)Gurusamy Sarathy2000-01-071-6/+8
* Re: minimal m//g matches appear bustedIlya Zakharevich2000-01-051-1/+4
* fix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakharevich)Gurusamy Sarathy1999-12-171-6/+10
* apply change#4618 again along with Ilya's patch to fix bugsGurusamy Sarathy1999-12-081-13/+14
* introduce save_I8() for saving byte valuesGurusamy Sarathy1999-12-081-2/+2
* fixes for bugs in change#4586 and OS/2 pod tweak, from IlyaGurusamy Sarathy1999-12-021-16/+36
* find_byclass() prototype was incoherentGurusamy Sarathy1999-12-011-7/+4
* The find_byclass prototype is already in proto.h.Jarkko Hietaniemi1999-11-181-3/+0
* Ilya's "hopscotch" patch, reworked by Ilya to fit.Jarkko Hietaniemi1999-11-141-331/+415
* Change #4576 accidentally leaked also parts ofJarkko Hietaniemi1999-11-131-397/+64
* Integrate with Sarathy.Jarkko Hietaniemi1999-11-131-64/+397
* More printf miscasts flushed out.Jarkko Hietaniemi1999-11-061-8/+8
* Integrate with Sarathy.Jarkko Hietaniemi1999-11-041-1/+0
|\
| * remove VIRTUAL tag, PERL_OBJECT doesn't need it anymoreGurusamy Sarathy1999-11-041-1/+0
* | Re: [ID 19991026.001] perl segmentation fault reportIlya Zakharevich1999-11-011-3/+10
|/
* Integrate with Sarathy.Jarkko Hietaniemi1999-10-291-1/+1
|\
| * usurp GVOP slot for new PADOP (one small step to making optreeGurusamy Sarathy1999-10-291-1/+1
* | Remove quad logic from perl.h; regen Configure;Jarkko Hietaniemi1999-10-291-2/+2
|/
* Remove the last regnode<==>char*Ilya Zakharevich1999-10-251-11/+4
* Missing REx engine patchIlya Zakharevich1999-10-251-0/+45
* More printf-fixes (see also #4426).Jarkko Hietaniemi1999-10-231-13/+13
* Fix the printfing nits pointed out by using gcc -Wall andJarkko Hietaniemi1999-10-231-12/+14
* revert SAVEDESTRUCTOR() to accepting void(*)(void*) for sourceGurusamy Sarathy1999-10-101-1/+1
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-10-061-9/+13
|\
| * Re: Strange RE engine breakage in 5_61Ilya Zakharevich1999-10-051-9/+13
| * Retract #4252, didn't help with the original problem.Jarkko Hietaniemi1999-09-301-13/+9
| * (Removed by #4262.)Ilya Zakharevich1999-09-301-9/+13
* | make die/warn and other diagnostics go to wherever STDERR happensGurusamy Sarathy1999-10-061-1/+1
|/
* To: Mailing list Perl5 <perl5-porters@perl.org>Ilya Zakharevich1999-09-221-30/+40
* Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loopIlya Zakharevich1999-09-151-16/+56
* Fix interaction of (?p{}) and (?>)Ilya Zakharevich1999-09-091-0/+14
* Clear up PL_regcc issues.Ilya Zakharevich1999-09-091-14/+89
* Clarify RE engine code; inline a static function to a macro;Ilya Zakharevich1999-08-031-15/+15
* Integrate with Sarathy.Jarkko Hietaniemi1999-08-021-1/+1
* Integrate with Sarathy. perl.h and util.c required manual resolving.Jarkko Hietaniemi1999-08-011-66/+301
* Remove a lot of unused regnode codes.Jarkko Hietaniemi1999-07-311-1324/+0
* fix little utf8 nits in testsuite; add patch from Ilya that curesGurusamy Sarathy1999-07-251-0/+1
* The regexec.c change of #3606 caused a core dump in fbm_instr()Jarkko Hietaniemi1999-07-141-0/+2
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-0/+8
* more PERL_OBJECT cleanups (changes still untested on Unix!)Gurusamy Sarathy1999-07-081-19/+28
* fixes for logical bugs in the lexwarn patch; other tweaks to avoidGurusamy Sarathy1999-07-081-2/+2