This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Allow 'eval "v200"' to work (part of 20000323.059); fix as
[perl5.git] / 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
2000-12-30 Jarkko HietaniemiNot quite that many tests yet.
2000-12-30 Jarkko HietaniemiAdd a test case for 20000731.001 which was fixed by...
2000-12-01 Jarkko HietaniemiGet the three different space character classes right...
2000-11-20 Jarkko Hietaniemilexicals not recognized in a run-time (?{})
2000-11-20 Jarkko HietaniemiMiraculous typo.
2000-11-20 Ilya ZakharevichThe first step in removing recursion from the REx engine
2000-10-23 Hugo van der SandenRe: [ID 20001021.005] SEGV with regex match
2000-10-20 Charles BaileySYN SYN
2000-08-29 Mike GuyUse minimal @INC in tests, most of the time just '...
2000-08-18 Jeffrey FriedlAdd [[:blank:]] as suggested in
2000-08-14 Mike Guy@+, @- readonly (was Re: @<punct> interpolating in "")
2000-08-11 Hugo van der SandenRe: [ID 20000809.005] trouble with long string and...
2000-08-08 Hugo van der SandenRe: enhanced(?) regex error messages
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-07-24 M. J. T. GuyTest cases for #6431.
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-04-24 Jarkko HietaniemiIntegrate with Sarathy.
2000-04-24 Gurusamy Sarathyfix RE brokenness on refs/overloaded things (from Ilya...
2000-03-13 Gurusamy Sarathylexical warnings update for docs and tests (from Paul...
2000-03-11 Gurusamy Sarathyfailed hunk in change#5644
2000-03-11 Gurusamy Sarathyfix optimizer bug in /^(?p{"a"})b/ (from Ilya Zakharevich)
2000-03-03 Gurusamy Sarathy/(?p{})/ changed to /(??{})/, per Larry's suggestion...
2000-02-19 Gurusamy Sarathyfix bug in backtracking optimizer (from Makoto Ishisone
2000-02-18 Gurusamy Sarathystronger testcase for change#5126
2000-02-18 Gurusamy Sarathymake /\S/ match the same things /[\S]/ matches; likewis...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-05 Ilya ZakharevichRe: minimal m//g matches appear busted
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-11-01 Ilya ZakharevichRe: [ID 19991026.001] perl segmentation fault report
1999-10-05 Ilya ZakharevichRe: Strange RE engine breakage in 5_61
1999-09-29 Charles Baileyresync with mainline
1999-09-18 Nick Ing-SimmonsRe-integrate mainline
1999-09-15 Ilya ZakharevichRe: [ID 19990914.001] Perl_re_intuit_start() hangs...
1999-09-09 Ilya ZakharevichFix interaction of (?p{}) and (?>)
1999-07-06 Jarkko HietaniemiPOSIX [[:character class:]] support for standard, locale,
1999-05-25 Ilya ZakharevichREx engine improvements
1999-02-20 Hugo van der Sandentest failures with MIME-tools-4.122 and perl 5.005_55
1999-02-12 Gurusamy Sarathymake testsuite somewhat location independent
1999-02-08 Ilya ZakharevichFix list-context //g with zero-length matches
1999-02-07 Ilya ZakharevichFix list-context //g with zero-length matches
1999-01-19 Ilya ZakharevichFixing \G bug by Francois Desarmenien
1998-12-29 Ilya ZakharevichBugs in hairy interactions of feature in REx
1998-11-28 Ilya ZakharevichChange $#+
1998-11-28 Ilya ZakharevichFinishing off SNOBOL: $1 in (?{})
1998-11-28 Ilya Zakharevichapplied suggested patch with PERL_OBJECT tweaks
1998-11-28 Ilya ZakharevichFix \G in REx without //g
1998-10-15 Jarkko HietaniemiTest #162 had been added but the "print 1..161" had...
1998-10-13 Gurusamy Sarathyforce copy of substrings when matching against temporaries
1998-09-23 Ilya Zakharevichpatch to support computed regular subexpressions
1998-09-23 Ilya Zakharevichsupport match indices via special variables @- and @+
1998-07-21 Ilya ZakharevichCompile (?{}) into a correct package
1998-07-21 Gurusamy Sarathyfix small memory leak when mess_sv happens to be touche...
1998-07-19 Gurusamy Sarathymake failed matches return empty list in list context
1998-07-14 Gurusamy Sarathymerge changes#1423,1465 from maintbranch; checkin two...
1998-07-13 Graham Barradded patch, tweaked PERL_OBJECT things
1998-07-11 Ilya Zakharevichadd patch, along with all the missing bits, and doc...
1998-07-09 Ilya Zakharevichmanually apply patch with a dependency on unapplied...
1998-07-06 Gurusamy Sarathyallow eval-groups in patterns only if they C<use re...
1998-06-28 Ilya Zakharevichpat.t tests
1998-06-28 Dominic Dunlop: Move REG_INFTY-dependent tests from op/regexp.t
1998-06-22 Ilya ZakharevichZero-length matching bug
1998-06-22 Ilya ZakharevichTest study/re/
1998-06-11 Ilya ZakharevichBugs with (?{}), $^R and many-to-many subst
1998-02-20 Stephen Potter5.004_58, move intuition tests
1998-02-12 Jarkko Hietaniemi[PATCH] 5.004_58: the locale.t problem in IRIX
1998-02-06 Ilya Zakharevich5.004_56: Patch to Tie::Hash and docs
1997-11-27 Malcolm BeattieFix PVLV case in sv_setsv (plus tests in op/pat.t).
next