aboutsummaryrefslogtreecommitdiff
path: root/libobjc
AgeCommit message (Expand)AuthorFilesLines
2004-08-13sarray.h: Hoist include of assert.h near the top of file...Ziemowit Laski2-11/+6
2004-08-13Object.h: Move includes out of extern "C" blocks.Andrew Pinski8-25/+41
2004-08-13NXConstStr.h: Update copyright date...Ziemowit Laski13-111/+147
2004-07-22thr.c (__objc_thread_detach_function): Do not mark as volatile but instead us...Andrew Pinski2-2/+7
2004-06-28cp-demangle.h: Declare cplus_demangle_operators...Zack Weinberg2-28/+36
2004-06-24encoding.h: Wrap the functions with extern "C" for C++ mode.Andrew Pinski9-0/+98
2004-06-21* encoding.c (BITS_PER_UNIT): Define if a definition is not provided.Nick Clifton2-1/+9
2004-06-19Tidied up/fixed compilation of exception.cAlexander Malmberg2-1/+11
2004-06-17exception.c: New file.Richard Henderson3-1/+378
2004-06-14linking.m (_objcInit): New empty function for Darwin only.Andrew Pinski2-0/+11
2004-06-11configure.ac: Support --enable-shared=libobjc.Andrew Pinski3-19/+34
2004-06-11re PR libobjc/15901 (libobjc is not build shared if you do not supply --enabl...Andrew Pinski3-9/+12
2004-06-04Improved [Protocol -isEqual:], now more correct and fasterNicola Pero2-1/+33
2004-05-25configure.ac (includedir): Rename to ...Andrew Pinski4-9/+14
2004-05-25re PR libobjc/11572 (GNU libobjc no longer compiled on Darwin)Andrew Pinski4-10/+52
2004-05-25* Makefile.in: Add .NOEXPORT.Daniel Jacobowitz2-0/+8
2004-05-25[multiple changes]Andrew Pinski12-87/+248
2004-05-18re PR bootstrap/15120 ([3.3 only] [libtool bug] hidden symbol `__sdivsi3_i4' ...Kaz Kojima1-1/+1
2004-05-13archive.c (objc_read_class): Initialize class_name.Andrew Pinski2-2/+7
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-22/+33
2004-05-09* Makefile.in (toolexecdir): Remove trailing space.Richard Sandiford2-1/+5
2004-04-15re PR libobjc/14948 (irix6.5 bootstrap fails in mabi=64/libobjc)Nathanael Nerode3-21/+32
2004-04-14configure.ac: Restore toolexecdir.Nathanael Nerode4-2/+21
2004-04-09configure.ac: Remove (unused) glibcpp_prefixdir.Nathanael Nerode3-9/+5
2004-04-09configure.in: Rename to configure.ac.Nathanael Nerode3-1/+4
2004-04-09Makefile.in: Remove toolexecdir, glibcpp_toolexecdir (unused).Nathanael Nerode5-327/+66
2004-04-09* config.h.in: Regenerate with autoheader.Nathanael Nerode1-0/+2
2004-04-09Makefile.in: Remove (unused) gcc_version_trigger.Nathanael Nerode4-6/+54
2004-04-09configure.in: Switch to modern style for AC_INIT, AC_OUTPUT.Nathanael Nerode3-143/+203
2004-04-09configure.in: Replace old AC_PROG_CC hack with new one.Nathanael Nerode4-1744/+4672
2004-04-09configure.in: Improve comments on gthread_cflags.Nathanael Nerode3-16/+18
2004-04-09configure.in: Move PACKAGE and VERSION settings up top.Nathanael Nerode3-197/+83
2004-04-09configure.in: Clean up handling of --enable-version-specific-runtime-libs and...Nathanael Nerode5-478/+425
2004-03-16Makefile.in, [...]: Update copyright years.Manfred Hollstein4-3/+7
2004-03-15Makefile.in (LIBOBJC_VERSION, [...]): Use definition from configure.in.Manfred Hollstein4-2/+21
2004-03-05hash.h (hash_string, [...]): Add type-casts to make Objective-C++ happy.Ziemowit Laski3-3/+11
2004-03-01* Makefile.in (ALL_CFLAGS): Add -fno-strict-aliasing.Michael Matz2-1/+5
2004-02-06[gcc/ChangeLog]Ziemowit Laski2-0/+9
2004-01-17re PR target/10781 (wrong class size and alignment with static class member)Andrew Pinski2-0/+16
2004-01-14re PR libobjc/12155 (Memory leak in libobjc(selector.c))Adam Fedor2-0/+8
2004-01-09re PR libobjc/11904 (Problem in sarray_free() function.)Andrew Ruder2-3/+9
2003-12-01re PR libobjc/11433 (Crash due to dereferencing null pointer when querying pr...Zack Weinberg2-14/+23
2003-10-23Makefile.in (runtime-info.h): Remove -Wp.Rainer Orth2-1/+5
2003-10-21Makefile.in (CC1OBJ): Remove.Rainer Orth2-11/+11
2003-10-20* objc/hash.h (hash_string): Don't use a cast as an lvalue.Joseph Myers2-3/+7
2003-10-17config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.Rainer Orth2-3/+8
2003-09-09* libtool.m4 (LD): Correct powerpc64 host match.Alan Modra2-1/+5
2003-08-28Makefile.in, aclocal.m4: Update to $(libdir)/gcc/ instead of (libdir)/gcc-lib...Alexander Malmberg4-3/+9
2003-07-10Fixed rare threading problemNicola Pero2-14/+67
2003-05-23hash.c, [...]: Replace "GNU CC" with "GCC".Nathanael Nerode27-104/+110