Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-05-23 | Makefile.in, [...]: Replace "GNU CC" with "GCC". | Nathanael Nerode | 1 | -4/+4 | |
2003-05-23 Nathanael Nerode <neroden@gcc.gnu.org> * Makefile.in, NXConstStr.m, Object.m, Protocol.m, archive.c, class.c, encoding.c, gc.c, objc/NXConstStr.h, objc/Object.h, objc/Protocol.h, objc/encoding.h, objc/hash.h, objc/objc-api.h, objc/objc-list.h, objc/objc.h, ocjc/runtime.h, objc/sarray.h, objc/thr.h, objc/typedstream.h: Replace "GNU CC" with "GCC". From-SVN: r67131 | |||||
2002-04-09 | re PR objc/6107 (sparc-sun-solaris2.7 gcc-3.1 extra objc testsuite failures ↵ | Hans-Peter Nilsson | 1 | -2/+2 | |
w/-m64) PR objc/6107 * objc/objc-api.h (struct objc_protocol_list): Change type of member count from int to size_t. From-SVN: r52058 | |||||
2001-11-08 | objc-api.h (_C_VECTOR): New. | Aldy Hernandez | 1 | -0/+1 | |
2001-11-07 Aldy Hernandez <aldyh@redhat.com> * objc-api.h (_C_VECTOR): New. * encoding.c (VECTOR_TYPE): New. From-SVN: r46849 | |||||
2001-07-16 | Fixed object_is_class and object_is_metaclass | Nicola Pero | 1 | -7/+9 | |
From-SVN: r44039 | |||||
2001-01-03 | Added __objc_msg_forward... | Ovidiu Predescu | 1 | -0/+7 | |
Added __objc_msg_forward, a hook that allows external libraries to provide a function that returns the real forwarding function. This can alleviate problems __builtin_apply() and friends have on various platforms. (Solution suggested by Helge Hess.) From-SVN: r38651 | |||||
1998-09-30 | * All .h files pushed down into the objc/ subdirectory. | Jeffrey A Law | 1 | -0/+597 | |
* Makefile.in (copy_headers): Corresponding changes. * configure.in (AC_INIT): Corresponding changes. * configure: Rebuilt. From-SVN: r22664 |