This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Updated Object-Accessor to CPAN version 0.36
[perl5.git] / t / op /
2009-09-28 Josh ben JoreFix when( scalar ... ) bug
2009-09-28 Leon BrocardCheck that sparse files hold at least a block (bug...
2009-09-27 Zefram[perl #69384] numericness failure in sorting
2009-09-13 Bo Borgersonsplit: Improve performance in scalar context
2009-09-10 Yves Ortonmove regex related tests out of t/op/ into t/re/
2009-09-10 Yves Ortonadd more positive gofs GPOS tests and fix some bugs too
2009-09-10 Max MaischeinMove t/op/rt69056.t test into t/op/subst.t
2009-09-10 Max MaischeinAdd test for [perl #69056], 2nd try
2009-09-08 Rafael Garcia-SuarezRemove code specific to MacOS Classic from core tests
2009-09-06 ZeframFix [perl #66970] Incorrect coderef in MODIFY_CODE_ATTR...
2009-09-02 Yves Ortonde-TODO a regexp test that was probably fixed with...
2009-09-02 Yves Ortonset PERL_LEGACY_UNICODE_CHARCLASS_MAPPINGS to 0 and...
2009-08-30 David NicolDocument better what is allowed as regex delimiters
2009-08-27 Nicholas ClarkDon't use t/TEST to test a "read only file", repeatedly...
2009-08-26 Chip SalzenbergIn C<use utf8; a=>'b'>, do not set utf8 flag on 'a...
2009-08-25 Bo BorgersonString with NULL auto-increment bug fix
2009-08-24 Rafael Garcia-SuarezMerge commit 'shlomif/blead' into blead
2009-08-15 Craig A. BerrySuppress system messages when op/ref.t calls die on...
2009-08-09 Shlomi FishAdd a regression test for RT #68182.
2009-08-07 Father Chrysostomos[perl #68108] : also fix if/else constant folding
2009-08-04 Vincent PitPromote blocks resulting from constant folding to first...
2009-08-03 Jesse VincentRemove the port to MiNT. It's a dead platform that...
2009-07-29 Vincent PitMerge branch 'deletelocal' into blead
2009-07-29 Rafael Garcia-SuarezMake test pass with -t
2009-07-27 Vincent PitReally check that sysread(I, $x, 1, -4) dies with ...
2009-07-27 Vincent PitPort t/op/sysio.t to test.pl
2009-07-27 Rafael Garcia-SuarezMake test pass with miniperl
2009-07-27 Rafael Garcia-SuarezMake test pass with miniperl
2009-07-27 Rafael Garcia-SuarezReplace Test::More by test.pl
2009-07-27 Vincent PitRegression test for [perl #67912]
2009-07-26 George Greermuch better swap logic to support reentrancy and fix...
2009-07-26 Yves Ortonfix vim highlighting problem
2009-07-25 Vincent PitIntroduce "delete local"
2009-07-25 BramTests for commit 1375cf1cf2085f851bb176047d5e60248542f555
2009-07-24 BramThis test is for [perl #60508] (it's in rt.perl.org...
2009-07-22 Michael G. SchwernThis is a test for rt.cpan.org 60508 which I can't...
2009-07-22 Vincent PitTeach goto how to cross given/when blocks
2009-07-22 Rafael Garcia-SuarezRemove !!! and ??? operators
2009-07-13 Michael G. SchwernClean up t/op/sort.t to constrain tests which use a...
2009-07-12 Michael G SchwernWrong skip count in t/op/stash.t
2009-07-11 David Mitchell[perl #61520] Segfault in debugger with tr// and UTF8
2009-07-09 David GoldenMake kill() fatal for non-numeric pids
2009-07-06 hv@crypt.orgRegex fails when string is too long
2009-07-02 hv@crypt.orgSome bugs in Perl regexp (core Perl issues)
2009-07-01 Rafael Garcia-SuarezMake C<undef ~~ 0> and C<undef ~~ ""> not match (like...
2009-07-01 Jerry D. HeddenQuiet t/op/stash.t output
2009-06-27 Craig A. BerryMake stash.t redirect stderr.
2009-06-26 Vincent PitOne more regression test for RT #59734
2009-06-26 Vincent PitUpdate RExC_npar and after_freeze correctly after the...
2009-06-24 Rafael Garcia-SuarezAdd tests for smart match overload fallback
2009-06-23 Robin BarkerFix for RT #52552.
2009-06-23 Ben MorrowFix blead segfault on Cygwin for t/op/stash.t
2009-06-21 Ben MorrowTests for deleting stash entries.
2009-06-17 Rafael Garcia-SuarezSome more tests for \N
2009-06-16 Rafael Garcia-SuarezImplement new regex escape \N
2009-06-09 Rafael Garcia-SuarezFix regression test for RT 63110 when running with...
2009-06-08 Steffen Muellert/op/my_stash.t should use test.pl instead of Test.pm
2009-06-06 Rafael Garcia-SuarezMark all .t and .pm files as non executable
2009-06-04 Nicholas ClarkAssuming that $SIG{PIPE} is not set can be bogus when...
2009-06-02 Rafael Garcia-SuarezMerge branch 'smartmatch' into blead
2009-06-01 Jerry D. HeddenCorrect test output for t/op/eval.t (missing newline)
2009-06-01 Rafael Garcia-SuarezMore ~~ tests
2009-05-31 Rafael Garcia-SuarezSilence a warning emitted by test added by last commit
2009-05-31 George GreerAdd test case from RT#54758.
2009-05-31 Rafael Garcia-SuarezMerge branch 'memleaktest' into blead
2009-05-31 Rafael Garcia-SuarezAdd regression test for [RT#63110]
2009-05-31 BramDocument test structure
2009-05-30 Alex VandiverFix [RT#6266] -- sv_pos_u2b expects to be called with...
2009-05-28 Alex VandiverFix [RT#66098] -- stricter checking on SvIVX exposed...
2009-05-26 John E. Malmbergpatch@2009-05-25.21:50:08 magic.t leaves $ENV{foo}...
2009-05-25 Rafael Garcia-SuarezSkip tests that use attributes.pm under miniperl
2009-05-25 Rafael Garcia-SuarezFix test if Fcntl couldn't be loaded (for example with...
2009-05-25 Rafael Garcia-SuarezAvoid using Test::More in given/when tests
2009-05-24 Rafael Garcia-SuarezFix test for overload in given() with smart match after...
2009-05-24 Rafael Garcia-SuarezAllow ~~ overloading on the left side, when the right...
2009-05-24 Rafael Garcia-SuarezIn the ~~ implementation, consistently use the SV-aware...
2009-05-22 Craig A. BerryTODO must be on same line as message for TAP.
2009-05-20 Nicholas ClarkPerl_magic_clearsig() needs to remove magic, else delet...
2009-05-20 H.Merijn Brandfix glob-assign for FORMAT
2009-05-20 Nicholas ClarkConvert t/op/magic.t to use test.pl
2009-05-13 Rafael Garcia-SuarezMerge branch 'smartmatch' into blead
2009-05-13 Rafael Garcia-SuarezEnable more warnings in smart match tests
2009-05-12 Rafael Garcia-SuarezRemove proposed (but unimplemented) $foo ~~ Range smart...
2009-05-11 Vincent PitAllow typed arrays and hashes
2009-05-09 Rafael Garcia-SuarezImplement Hash/Array ~~ Regex (with tests)
2009-05-09 Rafael Garcia-SuarezAdd a test for object ~~ string, with stringification...
2009-05-09 Rafael Garcia-SuarezAdd tests for object ~~ regexp
2009-05-09 Rafael Garcia-SuarezTreat blessed references on the left of C<~~> as scalars
2009-05-09 Rafael Garcia-SuarezImplement distributivity in $scalar ~~ @array
2009-05-08 Rafael Garcia-SuarezDocument what to do with object on the left and add...
2009-05-08 Rafael Garcia-SuarezMake ~~ overloading only be invoked on the right argument
2009-05-08 Rafael Garcia-SuarezMore tests for ~~
2009-05-06 Rafael Garcia-SuarezRewrite tests for objects and ~~
2009-05-05 Rafael Garcia-SuarezFix test for stringification of arrays.
2009-05-05 Rafael Garcia-SuarezMerge branch 'blead' into smartmatch
2009-05-05 Rafael Garcia-SuarezAdd tests for @array ~~ $string
2009-05-04 Nicholas ClarkFix SEGVs when cloning a typeglob that has been undefin...
2009-05-03 Rafael Garcia-SuarezAdd tests for last and next in when()
2009-04-25 Craig A. BerryMake time64 use NV for time_t, I32 for year, not Quad_t.
2009-04-23 David Mitchellqr_gc.t is only TODO on 5.11.x+
next