| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed rare threading problem | nicola | 2003-07-10 | 2 | -14/+67 |
* | * hash.c, init.c, libobjc.def, libobjc_entry.c, linking.m, | neroden | 2003-05-23 | 27 | -104/+110 |
* | 2003-05-23 Nathanael Nerode <neroden@gcc.gnu.org> | neroden | 2003-05-23 | 21 | -82/+90 |
* | Fixed getting the superclass when building class tree used for +load, would | nicola | 2003-05-15 | 2 | -10/+56 |
* | libobjc/8562 | ljrittle | 2003-04-11 | 4 | -21/+30 |
* | * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*. | aoliva | 2003-04-11 | 1 | -1/+1 |
* | 2003-03-10 Andreas Schwab <schwab@suse.de> | schwab | 2003-03-12 | 3 | -60/+74 |
* | * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to | aoliva | 2003-02-20 | 3 | -42/+65 |
* | * aclocal.m4 (glibcpp_toolexeclibdir): Instead of | aoliva | 2003-01-28 | 3 | -62/+113 |
* | libf2c: | aj | 2003-01-09 | 2 | -6/+13 |
* | Merge basic-improvements-branch to trunk | zack | 2002-12-16 | 6 | -172/+123 |
* | boehm-gc: | ghazi | 2002-09-23 | 2 | -1/+5 |
* | Small cleanups of nil_method in sendmsg.c | nicola | 2002-09-12 | 1 | -0/+7 |
* | Tidied up the declaration and usage of nil_method | nicola | 2002-09-12 | 1 | -3/+3 |
* | Added long comments on why nil_method takes the arguments it takes and how | nicola | 2002-09-12 | 1 | -4/+19 |
* | Added comments to the definition of IMP | nicola | 2002-09-12 | 1 | -1/+8 |
* | Fix entry. | aj | 2002-09-10 | 1 | -1/+2 |
* | 2002-09-10 Jan Hubicka <jh@suse.cz> | aj | 2002-09-10 | 2 | -1/+9 |
* | * boehm-gc/configure, libf2c/configure: Rebuilt. | aoliva | 2002-08-14 | 1 | -90/+126 |
* | 2002-07-02 Rodney Brown <rbrown64@csc.com.au> | shebs | 2002-07-02 | 18 | -1314/+1374 |
* | * acinclude.m4 (GLIBCPP_CONFIGURE): Split out | dj | 2002-06-26 | 4 | -155/+142 |
* | * Object.m (forward, read, write): Fix unused parameter warnings. | ghazi | 2002-06-21 | 5 | -18/+23 |
* | Fixed warning in sendmsg.c for forwarding function not returning a value | nicola | 2002-06-17 | 1 | -0/+7 |
* | Fixed warning from __objc_get_forward_imp not returning a value | nicola | 2002-06-17 | 1 | -27/+31 |
* | * Object.m: Fix signed/unsigned warning. | ghazi | 2002-06-15 | 13 | -51/+88 |
* | * encoding.c (objc_layout_structure_next_member): Remove unused | aj | 2002-06-09 | 2 | -38/+42 |
* | * Makefile.in (SHELL): Set to @SHELL@. | ghazi | 2002-05-20 | 2 | -2/+9 |
* | * Makefile.in: Allow for PWDCMD to override hardcoded pwd. | ro | 2002-05-16 | 3 | -2/+7 |
* | * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at | aoliva | 2002-05-08 | 3 | -88/+119 |
* | 2002-04-19 David O'Brien <obrien@FreeBSD.org> | obrien | 2002-04-23 | 2 | -0/+7 |
* | Fix ChangeLog date | hp | 2002-04-09 | 1 | -1/+1 |
* | PR objc/6107 | hp | 2002-04-09 | 2 | -2/+8 |
* | 2002-02-11 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> | sirl | 2002-02-11 | 5 | -633/+1235 |
* | Fixed bug in loading of categories under certain special circumstances | nicola | 2001-12-17 | 2 | -3/+11 |
* | 2001-11-14 Aldy Hernandez <aldyh@redhat.com> | aldyh | 2001-11-14 | 2 | -0/+9 |
* | 2001-11-07 Aldy Hernandez <aldyh@redhat.com> | aldyh | 2001-11-08 | 3 | -0/+9 |
* | Rewritten from scratch class lookup internals - getting a good performance | nicola | 2001-10-29 | 1 | -0/+16 |
* | Rewritten all the internals - great performance boost. | nicola | 2001-10-29 | 1 | -122/+463 |
* | 2001-09-10 Ovidiu Predescu <ovidiu@cup.hp.com> | ovidiu | 2001-09-10 | 1 | -0/+4 |
* | Removed the DEBUG declaration. | ovidiu | 2001-09-10 | 1 | -2/+3 |
* | Save a function call in common mutex locking/unlocking operations | nicola | 2001-07-18 | 1 | -0/+7 |
* | Save a function call on mutex locking/unlocking | nicola | 2001-07-18 | 1 | -4/+4 |
* | Fixed object_is_class and object_is_metaclass | nicola | 2001-07-16 | 2 | -7/+16 |
* | * configure.in (AC_EXEEXT): Work around in case it expands to | aoliva | 2001-06-09 | 3 | -64/+79 |
* | 2001-06-08 Nicola Pero <n.pero@mi.flashnet.it> | shebs | 2001-06-08 | 2 | -20/+28 |
* | 2001-06-06 Richard Frith-Macdonald <rrfm@gnu.org> | shebs | 2001-06-08 | 2 | -5/+14 |
* | 2001-05-25 Ovidiu Predescu <ovidiu@cup.hp.com> | ovidiu | 2001-05-25 | 1 | -0/+6 |
* | (__objc_send_message_in_list): When setting a new entry in | ovidiu | 2001-05-25 | 1 | -1/+1 |
* | * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh, | aoliva | 2001-05-20 | 1 | -137/+168 |
* | gcc: | jsm28 | 2001-05-09 | 4 | -882/+10 |