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-11Fix decimal comparison by using signed char comparison of signs; Fix size of ...mono-4.0.0-hotfix-29570-branchNeale Ferguson
2015-04-08[runtime] Allocate more space to thunks in dynamic methods. Fixes #28747.Zoltan Varga
2015-04-07Fix incorrectly resolved merge conflictAlexander Köplinger
2015-04-07Integrate binary reference assemblies for v2.0/3.5 into the build systemAlexander Köplinger
2015-04-06Update the reference assemblies we ship in mono.Rodrigo Kumpera
2015-04-04[corlib] TimeZoneInfo.TryAddTicks is now private.Marcos Henrich
2015-04-03[mcs] Mutate nested storey initialization only when needed. Fixes #28211Marek Safar
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-02[linker] Ensure updated Scope for exported types (e.g. unlinked PCL facade as...Sebastien Pouliot
2015-04-02[tools] Fix mono-cil-strip to return non-zero on failure [#28617]Sebastien Pouliot
2015-04-02[mcs] Handle null operator inside parenthesis expression. Fixes #28172Marek Safar
2015-04-01Fix the build.Zoltan Varga
2015-04-01Revert "Fix the build."Zoltan Varga
2015-04-01[system.net.http] Use correct separator for headers tostringMarek Safar
2015-04-01[tests] ManualResetEventSlim.SpinCount depends on the number of CPU/cores and...Sebastien Pouliot
2015-04-01[runtime] Add more caches to mono_marshal_get_native_wrapper () to avoid mixi...Zoltan Varga
2015-03-27Fix the build.mono-4.0.0_alpha1mono-4.0.0.121Zoltan Varga
2015-03-27[runtime] Synchronize the overflow checks between mono_string_new_size () and...Zoltan Varga
2015-03-27[jit] Avoid emitting seq points in inlined methods.Zoltan Varga
2015-03-27[mcs] Reset flowanalysis finally scope per parameters block. Fixes #28196Marek Safar
2015-03-27[io-layer] Fix the freeing of MonoProcess structures. Fixes #28209.Zoltan Varga
2015-03-27[system.net.http] Parse range values using long range. Fixes #26109Marek Safar
2015-03-27[mcs] The left-hand side of an assignment cannot contain a null propagating o...Marek Safar
2015-03-26Rename decimal functions to not conflict with win32 versions.Vincent Povirk
2015-03-26[System]: Fix the AllowWriteStreamBuffering check. Bugs #26640 and #26936.Martin Baulig
2015-03-26[mcs] Report abstract member hiding only for members which one can override. ...Marek Safar
2015-03-25[mcs] Resize identifier buffer in all cases. Fixes #28292Marek Safar
2015-03-25[mcs] Fix parsing of interpolated strings inside conditional expression. Fixe...Marek Safar
2015-03-25[mcs] Allow built-in types to have partial declarationMarek Safar
2015-03-25[runtime] Avoid returning null from Marshal.AllocCoTaskMem () if size is 0. F...Zoltan Varga
2015-03-25[profiler] Make `perf` syscall work on ARM64.Alex Rønne Petersen
2015-03-25[profiler] Clean up some unused declarations.Alex Rønne Petersen
2015-03-25[profiler] Don't build the profiler on Windows.Alex Rønne Petersen
2015-03-25[configure] Add a `--disable-perf-events` flag to disable `perf` on Linux.Alex Rønne Petersen
2015-03-25[MonoDataSqlite] Add test for Xamarin.iOS specific bug 27864Alex Soto
2015-03-25Revert "[io-layer] Fix the freeing of MonoProcess structures. Fixes #28209."Zoltan Varga
2015-03-25Revert "[runtime] Fix an uninitialized memory error added by eaf200b37bd8ba29...Zoltan Varga
2015-03-25Revert "[runtime] Fix another regression caused by eaf200b37bd8ba29d59fc7054f...Zoltan Varga
2015-03-24[runtime] Fix another regression caused by eaf200b37bd8ba29d59fc7054f8409e9b7...Zoltan Varga
2015-03-24[System] Fixed RemoveConnectionGroup concurrent issue.Marcos Henrich
2015-03-24[runtime] Fix an uninitialized memory error added by eaf200b37bd8ba29d59fc705...Zoltan Varga
2015-03-24[io-layer] Fix the freeing of MonoProcess structures. Fixes #28209.Zoltan Varga
2015-03-24[tests] Tweak MemoryMappedFile test case that fails on iOS/ARM64 [#27667]Sebastien Pouliot
2015-03-24Revert "Fix mmap past file end on arm64 ios."Sebastien Pouliot
2015-03-24[arm] Also fix OP_ATOMIC_STORE_R4.Alex Rønne Petersen
2015-03-24[tests] Tweak DateTime.AddMillisecondsOutOfRangeException* tests to work on A...Sebastien Pouliot