mono.git
2010-08-09 Elijah TaylorDon't use mmap/munmap under NACL.
2010-08-09 Elijah TaylorUse 32 as the min alignment when running under NACL.
2010-08-09 Elijah TaylorAdd support to the x86 backend for generating code...
2010-08-09 Elijah TaylorAdd hooks to the codegen macros to support NACL codegen.
2010-08-09 Elijah TaylorAdd configure support for Google Native Client (NACL).
2010-08-09 Zoltan VargaDisable the elimination of MONO_INST_FAULT in ABCREM...
2010-08-09 Marek Habersack[asp.net] Fix for bug #628683. Do not ignore whitespace...
2010-08-09 Jb EvainFix typo
2010-08-09 Atsushi Enooops, they should not write wrapper element twice.
2010-08-09 Marek Habersack[asp.net] Fix for bug #618481. AsyncPostBackTrigger...
2010-08-09 Marek Habersack[asp.net] AsyncPostBackTrigger.HasTriggered must use...
2010-08-09 Marek Habersack[asp.net,bugfix] Fix for bug #620456. AsyncPostBackTrig...
2010-08-09 atsushienofinished Discovery serialization stuff.
2010-08-09 atsushienoongoing Sys.SM.Discovery serialization implementation.
2010-08-09 atsushienoParse list type, and parse QName without prefix, as...
2010-08-08 Zoltan VargaUse faulting load for loading the vtable in CEE_LDELEMA.
2010-08-08 Carlos Alberto... [fix] #620618: Make sure the header in ListView is...
2010-08-08 Carlos Alberto... New test for ListView.Dispose firing extra Layout events.
2010-08-08 Carlos Alberto... [fix] #622318: ListView.Dispose should not call dispose...
2010-08-08 Mark Probst[sgen] Fixed heap for Mark&Sweep.
2010-08-08 Mark Probst[sgen] Fix sgen-grep-binprot.
2010-08-08 Mark Probst[sgen] Fixes.
2010-08-07 Zoltan VargaFix Math.Log (2, 1). Fixes #626944.
2010-08-07 Zoltan VargaMove wapi shutdown to mono_cleanup () as TlsGetValue...
2010-08-07 Zoltan VargaDisable all profiler events after profiler shutdown.
2010-08-07 Mark ProbstMerge branch 'parallel-mark'
2010-08-07 Mark Probst[sgen] Separate mark function for parallel vs non-paral...
2010-08-07 Mark Probst[sgen] Make parallel vs non-parallel mark&sweep selectable.
2010-08-07 Mark Probst[sgen] One internal allocator per worker thread, to...
2010-08-07 Mark Probst[sgen] Heavy statistics for the shared buffer.
2010-08-07 Mark Probst[sgen] Parallel mark.
2010-08-07 Mark Probst[sgen] Fix SGEN_ATOMIC_ADD.
2010-08-07 Miguel de IcazaMerge branch 'master' of github.com:mono/mono
2010-08-07 Miguel de IcazaDo not mandate that pkg-config is installed, it is...
2010-08-07 Carlos Alberto... Implement SafeRegistryHandle.ReleaseHandle and update...
2010-08-07 Zoltan VargaAvoid loading AOT images compiled against Boehm in...
2010-08-07 Atsushi Enoimplement FindCriteria serialization (deserialization...
2010-08-06 Mark MasonFinish implementation of OP_IMUL_OVF_UN.
2010-08-06 Mark MasonAdd missing memindex opcodes. Implement IMT thunks...
2010-08-06 Mark MasonImplement this as first argument to function calls.
2010-08-06 Mark MasonInitial IMT for MIPS. Fix the first arg to trampoline...
2010-08-06 Mark MasonAdd IMT for MIPS. Fix MIPS branch opcodes. Fix *_OVF...
2010-08-06 Marek Habersack[asp.net,4.0] Added support for setting default base...
2010-08-06 Marek Habersack[asp.net] Made TemplateParser.CompileIntoType internal
2010-08-06 Zoltan VargaReenable LLVM+AOT again, the latest LLVM branch code...
2010-08-06 Zoltan VargaFix building with latest LLVM head.
2010-08-06 Marek SafarAvoid a crash when using attributes and only partial...
2010-08-06 Marek SafarImplement dynamic dispatch for element initializers.
2010-08-06 Marek SafarAdd more sanity checks for dynamic attributes.
2010-08-06 Marek SafarRestrict allowed modifiers for struct members.
2010-08-06 Jb EvainDelegateTest.ClosedOverNullReferenceInstanceMethod...
2010-08-06 Jb Evain[fix] #475962: delegates to instance methods closed...
2010-08-06 Jonathan PryorRemove System.Configuration.ConfigurationErrorsExceptio...
2010-08-06 Mark Probst[sgen] Initialize interruption lock.
2010-08-06 Jb Evain[Perf] avoid an exception when reading a non existent...
2010-08-06 Atsushi Enosupport Uri in WriteValue().
2010-08-06 Marek SafarMore fixes for equality comparison between G<object...
2010-08-06 Marek SafarRemoved duplicate variant conversion.
2010-08-06 Jb EvainTest that we can call GetMethodBody on a method defined...
2010-08-06 Jb Evainmono_method_body_get_object: implement support for...
2010-08-06 Atsushi EnoImplement DiscoveryMessageSequence* types serialization.
2010-08-06 Atsushi Enofix exception type and make nunit tests pass.
2010-08-06 Atsushi EnoFor IXmlSerializable types it should first try static...
2010-08-06 Atsushi EnoKnownTypes should return the actual types.
2010-08-06 Atsushi Enoongoing sys.sm.discovery work.
2010-08-05 Zoltan VargaName the LLVM argument variables arg_<real arg name>.
2010-08-05 Marek Habersack[asp.net,4.0] Added support for declarative per-user...
2010-08-05 Marek Habersack[asp.net,4.0] added ability to store cached user contro...
2010-08-05 Zoltan VargaFix the placement of the .rodata section, it should...
2010-08-05 Gonzalo Paniagua... Silently ignore ThreadAbortException in the tpool.
2010-08-05 Gonzalo Paniagua... Don't display the exception when unloading.
2010-08-05 Gonzalo Paniagua... Synchronize WSQ create, destroy and clean up.
2010-08-05 Gonzalo Paniagua... -1 == NO_KEY and check return value of TlsSetValue
2010-08-05 Gonzalo Paniagua... TlsGetValue/TlsSetValue match winapi closely.
2010-08-05 Raja R Harinath* mono/tests/appdomain-unload.cs (Main): Pass along...
2010-08-05 Zoltan VargaDisable system aot when LLVM is enabled for now.
2010-08-05 Zoltan VargaFix the box+brtrue optimization for LLVM, add a box...
2010-08-05 Marek SafarAdd more files to ignore list
2010-08-05 Marek SafarResolve ambiguity between optional and params parameter...
2010-08-05 Marek HabersackRevert "EncoderFallback support in UTF8Encoding. Fixed...
2010-08-05 Marek Habersack[asp.net] use auto-generated backing fields for all...
2010-08-05 Marek Habersack[asp.net] implemented several missing properties in...
2010-08-05 Ankit Jain[xbuild] Handle multi-line output from tool.
2010-08-05 Ankit Jain[xbuild] Fix #628525. Fix incremental rebuild.
2010-08-05 Raja R Harinathupdate {tests,errors}/known-issues-?mcs
2010-08-05 Mark Probst[Documentation] Document SGen environment variables.
2010-08-04 Zoltan VargaDisable box+brtrue optimization for LLVM for now.
2010-08-04 Mark Probst[dist] Only run the commit-to-changelog script if there...
2010-08-04 Mark Probst[scripts] commit-to-changelog fails if git is too old
2010-08-04 Mark Probst[scripts] commit-to-changelog fails if git fails
2010-08-04 Rodrigo KumperaAdd test for using generic arguments from other methods.
2010-08-04 Rodrigo KumperaHandle arguments with generic parameters from other...
2010-08-04 Andrew JorgensenDon't call commit-to-changelog until after mcs is dist'd
2010-08-04 Andrew JorgensenFix "make dist" for the .po files
2010-08-04 Andrew JorgensenFix tarball build (sgen-major-*-object.h)
2010-08-04 Marek Habersack[asp.net] implemented BaseTemplateParser.{GetReferenced...
2010-08-04 Rodrigo KumperaMerge branch 'improve_signature_parsing_error_messages'
2010-08-04 Rodrigo KumperaImprove error message for signature load failure.
2010-08-04 Rodrigo KumperaImprove error reporting of bad signatures.
2010-08-04 Rodrigo KumperaChange type of a given parameter.
next