This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Switch PADOFFSET back to U32 both because of binary backward
[perl5.git] / regexec.c
2001-09-07 Jeff PinyanRe: [PATCH regexec.c] more general .* and .*?
2001-09-07 Jeff Pinyan(Replaced by #11934)
2001-09-02 Jarkko HietaniemiRename the variable: it *used* to be (wrongly) that the
2001-08-31 Gurusamy Sarathyremove deprecated PERL_OBJECT cruft, it has long since...
2001-08-27 Artur BergmanChanges USE_THREADS to USE_5005THREADS in the entire...
2001-08-18 Jarkko HietaniemiNew try for ID 20010407.006: detach the semantics
2001-08-17 Hugo van der SandenRe: [ID 20010803.016] Possible regex bug in 5.6.1
2001-08-15 Hugo van der SandenRe: [ID 20010811.006] re_eval: logical leaks
2001-08-04 Jarkko HietaniemiContinuation of #11575: SANY_SEEN completely deprecated,
2001-08-04 Daniel P. BerrangeDecouple SANY into SANY and CANY: the new SANY is ...
2001-08-04 Doug MacEachernRe: [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 Dominusregexec.c #define cleanup
2001-07-12 Artur Bergmanfix for PMOP threadness failures
2001-06-30 Jarkko HietaniemiAdd support for $^N, the most-recently closed group.
2001-06-21 Nick Ing-SimmonsIntegrate mainline
2001-06-21 Richard SoderbergStep 2: Use the new PM_GETRE/SETRE macros everywhere.
2001-06-02 Jarkko Hietaniemi-Wall cleanup continues.
2001-05-31 Jarkko HietaniemiSalvage bits and pieces from the experimental 'utf8...
2001-05-30 Jarkko HietaniemiMore -Wall silencing from Michael Schwern and Jarkko...
2001-05-28 Jarkko HietaniemiA slightly more serious bug found by -Mutf8; op/misc and
2001-05-25 Inaba HirotoRe: [ID 20010506.041] segfault when matching utf8 string
2001-05-20 Dave Mitchell[LARGE!] symbolic magic
2001-05-17 Hugo van der Sandensmall lookbehind fix
2001-04-30 Hugo van der SandenRe: [PATCH bleadperl] [ID 20010426.002] Word boundry...
2001-04-29 Jarkko HietaniemiIn character classes one couldn't have 0x80..0xff chara...
2001-04-11 Jarkko HietaniemiA more minimal fix for 20010410.006 from Hugo.
2001-04-11 Jarkko HietaniemiIntegrate changes #9675,9676 from maintperl into mainline.
2001-03-31 Peter PrymmerNot OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTA...
2001-03-20 Nick Ing-SimmonsMore EBCDIC stuff:
2001-03-14 Gurusamy SarathyUninitialized Memory Read in regexec.c
2001-03-10 Jarkko HietaniemiFix for ID 20010306.008, UTF-8 and \w without 'use...
2001-03-10 Nick Ing-SimmonsEBCDIC sanity - phase I
2001-03-09 Dave MitchellRe: [ PATCH perl@8956 ] new debug option -DR shows...
2001-02-18 Jarkko HietaniemiMisapplied regex optimizations when \C is present.
2001-02-11 Jarkko HietaniemiRetract #8762.
2001-02-10 Jarkko Hietaniemi(Retracted by #8769)
2001-02-08 Charles BaileySYN SYN
2001-01-27 Jarkko HietaniemiMore documentation for the regexp context stack.
2001-01-24 Charles BaileySYN SYN
2001-01-21 Jarkko HietaniemiDocument the regex content pushing/popping a bit better.
2001-01-12 Jarkko HietaniemiOne more UTF-8 fix from Inaba Hiroto.
2001-01-12 Jarkko HietaniemiMea culpa: I botched up Hugo's "Tw" bug fix when applyi...
2001-01-11 Hugo van der SandenRe: [ID 20001029.005] Regex error: "cd. (A. Tw)" !...
2001-01-09 Inaba HirotoOne more patch for UTF8
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2001-01-05 Jarkko HietaniemiUTF-8 cleanup.
2001-01-01 Jarkko HietaniemiBump up Larry's copyright.
2000-12-30 Nick Ing-SimmonsIntegrate mainline
2000-12-30 Inaba Hirotomore UTF8 test suites and an UTF8 patch
2000-12-19 Nick Ing-SimmonsIntegrate mainline.
2000-12-19 Dominic Dunlop[ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on...
2000-12-17 Jarkko HietaniemiPolymorphic regexps.
2000-12-05 Jarkko HietaniemidTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-12-03 Jarkko HietaniemiOn DEBUGGING make ANYOFUTF8 nodes store away also the SV
2000-12-03 Jarkko HietaniemiMake uv_to_utf8() to zero-terminate its output buffer,
2000-12-01 Jarkko HietaniemiGet the three different space character classes right...
2000-11-27 Jarkko HietaniemiIt seems that *both* the unused submatch loop cleanup
2000-11-27 Jarkko HietaniemiThe code in regcppop() (see #7878) contains the correct...
2000-11-27 Jarkko HietaniemiThe unused submatch cleanup code in regtry() seems...
2000-11-27 Jarkko HietaniemiComment on comment.
2000-11-26 Jarkko HietaniemiBOUND regex opcodes (\b, \B) could try to scan zero...
2000-11-20 Ilya ZakharevichThe first step in removing recursion from the REx engine
2000-11-18 Ilya Zakharevichrestore match data on backtracing
2000-10-25 Jarkko HietaniemiContinue the internal UTF-8 API tweaking.
2000-10-24 Jarkko HietaniemiMake the UTF-8 decoding stricter and more verbose when
2000-10-23 Hugo van der SandenRe: [ID 20001021.005] SEGV with regex match
2000-10-20 Charles BaileySYN SYN
2000-10-02 Ilya ZakharevichMinor optimization in re_intuit_start
2000-09-30 Nick Ing-SimmonsRe-instate Perl_utf8_to_uv without checking parameter...
2000-09-14 Jarkko HietaniemiBatch of UTF-8 patches from Simon Cozens.
2000-09-07 Marc LehmannFix for
2000-08-18 Jeffrey FriedlAdd [[:blank:]] as suggested in
2000-08-11 Hugo van der SandenRe: [ID 20000809.005] trouble with long string and...
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-08-02 Hugo van der Sanden[ID 20000731.010] regex error
2000-07-14 Hugo van der SandenReplace change #6337 with a better one.
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6325..6373 into mainline
2000-07-11 Hugo van der Sanden[ID 20000701.002] Regular Expressions Not Unsetting...
2000-05-31 Gurusamy Sarathyfix buggy multiline matching of C<"a\nxb\n" =~ /(?...
2000-05-28 Gurusamy Sarathycosmetic fixups of RE debug output (from Ilya Zakharevich)
2000-05-28 Gurusamy Sarathyfix accidental pessimization in RE optimizer (from...
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-04-27 Gurusamy Sarathyfix for failure to match $foo =~ /(?i)/ (from Ilya...
2000-04-24 Jarkko HietaniemiIntegrate with Sarathy.
2000-04-24 Gurusamy Sarathyfix RE brokenness on refs/overloaded things (from Ilya...
2000-03-05 Gurusamy Sarathyfixes for most warnings identified by gcc -Wall
2000-02-27 gomar@md.media-web.deFix locale case-ignorant matching bug reported in
2000-02-24 Gisle AasMore UTF8_MAXLEN fixes
2000-02-20 Gurusamy Sarathylexical warnings update, ability to inspect bitmask...
2000-02-20 Gurusamy Sarathyavoid reading out-of-bounds memory when matching agains...
2000-02-19 Gurusamy Sarathyfix bug in backtracking optimizer (from Makoto Ishisone
2000-02-18 Gurusamy Sarathymake /\S/ match the same things /[\S]/ matches; likewis...
2000-02-13 Gurusamy Sarathymore purification (pp_require() could access free memor...
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-06 Gurusamy Sarathyset SvUTF8 on vectors only if there are chars > 127...
2000-02-01 Gurusamy SarathyHINT_UTF8 is not propagated to the op tree anymore...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-07 Gurusamy Sarathyfix for 'make utest' failures (from Ilya Zakharevich)
next