| Commit message (Expand) | Author | Age | Files | Lines |
* | * splay-tree.c (splay_tree_predecessor): Fix typo in comment. | mmitchel | 2000-09-17 | 3 | -6/+18 |
* | Integrated preprocessor. | zack | 2000-09-07 | 3 | -25/+33 |
* | * lang-specs.h: Do not process -o or run the assembler if | law | 2000-08-21 | 1 | -7/+7 |
* | New command line option -fconstant-string-class to allow specifying a | ovidiu | 2000-08-06 | 1 | -1/+14 |
* | Moved the Objective-C specific options from toplev.c. Added | ovidiu | 2000-08-06 | 1 | -0/+43 |
* | 2000-08-04 Andreas Schwab <schwab@suse.de> | zack | 2000-08-05 | 1 | -2/+2 |
* | * cpplex.c (parse_name): Might have to glue a CPP_OTHER token | zack | 2000-08-04 | 2 | -20/+1 |
* | * Makefile.in: Rename cpp to cpp0, tradcpp to tradcpp0, and | zack | 2000-07-31 | 1 | -1/+1 |
* | Revert previous checkin. | mmitchel | 2000-07-29 | 1 | -3/+16 |
* | * Makefile.in: Generate objc parser along with the C parser. | mmitchel | 2000-07-29 | 1 | -16/+3 |
* | * .cvsignore: Add generated YACC files. | mmitchel | 2000-07-14 | 1 | -0/+2 |
* | * gcc.c (do_spec_1): Add new %B operator. | zack | 2000-07-13 | 1 | -71/+15 |
* | * gcc.c (C specs [!USE_CPPLIB]): Invoke tradcpp if any of | zack | 2000-07-12 | 1 | -5/+4 |
* | * gcc_update (files_and_dependencies): Remove generated YACC files. | mmitchel | 2000-07-12 | 2 | -7883/+0 |
* | Regenerate after this patch: | zack | 2000-07-11 | 2 | -347/+225 |
* | * c-parse.in (undeclared_variable_notice): Moved to c-typeck.c. | zack | 2000-06-19 | 3 | -821/+532 |
* | * c-common.h (c_language_kind): New type. | mmitchel | 2000-06-06 | 1 | -1/+1 |
* | * objc/objc-act.c (generate_method_descriptors): Register | zack | 2000-06-05 | 1 | -57/+52 |
* | * tree.h (VOID_TYPE_P): New macro. | nathan | 2000-06-05 | 2 | -425/+423 |
* | top level: | zack | 2000-05-09 | 2 | -10/+9 |
* | * bb-reorder.c (get_next_bb_note, get_prev_bb_note): Prototype. | ghazi | 2000-05-04 | 1 | -0/+2 |
* | * Makefile.in (WARN_CFLAGS): Add -pedantic -Wno-long-long. | jason | 2000-05-03 | 1 | -1/+1 |
* | Update. Build with the same version of bison. | law | 2000-04-21 | 1 | -502/+502 |
* | * objc/objc-act.c: Include ggc.h. | jakub | 2000-04-12 | 4 | -52/+209 |
* | * gcc.c (C specs): Pass -f(no-)show-column to the | zack | 2000-04-03 | 1 | -0/+2 |
* | * c-parse.in (cast_expr): Move change from March 21 into c-parse.in | law | 2000-03-31 | 2 | -5/+5 |
* | * Rework fields used to describe positions of bitfields and | kenner | 2000-03-25 | 1 | -7/+2 |
* | * c-parse.in (SAVE_WARN_FLAGS): Use size_int. | loewis | 2000-03-20 | 2 | -26/+21 |
* | * objc/objc-act.c (encode_method_prototype): Pass types, not | mmitchel | 2000-03-17 | 1 | -1/+1 |
* | * Clean up usages of TREE_INT_CST_LOW. | kenner | 2000-03-17 | 3 | -29/+19 |
* | * c-parse.y, c-parse.c, c-parse.h: Regenerate. | gkm | 2000-03-14 | 2 | -1656/+1668 |
* | * rtl.h (rtunion_def): Constify member `rtstr'. | ghazi | 2000-03-07 | 1 | -3/+3 |
* | * Eliminate DECL_FIELD_SIZE. | kenner | 2000-02-29 | 1 | -21/+7 |
* | regen | jason | 2000-02-28 | 2 | -510/+510 |
* | Fix copyrights | law | 2000-02-26 | 2 | -2/+4 |
* | * tree.h (TREE_SET_PERMANENT): New macro. Document conditions | zack | 2000-02-24 | 1 | -7/+0 |
* | * objc/lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to | rth | 2000-02-17 | 1 | -4/+6 |
* | * c-parse.in: Apply Ulrich's changes from c-parse.y. | zack | 2000-01-30 | 2 | -4/+4 |
* | * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c, | zack | 2000-01-25 | 3 | -807/+604 |
* | * c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST. | loewis | 2000-01-18 | 2 | -18/+21 |
* | * c-common.c: PROTO -> PARAMS. | ghazi | 2000-01-12 | 4 | -165/+165 |
* | 1999-12-18 10:42 -0800 Zack Weinberg <zack@wolery.cumb.org> | zack | 1999-12-18 | 1 | -111/+179 |
* | * c-parse.in (string): With -Wtraditional, warn if ANSI string | ghazi | 1999-12-10 | 2 | -405/+407 |
* | * c-parse.in (cast_expr): Constify. | ghazi | 1999-10-26 | 2 | -2/+2 |
* | * c-parse.in (component_decl): Support anonymous struct/union. | law | 1999-10-15 | 2 | -1272/+1294 |
* | Allow to distinguish between three classes of builtin functions | crux | 1999-09-24 | 1 | -4/+4 |
* | * c-parse.in: save and restore warn_pointer_arith on __extension__ | law | 1999-09-22 | 2 | -518/+540 |
* | Remove second arg from assign_parms | crux | 1999-09-15 | 1 | -1/+1 |
* | * objc/Make-lang.in: Prepend $(SHELL) to move-if-change calls. | law | 1999-09-14 | 1 | -1/+1 |
* | Commit parts that were missing in Mark's last commit | crux | 1999-09-07 | 2 | -509/+531 |