grammar updates
[mono.git] / ChangeLog
index 3d5b4f84bbcbf4ce7cf216f3461430ecaaef9135..a7b35a9f0eafa939b1d825fb6db8f1daa2979fce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,78 @@
+2003-10-29  Dick Porter  <dick@ximian.com>
+
+       * man/mono.1: Document MONO_EXTERNAL_ENCODINGS variable
+
+2003-10-16  Miguel de Icaza  <miguel@ximian.com>
+
+       * man/mono.1: Document new --trace options
+
+2003-10-13  Bernie Solomon  <bernard@ugsolutions.com>
+
+       * configure.in: add hppa support (64bit only)
+       make solaris build work with Forte compiler
+
+2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
+
+       * configure.in: Added check for pthread_attr_setstacksize.
+
+       * mono/tests/ChangeLog: New file.
+       
+2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
+
+       * mono/tests/Makefile.am: Link the tests with the test driver program
+       used for the mini tests.
+
+2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
+
+       * mono/tests/libtest.c (mono_test_marshal_delegate): Added test for
+       stdcall calling convention.
+
+2003-10-09  Dick Porter  <dick@ximian.com>
+
+       * acconfig.h:
+       * configure.in: Check for ICU availability
+
+2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
+
+       * mono/tests/libtest.c: fix after merge of pinvoke2.cs
+
+2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
+
+       * mono/tests/Makefile.am mono/tests/libtest.c
+       mono/tests/pinvoke18.cs: new test for bool marshalling.
+
+2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
+
+       * mono/scripts/Makefile.am mono/scripts/*.in: fix
+       managed .exe paths so they are found under cygwin.
+
+2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
+
+       * mono/tests/pinvoke2.cs mono/tests/libtest.c: Fix array of structs
+       test.
+
+2003-10-06  Bernie Solomon  <bernard@ugsolutions.com>
+
+       * mono/tests/pinvoke2.cs mono/tests/pinvoke11.cs 
+       mono/tests/libtest.c: Add more pass by value struct
+       tests for platforms with more complex calling conventions 
+       (Sparc V9, HPPA 64 bit).
+
+2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
+
+       * mono/tests/pinvoke2.cs mono/tests/libtest.c: Add array of structs
+       marshalling test.
+
+2003-10-04  Bernie Solomon  <bernard@ugsolutions.com>
+
+       * mono/tests/libtest.c: remove warnings except
+       "no previous prototype"
+
+2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
+
+       * mono/tests/libtest.c: (test_lpwstr_marshal) remove undefined
+       behaviour of increment, (mono_test_marshal_char) = should be ==
+
 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
 
        * mono/tests/remoting1.cs: Added test for interface casts on