summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* Polymorphic regexps.Jarkko Hietaniemi2000-12-171-663/+650
* dTHR is a nop in 5.6.0 onwards. Ergo, it can go.Jarkko Hietaniemi2000-12-051-14/+0
* On DEBUGGING make ANYOFUTF8 nodes store away also the SVJarkko Hietaniemi2000-12-031-4/+15
* Make uv_to_utf8() to zero-terminate its output buffer,Jarkko Hietaniemi2000-12-031-1/+1
* Get the three different space character classes right under utf8.Jarkko Hietaniemi2000-12-011-1/+1
* It seems that *both* the unused submatch loop cleanupJarkko Hietaniemi2000-11-271-6/+14
* The code in regcppop() (see #7878) contains the correct lowerJarkko Hietaniemi2000-11-271-2/+2
* The unused submatch cleanup code in regtry() seems to be more crucial,Jarkko Hietaniemi2000-11-271-1/+17
* Comment on comment.Jarkko Hietaniemi2000-11-271-1/+2
* BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.Jarkko Hietaniemi2000-11-261-14/+29
* The first step in removing recursion from the REx engineIlya Zakharevich2000-11-201-51/+142
* restore match data on backtracingIlya Zakharevich2000-11-181-1/+7
* Continue the internal UTF-8 API tweaking.Jarkko Hietaniemi2000-10-251-4/+4
* Make the UTF-8 decoding stricter and more verbose whenJarkko Hietaniemi2000-10-241-4/+9
* Re: [ID 20001021.005] SEGV with regex match Hugo van der Sanden2000-10-231-4/+5
* Minor optimization in re_intuit_startIlya Zakharevich2000-10-021-8/+10
* Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.Nick Ing-Simmons2000-09-301-4/+4
* Batch of UTF-8 patches from Simon Cozens.Jarkko Hietaniemi2000-09-141-4/+4
* Fix forMarc Lehmann2000-09-071-1/+0
* Add [[:blank:]] as suggested inJeffrey Friedl2000-08-181-1/+5
* Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialize...Hugo van der Sanden2000-08-111-2/+11
* [ID 20000731.010] regex error Hugo van der Sanden2000-08-021-1/+1
* Replace change #6337 with a better one.Hugo van der Sanden2000-07-141-34/+20
* [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking Hugo van der Sanden2000-07-111-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