summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* Use UCHARAT() as suggested by Inaba Hiroto.Jarkko Hietaniemi2001-09-161-3/+4
* adding (U8) to case insensitive matchingJeff Pinyan2001-09-151-2/+2
* more jumpables, and hit-bit bugJeff Pinyan2001-09-141-22/+16
* Re: [PATCH regexec.c] more general .* and .*?Jeff Pinyan2001-09-071-10/+12
* (Replaced by #11934)Jeff Pinyan2001-09-071-31/+89
* Rename the variable: it *used* to be (wrongly) that theJarkko Hietaniemi2001-09-021-10/+10
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-14/+4
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-1/+1
* New try for ID 20010407.006: detach the semanticsJarkko Hietaniemi2001-08-181-10/+10
* Re: [ID 20010803.016] Possible regex bug in 5.6.1 Hugo van der Sanden2001-08-171-13/+17
* Re: [ID 20010811.006] re_eval: logical leaks Hugo van der Sanden2001-08-151-0/+1
* Continuation of #11575: SANY_SEEN completely deprecated,Jarkko Hietaniemi2001-08-041-1/+1
* Decouple SANY into SANY and CANY: the new SANY is /./s,Daniel P. Berrange2001-08-041-6/+29
* Re: [patch] ignore PL_curpm in PL_regex_padav cleanupDoug MacEachern2001-08-041-1/+1
* [patch] ignore PL_curpm in PL_regex_padav cleanupDoug MacEachern2001-08-031-0/+2
* regexec.c #define cleanupMark-Jason Dominus2001-07-221-19/+11
* fix for PMOP threadness failuresArtur Bergman2001-07-121-1/+10
* Add support for $^N, the most-recently closed group.Jarkko Hietaniemi2001-06-301-1/+6
* 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