|
|
|
@ -12,14 +12,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
2006-02-21 Jeremy Bettis <jeremy@deadbeef.com>
|
|
|
|
2006-02-21 Jeremy Bettis <jeremy@deadbeef.com>
|
|
|
|
|
|
|
|
|
|
|
|
* thr-win32.c: (__objc_thread_detach): Removed duplicate definitions of thread_id and win32_handle.
|
|
|
|
* thr-win32.c: (__objc_thread_detach): Removed duplicate
|
|
|
|
|
|
|
|
definitions of thread_id and win32_handle.
|
|
|
|
* objc/objc-decls.h: Don't use __dllspec on mingw platform.
|
|
|
|
* objc/objc-decls.h: Don't use __dllspec on mingw platform.
|
|
|
|
|
|
|
|
|
|
|
|
2006-02-10 Jeremy Bettis <jeremy@deadbeef.com>
|
|
|
|
2006-02-10 Jeremy Bettis <jeremy@deadbeef.com>
|
|
|
|
|
|
|
|
|
|
|
|
* init.c (objc_init_statics, __objc_init_protocols): Fix to GCC bug 23214
|
|
|
|
* init.c (objc_init_statics, __objc_init_protocols): Fix to GCC
|
|
|
|
(http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23214) In some odd circumstances
|
|
|
|
bug 23214 (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23214) In
|
|
|
|
protocols are not properly initalized. See the Bugzilla page for testcase.
|
|
|
|
some odd circumstances protocols are not properly initalized. See
|
|
|
|
|
|
|
|
the Bugzilla page for testcase.
|
|
|
|
|
|
|
|
|
|
|
|
2006-02-10 Jeremy Bettis <jeremy@deadbeef.com>
|
|
|
|
2006-02-10 Jeremy Bettis <jeremy@deadbeef.com>
|
|
|
|
|
|
|
|
|
|
|
|
|