summaryrefslogtreecommitdiff
path: root/libobjc/objc
AgeCommit message (Expand)Author
2005-12-10re PR libobjc/25346 (objc_sizeof_type does not handle _Bool at all)Andrew Pinski
2005-11-20re PR libobjc/19024 (name collisions libobjc/libmysqlclient)David Ayers
2005-10-06re PR testsuite/23612 (obj-c++.dg/encode-6.mm fail with the GNU runtime)Ulrich Weigand
2005-08-17All files: Update FSF address.Kelley Cook
2005-06-08NXConstStr.h, [...]: Do not include Objective-C headers as system headers.David Ayers
2005-03-03hash.h (OBJC_IGNORE_DEPRECATED_API): Update deprecated version reference.David Ayers
2005-03-02re PR libobjc/19024 (name collisions libobjc/libmysqlclient)David Ayers
2004-08-13sarray.h: Hoist include of assert.h near the top of file...Ziemowit Laski
2004-08-13Object.h: Move includes out of extern "C" blocks.Andrew Pinski
2004-08-13NXConstStr.h: Update copyright date...Ziemowit Laski
2004-06-24encoding.h: Wrap the functions with extern "C" for C++ mode.Andrew Pinski
2004-05-25[multiple changes]Andrew Pinski
2004-03-05hash.h (hash_string, [...]): Add type-casts to make Objective-C++ happy.Ziemowit Laski
2004-02-06[gcc/ChangeLog]Ziemowit Laski
2003-10-20* objc/hash.h (hash_string): Don't use a cast as an lvalue.Joseph Myers
2003-05-23Makefile.in, [...]: Replace "GNU CC" with "GCC".Nathanael Nerode
2003-04-11(in libobjc:)David Chad
2002-09-12Added comments to the definition of IMPNicola Pero
2002-07-02encoding.h: Fix formatting.Rodney Brown
2002-06-21Object.m (forward, [...]): Fix unused parameter warnings.Kaveh R. Ghazi
2002-06-15Object.m: Fix signed/unsigned warning.Kaveh R. Ghazi
2002-04-09re PR objc/6107 (sparc-sun-solaris2.7 gcc-3.1 extra objc testsuite failures w...Hans-Peter Nilsson
2001-11-08objc-api.h (_C_VECTOR): New.Aldy Hernandez
2001-07-16Fixed object_is_class and object_is_metaclassNicola Pero
2001-03-15thr.c (objc_thread_add): New function.Nicola Pero
2001-01-03Added __objc_msg_forward...Ovidiu Predescu
2000-07-13* objc/hash.h: Include string.h.Kaveh R. Ghazi
2000-03-29Protocol.h, [...]: Change #endif labels to comments.Zack Weinberg
1998-10-08encoding.c (objc_skip_type_qualifiers): Handle _C_BYREF.Richard Frith-Macdonald
1998-10-06sarray.h: Make boffset be an unsigned long when sparc so it works out on 64-b...David S. Miller
1998-09-30* All .h files pushed down into the objc/ subdirectory.Jeffrey A Law