| Commit message (Expand) | Author | Age | Files | Lines |
* | expr.c (interpret_float_suffix): Support hr, r, lr, llr, uhr, ur, ulr, ullr, ... | Chao-ying Fu | 2007-08-30 | 3 | -4/+80 |
* | be.po, [...]: Update. | Joseph Myers | 2007-08-21 | 16 | -25/+906 |
* | re PR preprocessor/32974 (#pragma GCC dependency generates extra token error.) | Tom Tromey | 2007-08-18 | 2 | -1/+11 |
* | directives-only.c: New file. | Ollie Wild | 2007-07-30 | 9 | -17/+313 |
* | traditional.c (_cpp_scan_out_logical_line): Initialize fmacro.args... | Uros Bizjak | 2007-07-04 | 2 | -1/+12 |
* | cpplib.h (CPP_N_WIDTH_MD, [...]): Add new constants. | Uros Bizjak | 2007-07-03 | 3 | -3/+29 |
* | be.po, [...]: Update. | Joseph Myers | 2007-06-26 | 16 | -1944/+2344 |
* | Correct filename of files.c in recent Changelog entries. | Danny Smith | 2007-06-17 | 1 | -3/+3 |
* | cppfiles.c (open_file): Correct typo. | Danny Smith | 2007-06-17 | 2 | -2/+6 |
* | cppfiles.c (open_file): Prevent the call for stat from overwriting errno. | Vladimir Prus | 2007-06-16 | 2 | -0/+8 |
* | cppfiles.c (open_file): Account for the fact that on windows, opening a direc... | Vladimir Prus | 2007-06-09 | 2 | -0/+19 |
* | re PR preprocessor/23479 (Implement binary constants with a "0b" prefix) | Joerg Wunsch | 2007-06-05 | 3 | -3/+53 |
* | Fixup whitespacing | Mike Stump | 2007-06-01 | 1 | -39/+39 |
* | re PR preprocessor/14331 (please add option to suppress warning message "no n... | Dave Korn | 2007-05-31 | 2 | -4/+6 |
* | macro.c (_cpp_builtin_macro_text): Handle BT_COUNTER. | Ollie Wild | 2007-05-24 | 6 | -1/+62 |
* | re PR preprocessor/20077 (GCC accepts macro definitions that fail a constraint) | Simon Martin | 2007-05-23 | 2 | -8/+26 |
* | internal.h (struct cpp_reader): Add new fields: nonexistent_file_hash and non... | Ian Lance Taylor | 2007-05-21 | 3 | -4/+93 |
* | expr.c (cpp_classify_number): Warn about dfp constant for -pedantic. | Janis Johnson | 2007-05-14 | 2 | -0/+6 |
* | re PR c/31924 (gcc accepts invalid suffixes for decimal float constants) | Janis Johnson | 2007-05-14 | 2 | -8/+16 |
* | if-div.c: New file. | Eric Christopher | 2007-05-02 | 2 | -3/+9 |
* | re PR preprocessor/28709 (Bad diagnostic pasting tokens with ##) | Tom Tromey | 2007-05-02 | 2 | -6/+20 |
* | make alloca call type correct | Michael Meissner | 2007-03-30 | 2 | -1/+6 |
* | directives.c (lex_macro_node_from_str): New. | Richard Henderson | 2007-03-30 | 3 | -0/+68 |
* | * cpplib.pot: Regenerate. | Joseph Myers | 2007-03-07 | 2 | -108/+112 |
* | * Makefile.in: Add dummy install-pdf target. | Brooks Moses | 2007-03-01 | 2 | -0/+5 |
* | re PR preprocessor/30468 (-M not fully chops dirname) | Tom Tromey | 2007-01-30 | 2 | -2/+14 |
* | re PR preprocessor/29966 (crash in cc1 with backtrace from free()) | Tom Tromey | 2007-01-30 | 3 | -9/+19 |
* | depstand.m4 (ZW_CREATE_DEPDIR): Use mkinstalldirs to make directory. | Tom Tromey | 2007-01-27 | 2 | -2/+6 |
* | re PR preprocessor/28227 (valid #ifdef rejected) | Tom Tromey | 2007-01-12 | 2 | -8/+20 |
* | warnings.m4: Use m4_expand_once to clear the AC_SUBST'ed variable. | Paolo Bonzini | 2007-01-11 | 2 | -1/+6 |
* | warnings.m4: Add second parameter with name of variable. | Paolo Bonzini | 2007-01-11 | 2 | -1/+5 |
* | re PR preprocessor/28165 (_Pragma GCC system_header broken) | Tom Tromey | 2007-01-04 | 3 | -7/+21 |
* | lex.c (_cpp_clean_line): Add uses of __builtin_expect. | Ian Lance Taylor | 2006-12-29 | 2 | -9/+26 |
* | re PR preprocessor/29612 (gcc --save-temps does not give "multi-character cha... | Jakub Jelinek | 2006-12-29 | 2 | -1/+7 |
* | re PR preprocessor/30001 (out-of-bounds access when processing empty file) | Tom Tromey | 2006-12-28 | 2 | -2/+8 |
* | Formatting fixes. | Ben Elliston | 2006-11-21 | 1 | -1/+1 |
* | configure.in (skipdirs): Don't build target-libiberty for SPU. | Trevor Smigiel | 2006-11-21 | 3 | -0/+7 |
* | cpplib.h (enum c_lang): Add CLK_GNUCXX0X and CLK_CXX0X for experimental C++0x... | Douglas Gregor | 2006-11-01 | 3 | -13/+22 |
* | config.gcc (i[34567]86-*-linux*): Handle --enable-targets=all. | Joseph Myers | 2006-10-29 | 3 | -0/+20 |
* | * cpplib.pot: Regenerate. | Joseph Myers | 2006-10-22 | 2 | -127/+159 |
* | re PR preprocessor/28709 (Bad diagnostic pasting tokens with ##) | Jakub Jelinek | 2006-10-12 | 2 | -17/+25 |
* | --(top level)-------------------------------------------- | Brooks Moses | 2006-10-10 | 2 | -1/+6 |
* | configure.ac: Make need_64_bit_hwint case for x86-darwin match exactly the gl... | Geoffrey Keating | 2006-09-22 | 3 | -2/+8 |
* | re PR c/28768 (Preprocessor doesn't parse tokens correctly?) | Joseph Myers | 2006-09-13 | 2 | -0/+10 |
* | config.gcc (i?86-*-darwin): Add 64-bit HWI support. | Eric Christopher | 2006-09-09 | 3 | -4/+11 |
* | * vi.po: Update. | Joseph Myers | 2006-09-03 | 2 | -154/+157 |
* | re PR c++/28288 (ICE with min/max operator) | Steve Ellcey | 2006-08-14 | 4 | -40/+21 |
* | * sv.po: Update. | Joseph Myers | 2006-06-24 | 2 | -2/+6 |
* | be.po, [...]: Update. | Joseph Myers | 2006-06-24 | 16 | -15/+20 |
* | re PR preprocessor/27746 (ICE on openmp code when using _Pragma from macro) | Jakub Jelinek | 2006-06-09 | 3 | -3/+39 |