aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
AgeCommit message (Collapse)AuthorFilesLines
1993-05-01(xforward): Add `else true;' for Ultrix 4.2 make.Richard Stallman1-1/+1
From-SVN: r4297
1993-05-01(build_ivar_reference): Warn when a class methodTom Wood1-1/+14
refers to an instance variable. From-SVN: r4294
1993-04-29_forward.c renamed to xforward.cKresten Krab Thorup1-7/+7
From-SVN: r4276
1993-04-29Added check for selectors==0Kresten Krab Thorup1-2/+5
From-SVN: r4271
1993-04-29Uninstalled argframe macrosKresten Krab Thorup6-24/+53
From-SVN: r4270
1993-04-28Fixed bug in argframeKresten Krab Thorup1-1/+2
From-SVN: r4256
1993-04-27Changed to use argframe macrosKresten Krab Thorup7-53/+26
From-SVN: r4253
1993-04-27-x test changed to -s test in fflags targetKresten Krab Thorup1-2/+2
From-SVN: r4245
1993-04-27Definition of (Meta)Class_t eliminated, using Class*Kresten Krab Thorup12-157/+182
From-SVN: r4244
1993-04-26Runtime portability cleanupKresten Krab Thorup15-45/+53
From-SVN: r4235
1993-04-26Changed unsigned int to size_t when casting pointers to integersKresten Krab Thorup7-30/+37
From-SVN: r4233
1993-04-26Updated to use IN_OBJCKresten Krab Thorup2-2/+6
From-SVN: r4232
1993-04-26Updated to use the above IN_OBJCKresten Krab Thorup1-4/+7
From-SVN: r4231
1993-04-26Take out archiving for alphaKresten Krab Thorup1-2/+6
From-SVN: r4230
1993-04-26Take out archiving support for alphaKresten Krab Thorup1-1/+4
From-SVN: r4229
1993-04-26Take out archiving support for alpha.Kresten Krab Thorup1-0/+2
From-SVN: r4228
1993-04-26new #define used to control inclusion of gstdarg or stdarg for the runtime.Kresten Krab Thorup1-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 Kenner1-1/+3
From-SVN: r4205
1993-04-22*** empty log message ***Tom Wood1-11/+18
From-SVN: r4192
1993-04-15Rename and add types and constantsTom Wood1-11/+11
From-SVN: r4159
1993-04-15(IS_ID, IS_PROTOCOL_QUALIFIED_ID, IS_SUPER): New type checking macros.Tom Wood1-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 Wood1-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 forTom Wood1-0/+2
the GNU runtimes. From-SVN: r4151
1993-04-14(-awake): Corrected name of method -awake: to -awake for compatibilityKresten Krab Thorup2-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 prototypeKresten Krab Thorup1-0/+3
From-SVN: r4149
1993-04-14(__objc_finish_read_root_object): Corrected name of method -awake: to -awake ↵Kresten Krab Thorup1-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 Thorup1-1/+1
From-SVN: r4126
1993-04-13Updated to new filenamesKresten Krab Thorup1-4/+4
From-SVN: r4125
1993-04-13Updated for new filenamesKresten Krab Thorup1-5/+5
From-SVN: r4124
1993-04-13Changed includes to double quote styleKresten Krab Thorup1-1/+1
From-SVN: r4123
1993-04-13Changed includes to doublequote styleKresten Krab Thorup2-11/+6
From-SVN: r4122
1993-04-13(-Wprotocol): addedKresten Krab Thorup1-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-13includes changed to double quote styleKresten Krab Thorup10-30/+113
From-SVN: r4113
1993-04-13*** empty log message ***Tom Wood1-12/+12
From-SVN: r4112
1993-04-13(_forward, fflags): made target error phroneKresten Krab Thorup1-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 Wood1-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 Wood1-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 methodsKresten Krab Thorup1-3/+1
From-SVN: r4097
1993-04-12Update for new runtimeKresten Krab Thorup1-2/+2
From-SVN: r4096
1993-04-12*** empty log message ***Kresten Krab Thorup1-0/+1
From-SVN: r4095
1993-04-12now "#include"s objc-archive.hKresten Krab Thorup1-2/+6
From-SVN: r4094
1993-04-12(__objc_init_install_dtable,Kresten Krab Thorup1-6/+14
__objc_install_dtable_for_class): Call to __objc_resolve_class_links moved to the latter. From-SVN: r4093
1993-04-12Stripped anything added byKresten Krab Thorup1-202/+0
kane@cc.purdue.edu which is not considered "minor changes" From-SVN: r4092
1993-04-12Deleted #include "mutext.h"Kresten Krab Thorup1-1/+0
From-SVN: r4091
1993-04-12(-read:, -write:): addedKresten Krab Thorup1-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) addedKresten Krab Thorup1-20/+121
From-SVN: r4089
1993-04-12Updated for new runtimeKresten Krab Thorup1-52/+47
From-SVN: r4088
1993-04-10Initial revisionTom Wood15-0/+4820
From-SVN: r4077
1993-04-10Update to new runtimes.Tom Wood4-154/+340
From-SVN: r4076
1993-04-10Initial revisionTom Wood1-0/+50
From-SVN: r4075