X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=ChangeLog;h=a0f43e1395e014e9867d8c822efcbebabd20b310;hb=a5663524c483aaee18f13d08c4abfd3f4b9ffd2c;hp=b7d5ebf56a0264874ed5430876cbd9ba6004a2bc;hpb=a716bb1ce502b71cc47717934ff4ebc5077d3a19;p=mono.git diff --git a/ChangeLog b/ChangeLog index b7d5ebf56a0..a0f43e1395e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,117 @@ +2003-12-22 Bernie Solomon + + * configure.in: missed in my last change + + * samples/embed/testi.c: interpreter embedding example + + * docs/embedded-api: add info on interpreter embedding + +Mon Dec 22 18:27:14 CET 2003 Paolo Molaro + + * configure.in, acconfig.h: use mach semaphores on darwin. + +2003-12-22 Bernie Solomon + + * Makefile.am: Create mint.pc + mint.pc.in: Added for embedding the interpreter + +2003-12-16 Martin Baulig + + * Makefile.am: In a Makefile.am, comments are started with `#' and + not with `dnl' - I must have been an idiot ... + +2003-12-10 Todd Berman + + * configure.in: adding libicu url to the ICU: no message. + +2003-12-05 John Luke + + * data/config.in: new dll mapping entry for libgstreamer + +2003-12-02 Atsushi Enomoto + + * README: tiny fix ;-) + +2003-11-26 Zoltan Varga + + * 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 + + * configure.in: Fix signbit check. Fixes #51315. + +2003-11-20 Jackson Harper + + * data/machine.config: Add OutputCacheModule + +2003-11-19 Jackson Harper + + * 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 + + * Makefile.am: delete mscorlib.dll + +2003-11-12 Jackson Harper + + * Makefile.am: corlib is now named mscorlib.dll + +2003-11-12 Zoltan Varga + + * configure.in acconfig.h: Add check for signbit, which is missing in + FreeBSD 4.x. + +2003-11-07 Zoltan Varga + + * 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 + + * autogen.sh: tweak glibtool check so it works + if which doesn't set return code properly + +2003-11-07 Zoltan Varga + + * 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 + + * mono/benchmark/pinvoke.cs: New benchmark for testing the performance + of the managed/unmanaged boundary. + +2003-11-06 Zoltan Varga + + * configure.in acconfig.h: Add check for __thread keyword in gcc. + +2003-10-29 Dick Porter + + * man/mono.1: Document MONO_EXTERNAL_ENCODINGS variable + +2003-10-16 Miguel de Icaza + + * man/mono.1: Document new --trace options + +2003-10-13 Bernie Solomon + + * configure.in: add hppa support (64bit only) + make solaris build work with Forte compiler + 2003-10-13 Zoltan Varga + * configure.in: Added check for pthread_attr_setstacksize. + * mono/tests/ChangeLog: New file. 2003-10-13 Zoltan Varga