summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* Misapplied regex optimizations when \C is present.Jarkko Hietaniemi2001-02-181-18/+9
* Retract #8762.Jarkko Hietaniemi2001-02-111-1/+16
* (Retracted by #8769)Jarkko Hietaniemi2001-02-101-16/+1
* More documentation for the regexp context stack.Jarkko Hietaniemi2001-01-271-2/+7
* Document the regex content pushing/popping a bit better.Jarkko Hietaniemi2001-01-211-7/+16
* One more UTF-8 fix from Inaba Hiroto.Jarkko Hietaniemi2001-01-121-3/+2
* Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.Jarkko Hietaniemi2001-01-121-2/+2
* Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/Hugo van der Sanden2001-01-111-1/+1
* One more patch for UTF8 Inaba Hiroto2001-01-091-0/+2
* UTF-8 cleanup.Jarkko Hietaniemi2001-01-051-1/+1
* Bump up Larry's copyright.Jarkko Hietaniemi2001-01-011-1/+1
* more UTF8 test suites and an UTF8 patchInaba Hiroto2000-12-301-181/+338
* [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4Dominic Dunlop2000-12-191-0/+1
* 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