Add tests and correctly handle using '/' in windows paths.
[mono.git] / mono /
2012-04-16 Rodrigo KumperaAdd serial range alloc and export range alloc functions.
2012-04-13 Neale FergusonFix long standing cast problem that truncated doubles
2012-04-13 Rodrigo KumperaFix a warning about an unused function.
2012-04-13 Rodrigo KumperaRestore nursery sizing option.
2012-04-13 Rodrigo KumperaFix more formating warnings.
2012-04-13 Rodrigo KumperaFix darwin pthread macro hack to explose pthread extens...
2012-04-13 Rodrigo KumperaUse the right formating (%td) for mword. Fix tons of...
2012-04-13 Rodrigo KumperaAvoid crashing creating a process when workdir is null.
2012-04-13 Zoltan VargaFix warnings on OSX.
2012-04-12 Zoltan VargaFix setting of byref variables in sdb. Fixes #4362.
2012-04-10 Paolo MolaroRevert "Remove MONO_OPT_SCHED; we don't actually use...
2012-04-10 Paolo MolaroLoad the llvm module from the lib dir of an installed...
2012-04-10 Rodrigo KumperaAdd split minor collector to the test matrix.
2012-04-10 Rodrigo KumperaFirst rounds of fixes to the split nursery.
2012-04-09 Rodrigo KumperaMove the scan/copy fast functions to the nursery collec...
2012-04-09 Rodrigo KumperaBring back the old nursery design and make it runtime...
2012-04-09 Rodrigo KumperaDocument usages of sgen_nursery_is_to_space.
2012-04-09 Rodrigo KumperaUpdate documentation.
2012-04-09 Rodrigo KumperaFirst take on split nursery.
2012-04-09 Rodrigo KumperaIntroduce SgenObjectOperations that holds all copy...
2012-04-09 alexrpIgnore *.mlpd.
2012-04-09 alexrpRemove MONO_OPT_SCHED; we don't actually use it and...
2012-04-09 Zoltan VargaAllow setting the name of threadpool threads. Fixes...
2012-04-07 Zoltan VargaFix the domains of the objects returned by AssemblyMirr...
2012-04-06 Miguel de IcazaMerge pull request #216 from ilkerde/master
2012-04-06 Andreia GaitaMerge pull request #270 from bholmes/COM_cctor
2012-04-05 William Holmescominterop.cs : Unit test to ensure that the static...
2012-04-04 Rodrigo KumperaUse a single name prefix for sgen symbols. All non...
2012-04-04 Zoltan VargaFix debugger invokes which return pointer types. Fixes...
2012-04-04 Rodrigo KumperaFix x86 FP stack code to not break prev links in a BB.
2012-04-04 Rodrigo KumperaFix the IR class of OP_NEWARR to be of the array type...
2012-04-04 Rodrigo KumperaExtend --compile-all to take a count parameter to recom...
2012-04-03 Andreia GaitaMerge pull request #249 from pcc/xgetinputfocus
2012-04-02 Neale FergusonMerge branch 'master' of ssh://github.com/mono/mono
2012-04-02 Neale Fergusons390x-codegen.h - Define s390_SP and s390_BP
2012-04-02 Zoltan VargaFix the addresses of handler clauses when using LLVM...
2012-03-30 Rolf Bjarne KvingeFix mono_path_canonicalize to not canonicalize the...
2012-03-30 Rodrigo KumperaRemove some silly dead code.
2012-03-30 Rodrigo KumperaExtract the fragment allocation code from the nursery...
2012-03-30 Rodrigo KumperaAdd par_alloc_object to the major collector function...
2012-03-30 Rodrigo KumperaRename mono_sgen_nursery_is_object_alive to mono_sgen_i...
2012-03-30 Zoltan VargaDisable wrapper generation code when DISABLE_JIT is...
2012-03-29 Rolf Bjarne KvingeLog profiler: don't ignore return values from select...
2012-03-29 Zoltan VargaMerge pull request #266 from joncham/bug-struct-pack...
2012-03-29 Jonathan ChambersRaise TypeLoadException for invalid StructLayout Pack...
2012-03-29 Paolo MolaroUse proper ABI alignment rules for fields in structs...
2012-03-29 Zoltan VargaRegister vtables in runtime data structures after they...
2012-03-29 Gonzalo Paniagua... Welcome to the future
2012-03-28 Rodrigo KumperaCleanu thep fragment allocation mess by putting alloc...
2012-03-28 Rodrigo KumperaAdd a comment to code that needs cleanup.
2012-03-28 Rodrigo KumperaClean up liveness functions to be easier to understand.
2012-03-28 Zoltan VargaMerge pull request #262 from joncham/bug-fail-multi...
2012-03-28 TakFail the invocation instead of aborting the runtime...
2012-03-28 Zoltan VargaFix a memory overwrite in mono_gc_bzero (). Fixes ...
2012-03-28 Zoltan VargaMerge pull request #259 from joncham/bug-profiler-threa...
2012-03-28 Zoltan VargaMerge pull request #261 from joncham/bug-null-interface...
2012-03-28 Jonathan ChambersDefault COM visilibity to true.
2012-03-28 TakNULL global interface bitset on deletion.
2012-03-27 Zoltan VargaUpdate the LLVM EH frame reader code to the latest...
2012-03-27 Zoltan VargaFix the --disable-executables change.
2012-03-27 Zoltan VargaMerge pull request #258 from joncham/bug-debugger-tls...
2012-03-27 Zoltan VargaAdd a --disable-executables configure option to disable...
2012-03-27 Tak[Debugger] Verify TLS lookup.
2012-03-27 Jonathan ChambersSend thread end profiler message on thread detach.
2012-03-27 Rodrigo KumperaUse g_error instead of fpritnf so target like android...
2012-03-27 Jonathan ChambersCheck lmf_addr_tls_offset for size greater than 64...
2012-03-26 Neale Ferguson* sgen-alloc: Use CEE_STIND_I4 for non-MONO_BIG_ARRAYS...
2012-03-26 Zoltan VargaFix the build.
2012-03-25 Zoltan VargaFix debugger invokes when the runtime is suspended...
2012-03-23 Marek SafarMerge pull request #255 from nestalk/master
2012-03-23 Rodrigo KumperaIt turns out the bridge code needs to distinguish bridg...
2012-03-23 Rodrigo KumperaImprove Missing Field error message.
2012-03-23 Rolf Bjarne KvingeIgnore more files.
2012-03-21 Rodrigo KumperaRework fragment reclamation to remove one CAS from...
2012-03-21 Rodrigo KumperaMerge pull request #252 from joncham/trigger_cleanup
2012-03-21 Tak[Fix] Additional cleanup on runtime shutdown.
2012-03-21 Rodrigo KumperaIncrease degradged_mode so we trigger a nursery gc...
2012-03-21 Rodrigo KumperaKill some unused vars.
2012-03-21 Rodrigo KumperaUse mono_sgen_clear_range in place of memset everywhere.
2012-03-20 Rodrigo KumperaClear discarded frags using mono_sgen_clear_range.
2012-03-20 Rodrigo KumperaFill scan starts with phony arrays.
2012-03-20 Rodrigo KumperaRename set_nursery_scan_start to mono_sgen_set_nursery_...
2012-03-20 Rodrigo KumperaExtract mono_sgen_clear_range.
2012-03-20 Rodrigo KumperaDon't loop when processing finalizers, no reason for it.
2012-03-20 Rodrigo KumperaHandle OOM and finalizable objects.
2012-03-20 Rodrigo KumperaHandle an OOM corner case during a nursery collection.
2012-03-20 Rodrigo KumperaImprove io-layer error logging.
2012-03-19 TalAloniFixed an ANSI to managed string conversion bug on nativ...
2012-03-19 Rodrigo KumperaAdd tests for LpStr and LpWStr marshalling.
2012-03-19 Miguel de IcazaMerge pull request #205 from m3rlinez/master
2012-03-19 Miguel de IcazaUpdate some copyrights
2012-03-19 Miguel de IcazaMerge pull request #248 from pcc/toolstrip-flow
2012-03-19 Zoltan VargaRework the way synchronized wrappers recursion avoidanc...
2012-03-17 Zoltan VargaFix llvm+direct icalls. Fixes #3925.
2012-03-15 Zoltan VargaFix the previous change again.
2012-03-15 Zoltan VargaFix build on platforms without MONO_ARCH_HAVE_TLS_GET...
2012-03-14 Gonzalo Paniagua... Merge pull request #241 from viniciusjarina/fix2843
2012-03-13 Neale FergusonMerge branch 'master' of ssh://github.com/mono/mono
2012-03-13 Neale FergusonEnable s390x to use TLS variables like amd64 and x86...
2012-03-13 Zoltan VargaDerive a dreg > 0 relation from ldaddr in ABCREM.
next