summaryrefslogtreecommitdiff
path: root/libobjc
Commit message (Expand)AuthorAgeFilesLines
* Index: config/ChangeLogGeoffrey Keating2006-10-155-171/+107
* --(top level)--------------------------------------------Brooks Moses2006-10-102-2/+7
* Fix some whitespace issues in the changelog.Andrew Pinski2006-09-121-5/+5
* Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir for stage...Paolo Bonzini2006-07-182-23/+58
* Makefile.in: Add install-html target.Carlos O'Donell2006-05-242-0/+8
* re PR libobjc/26309 (libobjc bootstrap failure on Tru64 UNIX V4.0F)Rainer Orth2006-02-212-2/+11
* re PR libobjc/9751 (malloc of strlen, not strlen+1)David Ayers2006-01-242-8/+18
* re PR libobjc/13946 (ObjC configured --with-objc-gc needs external Boehm gc)David Ayers2006-01-245-48/+65
* re PR objc/25360 (Complex types are not encoded)Andrew Pinski2005-12-163-0/+138
* re PR libobjc/14382 ([libobjc] Calling +initialize on a per category basis)David Ayers2005-12-152-9/+22
* re PR libobjc/25354 (There should be an automated testsuite for objc_sizeof_t...Andrew Pinski2005-12-112-7/+28
* re PR libobjc/25347 (objc_alignof_type gets the wrong alignment for unions (o...Andrew Pinski2005-12-102-43/+26
* re PR libobjc/25346 (objc_sizeof_type does not handle _Bool at all)Andrew Pinski2005-12-103-0/+18
* re PR libobjc/19024 (name collisions libobjc/libmysqlclient)David Ayers2005-11-206-205/+14
* re PR other/4372 (#pragma weak pthread* inclusion causes applications to cras...Alexandre Oliva2005-11-092-0/+9
* .cvsignore are not needed for subversion, remove them.Andreas Jaeger2005-10-311-1/+0
* re PR testsuite/23612 (obj-c++.dg/encode-6.mm fail with the GNU runtime)Ulrich Weigand2005-10-062-9/+15
* re PR libobjc/23108 (alignment bug in libobjc/archive.c)Andrew Pinski2005-09-042-2/+9
* All files: Update FSF address.Kelley Cook2005-08-1752-104/+108
* re PR libobjc/22492 ([PATCH] Abort after @finally: libobjc passing exception ...Marcin Koziej2005-08-132-2/+16
* Makefile.in (extra_ldflags_libobjc): New.Andrew Pinski2005-08-135-11/+36
* re PR libobjc/22606 (Exceptions cannot be thrown from -forward::)Andrew Pinski2005-07-262-1/+6
* NXConstStr.h, [...]: Do not include Objective-C headers as system headers.David Ayers2005-06-0811-19/+27
* archive.c, [...]: Include hash.h.David Ayers2005-06-0728-55/+66
* * exception.c: Revert last change.Richard Henderson2005-05-192-1/+4
* exception.c: Include tsystem.h for unwind.h.David Ayers2005-05-192-0/+5
* * configure: Regenerate.Mike Stump2005-05-102-1/+5
* * configure: Regenerate.Mike Stump2005-04-132-2/+67
* Makefile.in: Set gcc_version here.Zack Weinberg2005-03-215-31/+16
* hash.h (OBJC_IGNORE_DEPRECATED_API): Update deprecated version reference.David Ayers2005-03-032-2/+7
* re PR libobjc/19024 (name collisions libobjc/libmysqlclient)David Ayers2005-03-029-107/+351
* re PR libobjc/20252 (Libobjc build broken)Andrew Pinski2005-02-286-36/+40
* re PR bootstrap/17383 (Building in src dir fails)Paolo Bonzini2005-02-284-62/+114
* change the changelog entry to:Andrew Pinski2004-12-201-1/+3
* re PR libobjc/12035 (Patch for libobjc/gc.c that fixes compilation error of O...Andrew Pinski2004-12-202-12/+9
* selector.c (__objc_init_selector_tables): Add missing void to definition.Alexander Malmberg2004-12-112-1/+6
* Introduce and use config/gcc-version.m4.Richard Sandiford2004-12-024-12/+27
* libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case from CVS libto...Kelley Cook2004-11-292-10/+7
* libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.Kelley Cook2004-11-252-3/+14
* libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case from CVS libtool ...Kelley Cook2004-11-242-10/+7
* aclocal.m4, [...]: Regenerate.Kelley Cook2004-11-243-1/+8
* Ignore autom4te.cacheR. Kelley Cook2004-10-231-0/+1
* * Makefile.in (configure): Add @MAINT@ infront of configure.acAndrew Pinski2004-10-191-0/+1
* aclocal.m4: Rename to ...Mike Stump2004-10-196-26/+385
* archive.c: Fix all the warnings about passing unsigned char* to char* and the...Andrew Pinski2004-10-082-51/+58
* re PR libobjc/16448 (FAIL: objc/execute/IMP.m compilation, -O0)Andrew Pinski2004-09-305-53/+457
* encoding.c (ALTIVEC_VECTOR_MODE): Define a bogus macro.Andrew Pinski2004-09-162-0/+9
* configure.ac: Switch from _GCC_TOPLEV_NONCANONICAL_TARGET to ACX_NONCANONICAL...Nathanael Nerode2004-08-283-33/+27
* sarray.h: Hoist include of assert.h near the top of file...Ziemowit Laski2004-08-132-11/+6
* Object.h: Move includes out of extern "C" blocks.Andrew Pinski2004-08-138-25/+41