2001-09-16 |
Jarkko Hietaniemi |
Use UCHARAT() as suggested by Inaba Hiroto. |
blob | commitdiff |
2001-09-15 |
Jeff Pinyan |
adding (U8) to case insensitive matching |
blob | commitdiff | diff to current |
2001-09-14 |
Jeff Pinyan |
more jumpables, and hit-bit bug |
blob | commitdiff | diff to current |
2001-09-07 |
Jeff Pinyan |
Re: [PATCH regexec.c] more general .* and .*? |
blob | commitdiff | diff to current |
2001-09-07 |
Jeff Pinyan |
(Replaced by #11934) |
blob | commitdiff | diff to current |
2001-09-02 |
Jarkko Hietaniemi |
Rename the variable: it *used* to be (wrongly) that the |
blob | commitdiff | diff to current |
2001-08-31 |
Gurusamy Sarathy |
remove deprecated PERL_OBJECT cruft, it has long since... |
blob | commitdiff | diff to current |
2001-08-27 |
Artur Bergman |
Changes USE_THREADS to USE_5005THREADS in the entire... |
blob | commitdiff | diff to current |
2001-08-18 |
Jarkko Hietaniemi |
New try for ID 20010407.006: detach the semantics |
blob | commitdiff | diff to current |
2001-08-17 |
Hugo van der Sanden |
Re: [ID 20010803.016] Possible regex bug in 5.6.1 |
blob | commitdiff | diff to current |
2001-08-15 |
Hugo van der Sanden |
Re: [ID 20010811.006] re_eval: logical leaks |
blob | commitdiff | diff to current |
2001-08-04 |
Jarkko Hietaniemi |
Continuation of #11575: SANY_SEEN completely deprecated, |
blob | commitdiff | diff to current |
2001-08-04 |
Daniel P. Berrange |
Decouple SANY into SANY and CANY: the new SANY is ... |
blob | commitdiff | diff to current |
2001-08-04 |
Doug MacEachern |
Re: [patch] ignore PL_curpm in PL_regex_padav cleanup |
blob | commitdiff | diff to current |
2001-08-03 |
Doug MacEachern |
[patch] ignore PL_curpm in PL_regex_padav cleanup |
blob | commitdiff | diff to current |
2001-07-22 |
Mark-Jason Dominus |
regexec.c #define cleanup |
blob | commitdiff | diff to current |
2001-07-12 |
Artur Bergman |
fix for PMOP threadness failures |
blob | commitdiff | diff to current |
2001-06-30 |
Jarkko Hietaniemi |
Add support for $^N, the most-recently closed group. |
blob | commitdiff | diff to current |
2001-06-21 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2001-06-21 |
Richard Soderberg |
Step 2: Use the new PM_GETRE/SETRE macros everywhere. |
blob | commitdiff | diff to current |
2001-06-02 |
Jarkko Hietaniemi |
-Wall cleanup continues. |
blob | commitdiff | diff to current |
2001-05-31 |
Jarkko Hietaniemi |
Salvage bits and pieces from the experimental 'utf8... |
blob | commitdiff | diff to current |
2001-05-30 |
Jarkko Hietaniemi |
More -Wall silencing from Michael Schwern and Jarkko... |
blob | commitdiff | diff to current |
2001-05-28 |
Jarkko Hietaniemi |
A slightly more serious bug found by -Mutf8; op/misc and |
blob | commitdiff | diff to current |
2001-05-25 |
Inaba Hiroto |
Re: [ID 20010506.041] segfault when matching utf8 string |
blob | commitdiff | diff to current |
2001-05-20 |
Dave Mitchell |
[LARGE!] symbolic magic |
blob | commitdiff | diff to current |
2001-05-17 |
Hugo van der Sanden |
small lookbehind fix |
blob | commitdiff | diff to current |
2001-04-30 |
Hugo van der Sanden |
Re: [PATCH bleadperl] [ID 20010426.002] Word boundry... |
blob | commitdiff | diff to current |
2001-04-29 |
Jarkko Hietaniemi |
In character classes one couldn't have 0x80..0xff chara... |
blob | commitdiff | diff to current |
2001-04-11 |
Jarkko Hietaniemi |
A more minimal fix for 20010410.006 from Hugo. |
blob | commitdiff | diff to current |
2001-04-11 |
Jarkko Hietaniemi |
Integrate changes #9675,9676 from maintperl into mainline. |
blob | commitdiff | diff to current |
2001-03-31 |
Peter Prymmer |
Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTA... |
blob | commitdiff | diff to current |
2001-03-20 |
Nick Ing-Simmons |
More EBCDIC stuff: |
blob | commitdiff | diff to current |
2001-03-14 |
Gurusamy Sarathy |
Uninitialized Memory Read in regexec.c |
blob | commitdiff | diff to current |
2001-03-10 |
Jarkko Hietaniemi |
Fix for ID 20010306.008, UTF-8 and \w without 'use... |
blob | commitdiff | diff to current |
2001-03-10 |
Nick Ing-Simmons |
EBCDIC sanity - phase I |
blob | commitdiff | diff to current |
2001-03-09 |
Dave Mitchell |
Re: [ PATCH perl@8956 ] new debug option -DR shows... |
blob | commitdiff | diff to current |
2001-02-18 |
Jarkko Hietaniemi |
Misapplied regex optimizations when \C is present. |
blob | commitdiff | diff to current |
2001-02-11 |
Jarkko Hietaniemi |
Retract #8762. |
blob | commitdiff | diff to current |
2001-02-10 |
Jarkko Hietaniemi |
(Retracted by #8769) |
blob | commitdiff | diff to current |
2001-02-08 |
Charles Bailey |
SYN SYN |
blob | commitdiff | diff to current |
2001-01-27 |
Jarkko Hietaniemi |
More documentation for the regexp context stack. |
blob | commitdiff | diff to current |
2001-01-24 |
Charles Bailey |
SYN SYN |
blob | commitdiff | diff to current |
2001-01-21 |
Jarkko Hietaniemi |
Document the regex content pushing/popping a bit better. |
blob | commitdiff | diff to current |
2001-01-12 |
Jarkko Hietaniemi |
One more UTF-8 fix from Inaba Hiroto. |
blob | commitdiff | diff to current |
2001-01-12 |
Jarkko Hietaniemi |
Mea culpa: I botched up Hugo's "Tw" bug fix when applyi... |
blob | commitdiff | diff to current |
2001-01-11 |
Hugo van der Sanden |
Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !... |
blob | commitdiff | diff to current |
2001-01-09 |
Inaba Hiroto |
One more patch for UTF8 |
blob | commitdiff | diff to current |
2001-01-08 |
Charles Bailey |
Once again syncing after too long an absence |
blob | commitdiff | diff to current |
2001-01-05 |
Jarkko Hietaniemi |
UTF-8 cleanup. |
blob | commitdiff | diff to current |
2001-01-01 |
Jarkko Hietaniemi |
Bump up Larry's copyright. |
blob | commitdiff | diff to current |
2000-12-30 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2000-12-30 |
Inaba Hiroto |
more UTF8 test suites and an UTF8 patch |
blob | commitdiff | diff to current |
2000-12-19 |
Nick Ing-Simmons |
Integrate mainline. |
blob | commitdiff | diff to current |
2000-12-19 |
Dominic Dunlop |
[ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on... |
blob | commitdiff | diff to current |
2000-12-17 |
Jarkko Hietaniemi |
Polymorphic regexps. |
blob | commitdiff | diff to current |
2000-12-05 |
Jarkko Hietaniemi |
dTHR is a nop in 5.6.0 onwards. Ergo, it can go. |
blob | commitdiff | diff to current |
2000-12-03 |
Jarkko Hietaniemi |
On DEBUGGING make ANYOFUTF8 nodes store away also the SV |
blob | commitdiff | diff to current |
2000-12-03 |
Jarkko Hietaniemi |
Make uv_to_utf8() to zero-terminate its output buffer, |
blob | commitdiff | diff to current |
2000-12-01 |
Jarkko Hietaniemi |
Get the three different space character classes right... |
blob | commitdiff | diff to current |
2000-11-27 |
Jarkko Hietaniemi |
It seems that *both* the unused submatch loop cleanup |
blob | commitdiff | diff to current |
2000-11-27 |
Jarkko Hietaniemi |
The code in regcppop() (see #7878) contains the correct... |
blob | commitdiff | diff to current |
2000-11-27 |
Jarkko Hietaniemi |
The unused submatch cleanup code in regtry() seems... |
blob | commitdiff | diff to current |
2000-11-27 |
Jarkko Hietaniemi |
Comment on comment. |
blob | commitdiff | diff to current |
2000-11-26 |
Jarkko Hietaniemi |
BOUND regex opcodes (\b, \B) could try to scan zero... |
blob | commitdiff | diff to current |
2000-11-20 |
Ilya Zakharevich |
The first step in removing recursion from the REx engine |
blob | commitdiff | diff to current |
2000-11-18 |
Ilya Zakharevich |
restore match data on backtracing |
blob | commitdiff | diff to current |
2000-10-25 |
Jarkko Hietaniemi |
Continue the internal UTF-8 API tweaking. |
blob | commitdiff | diff to current |
2000-10-24 |
Jarkko Hietaniemi |
Make the UTF-8 decoding stricter and more verbose when |
blob | commitdiff | diff to current |
2000-10-23 |
Hugo van der Sanden |
Re: [ID 20001021.005] SEGV with regex match |
blob | commitdiff | diff to current |
2000-10-20 |
Charles Bailey |
SYN SYN |
blob | commitdiff | diff to current |
2000-10-02 |
Ilya Zakharevich |
Minor optimization in re_intuit_start |
blob | commitdiff | diff to current |
2000-09-30 |
Nick Ing-Simmons |
Re-instate Perl_utf8_to_uv without checking parameter... |
blob | commitdiff | diff to current |
2000-09-14 |
Jarkko Hietaniemi |
Batch of UTF-8 patches from Simon Cozens. |
blob | commitdiff | diff to current |
2000-09-07 |
Marc Lehmann |
Fix for |
blob | commitdiff | diff to current |
2000-08-18 |
Jeffrey Friedl |
Add [[:blank:]] as suggested in |
blob | commitdiff | diff to current |
2000-08-11 |
Hugo van der Sanden |
Re: [ID 20000809.005] trouble with long string and... |
blob | commitdiff | diff to current |
2000-08-04 |
Charles Bailey |
YA resync with mainstem, including VMS patches from... |
blob | commitdiff | diff to current |
2000-08-02 |
Hugo van der Sanden |
[ID 20000731.010] regex error |
blob | commitdiff | diff to current |
2000-07-14 |
Hugo van der Sanden |
Replace change #6337 with a better one. |
blob | commitdiff | diff to current |
2000-07-11 |
Gurusamy Sarathy |
integrate cfgperl changes#6325..6373 into mainline |
blob | commitdiff | diff to current |
2000-07-11 |
Hugo van der Sanden |
[ID 20000701.002] Regular Expressions Not Unsetting... |
blob | commitdiff | diff to current |
2000-05-31 |
Gurusamy Sarathy |
fix buggy multiline matching of C<"a\nxb\n" =~ /(?... |
blob | commitdiff | diff to current |
2000-05-28 |
Gurusamy Sarathy |
cosmetic fixups of RE debug output (from Ilya Zakharevich) |
blob | commitdiff | diff to current |
2000-05-28 |
Gurusamy Sarathy |
fix accidental pessimization in RE optimizer (from... |
blob | commitdiff | diff to current |
2000-05-23 |
Charles Bailey |
Resync with mainline prior to post-5.6.0 updates |
blob | commitdiff | diff to current |
2000-04-27 |
Gurusamy Sarathy |
fix for failure to match $foo =~ /(?i)/ (from Ilya... |
blob | commitdiff | diff to current |
2000-04-24 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
2000-04-24 |
Gurusamy Sarathy |
fix RE brokenness on refs/overloaded things (from Ilya... |
blob | commitdiff | diff to current |
2000-03-05 |
Gurusamy Sarathy |
fixes for most warnings identified by gcc -Wall |
blob | commitdiff | diff to current |
2000-02-27 |
gomar@md.media-web.de |
Fix locale case-ignorant matching bug reported in |
blob | commitdiff | diff to current |
2000-02-24 |
Gisle Aas |
More UTF8_MAXLEN fixes |
blob | commitdiff | diff to current |
2000-02-20 |
Gurusamy Sarathy |
lexical warnings update, ability to inspect bitmask... |
blob | commitdiff | diff to current |
2000-02-20 |
Gurusamy Sarathy |
avoid reading out-of-bounds memory when matching agains... |
blob | commitdiff | diff to current |
2000-02-19 |
Gurusamy Sarathy |
fix bug in backtracking optimizer (from Makoto Ishisone |
blob | commitdiff | diff to current |
2000-02-18 |
Gurusamy Sarathy |
make /\S/ match the same things /[\S]/ matches; likewis... |
blob | commitdiff | diff to current |
2000-02-13 |
Gurusamy Sarathy |
more purification (pp_require() could access free memor... |
blob | commitdiff | diff to current |
2000-02-09 |
Charles Bailey |
Resync with mainline |
blob | commitdiff | diff to current |
2000-02-08 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
2000-02-06 |
Gurusamy Sarathy |
set SvUTF8 on vectors only if there are chars > 127... |
blob | commitdiff | diff to current |
next |