summaryrefslogtreecommitdiff
path: root/libobjc
Commit message (Expand)AuthorAgeFilesLines
* * libtool.m4 (LD): Correct powerpc64 host match.Alan Modra2003-09-092-1/+5
* Makefile.in, aclocal.m4: Update to $(libdir)/gcc/ instead of (libdir)/gcc-lib...Alexander Malmberg2003-08-284-3/+9
* Fixed rare threading problemNicola Pero2003-07-102-14/+67
* hash.c, [...]: Replace "GNU CC" with "GCC".Nathanael Nerode2003-05-2327-104/+110
* Makefile.in, [...]: Replace "GNU CC" with "GCC".Nathanael Nerode2003-05-2321-82/+90
* Fixed getting the superclass when building class tree used for +load, wouldRichard Frith-Macdonald2003-05-152-10/+56
* (in libobjc:)David Chad2003-04-114-21/+30
* libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.Alexandre Oliva2003-04-111-1/+1
* configure.in: Avoid trailing /.Andreas Schwab2003-03-123-60/+74
* configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to config.status.Alexandre Oliva2003-02-203-42/+65
* aclocal.m4 (glibcpp_toolexeclibdir): Instead of $(MULTISUBDIR)...Alexandre Oliva2003-01-283-62/+113
* Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR.Christian Cornelssen2003-01-092-6/+13
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-166-172/+123
* Makefile.am (all-multi): Fix multilib parallel build.Kaveh R. Ghazi2002-09-232-1/+5
* Small cleanups of nil_method in sendmsg.cNicola Pero2002-09-121-0/+7
* Tidied up the declaration and usage of nil_methodNicola Pero2002-09-121-3/+3
* Added long comments on why nil_method takes the arguments it takes and howNicola Pero2002-09-121-4/+19
* Added comments to the definition of IMPNicola Pero2002-09-121-1/+8
* Fix entry.Andreas Jaeger2002-09-101-1/+2
* nil_method.c (nil_method): No longer varardic.Jan Hubicka2002-09-102-1/+9
* configure, configure: Rebuilt.Alexandre Oliva2002-08-141-90/+126
* encoding.h: Fix formatting.Rodney Brown2002-07-0218-1314/+1374
* acinclude.m4 (GLIBCPP_CONFIGURE): Split out GLIBCPP_TOPREL_CONFIGURE.DJ Delorie2002-06-254-155/+142
* Object.m (forward, [...]): Fix unused parameter warnings.Kaveh R. Ghazi2002-06-215-18/+23
* Fixed warning in sendmsg.c for forwarding function not returning a valueNicola Pero2002-06-171-0/+7
* Fixed warning from __objc_get_forward_imp not returning a valueNicola Pero2002-06-171-27/+31
* Object.m: Fix signed/unsigned warning.Kaveh R. Ghazi2002-06-1513-51/+88
* encoding.c (objc_layout_structure_next_member): Remove unused variable.Andreas Jaeger2002-06-092-38/+42
* Makefile.in (SHELL): Set to @SHELL@.Kaveh R. Ghazi2002-05-202-2/+9
* Makefile.in: Allow for PWDCMD to override hardcoded pwd.Rainer Orth2002-05-163-2/+7
* configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at script entry, and se...Alexandre Oliva2002-05-083-88/+119
* encoding.c (MAX, [...]): #undef before defining.David O'Brien2002-04-232-0/+7
* Fix ChangeLog dateHans-Peter Nilsson2002-04-091-1/+1
* re PR objc/6107 (sparc-sun-solaris2.7 gcc-3.1 extra objc testsuite failures w...Hans-Peter Nilsson2002-04-092-2/+8
* re PR libobjc/4039 (installation location of libobjc is wrong)Franz Sirl2002-02-115-633/+1235
* Fixed bug in loading of categories under certain special circumstancesNicola Pero2001-12-172-3/+11
* encoding.c: Add target_flags.Aldy Hernandez2001-11-142-0/+9
* objc-api.h (_C_VECTOR): New.Aldy Hernandez2001-11-083-0/+9
* Rewritten from scratch class lookup internals - getting a good performanceNicola Pero2001-10-291-0/+16
* Rewritten all the internals - great performance boost.Nicola Pero2001-10-291-122/+463
* gc.c: Removed the DEBUG declaration.Ovidiu Predescu2001-09-101-0/+4
* Removed the DEBUG declaration.Ovidiu Predescu2001-09-101-2/+3
* Save a function call in common mutex locking/unlocking operationsNicola Pero2001-07-181-0/+7
* Save a function call on mutex locking/unlockingNicola Pero2001-07-181-4/+4
* Fixed object_is_class and object_is_metaclassNicola Pero2001-07-162-7/+16
* configure.in (AC_EXEEXT): Work around in case it expands to nothing, as in au...Alexandre Oliva2001-06-093-64/+79
* THREADS: Explain that when we compile libobjc inside GCC...Nicola Pero2001-06-082-20/+28
* init.c (__objc_send_message_in_list): When setting a new entry in __objc_load...Richard Frith-Macdonald2001-06-082-5/+14
* init.c (__objc_send_message_in_list): When setting a new entry in __objc_load...Ovidiu Predescu2001-05-251-0/+6
* (__objc_send_message_in_list): When setting a new entry in __objc_load_method...Ovidiu Predescu2001-05-251-1/+1