Age | Commit message (Expand) | Author | Files | Lines |
2004-04-09 | configure.in: Replace old AC_PROG_CC hack with new one. | Nathanael Nerode | 4 | -1744/+4672 |
2004-04-09 | configure.in: Improve comments on gthread_cflags. | Nathanael Nerode | 3 | -16/+18 |
2004-04-09 | configure.in: Move PACKAGE and VERSION settings up top. | Nathanael Nerode | 3 | -197/+83 |
2004-04-09 | configure.in: Clean up handling of --enable-version-specific-runtime-libs and... | Nathanael Nerode | 5 | -478/+425 |
2004-03-16 | Makefile.in, [...]: Update copyright years. | Manfred Hollstein | 4 | -3/+7 |
2004-03-15 | Makefile.in (LIBOBJC_VERSION, [...]): Use definition from configure.in. | Manfred Hollstein | 4 | -2/+21 |
2004-03-05 | hash.h (hash_string, [...]): Add type-casts to make Objective-C++ happy. | Ziemowit Laski | 3 | -3/+11 |
2004-03-01 | * Makefile.in (ALL_CFLAGS): Add -fno-strict-aliasing. | Michael Matz | 2 | -1/+5 |
2004-02-06 | [gcc/ChangeLog] | Ziemowit Laski | 2 | -0/+9 |
2004-01-17 | re PR target/10781 (wrong class size and alignment with static class member) | Andrew Pinski | 2 | -0/+16 |
2004-01-14 | re PR libobjc/12155 (Memory leak in libobjc(selector.c)) | Adam Fedor | 2 | -0/+8 |
2004-01-09 | re PR libobjc/11904 (Problem in sarray_free() function.) | Andrew Ruder | 2 | -3/+9 |
2003-12-01 | re PR libobjc/11433 (Crash due to dereferencing null pointer when querying pr... | Zack Weinberg | 2 | -14/+23 |
2003-10-23 | Makefile.in (runtime-info.h): Remove -Wp. | Rainer Orth | 2 | -1/+5 |
2003-10-21 | Makefile.in (CC1OBJ): Remove. | Rainer Orth | 2 | -11/+11 |
2003-10-20 | * objc/hash.h (hash_string): Don't use a cast as an lvalue. | Joseph Myers | 2 | -3/+7 |
2003-10-17 | config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes. | Rainer Orth | 2 | -3/+8 |
2003-09-09 | * libtool.m4 (LD): Correct powerpc64 host match. | Alan Modra | 2 | -1/+5 |
2003-08-28 | Makefile.in, aclocal.m4: Update to $(libdir)/gcc/ instead of (libdir)/gcc-lib... | Alexander Malmberg | 4 | -3/+9 |
2003-07-10 | Fixed rare threading problem | Nicola Pero | 2 | -14/+67 |
2003-05-23 | hash.c, [...]: Replace "GNU CC" with "GCC". | Nathanael Nerode | 27 | -104/+110 |
2003-05-23 | Makefile.in, [...]: Replace "GNU CC" with "GCC". | Nathanael Nerode | 21 | -82/+90 |
2003-05-15 | Fixed getting the superclass when building class tree used for +load, would | Richard Frith-Macdonald | 2 | -10/+56 |
2003-04-11 | (in libobjc:) | David Chad | 4 | -21/+30 |
2003-04-11 | libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*. | Alexandre Oliva | 1 | -1/+1 |
2003-03-12 | configure.in: Avoid trailing /. | Andreas Schwab | 3 | -60/+74 |
2003-02-20 | configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to config.status. | Alexandre Oliva | 3 | -42/+65 |
2003-01-28 | aclocal.m4 (glibcpp_toolexeclibdir): Instead of $(MULTISUBDIR)... | Alexandre Oliva | 3 | -62/+113 |
2003-01-09 | Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR. | Christian Cornelssen | 2 | -6/+13 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 6 | -172/+123 |
2002-09-23 | Makefile.am (all-multi): Fix multilib parallel build. | Kaveh R. Ghazi | 2 | -1/+5 |
2002-09-12 | Small cleanups of nil_method in sendmsg.c | Nicola Pero | 1 | -0/+7 |
2002-09-12 | Tidied up the declaration and usage of nil_method | Nicola Pero | 1 | -3/+3 |
2002-09-12 | Added long comments on why nil_method takes the arguments it takes and how | Nicola Pero | 1 | -4/+19 |
2002-09-12 | Added comments to the definition of IMP | Nicola Pero | 1 | -1/+8 |
2002-09-10 | Fix entry. | Andreas Jaeger | 1 | -1/+2 |
2002-09-10 | nil_method.c (nil_method): No longer varardic. | Jan Hubicka | 2 | -1/+9 |
2002-08-14 | configure, configure: Rebuilt. | Alexandre Oliva | 1 | -90/+126 |
2002-07-02 | encoding.h: Fix formatting. | Rodney Brown | 18 | -1314/+1374 |
2002-06-25 | acinclude.m4 (GLIBCPP_CONFIGURE): Split out GLIBCPP_TOPREL_CONFIGURE. | DJ Delorie | 4 | -155/+142 |
2002-06-21 | Object.m (forward, [...]): Fix unused parameter warnings. | Kaveh R. Ghazi | 5 | -18/+23 |
2002-06-17 | Fixed warning in sendmsg.c for forwarding function not returning a value | Nicola Pero | 1 | -0/+7 |
2002-06-17 | Fixed warning from __objc_get_forward_imp not returning a value | Nicola Pero | 1 | -27/+31 |
2002-06-15 | Object.m: Fix signed/unsigned warning. | Kaveh R. Ghazi | 13 | -51/+88 |
2002-06-09 | encoding.c (objc_layout_structure_next_member): Remove unused variable. | Andreas Jaeger | 2 | -38/+42 |
2002-05-20 | Makefile.in (SHELL): Set to @SHELL@. | Kaveh R. Ghazi | 2 | -2/+9 |
2002-05-16 | Makefile.in: Allow for PWDCMD to override hardcoded pwd. | Rainer Orth | 3 | -2/+7 |
2002-05-08 | configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at script entry, and se... | Alexandre Oliva | 3 | -88/+119 |
2002-04-23 | encoding.c (MAX, [...]): #undef before defining. | David O'Brien | 2 | -0/+7 |
2002-04-09 | Fix ChangeLog date | Hans-Peter Nilsson | 1 | -1/+1 |