summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of compilation warnings about unused variables.Rafael Garcia-Suarez2003-11-131-1/+2
* update copyright yearGurusamy Sarathy2001-03-221-1/+1
* integrate changes#7984,7987,8010 from mainline (gets rid ofGurusamy Sarathy2001-01-301-13/+0
* Integrate changes #8378,8379,8385,8386,8405 from mainline.Jarkko Hietaniemi2001-01-281-0/+2
* Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,Jarkko Hietaniemi2001-01-271-1/+1
* Integrate changes #7750 from perlio and #8566 from mainline.Jarkko Hietaniemi2001-01-271-2/+7
* Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,Jarkko Hietaniemi2001-01-261-82/+232
* integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,Andreas König2000-12-181-4/+9
* integrate changes#7512,7733 from mainline (regex bugfixes)Gurusamy Sarathy2000-12-181-1/+7
* integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,Gurusamy Sarathy2000-12-181-4/+5
* integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,Gurusamy Sarathy2000-12-171-12/+14
* integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,Gurusamy Sarathy2000-12-171-1/+0
* integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,Gurusamy Sarathy2000-11-271-1/+5
* integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,Gurusamy Sarathy2000-11-271-2/+11
* integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,Gurusamy Sarathy2000-11-271-1/+1
* integrate changes#6392,6394..6399,6401..6404Hugo van der Sanden2000-11-201-34/+20
* integrate changes#6315..6319,6321..6331,6333..6338Gurusamy Sarathy2000-11-201-0/+2
* fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>Gurusamy Sarathy2000-05-311-1/+1
* cosmetic fixups of RE debug output (from Ilya Zakharevich)Gurusamy Sarathy2000-05-281-8/+14
* fix accidental pessimization in RE optimizer (from Ilya Zakharevich)Gurusamy Sarathy2000-05-281-3/+9
* fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)Gurusamy Sarathy2000-04-271-1/+30
* fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)Gurusamy Sarathy2000-04-241-2/+4
* fixes for most warnings identified by gcc -WallGurusamy Sarathy2000-03-051-9/+5
* 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
|/