Age | Commit message (Expand) | Author | Files | Lines |
1995-03-09 | (build_module_descriptor, really_start_method): Pass new parm to | Richard Kenner | 1 | -4/+4 |
1995-02-21 | Added {} around file variable. | Richard Kenner | 1 | -4/+4 |
1995-01-14 | __attribute__ ((constructor)) | Jason Merrill | 2 | -2/+2 |
1994-11-18 | (class_create_instance): Replace memchr with memset. | Richard Kenner | 1 | -1/+1 |
1994-11-16 | Check target endianness at run time, not compile time | Ian Lance Taylor | 1 | -3/+1 |
1994-11-10 | (init_objc): Add missing casts to args of bcopy. | Richard Kenner | 1 | -6/+6 |
1994-11-10 | (lang_init): Ensure line number is 0, not -1. | Richard Kenner | 1 | -0/+6 |
1994-10-28 | (__objc_xcalloc): Use calloc instead malloc/bzero. | Richard Kenner | 1 | -3/+2 |
1994-10-08 | archive.c (__objc_free): New function. | Doug Evans | 1 | -1/+7 |
1994-10-06 | (BOOL): Changed from char to unsigned char. | Kresten Krab Thorup | 1 | -1/+1 |
1994-10-06 | Delay eeing when unarchiving. | Kresten Krab Thorup | 1 | -1/+6 |
1994-09-27 | (warn_with_method): Make arg int, not char. | Richard Kenner | 1 | -2/+2 |
1994-09-20 | Respin DI support to be combine friendly; Allow push of SF without temp reg; ... | Michael Meissner | 1 | -3/+1 |
1994-09-07 | (__objc_init_protocols): Remove assertion | Kresten Krab Thorup | 1 | -0/+2 |
1994-09-07 | (conformsTo:): Change implementati to allways use class to do lookup. | Kresten Krab Thorup | 1 | -4/+14 |
1994-08-29 | (objc_get_meta_class): New function. | Kresten Krab Thorup | 1 | -0/+6 |
1994-08-29 | (get_imp): don't inline on i386. | Kresten Krab Thorup | 1 | -1/+4 |
1994-08-19 | (build_selector_translation_table): Reset current_function_decl after hack_fu... | Kresten Krab Thorup | 1 | -1/+3 |
1994-08-15 | (objc_sizeof_type): Assign from ROUND, | Kresten Krab Thorup | 1 | -2/+18 |
1994-08-15 | encoding.c (objc_sizeof_type): Should assign from ROUND, not increment. | Kresten Krab Thorup | 1 | -3/+32 |
1994-07-28 | removed declaration of bzero | Kresten Krab Thorup | 1 | -3/+0 |
1994-07-21 | (build_module_descriptor): Don't set DECL_EXTERNAL on | Jim Wilson | 1 | -1/+0 |
1994-07-13 | Include stdarg.h before stdio.h. | Richard Kenner | 1 | -1/+1 |
1994-07-11 | *** empty log message *** | Kresten Krab Thorup | 1 | -2/+2 |
1994-06-30 | incremented objc_version iff using gnu runtime. | Kresten Krab Thorup | 1 | -1/+1 |
1994-06-30 | This patch makes selectors in the Objective-C language be pointers to a struc... | Kresten Krab Thorup | 15 | -420/+729 |
1994-06-30 | (read:, write:, streamVersion:): | Kresten Krab Thorup | 1 | -10/+8 |
1994-06-30 | objc-act.c (get_proto_encoding, [...]): New fucnctions. | Kresten Krab Thorup | 1 | -34/+178 |
1994-04-16 | (OBJC_O): Add encoding.o. | Richard Kenner | 1 | -2/+2 |
1994-03-31 | Delete use of IN_GCC to control stddef.h/gstddef.h include. | Jim Wilson | 3 | -15/+3 |
1994-03-31 | Change "gstddef.h" to <stddef.h>. Change "gstdarg.h" to <stdarg.h>. | Jim Wilson | 1 | -2/+2 |
1994-03-31 | Change "gstdarg.h" to <stdarg.h>. | Jim Wilson | 1 | -1/+1 |
1994-03-14 | (*.o): Add explicit dependencies for Sun's VPATH. | Doug Evans | 1 | -0/+15 |
1994-02-02 | (SUBDIR_INCLUDES): Add -I for include directory. | Richard Kenner | 1 | -2/+2 |
1994-01-24 | #ifdef out uses of TypedStream for the alpha, not supported yet. | Doug Evans | 2 | -2/+10 |
1993-12-12 | Initial revision | Richard Kenner | 1 | -0/+55 |
1993-12-06 | Include ctype.h. | Richard Kenner | 1 | -0/+1 |
1993-11-18 | Include "tconfig.h" before "runtime.h". | Richard Stallman | 1 | -1/+1 |
1993-11-05 | (compare_strings): Check for null pointers. | Richard Stallman | 1 | -1/+6 |
1993-11-05 | (objc_read_string): Allocate string properly. | Richard Stallman | 1 | -2/+5 |
1993-11-02 | Include tconfig.h. | Richard Stallman | 1 | -0/+1 |
1993-10-28 | (check_methods_accessible): Fix bug in -Wno-protocol. | Richard Kenner | 1 | -0/+2 |
1993-09-27 | (objc_read_object): Added declaration. | Kresten Krab Thorup | 1 | -0/+3 |
1993-09-22 | (-compare:, -shouldNotImplement:): Added. | Kresten Krab Thorup | 2 | -0/+20 |
1993-09-22 | (objc_write_type, objc_write_types): Take take char** args for writing string... | Kresten Krab Thorup | 1 | -12/+12 |
1993-09-20 | (objc_read_string): Allocate n+1 chars instead of just n. | Kresten Krab Thorup | 1 | -2/+2 |
1993-08-24 | Initial revision | Kresten Krab Thorup | 2 | -0/+598 |
1993-08-24 | (objc_msg_sendv): Use new encoding facilities. | Kresten Krab Thorup | 1 | -19/+15 |
1993-08-24 | (nil_method): Don't define it, import it from sendmsg.c. | Kresten Krab Thorup | 1 | -30/+17 |
1993-08-24 | (CLS_SETNUMBER): Clear old number | Kresten Krab Thorup | 1 | -10/+3 |