remove genxs2 (no 2.0 profile assembly is built)
[mono-project/dkf.git] / mono / os / ChangeLog
blobb417824c10f9fef3fd7fd8c1d38f3f63945f4462
1 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
3         * gc_wrapper.h: Move the REGISTER/UNREGISTER macros to metadata/gc-internal.h.
4         
5         * gc_wrapper.h (MONO_GC_UNREGISTER_ROOT): New macro.
7         * gc_wrapper.h: Include <stdlib.h> to fix the --with-gc=none build. Fixes
8         #351635.
10 2007-12-26  Zoltan Varga  <vargaz@gmail.com>
12         * gc_wrapper.h: Get rid of the MONO_GC_PRE_INIT () macro and unify definition
13         of MONO_GC_REGISTER_ROOT.
15 2006-06-27  Zoltan Varga  <vargaz@gmail.com>
17         * gc_wrapper.h: Disable GC_REDIRECT_TO_LOCAL on solaris/x86 as well.
19 Tue May 23 12:17:51 CEST 2006 Paolo Molaro <lupus@ximian.com>
21         * gc_wrapper.h: added definitions for the sgen GC.
23 2006-03-03  Zoltan Varga  <vargaz@gmail.com>
25         * *: Move the contents of the util.c file to metadata/assembly.c.
27 2006-03-02  Zoltan Varga  <vargaz@gmail.com>
29         * gc_wrapper.h: Allways disable thread local alloc on sparc even if __thread support
30         is available.
32 2005-11-09  Miguel de Icaza  <miguel@novell.com>
34         * unix/util.c (set_dirs): Instead of hardcoding the value to
35         /usr/bin, use MONO_BINDIR which comes from Automake's bindir.  If
36         the executable is in the place configured, use the Automake
37         settings.  Otherwise use the standard-layout based computed
38         paths. 
40 2005-11-08  Miguel de Icaza  <miguel@novell.com>
42         * unix/util.c (set_dirs): The buffer is overwritten by the
43         compute_base routine, so do not call it before checking for the
44         /usr/bin/ prefix.
46 2005-11-01  Miguel de Icaza  <miguel@novell.com>
48         * unix/util.c (set_dirs): Implement a relocatable version.
50 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
52         * gc_wrapper.h: Add required winsock2.h header for compiling with 
53         VS.NET and let the project file defines GC_GCJ_SUPPORT (to avoid 
54         tons of warnings).