X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=ChangeLog;h=a0f43e1395e014e9867d8c822efcbebabd20b310;hb=06ae8265d7bee03e67eeecf9747035d021bed8c2;hp=22e555bbd17bcb64b2373ca7babc5fe7a41bac97;hpb=50edd0e2e8227b4831811df274c6cdbb907eeaf2;p=mono.git diff --git a/ChangeLog b/ChangeLog index 22e555bbd17..a0f43e1395e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,79 @@ +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 @@ -5,6 +81,8 @@ 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.