Age | Commit message (Expand) | Author | Files | Lines |
1995-08-28 | Fix spelling errors. | Richard Kenner | 1 | -1/+1 |
1995-06-15 | Update FSF address. | Richard Kenner | 1 | -1/+2 |
1995-06-14 | (hack_method_prototype): Set DECL_CONTEXT of parms. | Richard Kenner | 1 | -0/+4 |
1995-06-14 | (build_module_descriptor, really_start_method): Pass extra parm to | Richard Kenner | 1 | -3/+3 |
1995-05-22 | Numerous formatting changes. | Richard Kenner | 1 | -1047/+1280 |
1995-05-16 | Fix typos in comments. | Richard Kenner | 1 | -2/+2 |
1995-05-14 | (start_method_def): Mark _self as possibly unused. | Richard Kenner | 1 | -1/+1 |
1995-05-12 | (unused_list): New variable. | Richard Kenner | 1 | -14/+32 |
1995-04-28 | (*): Update calls to start_decl, finish_struct (pass NULLs for attributes). | Doug Evans | 1 | -35/+38 |
1995-04-26 | (OBJC_VERSION): Version 7. | Richard Kenner | 1 | -9/+193 |
1995-03-09 | (build_module_descriptor, really_start_method): Pass new parm to | Richard Kenner | 1 | -4/+4 |
1995-01-14 | __attribute__ ((constructor)) | Jason Merrill | 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-09-27 | (warn_with_method): Make arg int, not char. | Richard Kenner | 1 | -2/+2 |
1994-08-19 | (build_selector_translation_table): Reset current_function_decl after hack_fu... | Kresten Krab Thorup | 1 | -1/+3 |
1994-07-21 | (build_module_descriptor): Don't set DECL_EXTERNAL on | Jim Wilson | 1 | -1/+0 |
1994-06-30 | incremented objc_version iff using gnu runtime. | Kresten Krab Thorup | 1 | -1/+1 |
1994-06-30 | objc-act.c (get_proto_encoding, [...]): New fucnctions. | Kresten Krab Thorup | 1 | -34/+178 |
1993-10-28 | (check_methods_accessible): Fix bug in -Wno-protocol. | Richard Kenner | 1 | -0/+2 |
1993-08-24 | (offset_is_register): New variable | Kresten Krab Thorup | 1 | -68/+86 |
1993-08-11 | (build_module_descriptor): Use new function get_file_function_name. | Per Bothner | 1 | -43/+4 |
1993-08-01 | Call default_conversion for NAME. | Richard Stallman | 1 | -66/+123 |
1993-07-18 | (synth_module_prologue): Call layout_type for the array | Richard Stallman | 1 | -1/+3 |
1993-07-05 | (encode_type_qualifiers): Add casts to enums in indices. | Richard Stallman | 1 | -6/+6 |
1993-06-06 | (encode_type): Add cases for DImode, encoded as 'q' and 'Q' respectively. | Richard Stallman | 1 | -1/+6 |
1993-05-20 | *** empty log message *** | Richard Stallman | 1 | -1/+1 |
1993-05-20 | (handle_class_ref): Call assemble_constant_align before output_constant. | Richard Stallman | 1 | -3/+8 |
1993-05-09 | (string_section): Delete comma before close-brace. | Richard Stallman | 1 | -1/+1 |
1993-05-06 | (OBJC_GEN_METHOD_LABEL): Do use CAT_NAME. | Richard Stallman | 1 | -9/+10 |
1993-05-06 | (check_methods_accessible): Handle interface types. | Richard Stallman | 1 | -2/+4 |
1993-05-01 | (build_ivar_reference): Warn when a class method | Tom Wood | 1 | -1/+14 |
1993-04-24 | (HASHFUNCTION): Cast pointers to widest int type. | Richard Kenner | 1 | -1/+3 |
1993-04-22 | *** empty log message *** | Tom Wood | 1 | -11/+18 |
1993-04-15 | (IS_ID, IS_PROTOCOL_QUALIFIED_ID, IS_SUPER): New type checking macros. | Tom Wood | 1 | -51/+57 |
1993-04-14 | (maybe_objc_comptypes): Return 0 (incompatible) rather than 2 (similar enough... | Tom Wood | 1 | -1/+1 |
1993-04-14 | (get_class_reference): Call add_class_reference for | Tom Wood | 1 | -0/+2 |
1993-04-13 | (-Wprotocol): added | Kresten Krab Thorup | 1 | -7/+94 |
1993-04-13 | *** empty log message *** | Tom Wood | 1 | -12/+12 |
1993-04-12 | (get_static_reference, get_objcect_reference, | Tom Wood | 1 | -1/+4 |
1993-04-09 | *** empty log message *** | Tom Wood | 1 | -1498/+3739 |
1993-03-25 | Added front-end taggint to object files. | Mike Stump | 1 | -0/+6 |
1993-03-14 | (build_objc_method_call, get_class_reference): | Richard Kenner | 1 | -4/+17 |
1993-03-10 | (OBJC_GEN_METHOD_LABEL): Convert colons to _'s. | Richard Stallman | 1 | -5/+9 |
1993-03-09 | Close #ifdef NEXT_OBJC_RUNTIME properly. | Michael Meissner | 1 | -0/+1 |
1993-03-08 | (really_start_method): Always use OBJC_GEN_METHOD_LABEL. | Richard Stallman | 1 | -14/+17 |
1993-03-04 | (handle_class_ref): Call assemble_external. | Richard Stallman | 1 | -0/+3 |
1993-02-15 | (HASHFUNCTION): Insure nonnegative hash even if addresses are negative. | Richard Stallman | 1 | -1/+1 |
1993-02-03 | (init_objc): Use xrealoc, not realloc. | Richard Stallman | 1 | -6/+6 |