aboutsummaryrefslogtreecommitdiff
path: root/libobjc
AgeCommit message (Expand)AuthorFilesLines
2007-04-21sendmsg.c (__objc_get_forward_imp): Call __objc_msg_forward2 for real.Andrew Ruder2-0/+11
2007-04-09sendmsg.c: Added __objc_msg_forward2...Andrew Ruder3-54/+59
2007-03-01* Makefile.in: Add dummy install-pdf target.Brooks Moses2-2/+7
2007-02-18objc-list.h (list_free): Add keyword 'inline' to avoid unused warning.Manuel López-Ibáñez2-1/+6
2006-11-01In gcc/: PR 23067Geoffrey Keating2-0/+8
2006-10-15Index: config/ChangeLogGeoffrey Keating5-171/+107
2006-10-10--(top level)--------------------------------------------Brooks Moses2-2/+7
2006-09-12Fix some whitespace issues in the changelog.Andrew Pinski1-5/+5
2006-07-18Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir for stage...Paolo Bonzini2-23/+58
2006-05-24Makefile.in: Add install-html target.Carlos O'Donell2-0/+8
2006-02-21re PR libobjc/26309 (libobjc bootstrap failure on Tru64 UNIX V4.0F)Rainer Orth2-2/+11
2006-01-24re PR libobjc/9751 (malloc of strlen, not strlen+1)David Ayers2-8/+18
2006-01-24re PR libobjc/13946 (ObjC configured --with-objc-gc needs external Boehm gc)David Ayers5-48/+65
2005-12-16re PR objc/25360 (Complex types are not encoded)Andrew Pinski3-0/+138
2005-12-15re PR libobjc/14382 ([libobjc] Calling +initialize on a per category basis)David Ayers2-9/+22
2005-12-11re PR libobjc/25354 (There should be an automated testsuite for objc_sizeof_t...Andrew Pinski2-7/+28
2005-12-10re PR libobjc/25347 (objc_alignof_type gets the wrong alignment for unions (o...Andrew Pinski2-43/+26
2005-12-10re PR libobjc/25346 (objc_sizeof_type does not handle _Bool at all)Andrew Pinski3-0/+18
2005-11-20re PR libobjc/19024 (name collisions libobjc/libmysqlclient)David Ayers6-205/+14
2005-11-09re PR other/4372 (#pragma weak pthread* inclusion causes applications to cras...Alexandre Oliva2-0/+9
2005-10-31.cvsignore are not needed for subversion, remove them.Andreas Jaeger1-1/+0
2005-10-06re PR testsuite/23612 (obj-c++.dg/encode-6.mm fail with the GNU runtime)Ulrich Weigand2-9/+15
2005-09-04re PR libobjc/23108 (alignment bug in libobjc/archive.c)Andrew Pinski2-2/+9
2005-08-17All files: Update FSF address.Kelley Cook52-104/+108
2005-08-13re PR libobjc/22492 ([PATCH] Abort after @finally: libobjc passing exception ...Marcin Koziej2-2/+16
2005-08-13Makefile.in (extra_ldflags_libobjc): New.Andrew Pinski5-11/+36
2005-07-26re PR libobjc/22606 (Exceptions cannot be thrown from -forward::)Andrew Pinski2-1/+6
2005-06-08NXConstStr.h, [...]: Do not include Objective-C headers as system headers.David Ayers11-19/+27
2005-06-07archive.c, [...]: Include hash.h.David Ayers28-55/+66
2005-05-19* exception.c: Revert last change.Richard Henderson2-1/+4
2005-05-19exception.c: Include tsystem.h for unwind.h.David Ayers2-0/+5
2005-05-10* configure: Regenerate.Mike Stump2-1/+5
2005-04-13* configure: Regenerate.Mike Stump2-2/+67
2005-03-21Makefile.in: Set gcc_version here.Zack Weinberg5-31/+16
2005-03-03hash.h (OBJC_IGNORE_DEPRECATED_API): Update deprecated version reference.David Ayers2-2/+7
2005-03-02re PR libobjc/19024 (name collisions libobjc/libmysqlclient)David Ayers9-107/+351
2005-02-28re PR libobjc/20252 (Libobjc build broken)Andrew Pinski6-36/+40
2005-02-28re PR bootstrap/17383 (Building in src dir fails)Paolo Bonzini4-62/+114
2004-12-20change the changelog entry to:Andrew Pinski1-1/+3
2004-12-20re PR libobjc/12035 (Patch for libobjc/gc.c that fixes compilation error of O...Andrew Pinski2-12/+9
2004-12-11selector.c (__objc_init_selector_tables): Add missing void to definition.Alexander Malmberg2-1/+6
2004-12-02Introduce and use config/gcc-version.m4.Richard Sandiford4-12/+27
2004-11-29libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case from CVS libto...Kelley Cook2-10/+7
2004-11-25libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.Kelley Cook2-3/+14
2004-11-24libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case from CVS libtool ...Kelley Cook2-10/+7
2004-11-24aclocal.m4, [...]: Regenerate.Kelley Cook3-1/+8
2004-10-23Ignore autom4te.cacheR. Kelley Cook1-0/+1
2004-10-19* Makefile.in (configure): Add @MAINT@ infront of configure.acAndrew Pinski1-0/+1
2004-10-19aclocal.m4: Rename to ...Mike Stump6-26/+385
2004-10-08archive.c: Fix all the warnings about passing unsigned char* to char* and the...Andrew Pinski2-51/+58