2001-10-19 |
Jarkko Hietaniemi |
Unicode categories continue: |
blob | commitdiff |
2001-10-13 |
Jarkko Hietaniemi |
Rewrite mktables from scratch. |
blob | commitdiff | diff to current |
2001-10-03 |
Jarkko Hietaniemi |
Unicode properties: fix L& (the #12319 didn't allow L&, |
blob | commitdiff | diff to current |
2001-10-02 |
Jarkko Hietaniemi |
Unicode properties: allow also intra(wordbreak)name... |
blob | commitdiff | diff to current |
2001-10-01 |
Jarkko Hietaniemi |
Also the ^Is is optional. |
blob | commitdiff | diff to current |
2001-10-01 |
Jarkko Hietaniemi |
More Unicode property tests for the abbreviated |
blob | commitdiff | diff to current |
2001-10-01 |
Jarkko Hietaniemi |
Further tweaks to the Unicode properties. |
blob | commitdiff | diff to current |
2001-09-29 |
Jarkko Hietaniemi |
More leniency to the \p and \P: now can have whitespace |
blob | commitdiff | diff to current |
2001-09-29 |
Jarkko Hietaniemi |
Allow for more flexibility in the \p{In...} names, now |
blob | commitdiff | diff to current |
2001-09-14 |
Jeff Pinyan |
more jumpables, and hit-bit bug |
blob | commitdiff | diff to current |
2001-09-10 |
Nicholas Clark |
Re: the remaining bugs in \x escapes (was Re: [PATCH... |
blob | commitdiff | diff to current |
2001-09-01 |
Jarkko Hietaniemi |
Test tweaks. |
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-18 |
Jarkko Hietaniemi |
Retract #11712 for now. The real fix would probably |
blob | commitdiff | diff to current |
2001-08-18 |
Jarkko Hietaniemi |
(Retracted by #11714) |
blob | commitdiff | diff to current |
2001-08-17 |
Hugo van der Sanden |
Re: [ID 20010814.004] pos() doesn't work when using... |
blob | commitdiff | diff to current |
2001-08-12 |
Jarkko Hietaniemi |
Failure not true anymore (probably caused by my broken... |
blob | commitdiff | diff to current |
2001-08-12 |
Jarkko Hietaniemi |
Mark tests (and one module) having explicit Latin-1 |
blob | commitdiff | diff to current |
2001-08-12 |
Jarkko Hietaniemi |
Drop all the unnecessary "use utf8" clauses and some of |
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-07-14 |
Jeffrey Friedl |
patch to add DEL to [:cntrl:] |
blob | commitdiff | diff to current |
2001-07-06 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2001-07-04 |
Jarkko Hietaniemi |
The #11132 missed singleton characters (not part |
blob | commitdiff | diff to current |
2001-07-04 |
Jarkko Hietaniemi |
Support preferentially the Unicode 'scripts' definition |
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-29 |
Jarkko Hietaniemi |
In EBCDIC assume UTF-EBCDIC, not UTF-8. |
blob | commitdiff | diff to current |
2001-06-24 |
Richard Soderberg |
t/op/pat.t typo fix |
blob | commitdiff | diff to current |
2001-06-23 |
Jarkko Hietaniemi |
Fix for ID 20010619.003, the [[:print:]] is not supposed |
blob | commitdiff | diff to current |
2001-06-21 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2001-06-21 |
Jarkko Hietaniemi |
Case of confused test numbering. |
blob | commitdiff | diff to current |
2001-06-21 |
Artur Bergman |
Re: [PATCH] Make /o work under i?threads |
blob | commitdiff | diff to current |
2001-06-20 |
Jarkko Hietaniemi |
Integrate change #10739 from maintperl: |
blob | commitdiff | diff to current |
2001-06-09 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2001-06-08 |
Jarkko Hietaniemi |
More \p{In...} testing, combined with \N{...}. |
blob | commitdiff | diff to current |
2001-06-02 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2001-06-01 |
Jeff Pinyan |
Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t |
blob | commitdiff | diff to current |
2001-05-11 |
Jarkko Hietaniemi |
Remove the 'asciir' re subpragma. Should instead implement |
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-18 |
Jarkko Hietaniemi |
Workaround for the "\x{12345678}" plus s/(.)/$1/g plus... |
blob | commitdiff | diff to current |
2001-04-11 |
Jarkko Hietaniemi |
Bad test numbering in integrate in #9677. |
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-28 |
Jarkko Hietaniemi |
Integrate perlio: |
blob | commitdiff | diff to current |
2001-03-28 |
Nick Ing-Simmons |
More EBCDIC tweaks: |
blob | commitdiff | diff to current |
2001-03-26 |
Nick Ing-Simmons |
Memory tweaks and notes for OEMVS. |
blob | commitdiff | diff to current |
2001-03-18 |
Jarkko Hietaniemi |
Re-integrate #9138 from maintperl to mainline, |
blob | commitdiff | diff to current |
2001-03-18 |
Jarkko Hietaniemi |
Sarathy's clear_pmop patch with Radu Greab's fix, |
blob | commitdiff | diff to current |
2001-03-18 |
Jarkko Hietaniemi |
NI-S' cunning idea of how to de-UTF8 the "\C-broken... |
blob | commitdiff | diff to current |
2001-03-17 |
Nick Ing-Simmons |
Allow test to pass even when \C leaves SvUTF8 set by... |
blob | commitdiff | diff to current |
2001-03-14 |
Jarkko Hietaniemi |
The Day of the Retractions continues: the #9138 |
blob | commitdiff | diff to current |
2001-03-14 |
Jarkko Hietaniemi |
The #9145 CANNOT be enabled: the clear_pmop code still |
blob | commitdiff | diff to current |
2001-03-14 |
Gurusamy Sarathy |
reenable change#9145 (the test was busted due to a... |
blob | commitdiff | diff to current |
2001-03-14 |
Jarkko Hietaniemi |
Retract #9145. |
blob | commitdiff | diff to current |
2001-03-14 |
Jarkko Hietaniemi |
(Retracted by #9150.) |
blob | commitdiff | diff to current |
2001-03-14 |
Jarkko Hietaniemi |
Integrate changes #9137,9138,9142 from maintperl into... |
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-07 |
Jarkko Hietaniemi |
More UTF-8 test tweaks. |
blob | commitdiff | diff to current |
2001-03-07 |
Jarkko Hietaniemi |
Major utf8 test reorganisation and rewrite. |
blob | commitdiff | diff to current |
2001-03-06 |
Jarkko Hietaniemi |
Easier to outcomment all the three reset() tests for... |
blob | commitdiff | diff to current |
2001-03-06 |
Jarkko Hietaniemi |
Comment out the deadly reset; until the 20010301.005 |
blob | commitdiff | diff to current |
2001-03-05 |
Nick Ing-Simmons |
Integrate mainline (mostly - holding of on Encode.pm... |
blob | commitdiff | diff to current |
2001-03-05 |
Jarkko Hietaniemi |
Add matching tests currently failing in EBCDIC, |
blob | commitdiff | diff to current |
2001-03-04 |
Jeff Pinyan |
pattern in G_ARRAY context |
blob | commitdiff | diff to current |
2001-03-01 |
Jarkko Hietaniemi |
Retract #8970 because of a completely mysterious core... |
blob | commitdiff | diff to current |
2001-03-01 |
Jarkko Hietaniemi |
Add back the EBCDIC character range tests (for matching). |
blob | commitdiff | diff to current |
2001-02-25 |
Jarkko Hietaniemi |
Retract #8929,8930,8932,8933 for now. |
blob | commitdiff | diff to current |
2001-02-25 |
Jarkko Hietaniemi |
(Retracted by #8395.) |
blob | commitdiff | diff to current |
2001-02-24 |
Jarkko Hietaniemi |
Add a test for the "character range should match in... |
blob | commitdiff | diff to current |
2001-02-18 |
Jarkko Hietaniemi |
Misapplied regex optimizations when \C is present. |
blob | commitdiff | diff to current |
2001-01-08 |
Charles Bailey |
Once again syncing after too long an absence |
blob | commitdiff | diff to current |
2000-12-30 |
Jarkko Hietaniemi |
Not quite that many tests yet. |
blob | commitdiff | diff to current |
2000-12-30 |
Jarkko Hietaniemi |
Add a test case for 20000731.001 which was fixed by... |
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-20 |
Jarkko Hietaniemi |
lexicals not recognized in a run-time (?{}) |
blob | commitdiff | diff to current |
2000-11-20 |
Jarkko Hietaniemi |
Miraculous typo. |
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-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-08-29 |
Mike Guy |
Use minimal @INC in tests, most of the time just '... |
blob | commitdiff | diff to current |
2000-08-18 |
Jeffrey Friedl |
Add [[:blank:]] as suggested in |
blob | commitdiff | diff to current |
2000-08-14 |
Mike Guy |
@+, @- readonly (was Re: @<punct> interpolating 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-08 |
Hugo van der Sanden |
Re: enhanced(?) regex error messages |
blob | commitdiff | diff to current |
2000-08-04 |
Charles Bailey |
YA resync with mainstem, including VMS patches from... |
blob | commitdiff | diff to current |
2000-07-24 |
M. J. T. Guy |
Test cases for #6431. |
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-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-13 |
Gurusamy Sarathy |
lexical warnings update for docs and tests (from Paul... |
blob | commitdiff | diff to current |
2000-03-11 |
Gurusamy Sarathy |
failed hunk in change#5644 |
blob | commitdiff | diff to current |
2000-03-11 |
Gurusamy Sarathy |
fix optimizer bug in /^(?p{"a"})b/ (from Ilya Zakharevich) |
blob | commitdiff | diff to current |
2000-03-03 |
Gurusamy Sarathy |
/(?p{})/ changed to /(??{})/, per Larry's suggestion... |
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 |
stronger testcase for change#5126 |
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-01-20 |
Charles Bailey |
Quick integration of mainline changes to date |
blob | commitdiff | diff to current |
2000-01-05 |
Ilya Zakharevich |
Re: minimal m//g matches appear busted |
blob | commitdiff | diff to current |
1999-12-12 |
Gurusamy Sarathy |
integrate mainline changes |
blob | commitdiff | diff to current |
1999-11-01 |
Ilya Zakharevich |
Re: [ID 19991026.001] perl segmentation fault report |
blob | commitdiff | diff to current |
1999-10-05 |
Ilya Zakharevich |
Re: Strange RE engine breakage in 5_61 |
blob | commitdiff | diff to current |
next |