Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-20[corlib] BinaryReader with Unicode encoding needs to read bytes in a pair. Fi...mono-4.0.1.44Marek Safar
2015-05-07Add a monotouch_runtime corlib sources.mono-4.0.1.28Rolf Bjarne Kvinge
2015-04-27[corlib] First specific culture returned by enumerator was not fully initiali...Marek Safar
2015-04-25[corlib] Add DefaultDllImportSearchPathsAttributeMarek Safar
2015-04-04[corlib] TimeZoneInfo.TryAddTicks is now private.Marcos Henrich
2015-04-03[corlib] Refactored TimeZoneInfo DateTime overflow checks.Marcos Henrich
2015-04-03[corlib] Fixed ParseTZBuffer with DST periods longer than a year.Marcos Henrich
2015-04-03[corlib] Removed referencesource duplicated code.Marcos Henrich
2015-04-03[corlib] Renamed GetUtcOffset to GetUtcOffsetHelper.Marcos Henrich
2015-04-03[corlib] Changed TimeZoneInfo methods to use GetUtcOffset.Marcos Henrich
2015-04-01[tests] ManualResetEventSlim.SpinCount depends on the number of CPU/cores and...Sebastien Pouliot
2015-03-25[runtime] Avoid returning null from Marshal.AllocCoTaskMem () if size is 0. F...Zoltan Varga
2015-03-24[tests] Tweak DateTime.AddMillisecondsOutOfRangeException* tests to work on A...Sebastien Pouliot
2015-03-20[tests] Some of the new decimal tests (ported from MS tests) do not work on e...Sebastien Pouliot
2015-03-12[corlib] TimeZoneInfo.TryGetTransitionOffset overflow checks.Marcos Henrich
2015-03-12[corlib] Fixed DateTime overflow check in TimeZoneInfo.Marcos Henrich
2015-03-10[corlib] Fix timezone dependent DateTimeOffset testAlexander Köplinger
2015-02-26Ignore a few decimal tests on mobile, according to #27269Rolf Bjarne Kvinge
2015-02-24[bcl] Fix Console support on ios, the TextWriter class from the reference sou...Zoltan Varga
2015-02-20[corlib] Fixes build with old UnmanagedMemoryStreamMarek Safar
2015-02-20[corlib] Remove ResourceCloseHandler usageMarek Safar
2015-02-20[corlib] Add more internal apisMarek Safar
2015-02-20Use more resource text strings from reference sourcesMarek Safar
2015-02-20[corlib] Switch to official mscorlib.txtMarek Safar
2015-02-19[tpl] Increase wait timing in test suite to adapt to the slower ramp up of th...Ludovic Henry
2015-02-19[corlib] BufferedStream from reference sourcesMarek Safar
2015-02-19Add ReferenceSources/mscorlib.txt to EXTRA_DIST (fixes distcheck)Jo Shields
2015-02-19[corlib] Text streams from reference sourcesMarek Safar
2015-02-19[corlib] Use public TextWriter.Synchronized for Console synchronization and l...Marek Safar
2015-02-19[corlib] Stream, MemoryStream from reference sourcesMarek Safar
2015-02-19[corlib] Access null stream using public propertyMarek Safar
2015-02-19[corlib] Rename IsDirectorySeparator method to match reference sourcesMarek Safar
2015-02-18[corlib] Removes extra bufffer from FileStream async mode writes. Fixes #27086Marek Safar
2015-02-17[build] Remove misused bootstrap profile definitionMarek Safar
2015-02-17[corlib] Remove duplicate source filesMarek Safar
2015-02-17[corlib] Replace resource keys with actual messages during compilationMarek Safar
2015-02-17Bug 27010 - Difference in Assembly.GetExportedTypes with .NETUngureanu Marius
2015-02-16Merge branch 'import-text-encoding-2'Atsushi Eno
2015-02-13[corlib] Random from reference sourcesMarek Safar
2015-02-13[corlib] MissingMember exceptions from reference sourcesMarek Safar
2015-02-13[corlib] UnitySerialization from reference sourcesMarek Safar
2015-02-13avoid reflection in EncodingHelper.Atsushi Eno
2015-02-13[encoding] import referencesource encoding foundation types.Atsushi Eno
2015-02-13[corlib] Fix a race in LazyTest.EnsureSingleThreadSafeExecution ().Zoltan Varga
2015-02-12[encoding] as part of referencesource import, use new EncodingHelper class.Atsushi Eno
2015-02-12Merge pull request #1534 from haf/bugs/hmac-wrong-keysizesJoão Matos
2015-02-12[corlib] Add timeout to more testsMarek Safar
2015-02-12[corlib] Fixes commit ceef1e2.Marcos Henrich
2015-02-11Merge pull request #1560 from esdrubal/xlstregressionMarek Safar
2015-02-11[corlib] ModuleBuilder.GetMethodToken no longer has a module check.Marcos Henrich