summaryrefslogtreecommitdiff
path: root/src/pal/src/cruntime
AgeCommit message (Expand)AuthorFilesLines
2019-05-29Use /proc/<pid>/mem to read memory in remote DBI data target. It makes the te...Mike McLaughlin1-0/+12
2019-05-15Delete unicode API emulator (#24581)Michal Strehovský2-505/+4
2019-02-10Cleanup DLL exports (#22500)Jan Kotas1-2/+0
2019-02-09Set visibility option to hidden (#21924)Adeel Mujahid1-2/+2
2019-01-02Delete lstrlen from Unix PAL (#21745)Jan Kotas1-106/+0
2018-11-12Some cleanup of the Math functions from #20788 (#20912)Tanner Gooding1-2/+38
2018-11-05Adding some new functions to System.Math and System.MathF (#20788)Tanner Gooding1-0/+152
2018-09-06Updating Number.Formatting to properly print -0Tanner Gooding1-0/+56
2018-07-10Make Number.Parsing.cs BigEndian friendly (#18853)Egor Bogatov1-5/+0
2017-12-13Updating the PAL layer to support acosh, asinh, atanh, and cbrtTanner Gooding1-0/+77
2017-10-03Fix build with latest Xcode on OSX (#14282)Jan Vorlicek4-156/+4
2017-09-12Re-implemented the ecvt function. (#12894)Jim Ma1-164/+1
2017-08-21Fixing wcsstr function to account for cases where search string is longer tha...Mike Kaufman1-3/+9
2017-08-15Allocate FileMappingImmutableData::szFileName and CFileProcessLocalData::unix...gbalykov1-1/+1
2017-04-02Fix Double.ToString performance on Linux and OSX (#10572)Tarek Mahmoud Sayed1-205/+103
2017-03-22Removing the special handling in classlibnative for atan2(±∞, ±∞) and p...Tanner Gooding1-27/+7
2017-01-26Clean up PAL functions (#9149)Frederik Carlier1-78/+0
2017-01-18Remove obsolete platforms ifdefs from PAL (#8971)Jan Vorlicek1-8/+0
2017-01-04Fix NULL string printing in printf (#8800)Jan Vorlicek1-42/+54
2016-12-23Remove all usage of vsnprintf (#8709)Jan Vorlicek4-1083/+3
2016-12-09Remove sscanf and sprintf usage (#8508)Jan Vorlicek1-57/+0
2016-11-21Remove unsafe banned functions (#8162)Jan Vorlicek1-88/+0
2016-11-04Remove more PAL functions (#8009)Jan Vorlicek3-407/+0
2016-10-28Remove some unused PAL functions (#7873)Jan Vorlicek4-662/+0
2016-10-18Adding single-precision math functions. (#5492)Tanner Gooding1-0/+367
2016-07-28Remove CorUnix::InternalFree.Aditya Mandaleeka2-48/+40
2016-06-03Limit exports on debugger modules. (#5442)Mike McLaughlin1-4/+3
2016-06-02Fixing an error in PAL_pow that caused it to return an incorrect value for a ...Tanner Gooding1-5/+19
2016-06-02Improvements to System.Math InternalCall code. (#4847)Tanner Gooding1-87/+88
2016-05-12Stop using SYS_delete syscall for deleting files.Aditya Mandaleeka1-28/+0
2016-04-15Merge pull request #4372 from krytarowski/netbsd-support-66Aditya Mandaleeka1-3/+1
2016-04-16The RAND_MAX value can vary by platformKamil Rytarowski1-3/+1
2016-04-13Fix issue unveiled on NetBSD: Add PAL__vsnprintf shadow in PALKamil Rytarowski3-37/+18
2016-02-26Fix all callers of environment functions.Aditya Mandaleeka1-3/+1
2016-02-26Consolidate environment code in environ.cpp.Aditya Mandaleeka1-364/+0
2016-02-17Remove PAL_unlink.Aditya Mandaleeka1-20/+0
2016-02-14Fix build issue on NetBSD: Add time(3) to PALKamil Rytarowski1-1/+25
2016-02-05Merge pull request #3046 from adityamandaleeka/env_palJan Kotas2-13/+3
2016-02-05Remove InternalStrdupAditya Mandaleeka2-13/+3
2016-02-05Fix NetBSD build: Retire unneeded PAL_fpos_t and fgetpos() fsetpos()Kamil Rytarowski1-92/+0
2016-01-27Update license headersdotnet-bot17-69/+52
2016-01-06Audit usage of memcpy in PAL for DebugWilliam Godbe1-0/+24
2016-01-04Fix "call to 'sqrt' is ambiguous" error when building on SunOSJonathan Taylor1-3/+3
2015-11-09Remove InternalRand.Aditya Mandaleeka1-22/+1
2015-11-04Remove NativeVsnprintf and NativeVfprintf.Aditya Mandaleeka1-22/+7
2015-11-03Remove some unnecessary file-related functions from PALAditya Mandaleeka1-146/+10
2015-11-03Remove thread parameter from file-related functionsAditya Mandaleeka2-63/+24
2015-11-02Remove thread parameter from InternalMalloc/Free/New/DeleteAditya Mandaleeka3-80/+76
2015-10-26Remove THREADMarkDiagnostic and its uses.Aditya Mandaleeka4-38/+2
2015-10-26Remove Enter/LeaveUnsafeRegionAditya Mandaleeka4-50/+14