| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed archive command for libobjc.a to use $? for objects. | kenner | 1995-09-12 | 1 | -1/+1 |
* | Fix spelling errors. | kenner | 1995-08-28 | 2 | -3/+3 |
* | objc-api.h (sel_get_any_typed_uid): Declare new function. | kenner | 1995-08-14 | 1 | -0/+2 |
* | (sel_get_any_typed_uid): New function. | kenner | 1995-08-14 | 1 | -0/+23 |
* | Change FSF address. | kenner | 1995-06-15 | 1 | -1/+2 |
* | Update header. | kenner | 1995-06-15 | 1 | -1/+1 |
* | Change FSF address. | kenner | 1995-06-15 | 1 | -1/+2 |
* | Update FSF address. | kenner | 1995-06-15 | 2 | -2/+4 |
* | Update header. | kenner | 1995-06-15 | 1 | -2/+1 |
* | Update FSF address. | kenner | 1995-06-15 | 13 | -13/+24 |
* | Update header. | kenner | 1995-06-15 | 1 | -2/+1 |
* | Update FSF address. | kenner | 1995-06-15 | 8 | -8/+16 |
* | Update header. | kenner | 1995-06-15 | 1 | -1/+1 |
* | Update FSF address. | kenner | 1995-06-15 | 3 | -3/+6 |
* | (hack_method_prototype): Set DECL_CONTEXT of parms. | kenner | 1995-06-14 | 1 | -0/+4 |
* | (build_module_descriptor, really_start_method): Pass extra parm to | kenner | 1995-06-14 | 1 | -3/+3 |
* | (PRECOMPUTE_SELECTORS, struct soffset): Use #ifdef __sparc__, not | kenner | 1995-05-25 | 1 | -3/+3 |
* | Numerous formatting changes. | kenner | 1995-05-22 | 1 | -1047/+1280 |
* | (struct sarray): Make capacity size_t. | kenner | 1995-05-16 | 1 | -1/+1 |
* | (sarray_realloc): Make array index variables size_t. | kenner | 1995-05-16 | 1 | -7/+7 |
* | (__objc_write_class): Write class version. | kenner | 1995-05-16 | 1 | -4/+21 |
* | Fix typos in comments. | kenner | 1995-05-16 | 8 | -15/+15 |
* | (__objc_init_install_dtable): Fix misspelling in name of local label | kenner | 1995-05-16 | 1 | -3/+3 |
* | entered into RCS | kenner | 1995-05-16 | 1 | -0/+97 |
* | (start_method_def): Mark _self as possibly unused. | kenner | 1995-05-14 | 1 | -1/+1 |
* | (unused_list): New variable. | kenner | 1995-05-12 | 1 | -14/+32 |
* | (objc_init_statics): Fix missing part of last change. | kenner | 1995-05-09 | 1 | -1/+1 |
* | (__objc_send_initialize): Call superclass if object does not implement | kenner | 1995-05-09 | 1 | -15/+21 |
* | (_objc_load_callback): Add declaration. | kenner | 1995-05-08 | 1 | -0/+8 |
* | (_objc_load_callback): Add declaration. | kenner | 1995-05-08 | 1 | -0/+13 |
* | (SHELL): Now /bin/sh. | kenner | 1995-05-05 | 1 | -1/+1 |
* | NXConstantString.h renamed to NXConstStr.h. | dje | 1995-05-05 | 1 | -1/+1 |
* | NXConstantString renamed to NXConstStr. | kenner | 1995-05-04 | 1 | -3/+3 |
* | (*): Update calls to start_decl, finish_struct (pass NULLs for attributes). | dje | 1995-04-28 | 1 | -35/+38 |
* | (OBJC_VERSION): Version 7. | kenner | 1995-04-26 | 1 | -9/+193 |
* | Changed Class * to Class in order to match NEXTSTEP and OpenStep | kenner | 1995-04-26 | 11 | -153/+146 |
* | (OBJC_O): Added bare-bones implementation of NXConstantString. | kenner | 1995-04-26 | 1 | -2/+3 |
* | Initial revision | kenner | 1995-04-26 | 2 | -0/+72 |
* | Changed Class * to Class in order to match NEXTSTEP and OpenStep | kenner | 1995-04-26 | 1 | -24/+86 |
* | Changed Class * to Class in order to match NEXTSTEP and OpenStep | kenner | 1995-04-26 | 1 | -33/+47 |
* | (SHELL): New definition. | kenner | 1995-04-01 | 1 | -0/+2 |
* | Put Alpha-specific decls before #include of runtime.h. | kenner | 1995-03-20 | 1 | -17/+18 |
* | (build_module_descriptor, really_start_method): Pass new parm to | kenner | 1995-03-10 | 1 | -4/+4 |
* | Added {} around file variable. | kenner | 1995-02-22 | 1 | -4/+4 |
* | __attribute__ ((constructor)) | merrill | 1995-01-14 | 2 | -2/+2 |
* | (class_create_instance): Replace memchr with memset. | kenner | 1994-11-19 | 1 | -1/+1 |
* | Check target endianness at run time, not compile time | ian | 1994-11-16 | 1 | -3/+1 |
* | (init_objc): Add missing casts to args of bcopy. | kenner | 1994-11-10 | 1 | -6/+6 |
* | (lang_init): Ensure line number is 0, not -1. | kenner | 1994-11-10 | 1 | -0/+6 |
* | (__objc_xcalloc): Use calloc instead malloc/bzero. | kenner | 1994-10-28 | 1 | -3/+2 |