| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace change #6337 with a better one. | Hugo van der Sanden | 2000-07-14 | 1 | -34/+20 |
* | [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking | Hugo van der Sanden | 2000-07-11 | 1 | -0/+2 |
* | fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m> | Gurusamy Sarathy | 2000-05-31 | 1 | -1/+1 |
* | cosmetic fixups of RE debug output (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-05-28 | 1 | -8/+14 |
* | fix accidental pessimization in RE optimizer (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-05-28 | 1 | -3/+9 |
* | fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-04-27 | 1 | -1/+30 |
* | fix RE brokenness on refs/overloaded things (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-04-24 | 1 | -2/+4 |
* | fixes for most warnings identified by gcc -Wall | Gurusamy Sarathy | 2000-03-05 | 1 | -9/+5 |
* | Fix locale case-ignorant matching bug reported in | gomar@md.media-web.de | 2000-02-27 | 1 | -8/+8 |
* | More UTF8_MAXLEN fixes | Gisle Aas | 2000-02-24 | 1 | -1/+1 |
* | lexical warnings update, ability to inspect bitmask in calling | Gurusamy Sarathy | 2000-02-20 | 1 | -4/+4 |
* | avoid reading out-of-bounds memory when matching against reference | Gurusamy Sarathy | 2000-02-20 | 1 | -1/+1 |
* | fix bug in backtracking optimizer (from Makoto Ishisone | Gurusamy Sarathy | 2000-02-19 | 1 | -1/+7 |
* | make /\S/ match the same things /[\S]/ matches; likewise for | Gurusamy Sarathy | 2000-02-18 | 1 | -16/+22 |
* | more purification (pp_require() could access free memory; vdie() | Gurusamy Sarathy | 2000-02-13 | 1 | -1/+1 |
* | set SvUTF8 on vectors only if there are chars > 127; update copyright | Gurusamy Sarathy | 2000-02-06 | 1 | -1/+1 |
* | HINT_UTF8 is not propagated to the op tree anymore; add a | Gurusamy Sarathy | 2000-02-01 | 1 | -0/+1 |
* | fix for 'make utest' failures (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-01-07 | 1 | -6/+8 |
* | Re: minimal m//g matches appear busted | Ilya Zakharevich | 2000-01-05 | 1 | -1/+4 |
* | fix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakharevich) | Gurusamy Sarathy | 1999-12-17 | 1 | -6/+10 |
* | apply change#4618 again along with Ilya's patch to fix bugs | Gurusamy Sarathy | 1999-12-08 | 1 | -13/+14 |
* | introduce save_I8() for saving byte values | Gurusamy Sarathy | 1999-12-08 | 1 | -2/+2 |
* | fixes for bugs in change#4586 and OS/2 pod tweak, from Ilya | Gurusamy Sarathy | 1999-12-02 | 1 | -16/+36 |
* | find_byclass() prototype was incoherent | Gurusamy Sarathy | 1999-12-01 | 1 | -7/+4 |
* | The find_byclass prototype is already in proto.h. | Jarkko Hietaniemi | 1999-11-18 | 1 | -3/+0 |
* | Ilya's "hopscotch" patch, reworked by Ilya to fit. | Jarkko Hietaniemi | 1999-11-14 | 1 | -331/+415 |
* | Change #4576 accidentally leaked also parts of | Jarkko Hietaniemi | 1999-11-13 | 1 | -397/+64 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-11-13 | 1 | -64/+397 |
* | More printf miscasts flushed out. | Jarkko Hietaniemi | 1999-11-06 | 1 | -8/+8 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-11-04 | 1 | -1/+0 |
|\ |
|
| * | remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore | Gurusamy Sarathy | 1999-11-04 | 1 | -1/+0 |
* | | Re: [ID 19991026.001] perl segmentation fault report | Ilya Zakharevich | 1999-11-01 | 1 | -3/+10 |
|/ |
|
* | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-10-29 | 1 | -1/+1 |
|\ |
|
| * | usurp GVOP slot for new PADOP (one small step to making optree | Gurusamy Sarathy | 1999-10-29 | 1 | -1/+1 |
* | | Remove quad logic from perl.h; regen Configure; | Jarkko Hietaniemi | 1999-10-29 | 1 | -2/+2 |
|/ |
|
* | Remove the last regnode<==>char* | Ilya Zakharevich | 1999-10-25 | 1 | -11/+4 |
* | Missing REx engine patch | Ilya Zakharevich | 1999-10-25 | 1 | -0/+45 |
* | More printf-fixes (see also #4426). | Jarkko Hietaniemi | 1999-10-23 | 1 | -13/+13 |
* | Fix the printfing nits pointed out by using gcc -Wall and | Jarkko Hietaniemi | 1999-10-23 | 1 | -12/+14 |
* | revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source | Gurusamy Sarathy | 1999-10-10 | 1 | -1/+1 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-10-06 | 1 | -9/+13 |
|\ |
|
| * | Re: Strange RE engine breakage in 5_61 | Ilya Zakharevich | 1999-10-05 | 1 | -9/+13 |
| * | Retract #4252, didn't help with the original problem. | Jarkko Hietaniemi | 1999-09-30 | 1 | -13/+9 |
| * | (Removed by #4262.) | Ilya Zakharevich | 1999-09-30 | 1 | -9/+13 |
* | | make die/warn and other diagnostics go to wherever STDERR happens | Gurusamy Sarathy | 1999-10-06 | 1 | -1/+1 |
|/ |
|
* | To: Mailing list Perl5 <perl5-porters@perl.org> | Ilya Zakharevich | 1999-09-22 | 1 | -30/+40 |
* | Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loop | Ilya Zakharevich | 1999-09-15 | 1 | -16/+56 |
* | Fix interaction of (?p{}) and (?>) | Ilya Zakharevich | 1999-09-09 | 1 | -0/+14 |
* | Clear up PL_regcc issues. | Ilya Zakharevich | 1999-09-09 | 1 | -14/+89 |
* | Clarify RE engine code; inline a static function to a macro; | Ilya Zakharevich | 1999-08-03 | 1 | -15/+15 |