This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
question about fs.t
[perl5.git] / t / op / pat.t
2002-01-15 Jarkko HietaniemiMake the test harder.
2002-01-15 Nick Ing-SimmonsBlind integrate of bulk of mainline.
2002-01-14 Jarkko HietaniemiBig mktables rewrite from Jeffrey;
2002-01-13 Jarkko Hietaniemi*groan*
2002-01-13 Jarkko HietaniemiOne more sharp s case found by Jeffrey.
2002-01-12 Jarkko HietaniemiCouple more Unicode lookbehind tests.
2002-01-12 Jarkko HietaniemiSharp S as a special treat for our German UTF-8 testers :-)
2002-01-12 Jarkko HietaniemiThis is getting embarrassing.
2002-01-12 Jarkko HietaniemiUpdating the test count is good; also rephrasing
2002-01-12 Jarkko HietaniemiUnicode lookbehind looked bad.
2002-01-09 Andreas KönigRe: Weird Malformed warning in bleadperl
2002-01-09 Jarkko HietaniemiSANY (. with /s) wasn't happy on Unicode.
2002-01-05 Jarkko HietaniemiFinish up (ha!) the Unicode case folding;
2002-01-04 Jarkko HietaniemiAdd U+0085, U+2028, and U+2029 to \s under Unicode.
2002-01-03 Jarkko Hietaniemi#14048 exposed few false positives, to be fixed soonish.
2002-01-03 Jarkko HietaniemiA bit of testing for #14046.
2002-01-02 Jarkko HietaniemiOne more iteration of the ibcmp_utf8() interface,
2002-01-01 Jarkko HietaniemiUnnecessary/Lingering UTF8 flag might mess up caseless...
2001-12-24 Jeffrey Friedland [BUG] \X and \C fixed, \X still dorked
2001-12-23 Jarkko HietaniemiThe funky final sigma casefolding.
2001-12-23 Jarkko HietaniemiMove the \C and \X to pat.t.
2001-12-23 Jarkko HietaniemiEven more \X fixing.
2001-12-23 Jarkko HietaniemiMore \X fixing.
2001-12-22 Jarkko HietaniemiUnicode casefolding continues.
2001-12-22 Jarkko HietaniemiMore Unicode casing fixes.
2001-12-22 Jarkko HietaniemiUnicode casefolding fixes.
2001-12-21 Jarkko HietaniemiMake using U+FDD0..U+FDEF (noncharacters since Unicode...
2001-11-28 Jarkko HietaniemiFix for "a\x{100}" =~ /A/i.
2001-11-02 Jarkko HietaniemiThe basic character classes seem to go untested with...
2001-10-20 Jarkko HietaniemiTest vertical whitespace combined with /x in \p{}.
2001-10-19 Jarkko HietaniemiUnicode categories continue:
2001-10-13 Jarkko HietaniemiRewrite mktables from scratch.
2001-10-03 Jarkko HietaniemiUnicode properties: fix L& (the #12319 didn't allow L&,
2001-10-02 Jarkko HietaniemiUnicode properties: allow also intra(wordbreak)name...
2001-10-01 Jarkko HietaniemiAlso the ^Is is optional.
2001-10-01 Jarkko HietaniemiMore Unicode property tests for the abbreviated
2001-10-01 Jarkko HietaniemiFurther tweaks to the Unicode properties.
2001-09-29 Jarkko HietaniemiMore leniency to the \p and \P: now can have whitespace
2001-09-29 Jarkko HietaniemiAllow for more flexibility in the \p{In...} names, now
2001-09-14 Jeff Pinyanmore jumpables, and hit-bit bug
2001-09-10 Nicholas ClarkRe: the remaining bugs in \x escapes (was Re: [PATCH...
2001-09-01 Jarkko HietaniemiTest tweaks.
2001-08-18 Jarkko HietaniemiNew try for ID 20010407.006: detach the semantics
2001-08-18 Jarkko HietaniemiRetract #11712 for now. The real fix would probably
2001-08-18 Jarkko Hietaniemi(Retracted by #11714)
2001-08-17 Hugo van der SandenRe: [ID 20010814.004] pos() doesn't work when using...
2001-08-12 Jarkko HietaniemiFailure not true anymore (probably caused by my broken...
2001-08-12 Jarkko HietaniemiMark tests (and one module) having explicit Latin-1
2001-08-12 Jarkko HietaniemiDrop all the unnecessary "use utf8" clauses and some of
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-07-14 Jeffrey Friedlpatch to add DEL to [:cntrl:]
2001-07-06 Nick Ing-SimmonsIntegrate mainline
2001-07-04 Jarkko HietaniemiThe #11132 missed singleton characters (not part
2001-07-04 Jarkko HietaniemiSupport preferentially the Unicode 'scripts' definition
2001-06-30 Jarkko HietaniemiAdd support for $^N, the most-recently closed group.
2001-06-29 Jarkko HietaniemiIn EBCDIC assume UTF-EBCDIC, not UTF-8.
2001-06-24 Richard Soderbergt/op/pat.t typo fix
2001-06-23 Jarkko HietaniemiFix for ID 20010619.003, the [[:print:]] is not supposed
2001-06-21 Nick Ing-SimmonsIntegrate mainline
2001-06-21 Jarkko HietaniemiCase of confused test numbering.
2001-06-21 Artur BergmanRe: [PATCH] Make /o work under i?threads
2001-06-20 Jarkko HietaniemiIntegrate change #10739 from maintperl:
2001-06-09 Nick Ing-SimmonsIntegrate mainline
2001-06-08 Jarkko HietaniemiMore \p{In...} testing, combined with \N{...}.
2001-06-02 Nick Ing-SimmonsIntegrate mainline
2001-06-01 Jeff PinyanRe: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
2001-05-11 Jarkko HietaniemiRemove the 'asciir' re subpragma. Should instead implement
2001-04-29 Jarkko HietaniemiIn character classes one couldn't have 0x80..0xff chara...
2001-04-18 Jarkko HietaniemiWorkaround for the "\x{12345678}" plus s/(.)/$1/g plus...
2001-04-11 Jarkko HietaniemiBad test numbering in integrate in #9677.
2001-04-11 Jarkko HietaniemiIntegrate changes #9675,9676 from maintperl into mainline.
2001-03-28 Jarkko HietaniemiIntegrate perlio:
2001-03-28 Nick Ing-SimmonsMore EBCDIC tweaks:
2001-03-26 Nick Ing-SimmonsMemory tweaks and notes for OEMVS.
2001-03-18 Jarkko HietaniemiRe-integrate #9138 from maintperl to mainline,
2001-03-18 Jarkko HietaniemiSarathy's clear_pmop patch with Radu Greab's fix,
2001-03-18 Jarkko HietaniemiNI-S' cunning idea of how to de-UTF8 the "\C-broken...
2001-03-17 Nick Ing-SimmonsAllow test to pass even when \C leaves SvUTF8 set by...
2001-03-14 Jarkko HietaniemiThe Day of the Retractions continues: the #9138
2001-03-14 Jarkko HietaniemiThe #9145 CANNOT be enabled: the clear_pmop code still
2001-03-14 Gurusamy Sarathyreenable change#9145 (the test was busted due to a...
2001-03-14 Jarkko HietaniemiRetract #9145.
2001-03-14 Jarkko Hietaniemi(Retracted by #9150.)
2001-03-14 Jarkko HietaniemiIntegrate changes #9137,9138,9142 from maintperl into...
2001-03-10 Jarkko HietaniemiFix for ID 20010306.008, UTF-8 and \w without 'use...
2001-03-07 Jarkko HietaniemiMore UTF-8 test tweaks.
2001-03-07 Jarkko HietaniemiMajor utf8 test reorganisation and rewrite.
2001-03-06 Jarkko HietaniemiEasier to outcomment all the three reset() tests for...
2001-03-06 Jarkko HietaniemiComment out the deadly reset; until the 20010301.005
2001-03-05 Nick Ing-SimmonsIntegrate mainline (mostly - holding of on Encode.pm...
2001-03-05 Jarkko HietaniemiAdd matching tests currently failing in EBCDIC,
2001-03-04 Jeff Pinyanpattern in G_ARRAY context
2001-03-01 Jarkko HietaniemiRetract #8970 because of a completely mysterious core...
2001-03-01 Jarkko HietaniemiAdd back the EBCDIC character range tests (for matching).
2001-02-25 Jarkko HietaniemiRetract #8929,8930,8932,8933 for now.
2001-02-25 Jarkko Hietaniemi(Retracted by #8395.)
2001-02-24 Jarkko HietaniemiAdd a test for the "character range should match in...
2001-02-18 Jarkko HietaniemiMisapplied regex optimizations when \C is present.
2001-01-08 Charles BaileyOnce again syncing after too long an absence
next