summaryrefslogtreecommitdiff
path: root/gcc/objc
Commit message (Expand)AuthorAgeFilesLines
...
* 2000-08-04 Andreas Schwab <schwab@suse.de>zack2000-08-051-2/+2
* * cpplex.c (parse_name): Might have to glue a CPP_OTHER tokenzack2000-08-042-20/+1
* * Makefile.in: Rename cpp to cpp0, tradcpp to tradcpp0, andzack2000-07-311-1/+1
* Revert previous checkin.mmitchel2000-07-291-3/+16
* * Makefile.in: Generate objc parser along with the C parser.mmitchel2000-07-291-16/+3
* * .cvsignore: Add generated YACC files.mmitchel2000-07-141-0/+2
* * gcc.c (do_spec_1): Add new %B operator.zack2000-07-131-71/+15
* * gcc.c (C specs [!USE_CPPLIB]): Invoke tradcpp if any ofzack2000-07-121-5/+4
* * gcc_update (files_and_dependencies): Remove generated YACC files.mmitchel2000-07-122-7883/+0
* Regenerate after this patch:zack2000-07-112-347/+225
* * c-parse.in (undeclared_variable_notice): Moved to c-typeck.c.zack2000-06-193-821/+532
* * c-common.h (c_language_kind): New type.mmitchel2000-06-061-1/+1
* * objc/objc-act.c (generate_method_descriptors): Registerzack2000-06-051-57/+52
* * tree.h (VOID_TYPE_P): New macro.nathan2000-06-052-425/+423
* top level:zack2000-05-092-10/+9
* * bb-reorder.c (get_next_bb_note, get_prev_bb_note): Prototype.ghazi2000-05-041-0/+2
* * Makefile.in (WARN_CFLAGS): Add -pedantic -Wno-long-long.jason2000-05-031-1/+1
* Update. Build with the same version of bison.law2000-04-211-502/+502
* * objc/objc-act.c: Include ggc.h.jakub2000-04-124-52/+209
* * gcc.c (C specs): Pass -f(no-)show-column to thezack2000-04-031-0/+2
* * c-parse.in (cast_expr): Move change from March 21 into c-parse.inlaw2000-03-312-5/+5
* * Rework fields used to describe positions of bitfields andkenner2000-03-251-7/+2
* * c-parse.in (SAVE_WARN_FLAGS): Use size_int.loewis2000-03-202-26/+21
* * objc/objc-act.c (encode_method_prototype): Pass types, notmmitchel2000-03-171-1/+1
* * Clean up usages of TREE_INT_CST_LOW.kenner2000-03-173-29/+19
* * c-parse.y, c-parse.c, c-parse.h: Regenerate.gkm2000-03-142-1656/+1668
* * rtl.h (rtunion_def): Constify member `rtstr'.ghazi2000-03-071-3/+3
* * Eliminate DECL_FIELD_SIZE.kenner2000-02-291-21/+7
* regenjason2000-02-282-510/+510
* Fix copyrightslaw2000-02-262-2/+4
* * tree.h (TREE_SET_PERMANENT): New macro. Document conditionszack2000-02-241-7/+0
* * objc/lang-specs.h: Add new __GNUC_PATCHLEVEL__ define torth2000-02-171-4/+6
* * c-parse.in: Apply Ulrich's changes from c-parse.y.zack2000-01-302-4/+4
* * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c,zack2000-01-253-807/+604
* * c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.loewis2000-01-182-18/+21
* * c-common.c: PROTO -> PARAMS.ghazi2000-01-124-165/+165
* 1999-12-18 10:42 -0800 Zack Weinberg <zack@wolery.cumb.org>zack1999-12-181-111/+179
* * c-parse.in (string): With -Wtraditional, warn if ANSI stringghazi1999-12-102-405/+407
* * c-parse.in (cast_expr): Constify.ghazi1999-10-262-2/+2
* * c-parse.in (component_decl): Support anonymous struct/union.law1999-10-152-1272/+1294
* Allow to distinguish between three classes of builtin functionscrux1999-09-241-4/+4
* * c-parse.in: save and restore warn_pointer_arith on __extension__law1999-09-222-518/+540
* Remove second arg from assign_parmscrux1999-09-151-1/+1
* * objc/Make-lang.in: Prepend $(SHELL) to move-if-change calls.law1999-09-141-1/+1
* Commit parts that were missing in Mark's last commitcrux1999-09-072-509/+531
* Merge in gcc2-ss-010999law1999-09-072-685/+614
* * c-aux-info.c (concat): Don't define.ghazi1999-09-071-4/+2
* * Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o.mmitchel1999-09-061-1/+1
* * c-decl.c (struct language_function): Renamed from struct c_function.mmitchel1999-09-052-324/+336
* * objc/objc-act.c (objc_tree_code_type, objc_tree_code_length,ghazi1999-09-031-83/+87