aboutsummaryrefslogtreecommitdiff
path: root/libobjc
AgeCommit message (Expand)Author
2003-05-23hash.c, [...]: Replace "GNU CC" with "GCC".Nathanael Nerode
2003-05-23Makefile.in, [...]: Replace "GNU CC" with "GCC".Nathanael Nerode
2003-05-15Fixed getting the superclass when building class tree used for +load, wouldRichard Frith-Macdonald
2003-04-11(in libobjc:)David Chad
2003-04-11libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.Alexandre Oliva
2003-03-12configure.in: Avoid trailing /.Andreas Schwab
2003-02-20configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to config.status.Alexandre Oliva
2003-01-28aclocal.m4 (glibcpp_toolexeclibdir): Instead of $(MULTISUBDIR)...Alexandre Oliva
2003-01-09Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR.Christian Cornelssen
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg
2002-09-23Makefile.am (all-multi): Fix multilib parallel build.Kaveh R. Ghazi
2002-09-12Small cleanups of nil_method in sendmsg.cNicola Pero
2002-09-12Tidied up the declaration and usage of nil_methodNicola Pero
2002-09-12Added long comments on why nil_method takes the arguments it takes and howNicola Pero
2002-09-12Added comments to the definition of IMPNicola Pero
2002-09-10Fix entry.Andreas Jaeger
2002-09-10nil_method.c (nil_method): No longer varardic.Jan Hubicka
2002-08-14configure, configure: Rebuilt.Alexandre Oliva
2002-07-02encoding.h: Fix formatting.Rodney Brown
2002-06-25acinclude.m4 (GLIBCPP_CONFIGURE): Split out GLIBCPP_TOPREL_CONFIGURE.DJ Delorie
2002-06-21Object.m (forward, [...]): Fix unused parameter warnings.Kaveh R. Ghazi
2002-06-17Fixed warning in sendmsg.c for forwarding function not returning a valueNicola Pero
2002-06-17Fixed warning from __objc_get_forward_imp not returning a valueNicola Pero
2002-06-15Object.m: Fix signed/unsigned warning.Kaveh R. Ghazi
2002-06-09encoding.c (objc_layout_structure_next_member): Remove unused variable.Andreas Jaeger
2002-05-20Makefile.in (SHELL): Set to @SHELL@.Kaveh R. Ghazi
2002-05-16Makefile.in: Allow for PWDCMD to override hardcoded pwd.Rainer Orth
2002-05-08configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at script entry, and se...Alexandre Oliva
2002-04-23encoding.c (MAX, [...]): #undef before defining.David O'Brien
2002-04-09Fix ChangeLog dateHans-Peter Nilsson
2002-04-09re PR objc/6107 (sparc-sun-solaris2.7 gcc-3.1 extra objc testsuite failures w...Hans-Peter Nilsson
2002-02-11re PR libobjc/4039 (installation location of libobjc is wrong)Franz Sirl
2001-12-17Fixed bug in loading of categories under certain special circumstancesNicola Pero
2001-11-14encoding.c: Add target_flags.Aldy Hernandez
2001-11-08objc-api.h (_C_VECTOR): New.Aldy Hernandez
2001-10-29Rewritten from scratch class lookup internals - getting a good performanceNicola Pero
2001-10-29Rewritten all the internals - great performance boost.Nicola Pero
2001-09-10gc.c: Removed the DEBUG declaration.Ovidiu Predescu
2001-09-10Removed the DEBUG declaration.Ovidiu Predescu
2001-07-18Save a function call in common mutex locking/unlocking operationsNicola Pero
2001-07-18Save a function call on mutex locking/unlockingNicola Pero
2001-07-16Fixed object_is_class and object_is_metaclassNicola Pero
2001-06-09configure.in (AC_EXEEXT): Work around in case it expands to nothing, as in au...Alexandre Oliva
2001-06-08THREADS: Explain that when we compile libobjc inside GCC...Nicola Pero
2001-06-08init.c (__objc_send_message_in_list): When setting a new entry in __objc_load...Richard Frith-Macdonald
2001-05-25init.c (__objc_send_message_in_list): When setting a new entry in __objc_load...Ovidiu Predescu
2001-05-25(__objc_send_message_in_list): When setting a new entry in __objc_load_method...Ovidiu Predescu
2001-05-20ltconfig, [...]: Upgraded to libtool 1.4a 1.641.2.254.Alexandre Oliva
2001-05-09objc.texi: Move from ../libobjc/objc-features.texi.Joseph Myers
2001-05-02Fix typoMark Mitchell