summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/c_runtime
AgeCommit message (Expand)AuthorFilesLines
2018-11-12Some cleanup of the Math functions from #20788 (#20912)Tanner Gooding8-52/+50
2018-11-05Adding some new functions to System.Math and System.MathF (#20788)Tanner Gooding32-0/+1355
2018-10-08Remove mentions of Rotor from codebase (#20298)Austin Wise1-1/+1
2017-12-13Adding some PAL tests for acosh, asinh, atanh, and cbrtTanner Gooding33-0/+1338
2017-09-12Re-implemented the ecvt function. (#12894)Jim Ma5-171/+0
2017-08-21Fixing wcsstr function to account for cases where search string is longer tha...Mike Kaufman1-0/+10
2017-03-22Removing the special handling in classlibnative for atan2(±∞, ±∞) and p...Tanner Gooding2-13/+13
2017-01-27PAL Tests: Centralize common code (#9151)Frederik Carlier470-1410/+470
2017-01-26Clean up PAL functions (#9149)Frederik Carlier10-284/+0
2017-01-21Remove PLATFORM_UNIX and FEATURE_PAL checks in PAL (#8982)Jan Vorlicek13-14/+14
2017-01-04Fix NULL string printing in printf (#8800)Jan Vorlicek27-0/+162
2016-12-23Remove all usage of vsnprintf (#8709)Jan Vorlicek81-515/+66
2016-12-09Remove sscanf and sprintf usage (#8508)Jan Vorlicek116-326/+225
2016-11-21Remove unsafe banned functions (#8162)Jan Vorlicek198-799/+482
2016-11-04Remove more PAL functions (#8009)Jan Vorlicek2-10/+9
2016-10-28Remove some unused PAL functions (#7873)Jan Vorlicek25-741/+0
2016-10-18Adding single-precision math functions. (#5492)Tanner Gooding77-0/+3302
2016-09-07Fix strict aliasing violation from conditional typedef of wchar_t by building...kchoi946-711/+711
2016-06-19Remove the corner cases from sscanf test (#5873)Peter Jas2-2/+0
2016-06-02Fixing an error in PAL_pow that caused it to return an incorrect value for a ...Tanner Gooding1-15/+32
2016-06-02Improvements to System.Math InternalCall code. (#4847)Tanner Gooding75-1955/+2484
2016-04-06Add error logging to 4 PAL tests that fail periodically on OSXwtgodbe1-1/+3
2016-02-04Fix build on NetBSD: Walkaround compiler strictness regarding const conversionKamil Rytarowski10-10/+26
2016-01-27Update license headersdotnet-bot952-3354/+2870
2015-12-12Delete bad PAL test caseJan Kotas1-5/+0
2015-10-21Move some functions to allow them to be inlined with clangKoundinya Veluri4-2/+2
2015-10-07correct word spellingあまみや ゆうこ3-8/+8
2015-07-24Add ARM target for CoreCLR on Linux.Ben Pye1-1/+2
2015-04-14Rename "CoreClrPal" to "coreclrpal"Matt Ellis468-936/+936
2015-02-12fix copy paste errors in llabs testKasper F. Brandt1-3/+3
2015-02-11Add abs(__int64) overload for 64-bit targets. Fixes #143Kasper F. Brandt5-0/+104
2015-02-06lrt is not cross platform, lets put this back in when we verify this branch o...Geoff Norton467-467/+0
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1578-0/+51746