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 (Collapse)Author
2012-05-22Fix altstack support in libgc by registering the bounds of the normal stack ↵Zoltan Varga
and the altstack with it.
2010-07-26Fix a few cases of mixed line-endingsRaja R Harinath
This is a scripted conversion of mixed line-ending files to LF-only or CRLF-only based on which patch is smaller. I used a threshold of upto a quarter of the lines to determine whether to keep the patch or not.
2008-04-28Mono runtime: Add support for mixed-mode assemblies. Contributed under ↵Kornél Pál
MIT/X11 license. svn path=/trunk/mono/; revision=102052
2008-04-162008-04-15 Jonathan Chambers <joncham@gmail.com>Jonathan Chambers
* include/private/gcconfig.h: Backport GC7 code to support Win64. * win32_threads.c: Backport GC7 code to support Win64. svn path=/trunk/mono/; revision=100798
2007-05-092007-05-09 Jonathan Chambers <joncham@gmail.com>Jonathan Chambers
* win32_threads.c: If SuspendThread fails, don't abort. Instead remove thread from GC, as this only seems to happen when thread is terminating. svn path=/trunk/mono/; revision=77073
2006-01-24Tue Jan 24 12:34:06 CET 2006 Paolo Molaro <lupus@ximian.com>Paolo Molaro
* *: update from upstream changes. svn path=/trunk/mono/; revision=55979
2005-08-252005-08-24 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* win32_threads.c: If GC_INSIDE_DLL is defined, define the DllMain function for automatic registration of threads with the GC. * configure.in: Add an option for turning GC_INSIDE_DLL on. svn path=/trunk/mono/; revision=48831
2005-03-042005-03-03 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* include/gc.h pthread_support.c win32_threads.: Add GC_thread_is_registered API function. svn path=/trunk/mono/; revision=41410
2004-12-13remove svn:executable from *.cs *.c *.hRaja R Harinath
svn path=/trunk/mono/; revision=37683
2004-11-11Add libgc to monoMiguel de Icaza
svn path=/trunk/mono/; revision=35994