error text should be 1 row only
[mono.git] / ChangeLog
index eaa092480c2b383514c39b929b8a0f1801a967b1..a3c92e541a31d5ec92758d3eed7fb18f4a8e2159 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,35 @@
+2005-03-02  Zoltan Varga  <vargaz@freemail.hu>
+
+       * docs/aot-compiler.txt: Add some more documentation.
+
+2005-02-25  Raja R Harinath  <rharinath@novell.com>
+
+       * runtime/Makefile.am (centum_nunit_tests): Remove.  The
+       functionality has been moved to mcs/Makefile.
+       (test_select): Set ONLY_CENTUM_TESTS.
+
+Thu Feb 24 15:16:18 CET 2005 Paolo Molaro <lupus@ximian.com>
+
+       * configure.in: add a check for compiler support of the
+       tls_model sttribute.
+
+Mon Feb 21 17:14:34 CET 2005 Paolo Molaro <lupus@ximian.com>
+
+       * configure.in: don't imply that enabling ICU support is a good
+       thing to do.
+
+2005-02-21  Michal Moskal  <malekith@pld-linux.org>
+           Raja R Harinath  <rharinath@novell.com>
+
+       * configure.in: Emit exec_prefix and libdir into mcs/build/config.make.
+
 2005-02-17  Raja R Harinath  <rharinath@novell.com>
 
        * runtime/Makefile.am (cur_dir_cmd): New.  Use cygpath to get the
        current directory in non-Cygwin form.
-       (mcs-compileall): Use it.  Use $(PATH_SEPARATOR) when defining
-       MONO_PATH.
+       (PLATFORM_PATH_SEPARATOR): New.  $(PATH_SEPARATOR) has the "wrong"
+       value on cygwin. 
+       (mcs-compileall): Use them.
 
 2005-02-15  Raja R Harinath  <rharinath@novell.com>