| Commit message (Expand) | Author | Age | Files | Lines |
* | Partial minitest fix-up | Father Chrysostomos | 2014-08-23 | 7 | -7/+7 |
* | Test 9**9**9 for Inf and sin(9**9**9) for NaN. | Jarkko Hietaniemi | 2014-08-23 | 1 | -2/+6 |
* | Revert "Test 9**9**9 for Inf and sin(9**9**9) for NaN." | Jarkko Hietaniemi | 2014-08-23 | 1 | -6/+2 |
* | Test 9**9**9 for Inf and sin(9**9**9) for NaN. | Jarkko Hietaniemi | 2014-08-23 | 1 | -2/+6 |
* | Do not test memcmp et al, now also Linux inlined it. | Jarkko Hietaniemi | 2014-08-23 | 1 | -16/+2 |
* | Add some basic math tests. | Jarkko Hietaniemi | 2014-08-22 | 1 | -1/+51 |
* | Add inf/nan tests. | Jarkko Hietaniemi | 2014-08-22 | 1 | -0/+101 |
* | Unify the Inf/-Inf/NaN also in basic NV stringify. | Jarkko Hietaniemi | 2014-08-22 | 1 | -2/+2 |
* | Do not anchor the matches, because of sprintf padding. | Jarkko Hietaniemi | 2014-08-21 | 1 | -2/+2 |
* | magic.t: android: bypass two $0 tests and add one | Alexandre (Midnite) Jousset | 2014-08-20 | 1 | -2/+3 |
* | Try addressing perl #122578, low-order fp diffs. | Jarkko Hietaniemi | 2014-08-20 | 1 | -1/+59 |
* | Pass $ENV{HARNESS_TIMER} to Test::Harness from t/harness. | Jarkko Hietaniemi | 2014-08-20 | 1 | -0/+1 |
* | Quadruple float BE test triggering had a typo. | Jarkko Hietaniemi | 2014-08-20 | 1 | -1/+1 |
* | Reduce double-double %a to single-double for now. | Jarkko Hietaniemi | 2014-08-20 | 1 | -27/+25 |
* | Add quadruple precision tests, verified by Craig Berry. | Jarkko Hietaniemi | 2014-08-17 | 1 | -4/+125 |
* | reg_posixcc.t: display chr(\\xXX) should be chr(0xXX) | Karl Williamson | 2014-08-15 | 1 | -1/+1 |
* | Limit testing with 80-bit doubles. | Jarkko Hietaniemi | 2014-08-15 | 1 | -4/+6 |
* | Hexadecimal float literals, for perl #122219 | Jarkko Hietaniemi | 2014-08-13 | 1 | -0/+180 |
* | Hexadecimal float sprintf, for perl #122219 | Jarkko Hietaniemi | 2014-08-13 | 2 | -3/+120 |
* | Stop defined(aassign) from being an error | Father Chrysostomos | 2014-08-13 | 1 | -2/+0 |
* | [perl #46947] Parse method-BLOCK arguments as a term | Father Chrysostomos | 2014-08-12 | 1 | -1/+5 |
* | fix fix for stat.t on win32 | David Mitchell | 2014-08-12 | 1 | -0/+1 |
* | op/.stat.t: fix race condition | David Mitchell | 2014-08-12 | 1 | -2/+4 |
* | t/run/locale.t: Improve skip message | Karl Williamson | 2014-08-11 | 1 | -1/+1 |
* | PATCH: [perl #121930] Bleadperl breaks MDOOTSON/Wx | Karl Williamson | 2014-08-11 | 1 | -1/+1 |
* | [perl #122107] ensure that BEGIN blocks with errors don't remain named subs | Tony Cook | 2014-08-11 | 1 | -2/+0 |
* | [perl #122107] test that BEGIN blocks with errors don't remain named subs | Tony Cook | 2014-08-11 | 1 | -1/+10 |
* | [perl #122498] Odd error message from m/(?(??{}))/ | Father Chrysostomos | 2014-08-09 | 1 | -0/+2 |
* | Make ‘require $tied_undef’ behave consistently | Father Chrysostomos | 2014-08-09 | 1 | -1/+25 |
* | PATCH: [perl #122460] Regression with (?{})(?=...) and pos | Karl Williamson | 2014-08-08 | 1 | -0/+6 |
* | Move ExtUtils-Install to cpan/ | Chris 'BinGOs' Williams | 2014-08-08 | 1 | -1/+1 |
* | Move ExtUtils-Manifest to cpan/ | Chris 'BinGOs' Williams | 2014-08-07 | 1 | -1/+1 |
* | Move ExtUtils-Command to cpan/ | Chris 'BinGOs' Williams | 2014-08-07 | 1 | -1/+1 |
* | t/run/locale.t: Skip environment test on Win32 | Karl Williamson | 2014-08-05 | 1 | -1/+3 |
* | Fix bug in inlining some CORE::* subs | Aaron Crane | 2014-08-01 | 1 | -0/+15 |
* | t/op/coresubs.t: factor out an internal routine | Aaron Crane | 2014-08-01 | 1 | -17/+20 |
* | Avoid pack/unpack to produce the binary form of a utf8 string | Rafael Garcia-Suarez | 2014-07-30 | 1 | -1/+1 |
* | make "require" handle no argument more gracefully, and add tests | Yves Orton | 2014-07-30 | 1 | -0/+35 |
* | Mention sv_gets as the Perl-ish fgets-ish API. | Jarkko Hietaniemi | 2014-07-29 | 1 | -2/+3 |
* | Add atol, atoll, strtoq to avoidables. | Jarkko Hietaniemi | 2014-07-29 | 1 | -1/+4 |
* | Add system to avoidables. | Jarkko Hietaniemi | 2014-07-29 | 1 | -0/+6 |
* | Revert part of b844a53a to fix ./perl -Ilib t/io/fs.t | Jarkko Hietaniemi | 2014-07-28 | 1 | -3/+0 |
* | t/op/taint.t: Accommodate for systems without an inbuilt echo (android, black... | Brian Fraser | 2014-07-25 | 1 | -1/+3 |
* | t/re/subst.t: Proper skip for systems without locale | Brian Fraser | 2014-07-25 | 1 | -1/+3 |
* | Add strtoul and strtol to avoidables. | Jarkko Hietaniemi | 2014-07-22 | 1 | -0/+7 |
* | Add atoi to avoidables. | Jarkko Hietaniemi | 2014-07-22 | 1 | -1/+2 |
* | _LIB_VERSION scan was trying leading address twice. | Jarkko Hietaniemi | 2014-07-22 | 1 | -1/+1 |
* | Avoid undefined warnings. | Jarkko Hietaniemi | 2014-07-21 | 1 | -1/+2 |
* | In FreeBSD memcmp symbol can disappear. | Jarkko Hietaniemi | 2014-07-21 | 1 | -1/+9 |
* | Disallow importing functions from UNIVERSAL | Dagfinn Ilmari Mannsåker | 2014-07-21 | 2 | -28/+10 |