summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mention sv_gets as the Perl-ish fgets-ish API.Jarkko Hietaniemi2014-07-291-2/+3
* Add atol, atoll, strtoq to avoidables.Jarkko Hietaniemi2014-07-291-1/+4
* Add system to avoidables.Jarkko Hietaniemi2014-07-291-0/+6
* Revert part of b844a53a to fix ./perl -Ilib t/io/fs.tJarkko Hietaniemi2014-07-281-3/+0
* t/op/taint.t: Accommodate for systems without an inbuilt echo (android, black...Brian Fraser2014-07-251-1/+3
* t/re/subst.t: Proper skip for systems without localeBrian Fraser2014-07-251-1/+3
* Add strtoul and strtol to avoidables.Jarkko Hietaniemi2014-07-221-0/+7
* Add atoi to avoidables.Jarkko Hietaniemi2014-07-221-1/+2
* _LIB_VERSION scan was trying leading address twice.Jarkko Hietaniemi2014-07-221-1/+1
* Avoid undefined warnings.Jarkko Hietaniemi2014-07-211-1/+2
* In FreeBSD memcmp symbol can disappear.Jarkko Hietaniemi2014-07-211-1/+9
* Disallow importing functions from UNIVERSALDagfinn Ilmari Mannsåker2014-07-212-28/+10