This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Import version.pm 0.9914 from CPAN
[perl5.git] / t / op /
2016-02-10 Tony Cook[perl #127494] don't cache AUTOLOAD as DESTROY
2016-02-10 Tony Cook[perl #127494] TODO test for $AUTOLOAD being set for...
2016-02-08 Tony Cook[perl #124387] call AUTOLOAD when DESTROY isn't defined
2016-02-08 Tony Cook[perl #124387] TODO test for AUTOLOAD on DESTROY
2016-02-03 Jarkko HietaniemiAdditional hexfp %a tests inspired by c95ea682.
2016-02-03 David Mitchellconvert CX_PUSHSUB/POPSUB to inline fns
2016-02-03 David Mitchellrename POPFOO() to CX_POPFOO()
2016-02-03 David Mitchelldounwind(): do a POPBLOCK for final cx frame.
2016-02-03 David Mitchellfix CxFOREACH
2016-02-03 David Mitchellfix *_ = "" for 0 .. 1;
2016-02-03 David Mitchellreplace leave_common() with leave_adjust_stacks()
2016-02-03 David Mitchellpp_leavesub(): call FREETMPS and optimise
2016-02-03 David Mitchellextend magic copy test to all scope exit types
2016-02-03 David Mitchelltest that pp_leavesub copies returned PADTMPs.
2016-02-03 David MitchellAlways copy return values when exiting scope
2016-02-03 David Mitchellop/sub.t: fix ticket number in comment
2016-02-03 David Mitchellrename S_doeval() to S_doeval_compile()
2016-02-03 David Mitchellpp_enteriter: don't create new SV for GvSV slot
2016-02-03 David Mitchelladd CXp_FOR_PAD, CXp_FOR_GV flags
2016-02-03 David Mitchellpp_return(): handle dounwind() freeing args
2016-02-03 David MitchellEliminate ENTER/LEAVE from sub calls
2016-02-03 David Mitchellavoid leaking @_ in goto
2016-02-03 David Mitchellgoto.t: add freeing CV test
2016-02-03 David Mitchellmake "for my $lex {}" faster under ITHREADS
2016-02-03 David Mitchellsave old PL_comppad in CXt_SUB/FORMAT block
2016-02-03 David Mitchellpp_goto: SvREFCNT_dec(oldcv) *after* undef test
2016-02-03 Tony Cook[perl #125540] handle already being at EOF while not...
2016-01-27 Jarkko Hietaniemi[perl #127183] Non-canonical hexadecimal floats are...
2016-01-20 Tony Cook[perl #126991] treat cop_line as unsigned in caller...
2016-01-19 David Mitchellremove vestigial uses of PRIVSHIFT
2016-01-13 Jarkko HietaniemiNo List::Util under miniperl.
2016-01-10 Dave Mitchell[perl #126633] check children of OA_DANGEROUS ops for...
2016-01-10 Tony Cook[perl #126633] copy anything gmagical on the right
2016-01-10 Tony Cook[perl #126633] if we see smagic on the left copy the...
2016-01-10 Tony Cook[perl #126633] TODO tests
2016-01-07 Tony Cook[perl #126042] handle scalar context for a missing...
2016-01-03 Aaron CraneRemove unwarranted assertion in Perl_newATTRSUB_x()
2016-01-03 Ricardo Signes*glob{FILEHANDLE} is no longer deprecated
2015-12-31 Andy Dougherty[PATCH] Try more crypt algorithms in the tests, for...
2015-12-18 Jarkko HietaniemiDouble-double implementations differ.
2015-12-17 Tony Cook[perl #124097] don't let the GPs be removed out from...
2015-12-16 Karl WilliamsonDeprecate wide chars in logical string ops
2015-12-11 David Mitchellavoid leaks when calling mg_set() in leave_scope()
2015-12-10 Craig A. BerrySuppress overflow warning in bop.t.
2015-12-10 Jarkko Hietaniemihexfp: all ppc/powerpc-ld linux tailbits difference...
2015-12-09 David Mitchellstop the eliding of void $pkg_var from assert fail
2015-12-08 Craig A. BerryFix t/op/sprintf2.t on VMS
2015-12-06 Jarkko Hietaniemihexfp: test longdblkind directly, instead of doublekind
2015-12-05 Jarkko Hietaniemihexfp: these should be tested only with uselongdouble.
2015-12-03 David Mitchellthreads.t: make stress test less stressy
2015-12-01 David Mitchellop/rand.t: better test even spread of random nums
2015-11-30 David Mitchellt/op/rand.t: modernise tests
2015-11-30 David Mitchellremove flawed tests from t/op/rand.t
2015-11-29 Jarkko Hietaniemihexfp: printf %.13a 0.0
2015-11-29 Jarkko Hietaniemihexfp: printf %.13a 1.0
2015-11-29 Jarkko Hietaniemihexfp: printf %a for negative zero.
2015-11-29 Karl WilliamsonDeprecate Unicode code points above IV_MAX
2015-11-25 Karl WilliamsonExtend UTF-EBCDIC to handle up to 2**64-1
2015-11-24 Tony Cook[perl #126443] make sure PL_oldbufptr is preserved...
2015-11-24 Tony Cook[perl #126635] don't shortcut when SVf_IVisUV is set
2015-11-23 David Mitchellassertion failure on foo(my $x : bar)
2015-11-20 Karl WilliamsonVarious tests: use centralized locale detection
2015-11-19 Aaron CraneQuell "used only once" warning in test suite
2015-11-18 David Mitchellsv_inc/dec_nomg(): croak on GVs etc
2015-11-17 Tony Cook[perl #126193] don't use a trash SV if no indexes are...
2015-11-11 Tony Cook[perl #126325] don't read past the end of the source...
2015-11-10 David Mitchellfaster add, subtract, multiply
2015-11-09 Karl Williamsont/op/utf8decode.t: print debugging info if test fails
2015-11-07 Jarkko Hietaniemiperl #126586 hexfp may lose 1-3 low order bits (most...
2015-11-07 Jarkko Hietaniemiperl #126582 hexfp overflow drops hi-order bits
2015-10-28 David MitchellRT: #126309 die more gracefully on (1) x ~1
2015-10-26 Karl Williamsont/op/print.t: Improve EBCDIC skip msg
2015-10-26 Karl Williamsont/op/chr.t: Improve EBCDIC skip msg
2015-10-19 Jarkko HietaniemiIRIX long-double sqrt(2) one bit error in the least...
2015-10-18 Dagfinn Ilmari Man... Delay @ISA magic while unshifting
2015-10-17 Jarkko Hietaniemirt.perl.org perl #88814 was revived in openbsd by commi...
2015-10-12 Dagfinn Ilmari Man... Include the name of the non-lvalue sub in error message
2015-10-08 Karl Williamsont/op/pack.t: Fix some skipped tests on EBCDIC
2015-10-08 Karl Williamsont/op/pack.t: Clarify comment; change variable name
2015-09-30 Nicholas ClarkAdd a test for a goto regression from Aug 2010 fixed...
2015-09-29 Father ChrysostomosRemove experimental::lexical_topic warnings category
2015-09-29 Father ChrysostomosDisable lexical $_
2015-09-20 Father Chrysostomos[perl #126064] Apply scalar context to stat args
2015-09-15 Tony Cookprevent op/time.t failures on NetBSD 5.1
2015-09-14 James E KeenanAdd test for sprintf ordering by both explicit index...
2015-09-08 Karl WilliamsonRefactor tr/// parsing to work on EBCDIC, fix other bug
2015-09-07 Craig A. BerrySkip aassign.t test under -DDEBUGGING on VMS.
2015-09-04 Karl Williamsont/op/utf8decode.t: Update tests from new source material
2015-09-04 Karl WilliamsonMake cmp() work on EBCDIC with both UTF-8 operands
2015-09-03 David Mitchellaassign.t: better test for DEBUGGING build
2015-09-02 David Mitchellpp_aassign(): fix ($x,$y) = (undef, $x)
2015-09-02 David Mitchellpp_aassign: scan on DEBUGGING builds
2015-08-30 David MitchellRT #125840 stop *x = $x doing bad things
2015-08-25 Karl Williamsont/op/split.t: Generalize for EBCDIC
2015-08-25 Karl Williamsont/op/utf8decode.t: Better SKIP message
2015-08-25 Karl Williamsont/op/tr.t: Clarify skip tests message
2015-08-25 Karl Williamsonop/chr.t: Better skip message
2015-08-25 Karl WilliamsonVarious .t files: Use globals to see if on EBCDIC
2015-08-18 Lukas Maidisallow nested declarations [perl #125587] [perl ...
2015-08-17 David Mitchellfix a SV_NOSTEAL issue in pp_aassign
next