summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Basic string-to-nv should equal floating point literals.Jarkko Hietaniemi2014-09-021-1/+9
* Add test for \p{} failing silentlyFather Chrysostomos2014-09-011-1/+20
* HP-UX: more robust (10.X) and verbose test skippage.Jarkko Hietaniemi2014-09-011-4/+6
* HP-UX: 10.20 math functions don't generate infinities.Jarkko Hietaniemi2014-09-011-2/+14
* PATCH: [perl #122655] 5.20 regression: '"X" !~ /[x]/i'Karl Williamson2014-09-011-1/+7
* Fix assertion failure with our subs and constantsFather Chrysostomos2014-09-011-1/+9
* [perl #122669] Don’t taint at compile timeFather Chrysostomos2014-08-311-1/+9
* Let taint.t run under miniperlFather Chrysostomos2014-08-311-1/+0
* taint.t: Fix skip countFather Chrysostomos2014-08-311-1/+1
* Couple more infnan tests.Jarkko Hietaniemi2014-08-311-2/+7
* sqrt() disappeared in OSX, assuming it became pow().Jarkko Hietaniemi2014-08-311-4/+4
* Wrong result for double-double sqrt(2).Jarkko Hietaniemi2014-08-311-1/+1
* Do not test sin/cos at [+-]pi, either.Jarkko Hietaniemi2014-08-311-12/+10
* Stop prototype declaration from clobbering constantsFather Chrysostomos2014-08-311-1/+13
* Stop anon sub compilation from clobbering __ANON__Father Chrysostomos2014-08-311-0/+7
* Add a simple atan2() test.Jarkko Hietaniemi2014-08-301-4/+8
* Check validity of keys in hash passed as first argument.James E Keenan2014-08-301-1/+1
* Avoid vivifying stuff when looking up barewordsFather Chrysostomos2014-08-291-1/+10
* uniprops.t: Correct command line in commentFather Chrysostomos2014-08-281-1/+1
* t/porting/readme.t: Get list from MANIFESTFather Chrysostomos2014-08-281-4/+8
* Fix crash with lex subs under -dFather Chrysostomos2014-08-281-1/+40
* Fix crash in leave_scope when my sub has CvGVFather Chrysostomos2014-08-281-1/+24
* Fix crash when lex subs are used for overloadFather Chrysostomos2014-08-281-1/+11
* Fix crash when lex subs are used for AUTOLOADFather Chrysostomos2014-08-281-1/+19
* [perl #122556] Make undef $s free refs forthwithFather Chrysostomos2014-08-281-1/+18
* 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