summaryrefslogtreecommitdiff
path: root/libobjc
AgeCommit message (Expand)Author
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
2001-05-02fdl.texi: New file.Mark Mitchell
2001-04-30fdl.texi: New file.Mark Mitchell
2001-03-21* encoding.c (REAL_TYPE): Define.John Wehle
2001-03-19* encoding.c (TYPE_MODE): Define.David Edelsohn
2001-03-15thr.c (objc_thread_add): New function.Nicola Pero
2001-02-28objc-features.texi: Document the @compatibility_alias compiler directive (des...Ovidiu Predescu
2001-02-28Document the @compatibility_alias compiler directive (description fromOvidiu Predescu
2001-02-24sendmsg.c (__objc_forward): Delete strlen() declaration.Rainer Orth
2001-02-09In libf2c:Geoffrey Keating
2001-01-12* objc-features.texi: Use @email.Joseph Myers
2001-01-12sendmsg.c (__objc_print_dtable_stats): Don't use #ifdef inside printf.Joseph Myers
2001-01-11encoding.c (STRUCTURE_SIZE_BOUNDARY): Redefine in a way that determines the v...Richard Earnshaw
2001-01-03sendmsg.c: Added __objc_msg_forward...Ovidiu Predescu
2001-01-03Added __objc_msg_forward...Ovidiu Predescu
2001-01-03Added __objc_msg_forward...Ovidiu Predescu
2000-12-06* thr-rtems.c: New file. Stub to compile.Ralf Corsepius
2000-12-06Rebuilt again, something went wrong last timeAlexandre Oliva
2000-12-06Regenerate to pick up libtool fix. Per Alexandre Oliva.Robert Lipe
2000-09-07Move statement-tree facilities from C++ to C front-end.Mark Mitchell
2000-09-06* configure: Rebuilt with new libtool.m4.Alexandre Oliva
2000-08-15configure.in: Create a config.h file.Ovidiu Predescu
2000-08-15Check for <sched.h>.Ovidiu Predescu
2000-08-15Create a config.h file. Check for <sched.h>.Ovidiu Predescu
2000-08-14top level:Zack Weinberg
2000-08-14* objc-features.texi (Top): Move @menu at end of node.Andreas Schwab
2000-08-11* objc-features.texi: Move @node Top before @menu.Manfred Hollstein
2000-08-07objc-features.texi: Documented the new -fconstant-string-class option.Ovidiu Predescu
2000-08-07Documented the new -fconstant-string-class option.Ovidiu Predescu
2000-08-07thr-posix.c: Integrated Chris Ball's <cball@fmco.com> changes to improve the ...Ovidiu Predescu
2000-08-07Integrated Chris Ball's <cball@fmco.com> changes to improve the PosixOvidiu Predescu
2000-08-05aclocal.m4: Replace copy of ../libtool.m4 with sinclude(../libtool.m4).Zack Weinberg
2000-07-29Added libtool support for building libobjc.Nicola Pero
2000-07-29Removed the explicit prototypes for strlen and memcpy on 64-bitOvidiu Predescu
2000-07-20Applied H.J.Lu's patch to not require -lpthread when compiling single threade...H.J. Lu
2000-07-13* objc/hash.h: Include string.h.Kaveh R. Ghazi
2000-04-15* Object.m (strlen): 64-bit PowerPC is a 64bit platform as well.David Edelsohn
2000-04-12encoding.c (objc_layout_structure_next_member): Do the whole procedure even f...Jakub Jelinek
2000-04-12objc-act.c: Include ggc.h.Jakub Jelinek
2000-03-29Protocol.h, [...]: Change #endif labels to comments.Zack Weinberg
2000-02-23Makefile.in: Add -DIN_TARGET_LIBS to ALL_CFLAGS.Zack Weinberg
1999-09-29Fixed deallocation of a mutex in thr-single.c (patch from Chris Ball <cball@f...Chris Ball
1999-09-21Makefile.in (gc.o, gc_gc.o): Do not pass -fgnu-runtime to the compiler when b...Jeffrey A Law
1999-09-06Merge in gcc2-ss-010999Jeff Law
1999-08-06Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix, libdir, libsubdir a...Daniel Jacobowitz
1999-06-20init.c (__objc_force_linking): Make global.John David Anglin