summaryrefslogtreecommitdiff
path: root/libobjc
Commit message (Expand)AuthorAgeFilesLines
* 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
* NXConstStr.h: Update copyright date...Ziemowit Laski2004-08-1313-111/+147
* thr.c (__objc_thread_detach_function): Do not mark as volatile but instead us...Andrew Pinski2004-07-222-2/+7
* cp-demangle.h: Declare cplus_demangle_operators...Zack Weinberg2004-06-282-28/+36
* encoding.h: Wrap the functions with extern "C" for C++ mode.Andrew Pinski2004-06-249-0/+98
* * encoding.c (BITS_PER_UNIT): Define if a definition is not provided.Nick Clifton2004-06-212-1/+9
* Tidied up/fixed compilation of exception.cAlexander Malmberg2004-06-192-1/+11
* exception.c: New file.Richard Henderson2004-06-173-1/+378
* linking.m (_objcInit): New empty function for Darwin only.Andrew Pinski2004-06-142-0/+11
* configure.ac: Support --enable-shared=libobjc.Andrew Pinski2004-06-113-19/+34
* re PR libobjc/15901 (libobjc is not build shared if you do not supply --enabl...Andrew Pinski2004-06-113-9/+12
* Improved [Protocol -isEqual:], now more correct and fasterNicola Pero2004-06-042-1/+33
* configure.ac (includedir): Rename to ...Andrew Pinski2004-05-254-9/+14
* re PR libobjc/11572 (GNU libobjc no longer compiled on Darwin)Andrew Pinski2004-05-254-10/+52
* * Makefile.in: Add .NOEXPORT.Daniel Jacobowitz2004-05-252-0/+8
* [multiple changes]Andrew Pinski2004-05-2512-87/+248
* re PR bootstrap/15120 ([3.3 only] [libtool bug] hidden symbol `__sdivsi3_i4' ...Kaz Kojima2004-05-181-1/+1
* archive.c (objc_read_class): Initialize class_name.Andrew Pinski2004-05-132-2/+7
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-22/+33