summaryrefslogtreecommitdiff
path: root/src/corefx
AgeCommit message (Expand)AuthorFilesLines
2016-04-25Change how we detect the default localeMatt Ellis3-3/+49
2016-04-18enable build of cross target components.Rahul Kumar2-1/+3
2016-04-06Avoid assert on buffer overflowSteve Harter1-1/+1
2016-03-22Strip symbols on release builds into separate binariesMike McLaughlin1-1/+2
2016-02-08Revert "Add un-prefixed signatures as temporary workaround"Jan Kotas2-36/+0
2016-02-02TimeZoneInfo.DisplayName values are not localized on LinuxEric Erhardt3-45/+84
2016-01-30Revert "Revert "Add un-prefixed signatures as temporary workaround""Jan Kotas2-0/+36
2016-01-30Revert "Add un-prefixed signatures as temporary workaround"Jan Kotas2-36/+0
2016-01-29Add un-prefixed signatures as temporary workaroundJan Kotas2-0/+36
2016-01-29Unique names for GlobalizationNative exportsJan Kotas10-166/+168
2016-01-27Update license headersdotnet-bot11-44/+33
2016-01-13IdnMapping GetUnicode conformance tests failEric Erhardt1-1/+2
2016-01-11CompareOptions.IgnoreSymbols only ignores punctuation on Unix, but not other ...Eric Erhardt4-2/+33
2016-01-08Convert System.Globalization.Native to use a configure.cmake and .h.in files.Eric Erhardt4-17/+17
2015-12-24GC OS interface refactoringJan Vorlicek1-0/+1
2015-12-09Fixing collation for the following scenarios:Eric Erhardt1-29/+56
2015-12-07Address PR feedback.Eric Erhardt1-21/+28
2015-12-07Ensure the collator map is thread safe on SortHandle.Eric Erhardt1-0/+9
2015-12-07Adding support for String CompareOptions IgnoreKanaType and IgnoreWidth on Unix.Eric Erhardt1-3/+160
2015-12-07Adding support for String CompareOptions IgnoreNonSpace and IgnoreSymbols.Eric Erhardt1-5/+33
2015-12-07Convert SortHandle to use a std::map to cache UCollators per option that is p...Eric Erhardt1-19/+36
2015-11-20Merge pull request #2112 from ellismg/cache-ucollatorsStephen Toub1-31/+78
2015-11-20Cache UCollators in CompareInfoMatt Ellis1-31/+78
2015-11-19Merge pull request #2047 from eerhardt/ShortDateEric Erhardt1-5/+4
2015-11-15Add USEARCH_DONE check to StartsWith in System.Globalization.Nativestephentoub1-22/+24
2015-11-13DateTimeFormat.ShortDatePattern should use CLDR 'short' format on Unix.Eric Erhardt1-5/+4
2015-11-13Pass target string lengths to ICU on Unixstephentoub1-8/+8
2015-10-25Merge pull request #1851 from ellismg/icu-remove-c-plus-plusMatt Ellis7-502/+676
2015-10-23Cleanup CMakeLists.txtMatt Ellis2-20/+27
2015-10-23Fix spelling issuesMatt Ellis1-2/+2
2015-10-23Use correct close function for UNumberFormatMatt Ellis1-1/+1
2015-10-22Use std::vector instead of callocMatt Ellis1-18/+6
2015-10-22Link against libicucore on OSXMatt Ellis1-14/+31
2015-10-22Update IndexOfOrdinalIgnoreCase to use full code unitsstephentoub1-62/+57
2015-10-22Improve string.{Last}IndexOf perf on Unix for Ordinal/OrdinalIgnoreCasestephentoub1-0/+78
2015-10-21Hygine cleanups in holders.hMatt Ellis1-6/+2
2015-10-21Cleanup include directivesMatt Ellis5-28/+9
2015-10-21Remove use of icu::Locale C++ typeMatt Ellis5-128/+179
2015-10-21Move off Locale instance methodsMatt Ellis3-93/+138
2015-10-21Remove C++ Locale use in EnumSymbolsMatt Ellis1-3/+4
2015-10-21Get Eras using ICU C API instead of C++Matt Ellis2-49/+93
2015-10-21Remove use of ICU C++ DateFormatSymbolsMatt Ellis1-58/+49
2015-10-21Remove useage of ICU C++ DecimalFormatSymbolsMatt Ellis1-40/+24
2015-10-21Remove ICU C++ LocaleDisplayNamesMatt Ellis2-6/+14
2015-10-21Remove use of ICU C++ NumberFormat classMatt Ellis2-65/+82
2015-10-21Remove use of ICU C++ DateFormatSymbolsMatt Ellis1-14/+4
2015-10-21Convert DateFormat to UDateFormatMatt Ellis3-83/+46
2015-10-21Convert DateTimePatternGenerator usage to CMatt Ellis2-13/+40
2015-10-21Remove use of ICU C++ Calendar classMatt Ellis3-26/+90
2015-10-19Fix Turkish i casing with invariant culturestephentoub1-74/+127