merge -r 58060:58217
[mono.git] / mono / os / ChangeLog
1 2005-11-09  Miguel de Icaza  <miguel@novell.com>
2
3         * unix/util.c (set_dirs): Instead of hardcoding the value to
4         /usr/bin, use MONO_BINDIR which comes from Automake's bindir.  If
5         the executable is in the place configured, use the Automake
6         settings.  Otherwise use the standard-layout based computed
7         paths. 
8
9 2005-11-08  Miguel de Icaza  <miguel@novell.com>
10
11         * unix/util.c (set_dirs): The buffer is overwritten by the
12         compute_base routine, so do not call it before checking for the
13         /usr/bin/ prefix.
14
15 2005-11-01  Miguel de Icaza  <miguel@novell.com>
16
17         * unix/util.c (set_dirs): Implement a relocatable version.
18
19 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
20
21         * gc_wrapper.h: Add required winsock2.h header for compiling with 
22         VS.NET and let the project file defines GC_GCJ_SUPPORT (to avoid 
23         tons of warnings).