X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=libgc%2FChangeLog;h=06ed8152122af4657254e207508d192253cb3a18;hb=d6dbdbb734191fb517e13e2ad0feb5f2325c0a8f;hp=bb4a09b2c31dd6736fb6df0dc581c0bc25078e72;hpb=40468002200e10b85d8ff80d9e19badc57ddb77b;p=mono.git diff --git a/libgc/ChangeLog b/libgc/ChangeLog index bb4a09b2c31..06ed8152122 100644 --- a/libgc/ChangeLog +++ b/libgc/ChangeLog @@ -1,3 +1,56 @@ + +Tue Oct 10 16:58:37 CEST 2006 Paolo Molaro + + * darwin_stop_world.c: patch from Allan Hsu + to avoid using memory just after freeing it. + +2006-08-31 Zoltan Varga + + * libgc.vcproj: Define GC_INSIDE_DLL on VC build too. + +2006-08-18 Zoltan Varga + + * Makefile.am (EXTRA_DIST): Fix make dist. + + * libtool.m4: Removed, should not be in SVN. + +2006-07-19 Zoltan Varga + + * configure.in: Applied patch from Sergey Tikhonov . Beginning + of alpha support. + +2006-06-28 Martin Baulig + + * darwin_stop_world.c, pthread_support.c: Committing a patch from + Allan Hsu to fix memory leaks; see bug #78628. + +2006-06-26 Zoltan Varga + + * solaris_threads.c: And another one. + + * solaris_pthreads.c: Avoid another solaris/x86 #error. + +2006-04-08 Zoltan Varga + + * dyn_load.c: Avoid #error "large files are not supported by libelf" errors on solaris/x86. + +2006-05-24 Martin Baulig + + * doc/debugger-support.txt: Removed; this issue turned out to be + something completely different and the patch mentioned in this + file is already reverted. + +2006-05-23 Zoltan Varga + + * os_dep.c (GC_unix_get_mem): Add an assert to bail out early if the runtime is + run on a machine with smaller page size than HBLKSIZE. + +2006-05-19 Martin Baulig + + * include/gc.h: Don't include "libgc-mono-debugger.h". + + * pthread_support.c, pthread_stop_world.c: Include it here. + 2006-05-17 Martin Baulig * pthread-support.c, pthread-stop-world.c: Put the debugger stuff @@ -19,12 +72,9 @@ any function in it be NULL; use NULL as the default vtable. (GC_mono_debugger_add_all_threads): New public function. - * pthread_support.c (GC_new_thread): Use calloc() instead of - GC_INTERNAL_MALLOC() to allocate the `GC_thread' structure. + * pthread_support.c (GC_delete_thread): Call `gc_thread_vtable->thread_exited()'. (GC_thr_init): Call `gc_thread_vtable->thread_created()'. - (GC_start_routine_head): Likewise; use calloc() instead of - GC_INTERNAL_MALLOC() to allocate the `start_info'. 2006-04-05 Zoltan Varga @@ -386,7 +436,7 @@ Wed May 19 18:42:23 CEST 2004 Paolo Molaro * autogen.sh: Applied patch from Peter Teichman (peter@ximian.com). Use 'glibtool' instead of 'libtool' on OSX. -2003-10-01 Pedro Martínez Juliá +2003-10-01 Pedro Martínez Juliá * Makefile.am: Change lib_LTLIBRARIES to noinst_LTLIBRARIES because of libmonogc is included inside libmono and without this change it