summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* POSIX [[:character class:]] support for standard, locale,Jarkko Hietaniemi1999-07-061-25/+1440
* Integrate with Sarathy.Jarkko Hietaniemi1999-07-061-74/+236
* EXTERN_C declarations for global arrays in variousGurusamy Sarathy1999-06-121-1/+2
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-22/+22
* initial stub implementation of implicit thread/thisGurusamy Sarathy1999-06-071-36/+16
* remove _() non-ansismGurusamy Sarathy1999-06-021-14/+14
* REx engine improvementsIlya Zakharevich1999-05-251-81/+110
* update copyright yearsGurusamy Sarathy1999-03-221-1/+1
* fix comppad handling for failures in eval 'qr/(?p{...})/'Hugo van der Sanden1999-02-171-1/+1
* patch for change#2822, done right; add PERL_OBJECT stuff; regen headersIlya Zakharevich1999-02-071-3/+3
* Debugging REx with lookbehindIlya Zakharevich1999-02-011-0/+8
* Speed up .*? and half-fix UTF lookbehindIlya Zakharevich1999-02-011-8/+72
* Bugs in hairy interactions of feature in RExIlya Zakharevich1998-12-291-5/+5
* Typo in comments.Jarkko Hietaniemi1998-12-011-1/+1
* fix for pat.t failure under USE_THREADSGurusamy Sarathy1998-11-291-3/+4
* various tweaks; result passes all tests for normal build on Solaris;Gurusamy Sarathy1998-11-281-5/+4
* Finishing off SNOBOL: $1 in (?{})Ilya Zakharevich1998-11-281-11/+24
* better -Mre=debugcolorIlya Zakharevich1998-11-281-1/+2
* regcolorsIlya Zakharevich1998-11-281-0/+3
* applied suggested patch with PERL_OBJECT tweaksIlya Zakharevich1998-11-281-0/+38
* Fix \G in REx without //gIlya Zakharevich1998-11-281-13/+26
* s/Perl_utf8skip/PL_utf8skip/gGurusamy Sarathy1998-11-171-11/+11
* patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>Gurusamy Sarathy1998-11-091-1/+1
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-21/+20
* minor cleanupGurusamy Sarathy1998-10-281-1/+1
* bump patchlevel to 52; other little tweaks for threads, win32 buildsGurusamy Sarathy1998-09-251-0/+2
* tweaks to enable PERL_OBJECT to build & test on win32Gurusamy Sarathy1998-09-251-0/+3
* Re: problem with (?p{}) [PATCH 5.005_5*]Ilya Zakharevich1998-09-241-0/+1
* (?>) broken in REIlya Zakharevich1998-09-231-0/+1
* re-introduce change#1703Gurusamy Sarathy1998-09-231-5/+14