[xbuild] Fix bug #671700, resource naming in presence of "Link".
[mono.git] / mono /
2011-02-14 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-14 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-14 Neale FergusonAdd unwind support to s390x and fix stack unwinding...
2011-02-13 Rodrigo KumperaDon't assert on broken DM names.
2011-02-13 Rodrigo KumperaAdd bad string resistent utf16-utf8 conversions.
2011-02-13 Alexandre MutelFix sizeof(T) in non-gshared code. Fixes #580189.
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-02-13 Mark Probst[sgen] Register the main_thread as a GC root. Fixes...
2011-02-13 Gonzalo Paniagua... [HttpListener] Small improvements
2011-02-13 Zoltan VargaFix reading of cattr arguments of type Type[]. Fixes...
2011-02-11 Zoltan VargaFix token generation for TypeBuilder's in another assem...
2011-02-11 Hib ErisEarlier undefine HAVE_GETPROCESSID when cross compiling
2011-02-11 Zoltan VargaAvoid a boehm dependency in driver.c.
2011-02-11 Zoltan VargaMake the wait in the finalizer thread alertable to...
2011-02-11 Zoltan VargaChange some Sleep(0)'s to Sleep(1) in the soft-debugger...
2011-02-11 Zoltan VargaAdd a MONO_ prefix to the PROCESSOR_ARCHITECTURE_ const...
2011-02-10 Zoltan VargaMerge branch 'mips-vm-fixes' of https://github.com...
2011-02-10 Damien DiederenMIPS: Ignore float->int overflow behaviour, as on PPC...
2011-02-10 Damien DiederenMIPS: Do not generate superfluous "load_const" in IMT...
2011-02-10 Damien DiederenMIPS: Fix IMT binary search code generation in backend
2011-02-10 Damien DiederenMIPS: Fix unboxing trampolines for functions returning...
2011-02-10 Damien DiederenMIPS: Use SLTU to implement COND_EXC_LE_UN (Exception...
2011-02-10 Damien DiederenMIPS: Throw OverflowException if Int32.MinValue is...
2011-02-10 Zoltan VargaRemove unused mono_arch_has_unwind_info () function.
2011-02-10 Rodrigo KumperaHandle ConstructorBuilders on other assemblies.
2011-02-10 Rodrigo KumperaRevert "Don't use io layer semaphores for object monitors."
2011-02-10 Rodrigo KumperaDon't use io layer semaphores for object monitors.
2011-02-10 Zoltan VargaFix a warning.
2011-02-09 Rodrigo KumperaHandle assignment check of variant type and its gtd.
2011-02-09 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2011-02-09 Rodrigo KumperaCleanup the reference queue on domain unload.
2011-02-09 Zoltan VargaDisable OP_INEG cfolding on 32 bit arches, as it breaks...
2011-02-08 Gonzalo Paniagua... [threadpool] Added dynamic concurrent queue implementation
2011-02-08 Mark Probst[sgen] Two carefully placed prefetches.
2011-02-08 Mark Probst[sgen] Only load an object's vtable word if absolutely...
2011-02-08 Mark Probst[sgen] Fix some debug functions.
2011-02-08 Mark Probst[sgen] Keep statistics on slots allocated in vain in...
2011-02-08 Mark Probst[sgen] Make SGen compile with heavy statistics enabled.
2011-02-08 Miguel de IcazaUpdate docs
2011-02-08 Miguel de IcazaAdd prototype to .h file
2011-02-08 Lucas Meijerimplement mono_set_assemblies_path for platforms that...
2011-02-08 Rodrigo KumperaAvoid allocating memory for the handles.
2011-02-08 Rodrigo KumperaAvoid allocating memory.
2011-02-08 Rodrigo KumperaFix reference queue under boehm.
2011-02-08 Hib ErisUse winternl.h instead of ddk (when available)
2011-02-08 Hib ErisRemove implementation details from public header io...
2011-02-07 Hib ErisInclude config.h in mono-profiler-aot.c
2011-02-07 Zoltan VargaCast the result of MONO_CONTEXT_GET_SP () to an int...
2011-02-07 Zoltan VargaInclude sys/types.h for pid_t on mingw. Fixes #670076.
2011-02-07 Jonathan PobstMove variable declaration to top of function for msvc.
2011-02-07 Rodrigo KumperaHandle patching with shared opt enabled.
2011-02-07 Zoltan VargaUse mono_method_get_vtable_slot () instead of accessing...
2011-02-06 Zoltan VargaFix a warning.
2011-02-06 Zoltan VargaRemove a duplicate call to mini_gc_init ().
2011-02-06 Zoltan VargaReally fix the ia64 build.
2011-02-05 Zoltan VargaFix the ia64 build.
2011-02-05 Rodrigo KumperaAdd regression test to #666008
2011-02-05 Rodrigo KumperaFixes ldfnt to ldvtftn conversion.
2011-02-04 Zoltan VargaApplied small changes/reorganizations from the unity...
2011-02-04 Zoltan VargaPrint a normal stack trace even if a hard stack overflo...
2011-02-03 Zoltan VargaPrint a normal stack trace on a hard stack overflow.
2011-02-03 Zoltan VargaFix the handling of CompareExchange icalls in AOT,...
2011-02-03 Rodrigo KumperaAvoid calling time(NULL) when not needed.
2011-02-03 Rodrigo KumperaAvoid padding in some cases.
2011-02-03 Zoltan VargaFix the passing of vtype arguments for methods which...
2011-02-03 Zoltan VargaFix a warning.
2011-02-02 Zoltan VargaAdd support for --debug=casts to Array:SetValue ()...
2011-02-02 Rodrigo KumperaAvoid the loader lock in the common path.
2011-02-02 Rodrigo KumperaFix dynamic method cleanup at shutdown.
2011-02-02 Lucas Meijermake mono_print_thread_dump output to the visualstudio...
2011-02-02 Marek SafarCompile&Run runtime tests with 4.0 corlib
2011-02-02 Rodrigo KumperaAlign call instructions to make code patching SMP safe.
2011-02-02 Marek SafarUpdate to the latest mcs
2011-02-02 Marek SafarUpdate to the latest mcs
2011-02-01 Rolf Bjarne KvingeUpdated .gitignore
2011-02-01 Rodrigo KumperaAdd test for dynamic method resurrection.
2011-02-01 Zoltan VargaMake caching in mono_marshal_get_virtual_stelemref...
2011-02-01 Rodrigo KumperaDon't use finalization to cleanup dynamic methods.
2011-02-01 Rodrigo KumperaImplement a reference queue API.
2011-02-01 jonchamDisable finally_guard test on Windows.
2011-02-01 Marek Habersack[runtime] AddWatcher icall must look up the path in...
2011-01-31 Zoltan VargaRemove some duplicate code from mono_arch_find_jit_info ().
2011-01-31 Zoltan VargaFix stack walks on sparc.
2011-01-31 Levi Bard[Fix] Cleanup per github comments.
2011-01-31 Tak[Fix] Fix process scanning on OSX.
2011-01-31 Zoltan VargaWhen using xdebug, allocate all code from the code...
2011-01-31 Marek Habersack[runtime] Use IOAMP-aware method of looking for domain...
2011-01-31 Jo ShieldsReally fix sgen on PowerPC Linux. Assembler on Linux...
2011-01-30 Zoltan VargaMark a newly added test as !FULLAOT.
2011-01-30 Zoltan VargaFix some quadratic behavior in the AOT compiler.
2011-01-30 Zoltan VargaImprove hashing of MONO_PATCH_INFO_TYPE_FROM_HANDLE.
2011-01-30 Zoltan VargaDon't crash when inlining static methods called using...
2011-01-29 Zoltan VargaClear the 'need_rgctx_tramp' flag when creating a synch...
2011-01-29 Geoff NortonTypo
2011-01-29 Geoff NortonAvoid a crash when shutting down jit attached threads
2011-01-28 Geoff NortonEnsure we setup the vtable before accessing it
2011-01-28 Geoff NortonBump SDB protocol so MonoDevelop can guard IL inspectio...
2011-01-28 Geoff NortonDont leak loader errors in the aot compiler, as it...
2011-01-27 Zoltan VargaFix AOT support for types in the EXPORTEDTYPE table.
2011-01-27 Zoltan VargaIncrease an aot buffer size again.
next