summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* pack c/C on inf/nan.Jarkko Hietaniemi2014-08-271-2/+11
* Make sprintf %c and chr() on inf/nan return the U+FFFD.Jarkko Hietaniemi2014-08-271-5/+22
* Detect false infinities.Jarkko Hietaniemi2014-08-261-1/+9
* printf inf/nan should be inf/nan.Jarkko Hietaniemi2014-08-261-4/+11
* Add more infnan tests.Jarkko Hietaniemi2014-08-261-3/+9
* Avoid useless warning, remove debug code.Jarkko Hietaniemi2014-08-261-8/+7
* Allow eg ./perl t/harness t/op/lc.tJarkko Hietaniemi2014-08-261-0/+8
* Upgrade version from version 0.9908 to 0.9909Steve Hay2014-08-261-2/+1
* Stop trying to disambiguate {} after $Father Chrysostomos2014-08-251-1/+7
* Stop ck_rvconst from treating GV constants as stringsFather Chrysostomos2014-08-241-1/+10
* More robust inf/nan recognition and generation.Jarkko Hietaniemi2014-08-241-26/+37
* [perl #80368] Fix implicit assignop in qq"a\U="Father Chrysostomos2014-08-241-1/+5
* Partial minitest fix-upFather Chrysostomos2014-08-237-7/+7
* Test 9**9**9 for Inf and sin(9**9**9) for NaN.Jarkko Hietaniemi2014-08-231-2/+6
* Revert "Test 9**9**9 for Inf and sin(9**9**9) for NaN."Jarkko Hietaniemi2014-08-231-6/+2
* Test 9**9**9 for Inf and sin(9**9**9) for NaN.Jarkko Hietaniemi2014-08-231-2/+6
* Do not test memcmp et al, now also Linux inlined it.Jarkko Hietaniemi2014-08-231-16/+2
* Add some basic math tests.Jarkko Hietaniemi2014-08-221-1/+51
* Add inf/nan tests.Jarkko Hietaniemi2014-08-221-0/+101
* Unify the Inf/-Inf/NaN also in basic NV stringify.Jarkko Hietaniemi2014-08-221-2/+2
* Do not anchor the matches, because of sprintf padding.Jarkko Hietaniemi2014-08-211-2/+2
* magic.t: android: bypass two $0 tests and add oneAlexandre (Midnite) Jousset2014-08-201-2/+3
* Try addressing perl #122578, low-order fp diffs.Jarkko Hietaniemi2014-08-201-1/+59
* Pass $ENV{HARNESS_TIMER} to Test::Harness from t/harness.Jarkko Hietaniemi2014-08-201-0/+1
* Quadruple float BE test triggering had a typo.Jarkko Hietaniemi2014-08-201-1/+1
* Reduce double-double %a to single-double for now.Jarkko Hietaniemi2014-08-201-27/+25
* Add quadruple precision tests, verified by Craig Berry.Jarkko Hietaniemi2014-08-171-4/+125
* reg_posixcc.t: display chr(\\xXX) should be chr(0xXX)Karl Williamson2014-08-151-1/+1
* Limit testing with 80-bit doubles.Jarkko Hietaniemi2014-08-151-4/+6
* Hexadecimal float literals, for perl #122219Jarkko Hietaniemi2014-08-131-0/+180
* Hexadecimal float sprintf, for perl #122219Jarkko Hietaniemi2014-08-132-3/+120
* Stop defined(aassign) from being an errorFather Chrysostomos2014-08-131-2/+0
* [perl #46947] Parse method-BLOCK arguments as a termFather Chrysostomos2014-08-121-1/+5
* fix fix for stat.t on win32David Mitchell2014-08-121-0/+1
* op/.stat.t: fix race conditionDavid Mitchell2014-08-121-2/+4
* t/run/locale.t: Improve skip messageKarl Williamson2014-08-111-1/+1
* PATCH: [perl #121930] Bleadperl breaks MDOOTSON/WxKarl Williamson2014-08-111-1/+1
* [perl #122107] ensure that BEGIN blocks with errors don't remain named subsTony Cook2014-08-111-2/+0
* [perl #122107] test that BEGIN blocks with errors don't remain named subsTony Cook2014-08-111-1/+10
* [perl #122498] Odd error message from m/(?(??{}))/Father Chrysostomos2014-08-091-0/+2
* Make ‘require $tied_undef’ behave consistentlyFather Chrysostomos2014-08-091-1/+25
* PATCH: [perl #122460] Regression with (?{})(?=...) and posKarl Williamson2014-08-081-0/+6
* Move ExtUtils-Install to cpan/Chris 'BinGOs' Williams2014-08-081-1/+1
* Move ExtUtils-Manifest to cpan/Chris 'BinGOs' Williams2014-08-071-1/+1
* Move ExtUtils-Command to cpan/Chris 'BinGOs' Williams2014-08-071-1/+1
* t/run/locale.t: Skip environment test on Win32Karl Williamson2014-08-051-1/+3
* Fix bug in inlining some CORE::* subsAaron Crane2014-08-011-0/+15
* t/op/coresubs.t: factor out an internal routineAaron Crane2014-08-011-17/+20
* Avoid pack/unpack to produce the binary form of a utf8 stringRafael Garcia-Suarez2014-07-301-1/+1
* make "require" handle no argument more gracefully, and add testsYves Orton2014-07-301-0/+35