2003-12-07 Sebastien Pouliot <spouliot@videotron.ca>
[mono.git] / ChangeLog
index c54b5e5d99b210abb28dc769af6c3cabfed39a89..b7edf0a23cfde34f3df61463b203738c1f011737 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,134 @@
+2003-12-05  John Luke  <jluke@cfl.rr.com>
+
+       * data/config.in: new dll mapping entry for libgstreamer
+       
+2003-12-02  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * README: tiny fix ;-)
+
+2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
+
+       * configure.in: Add -fno-strict-aliasing to CFLAGS.
+       
+       * configure.in: Applied patch from recht@netbsd.org. Avoid linking in
+       librt if not neccesary.
+
+2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
+
+       * configure.in: Fix signbit check. Fixes #51315.
+
+2003-11-20  Jackson Harper <jackson@ximian.com>
+
+       * data/machine.config: Add OutputCacheModule
+       
+2003-11-19  Jackson Harper <jackson@ximian.com>
+
+       * doc/web/team.xml: New email address and job description
+       * doc/web/team/jackson.png: Picture of me debugging...seems appropriate
+       
+2003-11-14  Jackson Harper <jackson@ximian.com>
+
+       * Makefile.am: delete mscorlib.dll
+       
+2003-11-12 Jackson Harper <jackson@ximian.com>
+
+       * Makefile.am: corlib is now named mscorlib.dll
+       
+2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
+
+       * configure.in acconfig.h: Add check for signbit, which is missing in
+       FreeBSD 4.x.
+
+2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
+
+       * configure.in: Remove debugging junk accidently checked in.
+       
+       * configure.in: Add new --with-nptl option to enable NPTL only
+       features since auto-detection is not reliable.
+
+       * autogen.sh: Fix previous patch and silence noisy GNU which.   
+
+2003-11-07  Bernie Solomon  <bernard@ugsolutions.com>
+
+       * autogen.sh: tweak glibtool check so it works
+       if which doesn't set return code properly
+
+2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
+
+       * autogen.sh: Silence noisy GNU which.
+       
+       * autogen.sh: Applied patch from Peter Teichman (peter@ximian.com). 
+       Use 'glibtool' instead of 'libtool' on OSX. 
+
+2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
+
+       * mono/benchmark/pinvoke.cs: New benchmark for testing the performance
+       of the managed/unmanaged boundary.
+
+2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
+
+       * configure.in acconfig.h: Add check for __thread keyword in gcc.
+
+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