Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-05-01 | (xforward): Add `else true;' for Ultrix 4.2 make. | Richard Stallman | 1 | -1/+1 | |
From-SVN: r4297 | |||||
1993-05-01 | (build_ivar_reference): Warn when a class method | Tom Wood | 1 | -1/+14 | |
refers to an instance variable. From-SVN: r4294 | |||||
1993-04-29 | _forward.c renamed to xforward.c | Kresten Krab Thorup | 1 | -7/+7 | |
From-SVN: r4276 | |||||
1993-04-29 | Added check for selectors==0 | Kresten Krab Thorup | 1 | -2/+5 | |
From-SVN: r4271 | |||||
1993-04-29 | Uninstalled argframe macros | Kresten Krab Thorup | 6 | -24/+53 | |
From-SVN: r4270 | |||||
1993-04-28 | Fixed bug in argframe | Kresten Krab Thorup | 1 | -1/+2 | |
From-SVN: r4256 | |||||
1993-04-27 | Changed to use argframe macros | Kresten Krab Thorup | 7 | -53/+26 | |
From-SVN: r4253 | |||||
1993-04-27 | -x test changed to -s test in fflags target | Kresten Krab Thorup | 1 | -2/+2 | |
From-SVN: r4245 | |||||
1993-04-27 | Definition of (Meta)Class_t eliminated, using Class* | Kresten Krab Thorup | 12 | -157/+182 | |
From-SVN: r4244 | |||||
1993-04-26 | Runtime portability cleanup | Kresten Krab Thorup | 15 | -45/+53 | |
From-SVN: r4235 | |||||
1993-04-26 | Changed unsigned int to size_t when casting pointers to integers | Kresten Krab Thorup | 7 | -30/+37 | |
From-SVN: r4233 | |||||
1993-04-26 | Updated to use IN_OBJC | Kresten Krab Thorup | 2 | -2/+6 | |
From-SVN: r4232 | |||||
1993-04-26 | Updated to use the above IN_OBJC | Kresten Krab Thorup | 1 | -4/+7 | |
From-SVN: r4231 | |||||
1993-04-26 | Take out archiving for alpha | Kresten Krab Thorup | 1 | -2/+6 | |
From-SVN: r4230 | |||||
1993-04-26 | Take out archiving support for alpha | Kresten Krab Thorup | 1 | -1/+4 | |
From-SVN: r4229 | |||||
1993-04-26 | Take out archiving support for alpha. | Kresten Krab Thorup | 1 | -0/+2 | |
From-SVN: r4228 | |||||
1993-04-26 | new #define used to control inclusion of gstdarg or stdarg for the runtime. | Kresten Krab Thorup | 1 | -4/+6 | |
new #define used to control inclusion of gstdarg or stdarg for the runtime. . From-SVN: r4227 | |||||
1993-04-24 | (HASHFUNCTION): Cast pointers to widest int type. | Richard Kenner | 1 | -1/+3 | |
From-SVN: r4205 | |||||
1993-04-22 | *** empty log message *** | Tom Wood | 1 | -11/+18 | |
From-SVN: r4192 | |||||
1993-04-15 | Rename and add types and constants | Tom Wood | 1 | -11/+11 | |
From-SVN: r4159 | |||||
1993-04-15 | (IS_ID, IS_PROTOCOL_QUALIFIED_ID, IS_SUPER): New type checking macros. | Tom Wood | 1 | -51/+57 | |
(IS_ID, IS_PROTOCOL_QUALIFIED_ID, IS_SUPER): New type checking macros. (objc_comptypes, build_message_expr, gen_declspecs): Use them. (IS_ID, IS_PROTOCOL_QUALIFIED_ID, IS_SUPER): New type checking macros. (objc_comptypes, build_message_expr, gen_declspecs): Use them. (gen_declarator): Don't use strcpy's return value. (build_message_expr): Allow any type that matches objc_class_type. (get_class_reference): We already have a name. (build_objc_string): Use TREE_SET_CODE instead of assigning to TREE_CODE. (build_objc_string_object): Ditto. From-SVN: r4158 | |||||
1993-04-14 | (maybe_objc_comptypes): Return 0 (incompatible) rather than 2 (similar ↵ | Tom Wood | 1 | -1/+1 | |
enough) as the default. (maybe_objc_comptypes): Return 0 (incompatible) rather than 2 (similar enough) as the default. This was an inadvertent change in the Objective-C merge. From-SVN: r4153 | |||||
1993-04-14 | (get_class_reference): Call add_class_reference for | Tom Wood | 1 | -0/+2 | |
the GNU runtimes. From-SVN: r4151 | |||||
1993-04-14 | (-awake): Corrected name of method -awake: to -awake for compatibility | Kresten Krab Thorup | 2 | -3/+12 | |
(-awake): Corrected name of method -awake: to -awake for compatibility (+streamVersion:): New method From-SVN: r4150 | |||||
1993-04-14 | (objc_get_stream_class_version): Added prototype | Kresten Krab Thorup | 1 | -0/+3 | |
From-SVN: r4149 | |||||
1993-04-14 | (__objc_finish_read_root_object): Corrected name of method -awake: to -awake ↵ | Kresten Krab Thorup | 1 | -2/+10 | |
for compatibility (__objc_finish_read_root_object): Corrected name of method -awake: to -awake for compatibility (objc_get_stream_class_version): New function From-SVN: r4148 | |||||
1993-04-13 | *** empty log message *** | Kresten Krab Thorup | 1 | -1/+1 | |
From-SVN: r4126 | |||||
1993-04-13 | Updated to new filenames | Kresten Krab Thorup | 1 | -4/+4 | |
From-SVN: r4125 | |||||
1993-04-13 | Updated for new filenames | Kresten Krab Thorup | 1 | -5/+5 | |
From-SVN: r4124 | |||||
1993-04-13 | Changed includes to double quote style | Kresten Krab Thorup | 1 | -1/+1 | |
From-SVN: r4123 | |||||
1993-04-13 | Changed includes to doublequote style | Kresten Krab Thorup | 2 | -11/+6 | |
From-SVN: r4122 | |||||
1993-04-13 | (-Wprotocol): added | Kresten Krab Thorup | 1 | -7/+94 | |
(-Wprotocol): added (flag_warn_protocol): New variable (check_methods_accessible): New function (check_protocol): Use check_methods or check_methods_accessible depending on flag_warn_protocol to check protocol conformance. (start_class): For class implementations Assign SUPER_CLASS_NAME from interface specification if not present. From-SVN: r4121 | |||||
1993-04-13 | includes changed to double quote style | Kresten Krab Thorup | 10 | -30/+113 | |
From-SVN: r4113 | |||||
1993-04-13 | *** empty log message *** | Tom Wood | 1 | -12/+12 | |
From-SVN: r4112 | |||||
1993-04-13 | (_forward, fflags): made target error phrone | Kresten Krab Thorup | 1 | -4/+5 | |
(_forward, fflags): made target error phrone (objc-msg.o, _forward): Now uses explicit path in stead of implicit $< From-SVN: r4111 | |||||
1993-04-12 | (get_static_reference, get_objcect_reference, | Tom Wood | 1 | -1/+4 | |
start_protocol): Make a tree vector for new protocol types. (start_class): The tree vector for class types is longer. From-SVN: r4109 | |||||
1993-04-12 | (CLASS_PROTOCOL_LIST, PROTOCOL_LIST, | Tom Wood | 1 | -4/+4 | |
PROTOCOL_FORWARD_DECL, TYPE_PROTOCOL_LIST): Rearrange use of type members to avoid use of noncopied_parts. From-SVN: r4108 | |||||
1993-04-12 | (-awake:): added methods | Kresten Krab Thorup | 1 | -3/+1 | |
From-SVN: r4097 | |||||
1993-04-12 | Update for new runtime | Kresten Krab Thorup | 1 | -2/+2 | |
From-SVN: r4096 | |||||
1993-04-12 | *** empty log message *** | Kresten Krab Thorup | 1 | -0/+1 | |
From-SVN: r4095 | |||||
1993-04-12 | now "#include"s objc-archive.h | Kresten Krab Thorup | 1 | -2/+6 | |
From-SVN: r4094 | |||||
1993-04-12 | (__objc_init_install_dtable, | Kresten Krab Thorup | 1 | -6/+14 | |
__objc_install_dtable_for_class): Call to __objc_resolve_class_links moved to the latter. From-SVN: r4093 | |||||
1993-04-12 | Stripped anything added by | Kresten Krab Thorup | 1 | -202/+0 | |
kane@cc.purdue.edu which is not considered "minor changes" From-SVN: r4092 | |||||
1993-04-12 | Deleted #include "mutext.h" | Kresten Krab Thorup | 1 | -1/+0 | |
From-SVN: r4091 | |||||
1993-04-12 | (-read:, -write:): added | Kresten Krab Thorup | 1 | -109/+2 | |
Stripped anything added by kane@cc.purdue.edu which is not considered "minor changes" From-SVN: r4090 | |||||
1993-04-12 | (objc_write_reference) added | Kresten Krab Thorup | 1 | -20/+121 | |
From-SVN: r4089 | |||||
1993-04-12 | Updated for new runtime | Kresten Krab Thorup | 1 | -52/+47 | |
From-SVN: r4088 | |||||
1993-04-10 | Initial revision | Tom Wood | 15 | -0/+4820 | |
From-SVN: r4077 | |||||
1993-04-10 | Update to new runtimes. | Tom Wood | 4 | -154/+340 | |
From-SVN: r4076 | |||||
1993-04-10 | Initial revision | Tom Wood | 1 | -0/+50 | |
From-SVN: r4075 |