This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: WIN-15.1: boehm-gc support for libgcj-win32 -- supersedes WIN-04, WIN-05, WIN-07, WIN-15


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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]