summaryrefslogtreecommitdiff
path: root/t/op/pat.t
Commit message (Expand)AuthorAgeFilesLines
* The basic character classes seem to go untested with Unicode.Jarkko Hietaniemi2001-11-021-1/+14
* Test vertical whitespace combined with /x in \p{}.Jarkko Hietaniemi2001-10-201-1/+4
* Unicode categories continue:Jarkko Hietaniemi2001-10-191-1/+13
* Rewrite mktables from scratch.Jarkko Hietaniemi2001-10-131-1/+14
* Unicode properties: fix L& (the #12319 didn't allow L&,Jarkko Hietaniemi2001-10-031-1/+25
* Unicode properties: allow also intra(wordbreak)name whitespace,Jarkko Hietaniemi2001-10-021-2/+3
* Also the ^Is is optional.Jarkko Hietaniemi2001-10-011-10/+35
* More Unicode property tests for the abbreviatedJarkko Hietaniemi2001-10-011-13/+27
* Further tweaks to the Unicode properties.Jarkko Hietaniemi2001-10-011-1/+31
* More leniency to the \p and \P: now can have whitespaceJarkko Hietaniemi2001-09-291-1/+6
* Allow for more flexibility in the \p{In...} names, nowJarkko Hietaniemi2001-09-291-5/+9
* more jumpables, and hit-bit bugJeff Pinyan2001-09-141-1/+10
* Re: the remaining bugs in \x escapes (was Re: [PATCH] oct and hex in glorious...Nicholas Clark2001-09-101-1/+111
* Test tweaks.Jarkko Hietaniemi2001-09-011-1/+3
* New try for ID 20010407.006: detach the semanticsJarkko Hietaniemi2001-08-181-1/+20
* Retract #11712 for now. The real fix would probablyJarkko Hietaniemi2001-08-181-20/+1
* (Retracted by #11714)Jarkko Hietaniemi2001-08-181-1/+20
* Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context Hugo van der Sanden2001-08-171-1/+9
* Failure not true anymore (probably caused by my broken setup).Jarkko Hietaniemi2001-08-121-1/+1
* Mark tests (and one module) having explicit Latin-1Jarkko Hietaniemi2001-08-121-1/+1
* Drop all the unnecessary "use utf8" clauses and some ofJarkko Hietaniemi2001-08-121-1/+1
* Continuation of #11575: SANY_SEEN completely deprecated,Jarkko Hietaniemi2001-08-041-1/+28
* Decouple SANY into SANY and CANY: the new SANY is /./s,Daniel P. Berrange2001-08-041-2/+11
* patch to add DEL to [:cntrl:]Jeffrey Friedl2001-07-141-1/+15
* The #11132 missed singleton characters (not partJarkko Hietaniemi2001-07-041-1/+26
* Support preferentially the Unicode 'scripts' definitionJarkko Hietaniemi2001-07-041-1/+16
* Add support for $^N, the most-recently closed group.Jarkko Hietaniemi2001-06-301-1/+36
* In EBCDIC assume UTF-EBCDIC, not UTF-8.Jarkko Hietaniemi2001-06-291-14/+53
* t/op/pat.t typo fixRichard Soderberg2001-06-241-1/+1
* Fix for ID 20010619.003, the [[:print:]] is not supposedJarkko Hietaniemi2001-06-231-1/+20
* Case of confused test numbering.Jarkko Hietaniemi2001-06-211-5/+5
* Re: [PATCH] Make /o work under i?threadsArtur Bergman2001-06-211-0/+13
* Integrate change #10739 from maintperl:Jarkko Hietaniemi2001-06-201-1/+19
* More \p{In...} testing, combined with \N{...}.Jarkko Hietaniemi2001-06-081-1/+23
* Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.tJeff Pinyan2001-06-011-1/+59
* Remove the 'asciir' re subpragma. Should instead implementJarkko Hietaniemi2001-05-111-2/+0
* In character classes one couldn't have 0x80..0xff charactersJarkko Hietaniemi2001-04-291-5/+109
* Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/lengthJarkko Hietaniemi2001-04-181-1/+10
* Bad test numbering in integrate in #9677.Jarkko Hietaniemi2001-04-111-0/+2
* Integrate changes #9675,9676 from maintperl into mainline.Jarkko Hietaniemi2001-04-111-1/+26
* Integrate perlio:Jarkko Hietaniemi2001-03-281-0/+3
* Memory tweaks and notes for OEMVS.Nick Ing-Simmons2001-03-261-0/+1
* Re-integrate #9138 from maintperl to mainline,Jarkko Hietaniemi2001-03-181-3/+0
* Sarathy's clear_pmop patch with Radu Greab's fix,Jarkko Hietaniemi2001-03-181-18/+17
* NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.Jarkko Hietaniemi2001-03-181-5/+1
* Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'Nick Ing-Simmons2001-03-171-45/+51
* Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.Jarkko Hietaniemi2001-03-101-3/+11
* More UTF-8 test tweaks.Jarkko Hietaniemi2001-03-071-0/+2
* Major utf8 test reorganisation and rewrite.Jarkko Hietaniemi2001-03-071-1/+308
* Easier to outcomment all the three reset() tests for now.Jarkko Hietaniemi2001-03-061-17/+16