This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add qr/\b{lb}/
[perl5.git] / t / op /
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
2015-08-17 David MitchellOptimise 1 arg in list assign
2015-08-17 David Mitchellmake my (...) = @_ non-OPpASSIGN_COMMON_RC1
2015-08-17 David Mitchellre-implement OPpASSIGN_COMMON mechanism
2015-08-17 Tony Cook[perl #125760] deprecate sys(read|write)(), send()...
2015-08-11 Ivan Pozdeevcygwin 2.1.0 can test -r just fine, incl. under admin
2015-08-06 Sisyphusdouble-double long double %a fixes
2015-08-01 Karl Williamsont/op/tr.t: Fix comment
2015-07-23 Craig A. BerryFix new warning in t/op/mkdir.t.
2015-07-19 Chris 'BinGOs' Wil... Fix test that fails with new warny File::Path
2015-07-15 Aaron CraneSupport reordered precision arguments in (s)printf
2015-07-15 Aaron Cranesv_vcatpvfn_flags(): make warnings more precise
2015-07-15 Aaron Cranet/op/sprintf.t: include test comment in "ok" output...
2015-07-13 Aaron CraneDelete experimental autoderef feature
2015-07-13 Aaron CraneMake postfix dereferencing work without the postderef...
2015-07-12 Craig A. Berrychdir.t fix-up for VMS.
2015-07-07 Tony Cook[perl #125373] set $! in chdir() if env not set, clarif...
2015-07-04 Jarkko HietaniemiFix skip count for non-fchdir like win32.
2015-07-03 Jarkko HietaniemiTest the warnings.
2015-07-03 Jarkko HietaniemiLeft overshift of negatives under use integer was still...
2015-07-03 Stanislaw PusepNon-invasive mojibake fixes
2015-06-29 Tony Cook[perl #125305] handle chdir to closed handle correctly
2015-06-28 Jarkko Hietaniemibop.t -w clean
2015-06-28 Jarkko HietaniemiDefine left/right shift by negative to mean the reverse...
2015-06-27 Aaron CraneThe postderef feature is no longer experimental
2015-06-26 Craig A. BerryCorrect t/op/chdir.t test count following b4929cb48878.
2015-06-26 Craig A. BerryRemove unused variables from t/op/chdir.t.
2015-06-19 David Mitchellremove deprecated /\C/ RE character class
2015-06-19 David Mitchellpp_leaveeval: use EVAL_KEEPERR
2015-06-19 David Mitchellsimplify sort sub return arg processing
next