2009-07-11 Michael Barker <mike@middlesoft.co.uk>
[mono.git] / libgc / ChangeLog
1 2009-07-02  jonas echterhoff <jonas@unity3d.com>
2         
3         * darwin_stop_world.c: make debugger code compile on 
4         OS X.
5         
6         * pthread_support.c: give mach ports to the debugger instead of pthreads,
7         as those can be iterated over from another executable.
8
9 2009-06-22  Neale Ferguson <neale@sinenomine.net>
10
11         * include/private/gc_locks.h: Fix typo in 390 version of GC_compare_and_exchange
12         and define a null memory barrier.
13
14 2009-06-16  Geoff Norton  <gnorton@novell.com>
15
16         * include/private/gcconfig.h:  Disable static scanning on this platform
17         * misc.c: Enable platform-specific disabling of static scanning
18
19 2009-06-06  Zoltan Varga  <vargaz@gmail.com>
20
21         * CMakeLists.txt: Fix handling of powerpc and the selection of 
22         threads. Delete commented out stuff.
23         
24         * CMakeLists.txt: CMake build file for libgc.
25
26 2009-05-18  Miguel de Icaza  <miguel@novell.com>
27
28         * include/private/gcconfig.h: Add support for Linux on the PS3
29
30 2009-04-28  Zoltan Varga  <vargaz@gmail.com>
31
32         * misc.c (GC_init): Avoid casting an lvalue. Fixes part of #498692.
33
34 2009-04-24  Kostyantyn Gushtin, Yevgen Kiruha, Serhiy Naumenko, Serhiy
35 Stetskovych and Ian Dichkovsky <mono@n-ix.com.ua>
36
37         * include/private/gcconfig.h: Changes to support 64-bit ABI on MIPS.
38         Add an additional condition for a proper defining of  ALIGNMENT
39         and CPP_WORDSZ.
40
41 2009-04-10  Zoltan Varga  <vargaz@gmail.com>
42
43         * include/private/gc_locks.h (GC_test_and_set): Merge a change from libgc
44         7.1's libatomic-ops to fix the ppc build with gcc 4.4.
45
46 2009-02-23  Zoltan Varga  <vargaz@gmail.com>
47
48         * os_dep.c (GC_init_linux_data_start): Avoid the call to GC_find_limit ()
49         if GC_no_dls is TRUE, as it is not needed and it complicates debugging since
50         it causes a SIGSEGV.
51
52 2009-01-18  Zoltan Varga  <vargaz@gmail.com>
53
54         * include/private/gcconfig.h: Applied patch from Koushik Dutta
55         (koush@koushikdutta.com). Define SEARCH_FOR_DATA_START for android.
56
57 2008-11-18  Mark Probst  <mark.probst@gmail.com>
58
59         * include/private/gc_locks.h (test_and_set): The PPC64 case is
60         wrong, as it operates on 64 bit values, not on 32 bit ones as the
61         function requires.  The PPC32 case is sufficient.
62
63 2008-09-29  Geoff Norton  <gnorton@novell.com>
64
65         * include/private/gcconfig.h: Make Darwin/ARM use mmap() instead of
66         sbrk() for its allocator implementation.
67
68 2008-08-28  Geoff Norton  <gnorton@novell.com>
69
70         * darwin_stop_world.c:
71         * include/private/gcconfig.h: Add support for Darwin/ARM
72
73 2008-08-12  Geoff Norton  <gnorton@novell.com>
74
75         * pthread_support.c: GCC shipped with SLES9 ppc gets confused with our current
76         GC_setspecific define.  Unfold the define into a static inline on all platforms
77         except ppc where it is a static leaf function.
78
79 2008-08-10  Zoltan Varga  <vargaz@gmail.com>
80
81         * include/private/gc_locks.h: Add amd64 support so parallel mark works on
82         amd64 too.
83
84 2008-08-05  Andreas Färber  <andreas.faerber@web.de>
85
86         * autogen.sh: Suppress arguments warning for NOCONFIGURE.
87         
88         Contributed under MIT/X11 license.
89
90 2008-08-03  Zoltan Varga  <vargaz@gmail.com>
91
92         * pthread_support.c (GC_thread_exit_proc): Null out the tls key to prevent the
93         dtor function from being callled, since that would read freed memory.
94
95 2008-05-23  Massimiliano Mantione  <massi@ximian.com>
96         * alloc.c: Moved emitting "GC_EVENT_START" and "GC_EVENT_END" events
97         from "GC_maybe_gc" to "GC_try_to_collect_inner".
98
99 2008-05-19  Zoltan Varga  <vargaz@gmail.com>
100
101         * configure.in: Add two variables for passing CPPFLAGS/CFLAGS from the parent
102         configure.
103
104 2008-04-28  Kornél Pál  <kornelpal@gmail.com>
105
106         * include/gc.h: Add GC_DllMain.
107         * win32_threads.c: Rename DllMain to GC_DllMain.
108
109         Contributed under MIT/X11 license.
110
111 2008-04-15  Jonathan Chambers  <joncham@gmail.com>
112         * include/private/gcconfig.h: Backport GC7 code to support Win64.
113         * win32_threads.c: Backport GC7 code to support Win64.
114
115 2008-02-07  Massimiliano Mantione  <massi@ximian.com>
116         * include/gc.h: (GCEventType): Added start-stop the world events.
117         * pthread_stop_world.c: (GC_stop_world and GC_start_world): hooked
118         start-stop the world events.
119
120 2007-11-05  Geoff Norton  <gnorton@novell.com>
121
122         * darwin_stop_world.c: Correct the structure name on Darwin-x86 for Leopard.
123
124 2007-11-05  Geoff Norton  <gnorton@novell.com>
125
126         * darwin_stop_world.c: Also push ebp when pushing all stacks on Leopard
127         and pre-Leopard.
128
129 2007-11-01  Geoff Norton  <gnorton@novell.com>
130
131         * darwin_stop_world.c:  Handle Leopards renaming of some structure
132         members.
133
134 Mon Sep 24 16:15:47 CEST 2007 Paolo Molaro <lupus@ximian.com>
135
136         * include/private/gc_priv.h: increase the default MAX_HEAP_SECTS
137         value (bug#314759, bug#324318).
138
139 Tue Sep 11 16:22:28 CEST 2007 Paolo Molaro <lupus@ximian.com>
140
141         * pthread_support.c: export GC_thread_tls.
142
143 2007-08-22  Martin Baulig  <martin@ximian.com>
144
145         * pthread_stop_world.c
146         (GC_mono_debugger_add_all_threads): Removed.
147         (GC_mono_debugger_get_stack_ptr): New public function.
148
149 Wed Jul 4 17:46:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
150
151         * darwin_stop_world.c: use a larger array for GC_mach_threads
152         (it'll need to be enlarged dynamically, but it's with the world
153         stopped, bug #81974).
154
155 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
156
157         * win32_threads.c: If SuspendThread fails, don't abort. Instead
158         remove thread from GC, as this only seems to happen when thread is
159         terminating.
160
161 2007-03-29  Zoltan Varga  <vargaz@gmail.com>
162
163         * autogen.sh: Applied patch from Priit Laes <amd@store20.com>. Fix the running
164         of libtoolize.
165
166         * ltmain.sh config.sub config.guess: Removed, libtoolize creates them now.
167
168 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
169
170         * include/gc.h: Fix _WIN64 typedefs.
171         * libgc.vcproj: Fix Release target and begin Win64 port.
172         
173 2007-02-01  Geoff Norton  <gnorton@customerdna.com>
174
175         * include/private/gc_pthread_redirects.h:
176         * include/private/gc_config_macros.h:
177         * include/private/gc_priv.h:
178         * configure.in:
179         * pthread_support.c
180         * specific.c:  Support for NetBSD-CURRENT.  Loosely based on NetBSD
181         pkgsrc patch.
182
183 2006-12-22  Robert Jordan  <robertj@gmx.net>
184
185         * include/private/gcconfig.h, os_dep.c:
186         Add FreeBSD/amd64 support. Based on a FreeBSD Port Collection patch.
187         r=Paolo.
188
189 2006-11-19  Allan Hsu <allan@counterpop.net>
190
191         * libgc/darwin_stop_world.c, libgc/include/private/gc_priv.h,
192         libgc/os_dep.c: Fixes to make the GC work on OSX/Intel with XCode
193         2.4 (10.4u SDK and newer).
194
195         This code should work with older versions of the SDK as well. 
196
197 Tue Oct 10 16:58:37 CEST 2006 Paolo Molaro <lupus@ximian.com>
198
199         * darwin_stop_world.c: patch from Allan Hsu <allan@counterpop.net>
200         to avoid using memory just after freeing it.
201
202 2006-08-31  Zoltan Varga  <vargaz@freemail.hu>
203
204         * libgc.vcproj: Define GC_INSIDE_DLL on VC build too.
205
206 2006-08-18  Zoltan Varga  <vargaz@gmail.com>
207
208         * Makefile.am (EXTRA_DIST): Fix make dist.
209
210         * libtool.m4: Removed, should not be in SVN.
211
212 2006-07-19  Zoltan Varga  <vargaz@gmail.com>
213
214         * configure.in: Applied patch from Sergey Tikhonov <tsv@solvo.ru>. Beginning
215         of alpha support.
216
217 2006-06-28  Martin Baulig  <martin@ximian.com>
218
219         * darwin_stop_world.c, pthread_support.c: Committing a patch from
220         Allan Hsu <allan@imeem.com> to fix memory leaks; see bug #78628.
221
222 2006-06-26  Zoltan Varga  <vargaz@gmail.com>
223
224         * solaris_threads.c: And another one.
225
226         * solaris_pthreads.c: Avoid another solaris/x86 #error.
227
228 2006-04-08  Zoltan Varga  <vargaz@gmail.com>
229
230         * dyn_load.c: Avoid #error "large files are not supported by libelf" errors on solaris/x86.
231
232 2006-05-24  Martin Baulig  <martin@ximian.com>
233
234         * doc/debugger-support.txt: Removed; this issue turned out to be
235         something completely different and the patch mentioned in this
236         file is already reverted.
237
238 2006-05-23  Zoltan Varga  <vargaz@gmail.com>
239
240         * os_dep.c (GC_unix_get_mem): Add an assert to bail out early if the runtime is
241         run on a machine with smaller page size than HBLKSIZE.
242
243 2006-05-19  Martin Baulig  <martin@ximian.com>
244
245         * include/gc.h: Don't include "libgc-mono-debugger.h".
246
247         * pthread_support.c, pthread_stop_world.c: Include it here.
248
249 2006-05-17  Martin Baulig  <martin@ximian.com>
250
251         * pthread-support.c, pthread-stop-world.c: Put the debugger stuff
252         inside a `#if LIBGC_MONO_DEBUGGER_SUPPORTED' conditional.
253
254 2006-05-17  Martin Baulig  <martin@ximian.com>
255
256         Fix a weird race condition which prevented XSP from working inside
257         the debugger - see doc/debugger-issues.txt for details.
258
259         * include/gc.h: Moved the "libgc-mono-debugger.h" #include down
260         after the gc_pthread_redirects.h one.
261
262         * include/libgc-mono-debugger.h
263         (GCThreadFunctions): Added `thread_created' and `thread_exited'.
264         (GC_mono_debugger_add_all_threads): New function prototype.
265
266         * pthread_stop_world.c (gc_thread_vtable): Allow the vtable and
267         any function in it be NULL; use NULL as the default vtable.
268         (GC_mono_debugger_add_all_threads): New public function.
269
270         * pthread_support.c
271         (GC_delete_thread): Call `gc_thread_vtable->thread_exited()'.
272         (GC_thr_init): Call `gc_thread_vtable->thread_created()'.
273
274 2006-04-05  Zoltan Varga  <vargaz@gmail.com>
275
276         * include/private/gcconfig.h (LINUX and SPARC): Applied patch from 
277         David S. Miller <davem@davemloft.net>: Do not
278        use _etest and GC_SysVGetDataStart() to figure out DATASTART.
279        Instead use either SEARCH_FOR_DATA_START or __environ, based
280        upon GLIBC version.
281
282 2006-03-25  Zoltan Varga  <vargaz@gmail.com>
283
284         * configure.in: Applied patch from David S. Miller <davem@davemloft.net>: Fix support for sparc/linux.
285
286 Mon Mar 20 18:56:21 CET 2006 Paolo Molaro <lupus@ximian.com>
287
288         * include/gc.h: enable pthread redirection on darwin, too.
289         * include/gc_pthread_redirects.h: completed from Bryan Berg.
290
291 Thu Feb 9 16:20:55 CET 2006 Paolo Molaro <lupus@ximian.com>
292
293         * os_dep.c, include/private/gcconfig.h, darwin_stop_world.c:
294         OSX/x86 support, mostly from Geoff Norton <gnorton@customerdna.com>.
295
296 Wed Feb 1 18:23:55 CET 2006 Paolo Molaro <lupus@ximian.com>
297
298         * pthread_support.c, *: back out Zoltan's patch since it's
299         incorrect.
300         The correct fix it to execute the cleanup from inside
301         the thread also when using the __thread var to access the
302         current GC_thread.
303
304 2006-02-01  Zoltan Varga  <vargaz@gmail.com>
305
306         * pthread_support.c (GC_thread_deregister_foreign): New public API
307         function to deregister a foreign thread from the GC.
308         (GC_destroy_thread_local): Clean up the TLS key too.
309         
310 Tue Jan 24 12:34:06 CET 2006 Paolo Molaro <lupus@ximian.com>
311
312         * *: update from upstream changes.
313
314 2006-01-21  Martin Baulig  <martin@ximian.com>
315
316         * include/Makefile.am: Don't install libgc-mono-debugger.h.
317
318 2006-01-21  Martin Baulig  <martin@ximian.com>
319
320         * include/libgc-mono-debugger.h: Call the conditional
321         `_IN_THE_MONO_DEBUGGER', not `IN_MONO_DEBUGGER'.
322
323 2006-01-11  Zoltan Varga  <vargaz@gmail.com>
324
325         * include/private/gcconfig.h: Undef _FILE_OFFSET_BITS on sparc.
326
327 2006-01-03  Geoff Norton  <gnorton@customerdna.com>
328
329         * darwin_stop_world.c:  Merge a patch from Bruce Mitchener that fixes a small
330         leak on OS X.
331
332 2005-12-26  Zoltan Varga  <vargaz@gmail.com>
333
334         * include/private/gcconfig.h: Disable PROC_VDB on solaris/x86 as it
335         doesn't seem to work.
336
337 2005-12-06  Todd Berman  <tberman@off.net>
338
339         * pthread_support.c (GC_thread_register_foreign): Wrap a GC_printf1
340         inside a #ifdef DEBUG_THREADS like the others. Based on a patch from
341         Bryan Berg (bryan AT imeem DOT com).
342
343 2005-10-11  Zoltan Varga  <vargaz@gmail.com>
344
345         * pthread_support.c (GC_thread_deregister_foreign): Make this return
346         void instead of void*.
347
348 2005-09-29  Raja R Harinath  <harinath@gmail.com>
349
350         * configure.host: Fix syntax error.
351
352 2005-08-24  Zoltan Varga  <vargaz@gmail.com>
353
354         * win32_threads.c: If GC_INSIDE_DLL is defined, define the DllMain function for automatic registration
355         of threads with the GC.
356
357         * configure.in: Add an option for turning GC_INSIDE_DLL on.     
358
359 2005-08-25  Zoltan Varga  <vargaz@freemail.hu>
360
361         * solaris_threads.c (GC_thread_register_foreign): Add dummy implementation.
362
363 Mon Aug 22 10:41:41 BST 2005 Paolo Molaro <lupus@ximian.com>
364
365         * include/private/gc_locks.h: make gcc generate correct code for swp
366         (patch by tomba@bat.org, Tomi Valkeinen).
367
368 2005-08-20  Zoltan Varga  <vargaz@freemail.hu>
369
370         * include/private/gc_locks.h: Fix compilation of GC_test_and_set on IA64 with gcc-3.3.5.
371
372 Thu Aug 18 18:08:54 CEST 2005 Paolo Molaro <lupus@ximian.com>
373
374         * include/private/gcconfig.h: use LINUX_STACKBOTTOM on ARM Linux.
375
376 Mon Aug 1 16:49:45 CEST 2005 Paolo Molaro <lupus@ximian.com>
377
378         * include/private/pthread_support.h, pthread_support.c: added
379         patch to support registering new threads at runtime (from
380         Michael Meeks <michael.meeks@novell.com>).
381
382 2005-07-07  Raja R Harinath  <rharinath@novell.com>
383
384         * Makefile.am (INCLUDES): Add $(top_builddir)/.. to pick up mono's
385         config.h.
386
387 Thu Jul 7 12:15:22 CEST 2005 Paolo Molaro <lupus@ximian.com>
388
389         * pthread_support.c: fix compilation when TLS_ALLOC is not defined.
390
391 Thu Jul 7 11:59:42 CEST 2005 Paolo Molaro <lupus@ximian.com>
392
393         * pthread_support.c, Makefile.am: make the __thread var use
394         fast access if available (and avoid dlopen issue, bug #75390).
395
396 2005-07-05  Ben Maurer  <bmaurer@ximian.com>
397
398         * pthread_stop_world.c (pthread_start_world, _GC_suspend_handler):
399         Make sure that all threads have been started before releasing the
400         GC_lock. Otherwise, the thread table can be corrupt in the restart
401         handler, causing deadlocks and segfaults.
402
403 2005-06-22  Zoltan Varga  <vargaz@freemail.hu>
404
405         * include/private/gcconfig.h: Fix amd64 build.
406
407 2005-06-21  Ben Maurer  <bmaurer@ximian.com>
408
409         * configure.host: remove -fexceptions, messes up with nptl
410         includes, as on fc4.
411
412 2005-06-17  Zoltan Varga  <vargaz@freemail.hu>
413
414         * pthread_support.c: Workaround gcc-3.3 compiler bug.
415
416 2005-05-26  Sebastien Pouliot  <sebastien@ximian.com>
417
418         * libgc.vcproj: Project file for libgc.
419
420 2005-05-19  Zoltan Varga  <vargaz@freemail.hu>
421
422         * configure.in: Handle i386-*-linux* as well. Fixes #74960.     
423
424 Tue May 3 16:28:26 CEST 2005 Paolo Molaro <lupus@ximian.com>
425
426         * os_dep.c: remove usage of libc private symbol.
427
428 2005-05-02  Miguel de Icaza  <miguel@novell.com>
429
430         * pthread_stop_world.c (GC_restart_handler, GC_suspend_handler):
431         Wrap the original routines into methods that preserve the value of
432         errno.  Fixes #74740
433
434 2005-04-18  Zoltan Varga  <vargaz@freemail.hu>
435
436         * configure.in: Applied another freebsd patch from Bill Middleton (flashdict@gmail.com).
437
438 2005-04-15  Zoltan Varga  <vargaz@freemail.hu>
439
440         * configure.in: Applied another freebsd patch from Bill Middleton (flashdict@gmail.com).
441
442 2005-04-11  Zoltan Varga  <vargaz@freemail.hu>
443
444         * include/private/gcconfig.h configure.in os_dep.c dyn_load.c: 
445         Applied some freebsd patch from Bill Middleton <flashdict@gmail.com>.
446
447 2005-04-06  Zoltan Varga  <vargaz@freemail.hu>
448
449         * solaris_pthreads.c (GC_pthread_detach): Add locking.
450
451         * include/gc_pthread_redirects.h (pthread_detach): Override pthread_detach too.
452
453         * solaris_pthreads.c (GC_pthread_detach): Override pthread_detach too. Fixes
454         #74223.
455
456 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
457
458         * os_dep.c: Add ability to fall back to mmap-ing memory when sbrk
459         fails.
460
461         * include/private/gcconfig.h: Enable FALLBACK_TO_MMAP on amd64. Fixes
462         #73882.
463
464         * config.guess config.sub ltmain.sh: Update these files with more
465         up-to-date versions. Fixes #74071.
466
467 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
468
469         * solaris_threads.c (GC_thread_is_registered): Add this for solaris
470         too.
471
472         * pthread_support.c (GC_thread_is_registered): Move this outside of
473         the #ifdef THREAD_LOCAL_ALLOC.
474
475 2005-03-03  Zoltan Varga  <vargaz@freemail.hu>
476
477         * include/gc.h pthread_support.c win32_threads.: Add 
478         GC_thread_is_registered API function.
479
480 2005-02-17  Raja R Harinath  <rharinath@novell.com>
481
482         * acinclude.m4: Don't include distributed libtool.m4.
483         
484 Wed Feb 16 22:30:54 CET 2005 Paolo Molaro <lupus@ximian.com>
485
486         * alloc.c: tune the code to collect instead of expanding
487         the heap if there are many finalizers and we reclaimed some
488         memory from cleaning the finalization queue (should fix
489         bug #71001 and #70701).
490
491 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
492
493         * include/private/gc_priv.h: Bump the max root sets to 1024
494
495 Mon Jan 24 16:39:42 CET 2005 Paolo Molaro <lupus@ximian.com>
496
497         * alloc.c, include/gc.h: add event notification, mostly from 
498         a patch by Ben Maurer.
499
500 2005-01-23  Geoff Norton  <gnorton@customerdna.com>
501         
502         * os_dir.c: Change GC_task_self to be static everywhere on Darwin.
503         Allows gcc4.0 to compile.
504
505 Tue Jan 18 11:19:47 CET 2005 Paolo Molaro <lupus@ximian.com>
506
507         * pthread_stop_world.c: handle EINTR from sem_wait() call.
508
509 2004-08-20 Ben Maurer  <bmaurer@users.sourceforge.net>
510
511         * include/private/gc_priv.h: use the test glib does
512         for EXPECT.
513
514 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
515
516         * include/private/gc_priv.h (__GNUC_PREREQ): Fix typo spotted by Ben.
517
518         * include/gc_local_alloc.h pthread_support.c: Add 
519         GC_local_gcj_fast_malloc.
520
521         * include/private/gc_priv.h (EXPECT): Enable this on modern versions
522         of gcc.
523
524 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
525
526         * pthread_support.c: make __thread variable static
527         
528         * include/gc_local_alloc.c: make the other headers get
529         included before we define our own variable. This fixes
530         up an ordering problem with GCJ and thread local alloc.
531         
532         The problem was that gc.h needed to include gc_local_alloc.h
533         before gc_gcj.h. However, when gc.h was included after
534         GC_LOCAL_ALLOC_H was #defined, it would not include
535         gc_local_alloc.h.
536
537 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
538
539         * Makefile.am: Create a static version of libmonogc for inclusion into
540         the mono executable.
541
542 2004-07-27  John Merryweather Cooper <john_m_cooper@yahoo.com>
543
544         * configure.in:  Fix to properly select flags for pthreads
545         on FreeBSD 4.x (aka -STABLE) and 5.x (aka -CURRENT).
546         
547 2004-07-01  Zoltan Varga  <vargaz@freemail.hu>
548
549         * include/install-sh doc/install-sh: New files.
550
551 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
552
553         * include/private/gc_priv.h (SMALL_OBJ): Add Hans' fix for crashes
554         seen on SPARC64.
555
556 Thu Jun 24 15:39:00 CEST 2004 Paolo Molaro <lupus@ximian.com>
557
558         * alloc.c: use Hans' fix for bug #59557.
559
560 2004-06-18  Dick Porter  <dick@ximian.com>
561
562         * darwin_stop_world.c: Make the world actually stop.  This seems
563         to fix the finalizer thread signalling deadlock in 58706.
564
565 Sat Jun 5 19:38:20 CEST 2004 Paolo Molaro <lupus@ximian.com>
566
567         * alloc.c: temporary fix for bug #59557.
568
569 Tue May 25 13:41:08 EDT 2004 Paolo Molaro <lupus@ximian.com>
570
571         * darwin_stop_world.c: more thread died races fixes.
572
573 2004-05-21  Martin Baulig  <martin@ximian.com>
574
575         * pthread_stop_world.c: Merged the changes from linux_threads.c.
576
577         * linux_threads.c: Removed, this file no longer exists in the
578         latest upstream version.
579
580 2004-05-20  Martin Baulig  <martin@ximian.com>
581
582         * libgc.patch: Removed.  There's no need to have this in a
583         separate file, just use CVS.
584
585 2004-05-20  Jackson Harper  <jackson@ximian.com>
586
587         * Makefile.am: Remove tests from EXTRA_DIST.
588         
589 Wed May 19 18:57:30 CEST 2004 Paolo Molaro <lupus@ximian.com>
590
591         * darwin_stop_world.c: deal with threads that die before they can be
592         suspended (should solce the thread_info failed aborts).
593
594 Wed May 19 18:42:23 CEST 2004 Paolo Molaro <lupus@ximian.com>
595
596         * configure.in, Makefile.am: update correctly from the libgc sources:
597         this excludes linux_threads.c from the build: Martin will have to port
598         his changes to the new code, since linux_threads.c doesn't exist
599         anymore in the upstream sources.
600
601 2004-05-19  Raja R Harinath  <rharinath@novell.com>
602
603         * configure.in ($enable_embed_check): New internal option that
604         will be passed by mono's configure.
605         (THREADS): Use $with_libgc_threads, which is passed by mono's
606         configure.
607
608 2004-05-18  Martin Baulig  <martin@ximian.com>
609
610         Importing Boehm GC 6.3 alpha 6.
611
612 2004-03-24 Ben Maurer  <bmaurer@users.sourceforge.net>
613
614         * gcj_mlc.c: Do finalization.
615
616         This is a patch from Hans Boehm that fixes a bug where
617         GC_gcj_malloc never does finalization.
618
619         See:
620         http://www.hpl.hp.com/hosted/linux/mail-archives/gc/2004-March/000359.html
621         http://bugzilla.ximian.com/show_bug.cgi?id=55644
622
623         Fixes #55644.
624
625         I am checking this in at Zoltan's request.
626
627 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
628
629         * autogen.sh: Fix previous patch and silence noisy GNU which.   
630         
631         * autogen.sh: Applied patch from Peter Teichman (peter@ximian.com). 
632         Use 'glibtool' instead of 'libtool' on OSX. 
633
634 2003-10-01  Pedro Martínez Juliá  <yoro@wanadoo.es>
635
636         * Makefile.am: Change lib_LTLIBRARIES to noinst_LTLIBRARIES because
637         of libmonogc is included inside libmono and without this change it
638         breaks down and not include it.
639
640 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
641
642         * mips_sgi_mach_dep.S: Remove since it is a duplicate of .s and it
643         breaks cvs checkout under windows.
644
645 Wed Sep 17 17:29:11 CEST 2003 Paolo Molaro <lupus@ximian.com>
646
647         * configure.in: disable ALL_INTERIOR_POINTERS: managed pointers
648         are not allowed in the heap, so this should be safe and it helps
649         reducing false positives.
650
651 2003-08-28  Dick Porter  <dick@ximian.com>
652
653         * pthread_support.c:
654         * aix_irix_threads.c:  Applied bug fix from alpha libgc
655
656 2003-08-26  Martin Baulig  <martin@ximian.com>
657
658         Imported Boehm GC 6.2.
659
660 2003-06-20  Martin Baulig  <martin@ximian.com>
661
662         * include/gc.h: Fixed compiler warnings.
663
664 2003-06-09  Martin Baulig  <martin@ximian.com>
665
666         * include/libgc-mono-debugger.h: New header file.  This is
667         installed as <mono/private/libgc-mono-debugger.h>, but it's a
668         private header files and may only be used by the Mono Debugger.
669
670         * Makefile.am: Build libmonogc.la and install it.  For some
671         reason, using a libtool convenience archive doesn't work here.
672
673 2003-06-08  Martin Baulig  <martin@ximian.com>
674
675         * libgc-mono.pc.in: Removed.
676
677         * Makefile.am: Don't install anything.
678
679         * configure.in: We're now embedded in mono and can't be built as a
680         stand-alone module any longer.
681
682 2003-05-17  Martin Baulig  <martin@ximian.com>
683
684         * libgc.patch, libgc.log: Added patch against the original version
685         and a ChangeLog entry.
686
687 2003-05-17  Martin Baulig  <martin@ximian.com>
688
689         * misc.c, os_dep.c, include/private/gc_priv.h: Back to the
690         original version.
691
692         * linux_threads.c: Use the `gc_thread_vtable' internally in this
693         file instead of calling it from the header files.
694
695 2003-05-16  Martin Baulig  <martin@ximian.com>
696
697         * include/gc.h (GCThreadFunctions): Removed the `pthread_*'
698         function since we don't need them here.
699
700         * include/gc_pthread_redirects.h: Put back the original version.
701
702 2003-04-08  Alp Toker <alp@atoker.com>
703
704         * configure.in: fix automake 1.6 compatibility without breaking
705         previous versions (AM_PROG_AS)
706
707 2003-03-31  Martin Baulig  <martin@ximian.com>
708
709         * include/gc.h (GCThreadFunctions): New type.
710         (gc_thread_vtable): New global variable.
711
712         * include/gc_pthread_redirects.h: Use the `gc_thread_vtable'
713         vtable for the redirects instead of calling the methods directly.
714         This allows us to override them at runtime.     
715
716 2003-03-31  Martin Baulig  <martin@ximian.com>
717
718         * include/Makefile.am: Install gc_pthread_redirects.h.
719
720         * include/gc.h: `#include <gc/gc_pthread_redirects.h>', not
721         `#include "gc_pthread_redirects.h"'.
722
723 2003-03-31  Martin Baulig  <martin@ximian.com>
724
725         * configure.in: Call the package `libgc-mono'.
726
727         * libgc-mono.pc.in: Added pkg-config files.
728
729 2003-03-31  Martin Baulig  <martin@ximian.com>
730
731         This is a modified version of Boehm GC 6.1.
732