Age | Commit message (Expand) | Author | Files | Lines |
2011-07-15 | Use source_location where it is due | Dodji Seketeli | 1 | -7/+7 |
2011-01-03 | Update Copyright years for files modified in 2010. | Jakub Jelinek | 2 | -2/+2 |
2010-10-19 | line-map.h (source_location): Remove obsolete comment mentioning location_s. | Basile Starynkevitch | 1 | -2/+0 |
2010-09-29 | re PR preprocessor/45362 (Dangling reference about saved cpp_macro for push/p... | Kai Tietz | 1 | -3/+0 |
2010-09-29 | optc-gen.awk: Generate global_options initializer instead of individual varia... | Joseph Myers | 1 | -4/+4 |
2010-06-11 | cpplib.h (struct cpp_callbacks): Add user_builtin_macro callback. | Jakub Jelinek | 1 | -2/+7 |
2010-06-10 | common.opt (fshow-column): Don't mark as C ObjC C++ ObjC++. | Joseph Myers | 1 | -4/+1 |
2010-06-08 | utils.c (init_gnat_to_gnu): Use typed GC allocation. | Laurynas Biveinis | 1 | -0/+1 |
2010-04-25 | c-common.c (flag_isoc1x): New. | Joseph Myers | 1 | -1/+2 |
2010-04-07 | diagnostic.h (diagnostic_override_option_index): New macro to set a diagnosti... | Simon Baldwin | 1 | -19/+61 |
2009-11-20 | macro.c (enter_macro_context): Call cb.used callback if defined. | Arnaud Charlet | 1 | -0/+3 |
2009-10-19 | charset.c (cpp_init_iconv): Initialize utf8_cset_desc. | Jakub Jelinek | 1 | -2/+3 |
2009-10-14 | re PR preprocessor/41543 (BUILTINS_LOCATION wrong with -fpreprocessed) | Jakub Jelinek | 1 | -0/+5 |
2009-09-18 | re PR preprocessor/28435 (-MMD vs not found system header (included from a sy... | Chris Demetriou | 1 | -0/+4 |
2009-07-27 | cpplib.h (INO_T_CPP): New macro. | Douglas B Rupp | 1 | -1/+7 |
2009-07-18 | directives.c (do_linemarker, do_line): Use CPP_STRING for ignored enum value. | Jerry Quinn | 5 | -40/+0 |
2009-06-17 | * include/cpplib.h (progname): Don't declare. | Ian Lance Taylor | 1 | -3/+0 |
2009-06-12 | cpplib.h (struct cpp_options): Add warn_cxx_operator_names field. | Ian Lance Taylor | 1 | -3/+8 |
2009-06-01 | diagnostic.c (diagnostic_build_prefix): Always print columns. | Aldy Hernandez | 1 | -0/+2 |
2009-06-01 | cpp-id-data.h: Add extern "C". | Ian Lance Taylor | 4 | -0/+34 |
2009-05-16 | alias.c (struct alias_set_entry_d): Rename from struct alias_set_entry. | Ian Lance Taylor | 1 | -2/+2 |
2009-05-10 | c-lex.c (c_lex_with_flags): Expect cpp_hashnode in tok->val.node.node. | Joseph Myers | 1 | -7/+23 |
2009-04-22 | hashtab.h: Update GTY annotations to new syntax | Taras Glek | 4 | -18/+9 |
2009-04-22 | re PR c++/14875 (When using 'or' keyword, the error message speaks of a '||' ... | Manuel López-Ibáñez | 1 | -1/+1 |
2009-04-19 | re PR preprocessor/20078 (Gcc doesn't complain about non-benign macro definit... | Joseph Myers | 2 | -1/+10 |
2009-04-18 | re PR preprocessor/39646 (__FILE__ breaks for empty file name) | Joseph Myers | 1 | -2/+3 |
2009-04-09 | Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. | Jakub Jelinek | 5 | -18/+19 |
2009-04-01 | re PR target/39027 (double floating point suffix of 'd' and 'D' not accepted) | Janis Johnson | 1 | -0/+1 |
2009-03-31 | re PR preprocessor/15638 (gcc should have option to treat missing headers as ... | Joseph Myers | 1 | -0/+2 |
2009-03-29 | re PR preprocessor/34695 (Preprocessor warning->error conversion from -Werror... | Joseph Myers | 2 | -47/+14 |
2009-03-18 | dse.c (struct group_info): Reorder fields for 64-bit hosts. | Jakub Jelinek | 1 | -8/+8 |
2008-10-05 | cpplib.h (cpp_comments, [...]): New structs. | Matthew Gingell | 1 | -0/+30 |
2008-09-18 | cpplib.h (struct cpp_options): Add new boolean flag warn_builtin_macro_redefi... | Simon Baldwin | 1 | -0/+4 |
2008-07-21 | line-map.h (linenum_type): New typedef. | Manuel López-Ibáñez | 1 | -7/+10 |
2008-07-14 | cpplib.h (NODE_CONDITIONAL): New. | Ben Elliston | 1 | -2/+8 |
2008-05-30 | cpplib.h (struct cpp_dir): Add new field, canonical_name. | Danny Smith | 1 | -0/+4 |
2008-05-21 | re PR preprocessor/27777 (Bad diagnostic emission when #error contains a trig... | Tom Tromey | 1 | -0/+2 |
2008-05-21 | symtab.h (HT_ALLOCED): Remove. | Tom Tromey | 1 | -2/+6 |
2008-05-13 | re PR preprocessor/22168 (#if #A == #B should have a diagnostic in ISO C mode) | Tom Tromey | 1 | -3/+4 |
2008-04-22 | cpplib.h (cpp_define_formatted): New. | Daniel Franke | 1 | -5/+7 |
2008-04-18 | cpp-id-data.h (UC): Was U, conflicts with U... | Kris Van Hees | 2 | -3/+10 |
2008-04-02 | cppopts.texi (-dU): Document. | Joseph Myers | 1 | -0/+9 |
2008-02-20 | traditional.c (lex_identifier): Use CPP_HASHNODE. | Tom Tromey | 1 | -2/+2 |
2007-12-06 | re PR c/29172 (--combine can't handle #pragma once) | Tom Tromey | 1 | -0/+1 |
2007-11-12 | re PR c++/17577 (#pragma implementation no longer diagnoses use after file to... | Tom Tromey | 1 | -0/+1 |
2007-09-06 | tree-cfg.c (remove_bb): Only warn if line is non-zero. | Tom Tromey | 3 | -6/+25 |
2007-08-30 | expr.c (interpret_float_suffix): Support hr, r, lr, llr, uhr, ur, ulr, ullr, ... | Chao-ying Fu | 1 | -3/+7 |
2007-07-30 | directives-only.c: New file. | Ollie Wild | 1 | -0/+7 |
2007-07-03 | cpplib.h (CPP_N_WIDTH_MD, [...]): Add new constants. | Uros Bizjak | 1 | -0/+4 |
2007-06-05 | re PR preprocessor/23479 (Implement binary constants with a "0b" prefix) | Joerg Wunsch | 1 | -0/+1 |