summaryrefslogtreecommitdiff
path: root/libobjc
Commit message (Expand)AuthorAgeFilesLines
* 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
* ltconfig, [...]: Upgraded to libtool 1.4a 1.641.2.254.Alexandre Oliva2001-05-201-137/+168
* objc.texi: Move from ../libobjc/objc-features.texi.Joseph Myers2001-05-094-882/+10
* Fix typoMark Mitchell2001-05-021-1/+1
* fdl.texi: New file.Mark Mitchell2001-05-024-7/+413
* fdl.texi: New file.Mark Mitchell2001-04-302-0/+10
* * encoding.c (REAL_TYPE): Define.John Wehle2001-03-212-0/+6
* * encoding.c (TYPE_MODE): Define.David Edelsohn2001-03-192-3/+8
* thr.c (objc_thread_add): New function.Nicola Pero2001-03-154-0/+40
* objc-features.texi: Document the @compatibility_alias compiler directive (des...Ovidiu Predescu2001-02-281-0/+5
* Document the @compatibility_alias compiler directive (description fromOvidiu Predescu2001-02-281-2/+32
* sendmsg.c (__objc_forward): Delete strlen() declaration.Rainer Orth2001-02-242-1/+4
* In libf2c:Geoffrey Keating2001-02-093-223/+201
* * objc-features.texi: Use @email.Joseph Myers2001-01-122-1/+5
* sendmsg.c (__objc_print_dtable_stats): Don't use #ifdef inside printf.Joseph Myers2001-01-122-5/+9
* encoding.c (STRUCTURE_SIZE_BOUNDARY): Redefine in a way that determines the v...Richard Earnshaw2001-01-112-2/+10
* sendmsg.c: Added __objc_msg_forward...Ovidiu Predescu2001-01-031-0/+12
* Added __objc_msg_forward...Ovidiu Predescu2001-01-031-0/+7
* Added __objc_msg_forward...Ovidiu Predescu2001-01-031-9/+24