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
2013-09-23Wrap the code in MONO_BEGIN/END_DECLSmonotouch-7.0-branchMiguel de Icaza
2013-09-23[runtime] Fix a regression introduced by 55039913729e26c839e45ff05f17de1f2aa1...Zoltan Varga
2013-09-23Use __builtin_popcount () in mono_bitset_count ().Zoltan Varga
2013-09-23Remove comment, refer to the spec insteadMiguel de Icaza
2013-09-23Change Random implementation to JKISS which is faster and has a longer period...Sebastien Pouliot
2013-09-23Simplify locale fetching, we have very simple needsMiguel de Icaza
2013-09-23Rewrite the header file, based on the internal mono-hash.c contentsMiguel de Icaza
2013-09-23Remove text from articleMiguel de Icaza
2013-09-19[runtime]Do an alignment check before using the atomic op.Rodrigo Kumpera
2013-09-13Move undef HAVE_SIOCGIFCONF later so it's not defined again by other includesSebastien Pouliot
2013-09-13Add workaround for DNS garbage returnMiguel de Icaza
2013-09-12Reduce/remove the probability of having test failures wrt UdpClient.AvailableSebastien Pouliot
2013-09-11Implements parsing of multi value User-Agent string. Fixes #8719Marek Safar
2013-09-11[System.Core]: Minor API fix in the Non-DLR version of System.Linq.Expressions.Martin Baulig
2013-09-11Use ecma.pub for System.Xml.Serialization.Martin Baulig
2013-09-11Use msfinal.pub for System.Net in .NET 4.0/4.5.Martin Baulig
2013-09-10[runtime] Fix a nullref when casting a null object to a complex type when usi...Zoltan Varga
2013-09-05[runtime]Fix the OSX build due to crappy compilers.Rodrigo Kumpera
2013-09-05Remove repeated includeProUkorNew
2013-09-05Clear out the ref fields from MonoDomain before calling mono_gc_clear_domain ...Zoltan Varga
2013-09-05Merge pull request #751 from akoeplinger/AssemblyNameReferenceMatchesDefinitionMarek Safar
2013-09-05Merge pull request #752 from echampet/bug-10001-2Marek Habersack
2013-09-05Implemented AssemblyName.ReferenceMatchesDefinition ()Alexander Köplinger
2013-09-05Revert "Fix the windows build."Zoltan Varga
2013-09-05Improve inline docsMiguel de Icaza
2013-09-05Fix the windows build.Zoltan Varga
2013-09-05Fix the windows build.Rodrigo Kumpera
2013-09-05Add inline api docsMiguel de Icaza
2013-09-04[bcl]Replace more long fields with int to make them CAS friendly on 32 bits s...Rodrigo Kumpera
2013-09-04[bcl] Replace more long fields with int to make them CAS friendly on 32 bits ...Rodrigo Kumpera
2013-09-04Perform alignment checks for CAS on 32bits systems. Fixes #14426.Rodrigo Kumpera
2013-09-04[runtime] Remove a needless ifdef.Zoltan Varga
2013-09-04[FIX][v2] Do not use chunked encoding with CGI/FastCGIStefan
2013-09-04Disable a corlib test which fails on some test runners.Zoltan Varga
2013-09-04Optimize MonoCustomAttrs.GetCustomAttributes(): add fastpaths for common case...Zoltan Varga
2013-09-04Revert "[runtime] Handle MONO_PATCH_INFO_OBJC_SELECTOR_REF in mono_patch_info...Zoltan Varga
2013-09-04[runtime] Handle MONO_PATCH_INFO_OBJC_SELECTOR_REF in mono_patch_info_hash ().Zoltan Varga
2013-09-04Don't resolve extension method expression when in probing mode it may fail to...Marek Safar
2013-09-04Less cascading errorsMarek Safar
2013-09-04mono_patch_info_hash: handle the MONO_PATCH_INFO_OBJC_SELECTOR_REF caseMiguel de Icaza
2013-09-04Implement an intrinsics for Selector.GetHandle ().Zoltan Varga
2013-09-04[linker] Allow some useful methods to be reused elsewhereSebastien Pouliot
2013-09-04Fix the mt build.Zoltan Varga
2013-09-04Rename a test target to hopefully fix the linux wrench build.Zoltan Varga
2013-09-04Use $(MAKE) instead of make in one place.Zoltan Varga
2013-09-04[bcl]Switch BlockingCollection to do CAS over ints and not longs.Rodrigo Kumpera
2013-09-04[bcl]Switch BlockingCollection to use SequentialLayot to make sure its longs ...Rodrigo Kumpera
2013-09-04Fix Thread.VolatileRead(long&) on 32bits.Rodrigo Kumpera
2013-09-04[runtime]Use InterlockedCompareExchange64 instead of local hack.Rodrigo Kumpera
2013-09-04[runtime]Implement InterlockedCompareExchange64 on 64bits target, x86 and arm.Rodrigo Kumpera