This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: WIN-15.1: boehm-gc support for libgcj-win32 -- supersedes WIN-04, WIN-05, WIN-07, WIN-15
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- To: Adam Megacz <patches at lists dot megacz dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: Thu, 07 Feb 2002 18:00:00 +1300
- Subject: Re: WIN-15.1: boehm-gc support for libgcj-win32 -- supersedes WIN-04, WIN-05, WIN-07, WIN-15
- References: <86bsf2ic2v.fsf@megacz.com> <86it9aeyq5.fsf@megacz.com> <86adumeym0.fsf@megacz.com>
Adam Megacz wrote:
>>* boehm-gc/include/gc.h: (GC_CreateThread) This function is
>> now exposed on all Win32 platforms.
>> * boehm-gc/win32_threads.c: (GC_CreateThread) This now
>> compiles on Win32; it invokes CreateThread() if GC is built
>> as a DLL; otherwise it registers the thread.
>> * boehm-gc/misc.c (GC_init): Initialize GC_allocate_ml in case
>> libgcjgc was not built as a DLL.
>>
Just to nit-pick this, the filenames should be relative to the directory
the changelog is in (so no boehm-gc/ here), also the ':'s should go
after the function names.
regards
Bryce.