summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* [perl #125540] handle already being at EOF while not finding a heredoc termin...Tony Cook2016-02-031-1/+9
* [perl #127183] Non-canonical hexadecimal floats are parsed prematurelyJarkko Hietaniemi2016-01-272-2/+54
* [perl #126991] treat cop_line as unsigned in caller() (since it is)Tony Cook2016-01-211-1/+6
* remove vestigial uses of PRIVSHIFTDavid Mitchell2016-01-191-1/+14
* No List::Util under miniperl.Jarkko Hietaniemi2016-01-131-6/+9
* [perl #126633] check children of OA_DANGEROUS ops for common scalarsDave Mitchell2016-01-111-0/+8
* [perl #126633] copy anything gmagical on the rightTony Cook2016-01-111-3/+6
* [perl #126633] if we see smagic on the left copy the rest on the rightTony Cook2016-01-111-5/+1
* [perl #126633] TODO testsTony Cook2016-01-111-0/+41
* [perl #126042] handle scalar context for a missing import/unimport callTony Cook2016-01-071-1/+18
* Remove unwarranted assertion in Perl_newATTRSUB_x()Aaron Crane2016-01-031-1/+8
* *glob{FILEHANDLE} is no longer deprecatedRicardo Signes2016-01-021-1/+4
* [PATCH] Try more crypt algorithms in the tests, for OpenBSD.Andy Dougherty2015-12-312-5/+20
* Double-double implementations differ.Jarkko Hietaniemi2015-12-181-4/+4
* [perl #124097] don't let the GPs be removed out from under pp_sortTony Cook2015-12-171-1/+12
* Deprecate wide chars in logical string opsKarl Williamson2015-12-161-0/+1
* avoid leaks when calling mg_set() in leave_scope()David Mitchell2015-12-111-1/+25
* Suppress overflow warning in bop.t.Craig A. Berry2015-12-101-0/+1
* hexfp: all ppc/powerpc-ld linux tailbits difference in exp(1)Jarkko Hietaniemi2015-12-101-6/+10
* stop the eliding of void $pkg_var from assert failDavid Mitchell2015-12-091-0/+5
* Fix t/op/sprintf2.t on VMSCraig A. Berry2015-12-081-1/+2
* hexfp: test longdblkind directly, instead of doublekindJarkko Hietaniemi2015-12-061-4/+10
* hexfp: these should be tested only with uselongdouble.Jarkko Hietaniemi2015-12-041-1/+3
* threads.t: make stress test less stressyDavid Mitchell2015-12-031-1/+1
* op/rand.t: better test even spread of random numsDavid Mitchell2015-12-011-106/+50
* t/op/rand.t: modernise testsDavid Mitchell2015-11-301-9/+7
* remove flawed tests from t/op/rand.tDavid Mitchell2015-11-301-61/+12
* hexfp: printf %.13a 0.0Jarkko Hietaniemi2015-11-291-2/+4
* hexfp: printf %.13a 1.0Jarkko Hietaniemi2015-11-291-0/+3
* hexfp: printf %a for negative zero.Jarkko Hietaniemi2015-11-281-1/+8
* Deprecate Unicode code points above IV_MAXKarl Williamson2015-11-284-0/+6
* Extend UTF-EBCDIC to handle up to 2**64-1Karl Williamson2015-11-254-24/+10
* [perl #126443] make sure PL_oldbufptr is preserved in scan_heredoc()Tony Cook2015-11-241-1/+10
* [perl #126635] don't shortcut when SVf_IVisUV is setTony Cook2015-11-241-1/+13
* assertion failure on foo(my $x : bar)David Mitchell2015-11-231-0/+19
* Various tests: use centralized locale detectionKarl Williamson2015-11-201-5/+0
* Quell "used only once" warning in test suiteAaron Crane2015-11-191-0/+1
* sv_inc/dec_nomg(): croak on GVs etcDavid Mitchell2015-11-181-0/+25
* [perl #126193] don't use a trash SV if no indexes are provided to pp_lsliceTony Cook2015-11-171-1/+4
* [perl #126325] don't read past the end of the source for pack [Hh]Tony Cook2015-11-111-1/+21
* faster add, subtract, multiplyDavid Mitchell2015-11-102-1/+120
* t/op/utf8decode.t: print debugging info if test failsKarl Williamson2015-11-091-1/+6
* perl #126586 hexfp may lose 1-3 low order bits (most often, 1)Jarkko Hietaniemi2015-11-071-2/+32
* perl #126582 hexfp overflow drops hi-order bitsJarkko Hietaniemi2015-11-071-2/+20
* RT: #126309 die more gracefully on (1) x ~1David Mitchell2015-10-281-1/+11
* t/op/print.t: Improve EBCDIC skip msgKarl Williamson2015-10-261-1/+1
* t/op/chr.t: Improve EBCDIC skip msgKarl Williamson2015-10-261-1/+1
* IRIX long-double sqrt(2) one bit error in the least significant end.Jarkko Hietaniemi2015-10-191-0/+10
* Delay @ISA magic while unshiftingDagfinn Ilmari Mannsåker2015-10-181-1/+22
* rt.perl.org perl #88814 was revived in openbsd by commit 23705063.Jarkko Hietaniemi2015-10-161-2/+3