summaryrefslogtreecommitdiff
path: root/src/pal/src/cruntime/printf.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-10-03Fix build with latest Xcode on OSX (#14282)Jan Vorlicek1-77/+0
2016-12-23Remove all usage of vsnprintf (#8709)Jan Vorlicek1-82/+0
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 Vorlicek1-57/+0
2016-04-13Fix issue unveiled on NetBSD: Add PAL__vsnprintf shadow in PALKamil Rytarowski1-34/+4
2016-01-27Update license headersdotnet-bot1-4/+3
2015-10-26Remove THREADMarkDiagnostic and its uses.Aditya Mandaleeka1-6/+1
2015-09-09Reflect PR feedbackJan Vorlicek1-2/+12
2015-07-28[pal] PAL_printf_arg_remover was not properly handling formats like %*sGeoff Norton1-1/+8
2015-07-24After calls to vprintf (and similar) call va_endBen Pye1-0/+39
2015-02-14Remove PAL_printf_arg_remover - what its doing is against the standards, and ...Geoff Norton1-36/+0
2015-02-13Fix sscanf implementation in PALSergiy Kuryata1-15/+25
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+1764