This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Nits in perldelta template
[perl5.git] / t / op /
2010-01-12 David Mitchellfix for [perl #65582] anon globs segfaulting
2010-01-12 David Mitchellfix for [perl #61976] Errno ($!) not evaluated to a...
2010-01-11 David Mitchellfix for [perl #41138] $_ leaks under threads
2010-01-11 Josh ben Jore[perl #71788] Skip $) test when NGROUPS_MAX is too...
2010-01-10 Gerard GoossenRetain builtin attributes from pre-declaration. Fixes...
2010-01-10 Gerard GoossenIgnore a lvalue attribute after the subroutine has...
2010-01-10 Matt S TroutMove prototype parsing related warnings from the 'synta...
2010-01-03 Ricardo Signesdial back warnings on UNIVERSAL->import
2009-12-31 Craig A. BerryTT is not a terminal in lots of situations.
2009-12-22 Father Chrysostomos[perl #70748] threads panic in del_backref
2009-12-19 Craig A. BerryTT is not a terminal for non-interactive processes.
2009-12-16 Jan Dubois-t should only return TRUE for file handles connected...
2009-12-16 Gerard GoossenAdd a test that "eval" does not create additional refer...
2009-12-14 Father Chrysostomos[perl #70171] 5.10.0 -> 5.10.1 Regression in fafafbaf70...
2009-12-08 Gerard Goossenproper error on "grep $x (1,2,3)". Solves [perl #37314]
2009-12-08 Chip Salzenbergutf8cache test: Hugo asks, and I provide. Merry Christmas
2009-12-07 Rafael Garcia-SuarezThe deep arrays for testing ~~ were not deep enough
2009-12-07 Rafael Garcia-SuarezFix a test that wasn’t testing was it purported to...
2009-12-07 Father Chrysostomos[perl #71076] sort with active sub (5.10 regression)
2009-12-07 Rafael Garcia-SuarezFix [perl #71078] Smart match against @_ gives false...
2009-12-06 hv@crypt.org[perl #71000] Wrong variable name in warning
2009-12-02 Nicholas ClarkEnsure that pp_qr returns a new regexp SV each time...
2009-11-30 Eric BrineTest modifiability of range elements
2009-11-29 Nicholas ClarkHandle $@ being assigned a read-only value (without...
2009-11-29 Nicholas ClarkFix RT #70862 by converting ERRSV to GvSVn() to ensure...
2009-11-25 Jesse VincentJerry's last patch to add a TODO test didn't update...
2009-11-25 Jesse VincentMoved the original test file from the previous patch...
2009-11-25 Jerry D. HeddenAdd TODO test for perl #70748
2009-11-21 Gerard Goossendeprecate "goto" to jump into a construct
2009-11-13 Gerard GoossenTest for a bug in sort where the elements are freed...
2009-11-13 Daniel Frederick... Refactor and expand unshift.t
2009-11-12 Nicholas ClarkExplicitly check that our $_; is special, and forced...
2009-11-11 Craig A. Berryreaddir() reports file type on VMS, even if zero length.
2009-11-11 Gerard Goossenrefactoring of flip.t
2009-11-10 Vincent PitOptimize reversing an array in-place
2009-11-10 Vincent PitPort t/op/reverse.t to test.pl
2009-11-02 Bo Borgerson[PATCH] [perl #20321] Non-destructive Perl_av_make
2009-11-02 Father ChrysostomosSlow down split in scalar context :-)
2009-11-01 Steve PetersRevert "Re: [perl #38809][PATCH] loss of stack elements...
2009-11-01 Vincent PitRe: [perl #38809][PATCH] loss of stack elements with...
2009-11-01 Bram[PATCH] extra tests for t/op/tie.t (was RE: [perl ...
2009-11-01 Yuval KogmanAdds additional tests with undef for smartmatch.
2009-10-31 Father Chrysostomos[perl #69875] Slow down split in scalar context :-)
2009-10-29 Gisle AasAllow syswrite with offset same as length of string...
2009-10-28 Rafael Garcia-Suarez$#array should be accepted as a lvalue sub return value.
2009-10-24 Nicholas ClarkMake defined %hash on a non-lexical (also) generate...
2009-10-23 Nicholas ClarkAvoid using defined %hash in core code and tests.
2009-10-22 Ben MorrowRT#69616: regexp SVs lose regexpness in assignment
2009-10-22 Rafael Garcia-SuarezRemove file t/0 added by last commit
2009-10-22 Brad GilbertBare readdir in while loop now sets $_
2009-10-22 Rafael Garcia-SuarezFix built-in prototype of each, keys, and values
2009-10-19 Yves Ortonsomewhat fix failing regex tests. but break lots of...
2009-10-16 Nicholas Clarkshift with barewords is deprecated, so this test from...
2009-10-16 Nicholas Clarkpush and pop on barewords are deprecated, so need no...
2009-10-16 Nicholas ClarkOpening dirhandle DIR also as a file needs no warnings...
2009-10-16 Nicholas Clarkdefined @array and defined %hash need no warnings ...
2009-10-16 Nicholas Clarklocalisation of $[ is deprecated, so needs no warnings...
2009-10-16 Nicholas Clark:locked is deprecated, so use :lvalue instead.
2009-10-16 Nicholas ClarkTests for barewords and hash operators need no warnings...
2009-10-16 Nicholas Clarkdo subname() is deprecated, so tests for it need no...
2009-10-16 Nicholas Clarkdo subname() is deprecated, so update this hunk of...
2009-10-16 Nicholas ClarkBracket deprecated features with no warnings 'deprecated';
2009-10-16 Nicholas ClarkMove tests for $[ from comp/hints.t to op/array_base.t
2009-10-16 Nicholas ClarkMove tests for $[ from comp/parser.t to op/array_base.t
2009-10-16 Nicholas ClarkMove the test for the deprecated feature <<; out of...
2009-10-16 Nicholas ClarkAdd no warnings 'deprecated' to a test that assigns...
2009-10-15 demerphqOptimise if (%foo) to be faster than if(keys %foo)
2009-10-13 Jan DuboisThe winsock select() implementation doesn't support...
2009-10-11 Josh ben JoreDarwin's groups can have spaces in them
2009-10-08 Nicholas ClarkMove the test for RT #49472 to op/attrs.t from comp...
2009-10-08 Rafael Garcia-SuarezProperly return a syntax error instead of segfaulting...
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
next