6 Commits (025688a2d5442c3c2db604e51c7018ec8e9b6e45)

Author SHA1 Message Date
theraven a9bdab1f44 Reverted last commit - breaks the build with clang.
Fixed the definition of objc_msgSendSuper().

Tweaked the -dealloc implementation for hidden classes used for locking so that @synchronize(self) will work in a -dealloc method.
16 years ago
theraven 2efec09e39 Silence some warnings when compiling with GCC. Patch by TOM. 16 years ago
theraven 01559280f3 Fixed LOCK() -> UNLOCK().
Thanks to TOM!
16 years ago
theraven ae11414b4d Handle case where @synchronized is used with a class. 16 years ago
theraven 40da5b6b50 Fixed build warning on *BSD. 16 years ago
theraven 323e3dfaeb Added new runtime library, based on GCC 4.4 libobjc, libobjc_tr and Objective2.framework. 17 years ago