* RemotingServices.cs: Do not create an identity for an object if it
[mono.git] / ChangeLog
index 83b08f5a79de1ac96527d4d3f79c32edb6ece79c..5e161774a88ab66621760b6a0a1477988033a94f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,47 @@
+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