summaryrefslogtreecommitdiff
path: root/src/mscorlib/corefx/System/Globalization/ChineseLunisolarCalendar.cs
AgeCommit message (Collapse)AuthorFilesLines
2017-02-28Globalization merge (#9835)Tarek Mahmoud Sayed1-395/+0
* Merging the Globalization code in coreclr This change is merging the globalization code used for Linux and Windows. here Is come notes about this merge: - Mainly picked most of the code from the corefx folder as it is well formatted and cleaned up before and then tweaked the implementation to work on Windows - Tries to reduce the dependencies from Globalization code on the VM. this will give flexibility to work on the code without worrying the VM - Provided the missing implementation as I removed many internal calls to the VM. This also help in having .Net Native have complete implementation for .net standard 2.0 - We may need to have some small tweaks when merging this globalization code to corert - We'll need to do some clean up for the code which not used anymore in the VM * Fix ifdef's * Fix field name in linux build * Fix field name in linux compilation * Misc cleanup & return randomized hashing * Fix missing method for Linux * one more minor fix * Fix Linux build
2017-02-01Synchronize src\mscorlib\corefx with CoreRT (#9251)Jan Kotas1-7/+3
2016-11-01Use nameof throughout mscorlib (#7929)Stephen Toub1-2/+2
2016-08-31Update Unix System.Globalization implementation from CoreRT (#7004)Jan Kotas1-25/+2
2016-08-14Port serialization implementation to Unix globalization typesStephen Toub1-1/+1
These will need to be tested. They are a straight port from the Windows implementation, but the implementation has diverged, and it's possible (likely) there are some differences I didn't catch.
2016-01-27Update license headersdotnet-bot1-2/+3
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+421
[tfs-changeset: 1407945]