summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for "a\x{100}" =~ /A/i.Jarkko Hietaniemi2001-11-281-2/+5
* The debug_pag needs to be visible at all timesJarkko Hietaniemi2001-11-241-0/+6
* Create a per-interpeter debug scratchpad containerJarkko Hietaniemi2001-11-201-5/+5
* Retract #13082 until a better solution is found:Jarkko Hietaniemi2001-11-191-15/+5
* (retracted by #13096)Jarkko Hietaniemi2001-11-181-5/+15
* Signedness nit.Jarkko Hietaniemi2001-11-141-1/+1
* Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* Jeff Pinyan2001-11-141-25/+72
* More UTF-8 EXACT tweaking, plus a forgotten UTF-8 Jarkko Hietaniemi2001-11-061-19/+16
* Implement the encoding pragma for regex literals.Jarkko Hietaniemi2001-11-061-20/+24
* More UTF8 EXACT fixing.Jarkko Hietaniemi2001-11-061-1/+1
* More re debugging.Jarkko Hietaniemi2001-11-061-3/+13
* EXACT correction attempt. Continued in #12863.Jarkko Hietaniemi2001-11-051-2/+2
* Regex debugging fixes from Hugo.Jarkko Hietaniemi2001-11-051-10/+10
* microperl sync.Jarkko Hietaniemi2001-11-021-2/+2
* STRLEN != int.Jarkko Hietaniemi2001-10-251-7/+7
* Dump Unicode better for re 'debug'. The regprop()Jarkko Hietaniemi2001-10-241-40/+81
* two s/// bugfixesRafael Garcia-Suarez2001-10-101-5/+12
* Make the toupper/lower/title API for Unicode not rightJarkko Hietaniemi2001-10-091-33/+38
* 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