In .:
[mono.git] / mono / os / ChangeLog
1 2006-06-27  Zoltan Varga  <vargaz@gmail.com>
2
3         * gc_wrapper.h: Disable GC_REDIRECT_TO_LOCAL on solaris/x86 as well.
4
5 Tue May 23 12:17:51 CEST 2006 Paolo Molaro <lupus@ximian.com>
6
7         * gc_wrapper.h: added definitions for the sgen GC.
8
9 2006-03-03  Zoltan Varga  <vargaz@gmail.com>
10
11         * *: Move the contents of the util.c file to metadata/assembly.c.
12
13 2006-03-02  Zoltan Varga  <vargaz@gmail.com>
14
15         * gc_wrapper.h: Allways disable thread local alloc on sparc even if __thread support
16         is available.
17
18 2005-11-09  Miguel de Icaza  <miguel@novell.com>
19
20         * unix/util.c (set_dirs): Instead of hardcoding the value to
21         /usr/bin, use MONO_BINDIR which comes from Automake's bindir.  If
22         the executable is in the place configured, use the Automake
23         settings.  Otherwise use the standard-layout based computed
24         paths. 
25
26 2005-11-08  Miguel de Icaza  <miguel@novell.com>
27
28         * unix/util.c (set_dirs): The buffer is overwritten by the
29         compute_base routine, so do not call it before checking for the
30         /usr/bin/ prefix.
31
32 2005-11-01  Miguel de Icaza  <miguel@novell.com>
33
34         * unix/util.c (set_dirs): Implement a relocatable version.
35
36 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
37
38         * gc_wrapper.h: Add required winsock2.h header for compiling with 
39         VS.NET and let the project file defines GC_GCJ_SUPPORT (to avoid 
40         tons of warnings).