summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* Step 2: Use the new PM_GETRE/SETRE macros everywhere.Richard Soderberg2001-06-211-1/+1
* -Wall cleanup continues.Jarkko Hietaniemi2001-06-021-2/+2
* Salvage bits and pieces from the experimental 'utf8 everywhere'Jarkko Hietaniemi2001-05-311-2/+4
* More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.Jarkko Hietaniemi2001-05-301-21/+28
* A slightly more serious bug found by -Mutf8; op/misc andJarkko Hietaniemi2001-05-281-0/+1
* Re: [ID 20010506.041] segfault when matching utf8 stringInaba Hiroto2001-05-251-0/+3
* [LARGE!] symbolic magicDave Mitchell2001-05-201-6/+9
* small lookbehind fixHugo van der Sanden2001-05-171-28/+17
* Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] Hugo van der Sanden2001-04-301-28/+12
* In character classes one couldn't have 0x80..0xff charactersJarkko Hietaniemi2001-04-291-32/+33
* A more minimal fix for 20010410.006 from Hugo.Jarkko Hietaniemi2001-04-111-9/+12
* Integrate changes #9675,9676 from maintperl into mainline.Jarkko Hietaniemi2001-04-111-11/+9
* Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)Peter Prymmer2001-03-311-1/+7
* More EBCDIC stuff:Nick Ing-Simmons2001-03-201-5/+5
* Uninitialized Memory Read in regexec.cGurusamy Sarathy2001-03-141-1/+1
* Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.Jarkko Hietaniemi2001-03-101-1/+23
* EBCDIC sanity - phase INick Ing-Simmons2001-03-101-95/+95
* Re: [ PATCH perl@8956 ] new debug option -DR shows ref countsDave Mitchell2001-03-091-1/+1
* 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