summaryrefslogtreecommitdiff
path: root/src/pal/src/locale
AgeCommit message (Expand)AuthorFilesLines
2019-05-16Add support for invariant casing in PAL (#24597)Michal Strehovský3-0/+2540
2019-05-15Delete unicode API emulator (#24581)Michal Strehovský3-14796/+0
2019-04-05Fix invalid use of stack memory (#23758)Aaron Robinson1-18/+16
2019-02-16Fix visibility and signed comparison issues for GCC (#22586)Adeel Mujahid2-21/+21
2019-02-09Set visibility option to hidden (#21924)Adeel Mujahid1-3/+3
2019-02-01Coreclr gnuport (#22129)Sinan Kaya1-5/+5
2019-01-23Fix incorrect usage of wcscpy_s/wcscat_s. (#22153)Filip Navara1-5/+9
2018-10-07Remove mention of rotor from comments (#20297)Austin Wise1-2/+2
2018-06-13Fix allocation methods at few places in PAL (#18457)Jan Vorlicek1-4/+19
2018-06-05Use WChar instead of char (#18294)Luqun Lou1-3/+3
2018-03-29Fix for incorrectly handle invalid UTF8 characters issue (#17302)Luqun Lou1-11/+36
2018-03-19Delete unused downlevel globalization support (#17022)Jan Kotas1-110/+0
2018-01-15Fix Android build (#15868)Jan Vorlicek1-9/+9
2017-08-28Delete dead PAL functions (#13613)Justin Van Patten1-55/+0
2017-02-21Fix compilation on macOS with case sensitive FS (#9693)Mikhail Filippov1-1/+1
2016-03-18Ported managed Utf8/Unicode encoder/decoder to C++ for usage in PALWilliam Godbe2-436/+2769
2016-03-07Enabling LongFile Support in PALDDCloud1-1/+0
2016-01-27Update license headersdotnet-bot3-12/+9
2015-10-22Add null checks to StackString usages.Lakshmi Priya Sekar1-0/+4
2015-10-18Use StackString in PAL file apis.Lakshmi Priya Sekar1-5/+9
2015-09-08Fix the remaining unused variable/label warningsAditya Mandaleeka1-1/+5
2015-08-24Run code under long paths on UnixJeremy Kuhne1-4/+4
2015-05-22Remove the InitializeStringResources functionJan Vorlicek1-16/+0
2015-05-18Ensure fallback to English resources on non-Windows platformsAditya Mandaleeka1-21/+12
2015-04-28Add back setting locale for gettextJan Vorlicek1-0/+16
2015-04-17Hardcode CP_ACP to UTF-8 on LinuxMatt Ellis1-706/+15
2015-03-25Propagate bindtextdomain status to the callerJan Vorlicek1-2/+6
2015-03-24Add native resources compilation on LinuxJan Vorlicek1-0/+74
2015-02-12Remove locale.cpp from the PAL on OSXMatt Ellis1-6306/+0
2015-02-11Clean up compiler warnings on the OSX buildGeoff Norton1-2/+2
2015-02-10Fix a few Wextra-tokens warnings.Nico Weber1-3/+3
2015-02-06Remove static casting in favor of a helper method so we retain type safety wi...Geoff Norton1-13/+23
2015-02-06Initial Mac OSX SupportGeoff Norton2-27/+27
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot5-0/+23219