Fix wrong references to Cecil
[mono.git] / mono /
2011-08-17 Sebastien PouliotProvide an error message if an instance method is decor...
2011-08-17 Miguel de IcazaMore updates
2011-08-17 Miguel de Icazaupdate copyrights
2011-08-14 Zoltan VargaDon't pass MONO_UNWIND_ACTUAL_METHOD to the stack walke...
2011-08-13 Gonzalo Paniagua... [threadpool] Exit on unhandled exceptions only
2011-08-13 Gonzalo Paniagua... [threadpool] Work around for a race-condition
2011-08-13 Marek SafarMerge pull request #156 from garuma/tpl-dataflow-tasks
2011-08-13 Chris Toshokforce has_finalize to be initialized before we write...
2011-08-12 Chris Toshokif we're intentionally using power-of-two sizing for...
2011-08-12 Chris Toshokreduce memory required for this table by 32x
2011-08-11 Zoltan VargaEscape characters in LLVM symbol names
2011-08-11 Zoltan VargaBump corlib version since fe3372f4231106669ab93e2d23a51...
2011-08-11 Marek Habersack[runtime] Fix for Xamarin bug #99. Don't fail to parse...
2011-08-10 Zoltan VargaGet rid of the macros in mono-tls.h to fix many warnings.
2011-08-10 Zoltan VargaFix the newly added test_0_llvm_regress_171 ().
2011-08-10 Zoltan VargaWrap pthread_exit () with mono_gc_pthread_exit () since...
2011-08-09 Elijah TaylorMore NACL updates
2011-08-09 Zoltan VargaRevert "More NACL updates"
2011-08-09 Elijah TaylorMore NACL updates
2011-08-09 Zoltan VargaLLVM requires two PHI entries if a previous bblock...
2011-08-09 Zoltan VargaAdd support for reference instances of Interlocked...
2011-08-05 Elijah TaylorFix up bugs in x86-codegen for NaCl.
2011-08-05 Elijah TaylorFixups for nacl at head revision.
2011-08-05 Miguel de IcazaMerge pull request #129 from grumpydev/CryptoFixo
2011-08-05 Miguel de IcazaMerge pull request #138 from eisnerd/bug-winforms-datag...
2011-08-05 Miguel de IcazaMerge pull request #147 from flutos/master
2011-08-05 Miguel de IcazaMerge pull request #141 from LogosBible/surrogtate
2011-08-04 Zoltan VargaHandle slow machines which exceed timeouts in the threa...
2011-08-04 Mark Probst[sgen] Enqueue finalizers after update the pointer.
2011-08-04 Mark ProbstSet the WSQ TLS key to inited after initing it.
2011-08-04 Atsushi EnoMerge pull request #146 from flutos/207ce0bccceec3ff786...
2011-08-03 Rodrigo KumperaFix padding of call instructions.
2011-08-03 Zoltan VargaAvoid allocating the memory for all the dominator array...
2011-08-03 Marek Habersack[runtime, globalization] Fix for Xamarin bug #161....
2011-08-03 Rodrigo KumperaImplement fail tramp support on arm for full-aot imt...
2011-08-02 Atsushi EnoMerge pull request #143 from mistoll/master
2011-08-02 Rolf Bjarne Kvinge[aot-compiler] Replace assert with descriptive error...
2011-08-01 AlexDefine MONO_ARCH_NOMAP32BIT for DragonFly BSD.
2011-08-01 AlexAdd support for DragonFly and NetBSD to sigcontext.
2011-07-28 Rodrigo KumperaOSX won't expose IPV6_PKTINFO unless __APPLE_USE_RFC_35...
2011-07-28 Rodrigo KumperaHandle a race on thread cleanup.
2011-07-28 Mark ProbstFactor the lock-free growable array out of the lock...
2011-07-28 Mark ProbstFactor the simple lock-free array queue out of hazard...
2011-07-28 Mark Probst[sgen] Don't use pthread_once() to init a TLS key,...
2011-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-07-28 Miguel de IcazaMerge pull request #136 from spencerhakim/master
2011-07-28 Miguel de IcazaMerge pull request #139 from HorstKakuschke/master
2011-07-27 Mark Probst[sgen] Don't allow nursery sizes smaller than SGEN_MAX_...
2011-07-27 Mark Probst[sgen] Construct the array_fill_vtable manually.
2011-07-27 Mark Probst[sgen] Accept numbers without suffixes in env var param...
2011-07-26 Mark Probst[sgen] Use the proper object size when scanning arrays...
2011-07-26 Mark Probst[sgen] Make the card table on AMD64 correct for 64...
2011-07-26 Mark Probst[sgen] Print a warning when using binary protocol and...
2011-07-26 Mark Probst[sgen] Binary protocol for every write barrier, not...
2011-07-26 Mark Probst[sgen] Make the binary protocol compile and work again.
2011-07-26 Mark Probst[sgen] Fix mono_gc_wbarrier_value_copy() for remsets.
2011-07-26 Mark Probst[sgen] Make mono_sgen_safe_object_get_size() handle...
2011-07-25 Damien Diederen[480178] Fix handling of surrogate characters.
2011-07-25 Zoltan VargaFix windows build.
2011-07-24 Zoltan VargaFix a crash in the soft-float decompose code when a...
2011-07-24 Zoltan VargaAdd a test for 7cb704d9a9ec73eb225c27b51e7f47de033e0ac0.
2011-07-23 Mark ProbstRemove references to mono_pthread_key_for_tls(). Fixes...
2011-07-22 Atsushi EnoMerge pull request #137 from eisnerd/bug-xpath-reverse...
2011-07-22 Mark ProbstTLS is always fast now, so remove NO_TLS_SET_VALUE...
2011-07-22 Mark ProbstRemove io-layer Windows API TLS emulation code.
2011-07-20 Geoff NortonType matching is fun
2011-07-20 Geoff Nortoninfo->signal does not exist on MACH either
2011-07-20 Geoff Nortoninfo->stop_count does not exist on MACH
2011-07-19 Miguel de IcazaFix build
2011-07-19 Mark ProbstNew function: mono_valloc_aligned().
2011-07-19 Mark Probst[sgen] rehash_roots() must take an int, not a boolean.
2011-07-19 Mark Probst[sgen] Use g_usleep() instead of usleep().
2011-07-19 Mark Probst[sgen] Include config.h in all of SGen's compilation...
2011-07-18 Rodrigo KumperaDo some portability adjustments so altstack works on...
2011-07-18 Rodrigo KumperaOn OSX do SIGBUS on altstack as well since it's used...
2011-07-18 Rodrigo KumperaHandle altstack exceptions in a more portable way on...
2011-07-18 Rodrigo KumperaFix stack overflow code to work under darwin-x86.
2011-07-18 Rodrigo KumperaFix mono_thread_get_stack_bounds thread bounds.
2011-07-18 Mark Probst[sgen] Use ptrdiff_t instead of ssize_t.
2011-07-18 Mark Probst[sgen] Move all signal stuff into sgen-os-posix.c.
2011-07-18 Mark Probst[gc] Don't do unaligned loads in mono_gc_memmove ().
2011-07-15 Rodrigo KumperaIf a thread abort is fatal, print the exception before...
2011-07-15 Rodrigo KumperaImprove stacktraces when facing a runtime invoke wrapper.
2011-07-13 Mark Probst[sgen] Option for an allowance limit.
2011-07-12 Rodrigo KumperaAdd shared_perfcounters option to enable minimal.
2011-07-12 Mark Probst[gc] Fix a bug in atomic memmove.
2011-07-12 Rodrigo KumperaDo DISABLE_PORTABILITY more agressively.
2011-07-12 Zoltan VargaStore precise wrapper info for native-to-managed wrappe...
2011-07-12 Zoltan VargaAvoid register allocation problems when a try clause...
2011-07-11 Zoltan VargaGet rid of the 'ut_e_' symbols in AOT, use the normal...
2011-07-11 Zoltan VargaFix the length of r4const on arm.
2011-07-11 Mark Probst[sgen] Debug option for printing the heap usage and...
2011-07-10 Zoltan VargaFix caching in mono_marshal_get_array_address ().
2011-07-10 Rodrigo KumperaFix signal chaining to handle a stupid previous handler.
2011-07-10 Rodrigo KumperaDisable the exception thread under iOS since it's neith...
2011-07-08 Zoltan VargaResurrect the AOT profiler.
2011-07-08 Marek SafarMerge pull request #131 from txdv/master
2011-07-06 Rodrigo KumperaMerge pull request #128 from paszczi/master
2011-07-06 Zoltan VargaDo some work towards making ARM fp mode runtime configu...
2011-07-06 Zoltan VargaPrefix ARM FPA codegen macros with 'FPA'.
next