summaryrefslogtreecommitdiff
path: root/libobjc
Commit message (Expand)AuthorAgeFilesLines
* 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
* * thr-rtems.c: New file. Stub to compile.Ralf Corsepius2000-12-062-0/+198
* Rebuilt again, something went wrong last timeAlexandre Oliva2000-12-061-1060/+2009
* Regenerate to pick up libtool fix. Per Alexandre Oliva.Robert Lipe2000-12-061-1992/+1055
* Move statement-tree facilities from C++ to C front-end.Mark Mitchell2000-09-071-1/+1
* * configure: Rebuilt with new libtool.m4.Alexandre Oliva2000-09-062-32/+39
* configure.in: Create a config.h file.Ovidiu Predescu2000-08-151-0/+7
* Check for <sched.h>.Ovidiu Predescu2000-08-151-0/+2
* Create a config.h file. Check for <sched.h>.Ovidiu Predescu2000-08-152-54/+192
* top level:Zack Weinberg2000-08-142-1/+5
* * objc-features.texi (Top): Move @menu at end of node.Andreas Schwab2000-08-142-7/+10
* * objc-features.texi: Move @node Top before @menu.Manfred Hollstein2000-08-112-3/+7
* objc-features.texi: Documented the new -fconstant-string-class option.Ovidiu Predescu2000-08-071-0/+5
* Documented the new -fconstant-string-class option.Ovidiu Predescu2000-08-071-16/+59
* thr-posix.c: Integrated Chris Ball's <cball@fmco.com> changes to improve the ...Ovidiu Predescu2000-08-071-0/+5
* Integrated Chris Ball's <cball@fmco.com> changes to improve the PosixOvidiu Predescu2000-08-071-22/+97
* aclocal.m4: Replace copy of ../libtool.m4 with sinclude(../libtool.m4).Zack Weinberg2000-08-052-824/+7
* Added libtool support for building libobjc.Nicola Pero2000-07-295-134/+2321