| Commit message (Expand) | Author | Age | Files | Lines |
* | (hack_method_prototype): Set DECL_CONTEXT of parms. | Richard Kenner | 1995-06-14 | 1 | -0/+4 |
* | (build_module_descriptor, really_start_method): Pass extra parm to | Richard Kenner | 1995-06-14 | 1 | -3/+3 |
* | (PRECOMPUTE_SELECTORS, struct soffset): Use #ifdef __sparc__, not | Richard Kenner | 1995-05-25 | 1 | -3/+3 |
* | Numerous formatting changes. | Richard Kenner | 1995-05-22 | 1 | -1047/+1280 |
* | (struct sarray): Make capacity size_t. | Richard Kenner | 1995-05-16 | 1 | -1/+1 |
* | (sarray_realloc): Make array index variables size_t. | Richard Kenner | 1995-05-16 | 1 | -7/+7 |
* | (__objc_write_class): Write class version. | Richard Kenner | 1995-05-16 | 1 | -4/+21 |
* | Fix typos in comments. | Richard Kenner | 1995-05-16 | 8 | -15/+15 |
* | (__objc_init_install_dtable): Fix misspelling in name of local label | Richard Kenner | 1995-05-16 | 1 | -3/+3 |
* | entered into RCS | Richard Kenner | 1995-05-15 | 1 | -0/+97 |
* | (start_method_def): Mark _self as possibly unused. | Richard Kenner | 1995-05-14 | 1 | -1/+1 |
* | (unused_list): New variable. | Richard Kenner | 1995-05-12 | 1 | -14/+32 |
* | (objc_init_statics): Fix missing part of last change. | Richard Kenner | 1995-05-09 | 1 | -1/+1 |
* | (__objc_send_initialize): Call superclass if object does not implement | Richard Kenner | 1995-05-09 | 1 | -15/+21 |
* | (_objc_load_callback): Add declaration. | Richard Kenner | 1995-05-08 | 1 | -0/+8 |
* | (_objc_load_callback): Add declaration. | Richard Kenner | 1995-05-08 | 1 | -0/+13 |
* | (SHELL): Now /bin/sh. | Richard Kenner | 1995-05-05 | 1 | -1/+1 |
* | NXConstantString.h renamed to NXConstStr.h. | Doug Evans | 1995-05-05 | 1 | -1/+1 |
* | NXConstantString renamed to NXConstStr. | Richard Kenner | 1995-05-04 | 1 | -3/+3 |
* | (*): Update calls to start_decl, finish_struct (pass NULLs for attributes). | Doug Evans | 1995-04-28 | 1 | -35/+38 |
* | (OBJC_VERSION): Version 7. | Richard Kenner | 1995-04-26 | 1 | -9/+193 |
* | Changed Class * to Class in order to match NEXTSTEP and OpenStep | Richard Kenner | 1995-04-26 | 11 | -153/+146 |
* | (OBJC_O): Added bare-bones implementation of NXConstantString. | Richard Kenner | 1995-04-26 | 1 | -2/+3 |
* | Initial revision | Richard Kenner | 1995-04-26 | 2 | -0/+72 |
* | Changed Class * to Class in order to match NEXTSTEP and OpenStep runtime. | Richard Kenner | 1995-04-26 | 1 | -24/+86 |
* | Changed Class * to Class in order to match NEXTSTEP and OpenStep runtime. | Richard Kenner | 1995-04-26 | 1 | -33/+47 |
* | (SHELL): New definition. | Richard Kenner | 1995-04-01 | 1 | -0/+2 |
* | Put Alpha-specific decls before #include of runtime.h. | Richard Kenner | 1995-03-20 | 1 | -17/+18 |
* | (build_module_descriptor, really_start_method): Pass new parm to | Richard Kenner | 1995-03-09 | 1 | -4/+4 |
* | Added {} around file variable. | Richard Kenner | 1995-02-21 | 1 | -4/+4 |
* | __attribute__ ((constructor)) | Jason Merrill | 1995-01-14 | 2 | -2/+2 |
* | (class_create_instance): Replace memchr with memset. | Richard Kenner | 1994-11-18 | 1 | -1/+1 |
* | Check target endianness at run time, not compile time | Ian Lance Taylor | 1994-11-16 | 1 | -3/+1 |
* | (init_objc): Add missing casts to args of bcopy. | Richard Kenner | 1994-11-10 | 1 | -6/+6 |
* | (lang_init): Ensure line number is 0, not -1. | Richard Kenner | 1994-11-10 | 1 | -0/+6 |
* | (__objc_xcalloc): Use calloc instead malloc/bzero. | Richard Kenner | 1994-10-28 | 1 | -3/+2 |
* | archive.c (__objc_free): New function. | Doug Evans | 1994-10-08 | 1 | -1/+7 |
* | (BOOL): Changed from char to unsigned char. | Kresten Krab Thorup | 1994-10-06 | 1 | -1/+1 |
* | Delay eeing when unarchiving. | Kresten Krab Thorup | 1994-10-06 | 1 | -1/+6 |
* | (warn_with_method): Make arg int, not char. | Richard Kenner | 1994-09-27 | 1 | -2/+2 |
* | Respin DI support to be combine friendly; Allow push of SF without temp reg; ... | Michael Meissner | 1994-09-20 | 1 | -3/+1 |
* | (__objc_init_protocols): Remove assertion | Kresten Krab Thorup | 1994-09-07 | 1 | -0/+2 |
* | (conformsTo:): Change implementati to allways use class to do lookup. | Kresten Krab Thorup | 1994-09-07 | 1 | -4/+14 |
* | (objc_get_meta_class): New function. | Kresten Krab Thorup | 1994-08-29 | 1 | -0/+6 |
* | (get_imp): don't inline on i386. | Kresten Krab Thorup | 1994-08-29 | 1 | -1/+4 |
* | (build_selector_translation_table): Reset current_function_decl after hack_fu... | Kresten Krab Thorup | 1994-08-19 | 1 | -1/+3 |
* | (objc_sizeof_type): Assign from ROUND, | Kresten Krab Thorup | 1994-08-15 | 1 | -2/+18 |
* | encoding.c (objc_sizeof_type): Should assign from ROUND, not increment. | Kresten Krab Thorup | 1994-08-15 | 1 | -3/+32 |
* | removed declaration of bzero | Kresten Krab Thorup | 1994-07-28 | 1 | -3/+0 |
* | (build_module_descriptor): Don't set DECL_EXTERNAL on | Jim Wilson | 1994-07-21 | 1 | -1/+0 |