It could be possible for the case-insensitive
[p5sagit/p5-mst-13.2.git] / regexec.c
2001-12-13 Jarkko Hietaniemi It could be possible for the case-insensitive
2001-12-06 Jeff Pinyan Re: [PATCH: bleadperl] casefold backref
2001-12-06 Hugo van der Sanden casefold backref
2001-11-30 Jarkko Hietaniemi Add a note about folding vs lowercase.
2001-11-28 Jarkko Hietaniemi Fix for "a\x{100}" =~ /A/i.
2001-11-24 Jarkko Hietaniemi The debug_pag needs to be visible at all times
2001-11-20 Jarkko Hietaniemi Create a per-interpeter debug scratchpad container
2001-11-19 Jarkko Hietaniemi Retract #13082 until a better solution is found:
2001-11-18 Jarkko Hietaniemi (retracted by #13096)
2001-11-14 Jarkko Hietaniemi Signedness nit.
2001-11-14 Jeff Pinyan Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS...
2001-11-06 Jarkko Hietaniemi More UTF-8 EXACT tweaking, plus a forgotten UTF-8
2001-11-06 Jarkko Hietaniemi Implement the encoding pragma for regex literals.
2001-11-06 Jarkko Hietaniemi More UTF8 EXACT fixing.
2001-11-06 Jarkko Hietaniemi More re debugging.
2001-11-05 Jarkko Hietaniemi EXACT correction attempt. Continued in #12863.
2001-11-05 Jarkko Hietaniemi Regex debugging fixes from Hugo.
2001-11-02 Jarkko Hietaniemi microperl sync.
2001-10-25 Jarkko Hietaniemi STRLEN != int.
2001-10-24 Jarkko Hietaniemi Dump Unicode better for re 'debug'. The regprop()
2001-10-10 Rafael Garcia-Suarez two s/// bugfixes
2001-10-09 Jarkko Hietaniemi Make the toupper/lower/title API for Unicode not right
2001-09-16 Jarkko Hietaniemi Use UCHARAT() as suggested by Inaba Hiroto.
2001-09-15 Jeff Pinyan adding (U8) to case insensitive matching
2001-09-14 Jeff Pinyan more jumpables, and hit-bit bug
2001-09-07 Jeff Pinyan Re: [PATCH regexec.c] more general .* and .*?
2001-09-07 Jeff Pinyan (Replaced by #11934)
2001-09-02 Jarkko Hietaniemi Rename the variable: it *used* to be (wrongly) that the
2001-08-31 Gurusamy Sarathy remove deprecated PERL_OBJECT cruft, it has long since...
2001-08-27 Artur Bergman Changes USE_THREADS to USE_5005THREADS in the entire...
2001-08-18 Jarkko Hietaniemi New try for ID 20010407.006: detach the semantics
2001-08-17 Hugo van der Sanden Re: [ID 20010803.016] Possible regex bug in 5.6.1
2001-08-15 Hugo van der Sanden Re: [ID 20010811.006] re_eval: logical leaks
2001-08-04 Jarkko Hietaniemi Continuation of #11575: SANY_SEEN completely deprecated,
2001-08-04 Daniel P. Berrange Decouple SANY into SANY and CANY: the new SANY is ...
2001-08-04 Doug MacEachern Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
2001-08-03 Doug MacEachern [patch] ignore PL_curpm in PL_regex_padav cleanup
2001-07-22 Mark-Jason Dominus regexec.c #define cleanup
2001-07-12 Artur Bergman fix for PMOP threadness failures
2001-06-30 Jarkko Hietaniemi Add support for $^N, the most-recently closed group.
2001-06-21 Nick Ing-Simmons Integrate mainline
2001-06-21 Richard Soderberg Step 2: Use the new PM_GETRE/SETRE macros everywhere.
2001-06-02 Jarkko Hietaniemi -Wall cleanup continues.
2001-05-31 Jarkko Hietaniemi Salvage bits and pieces from the experimental 'utf8...
2001-05-30 Jarkko Hietaniemi More -Wall silencing from Michael Schwern and Jarkko...
2001-05-28 Jarkko Hietaniemi A slightly more serious bug found by -Mutf8; op/misc and
2001-05-25 Inaba Hiroto Re: [ID 20010506.041] segfault when matching utf8 string
2001-05-20 Dave Mitchell [LARGE!] symbolic magic
2001-05-17 Hugo van der Sanden small lookbehind fix
2001-04-30 Hugo van der Sanden Re: [PATCH bleadperl] [ID 20010426.002] Word boundry...
2001-04-29 Jarkko Hietaniemi In character classes one couldn't have 0x80..0xff chara...
2001-04-11 Jarkko Hietaniemi A more minimal fix for 20010410.006 from Hugo.
2001-04-11 Jarkko Hietaniemi Integrate changes #9675,9676 from maintperl into mainline.
2001-03-31 Peter Prymmer Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTA...
2001-03-20 Nick Ing-Simmons More EBCDIC stuff:
2001-03-14 Gurusamy Sarathy Uninitialized Memory Read in regexec.c
2001-03-10 Jarkko Hietaniemi Fix for ID 20010306.008, UTF-8 and \w without 'use...
2001-03-10 Nick Ing-Simmons EBCDIC sanity - phase I
2001-03-09 Dave Mitchell Re: [ PATCH perl@8956 ] new debug option -DR shows...
2001-02-18 Jarkko Hietaniemi Misapplied regex optimizations when \C is present.
2001-02-11 Jarkko Hietaniemi Retract #8762.
2001-02-10 Jarkko Hietaniemi (Retracted by #8769)
2001-02-08 Charles Bailey SYN SYN
2001-01-27 Jarkko Hietaniemi More documentation for the regexp context stack.
2001-01-24 Charles Bailey SYN SYN
2001-01-21 Jarkko Hietaniemi Document the regex content pushing/popping a bit better.
2001-01-12 Jarkko Hietaniemi One more UTF-8 fix from Inaba Hiroto.
2001-01-12 Jarkko Hietaniemi Mea culpa: I botched up Hugo's "Tw" bug fix when applyi...
2001-01-11 Hugo van der Sanden Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !...
2001-01-09 Inaba Hiroto One more patch for UTF8
2001-01-08 Charles Bailey Once again syncing after too long an absence
2001-01-05 Jarkko Hietaniemi UTF-8 cleanup.
2001-01-01 Jarkko Hietaniemi Bump up Larry's copyright.
2000-12-30 Nick Ing-Simmons Integrate mainline
2000-12-30 Inaba Hiroto more UTF8 test suites and an UTF8 patch
2000-12-19 Nick Ing-Simmons Integrate mainline.
2000-12-19 Dominic Dunlop [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on...
2000-12-17 Jarkko Hietaniemi Polymorphic regexps.
2000-12-05 Jarkko Hietaniemi dTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-12-03 Jarkko Hietaniemi On DEBUGGING make ANYOFUTF8 nodes store away also the SV
2000-12-03 Jarkko Hietaniemi Make uv_to_utf8() to zero-terminate its output buffer,
2000-12-01 Jarkko Hietaniemi Get the three different space character classes right...
2000-11-27 Jarkko Hietaniemi It seems that *both* the unused submatch loop cleanup
2000-11-27 Jarkko Hietaniemi The code in regcppop() (see #7878) contains the correct...
2000-11-27 Jarkko Hietaniemi The unused submatch cleanup code in regtry() seems...
2000-11-27 Jarkko Hietaniemi Comment on comment.
2000-11-26 Jarkko Hietaniemi BOUND regex opcodes (\b, \B) could try to scan zero...
2000-11-20 Ilya Zakharevich The first step in removing recursion from the REx engine
2000-11-18 Ilya Zakharevich restore match data on backtracing
2000-10-25 Jarkko Hietaniemi Continue the internal UTF-8 API tweaking.
2000-10-24 Jarkko Hietaniemi Make the UTF-8 decoding stricter and more verbose when
2000-10-23 Hugo van der Sanden Re: [ID 20001021.005] SEGV with regex match
2000-10-20 Charles Bailey SYN SYN
2000-10-02 Ilya Zakharevich Minor optimization in re_intuit_start
2000-09-30 Nick Ing-Simmons Re-instate Perl_utf8_to_uv without checking parameter...
2000-09-14 Jarkko Hietaniemi Batch of UTF-8 patches from Simon Cozens.
2000-09-07 Marc Lehmann Fix for
2000-08-18 Jeffrey Friedl Add [[:blank:]] as suggested in
2000-08-11 Hugo van der Sanden Re: [ID 20000809.005] trouble with long string and...
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
next