Age | Commit message (Expand) | Author | Files | Lines |
2008-03-28 | Makefile.in (POSTCOMPILE): New variable. | Tom Tromey | 1 | -0/+5 |
2008-03-13 | re PR preprocessor/35322 (ICE with incomplete macro) | Tom Tromey | 1 | -0/+5 |
2008-03-06 | re PR preprocessor/35458 (Dependency generation (-M) does not quote '#' in fi... | Markus Milleder | 1 | -0/+5 |
2008-02-27 | re PR preprocessor/35379 (-MT generates a target string too long over two lines) | Ralf Wildenhues | 1 | -1/+8 |
2008-02-26 | Makefile.in ($(srcdir)/config.in): Depend on configure.ac. | Thiemo Seufer | 1 | -0/+4 |
2008-02-20 | traditional.c (lex_identifier): Use CPP_HASHNODE. | Tom Tromey | 1 | -0/+13 |
2008-01-25 | re PR preprocessor/34692 (Internal error with pragma in macro) | Jakub Jelinek | 1 | -16/+34 |
2008-01-22 | re PR c++/34859 (g++ -D__STDC_LIMIT_MACROS -D__STDC_LIMIT_MACROS causes error) | Tom Tromey | 1 | -0/+6 |
2008-01-07 | re PR preprocessor/30363 (Support for -traditional-cpp is incomplete in curre... | Fred Fish | 1 | -0/+9 |
2008-01-03 | re PR preprocessor/34602 (Internal error with invalid #line directive) | Tom Tromey | 1 | -0/+6 |
2007-12-11 | charset.c (convert_using_iconv): Close out any shift states, returning to the... | DJ Delorie | 1 | -0/+5 |
2007-12-06 | re PR c/29172 (--combine can't handle #pragma once) | Tom Tromey | 1 | -0/+17 |
2007-12-03 | ( 5) | Tom Tromey | 1 | -0/+6 |
2007-11-30 | re PR preprocessor/32868 (Don't warn about redefinitions of __STDC_FORMAT_MAC... | Tom Tromey | 1 | -0/+6 |
2007-11-30 | Really remove accidentally committed ChangeLog entry | Tom Tromey | 1 | -5/+0 |
2007-11-16 | * files.c (search_path_head): Fix check for absolute paths. | Michael Matz | 1 | -0/+4 |
2007-11-12 | Fix erroneous ChangeLog change | Tom Tromey | 1 | -5/+5 |
2007-11-12 | re PR c++/17577 (#pragma implementation no longer diagnoses use after file to... | Tom Tromey | 1 | -0/+14 |
2007-11-01 | re PR preprocessor/30805 (Internal compiler error when using "x##,##__VA_ARGS... | Tom Tromey | 1 | -0/+6 |
2007-10-31 | re PR preprocessor/30786 (ICE on _Pragma at end of file) | Tom Tromey | 1 | -0/+8 |
2007-09-06 | tree-cfg.c (remove_bb): Only warn if line is non-zero. | Tom Tromey | 1 | -0/+19 |
2007-08-30 | expr.c (interpret_float_suffix): Support hr, r, lr, llr, uhr, ur, ulr, ullr, ... | Chao-ying Fu | 1 | -0/+11 |
2007-08-18 | re PR preprocessor/32974 (#pragma GCC dependency generates extra token error.) | Tom Tromey | 1 | -0/+6 |
2007-07-30 | directives-only.c: New file. | Ollie Wild | 1 | -0/+20 |
2007-07-04 | traditional.c (_cpp_scan_out_logical_line): Initialize fmacro.args... | Uros Bizjak | 1 | -0/+6 |
2007-07-03 | cpplib.h (CPP_N_WIDTH_MD, [...]): Add new constants. | Uros Bizjak | 1 | -0/+8 |
2007-06-17 | Correct filename of files.c in recent Changelog entries. | Danny Smith | 1 | -3/+3 |
2007-06-17 | cppfiles.c (open_file): Correct typo. | Danny Smith | 1 | -0/+4 |
2007-06-16 | cppfiles.c (open_file): Prevent the call for stat from overwriting errno. | Vladimir Prus | 1 | -0/+5 |
2007-06-09 | cppfiles.c (open_file): Account for the fact that on windows, opening a direc... | Vladimir Prus | 1 | -0/+6 |
2007-06-05 | re PR preprocessor/23479 (Implement binary constants with a "0b" prefix) | Joerg Wunsch | 1 | -0/+9 |
2007-05-31 | re PR preprocessor/14331 (please add option to suppress warning message "no n... | Dave Korn | 1 | -0/+5 |
2007-05-24 | macro.c (_cpp_builtin_macro_text): Handle BT_COUNTER. | Ollie Wild | 1 | -0/+11 |
2007-05-23 | re PR preprocessor/20077 (GCC accepts macro definitions that fail a constraint) | Simon Martin | 1 | -0/+7 |
2007-05-21 | internal.h (struct cpp_reader): Add new fields: nonexistent_file_hash and non... | Ian Lance Taylor | 1 | -0/+16 |
2007-05-14 | expr.c (cpp_classify_number): Warn about dfp constant for -pedantic. | Janis Johnson | 1 | -0/+2 |
2007-05-14 | re PR c/31924 (gcc accepts invalid suffixes for decimal float constants) | Janis Johnson | 1 | -0/+5 |
2007-05-02 | if-div.c: New file. | Eric Christopher | 1 | -0/+5 |
2007-05-02 | re PR preprocessor/28709 (Bad diagnostic pasting tokens with ##) | Tom Tromey | 1 | -0/+5 |
2007-03-30 | make alloca call type correct | Michael Meissner | 1 | -0/+5 |
2007-03-30 | directives.c (lex_macro_node_from_str): New. | Richard Henderson | 1 | -0/+6 |
2007-03-01 | * Makefile.in: Add dummy install-pdf target. | Brooks Moses | 1 | -0/+4 |
2007-01-30 | re PR preprocessor/30468 (-M not fully chops dirname) | Tom Tromey | 1 | -0/+6 |
2007-01-30 | re PR preprocessor/29966 (crash in cc1 with backtrace from free()) | Tom Tromey | 1 | -0/+8 |
2007-01-27 | depstand.m4 (ZW_CREATE_DEPDIR): Use mkinstalldirs to make directory. | Tom Tromey | 1 | -0/+4 |
2007-01-12 | re PR preprocessor/28227 (valid #ifdef rejected) | Tom Tromey | 1 | -0/+10 |
2007-01-11 | warnings.m4: Use m4_expand_once to clear the AC_SUBST'ed variable. | Paolo Bonzini | 1 | -0/+4 |
2007-01-11 | warnings.m4: Add second parameter with name of variable. | Paolo Bonzini | 1 | -0/+4 |
2007-01-04 | re PR preprocessor/28165 (_Pragma GCC system_header broken) | Tom Tromey | 1 | -0/+8 |
2006-12-29 | lex.c (_cpp_clean_line): Add uses of __builtin_expect. | Ian Lance Taylor | 1 | -0/+5 |