aboutsummaryrefslogtreecommitdiff
path: root/libcpp
AgeCommit message (Expand)AuthorFilesLines
2007-12-06re PR c/29172 (--combine can't handle #pragma once)Tom Tromey4-8/+81
2007-12-05* vi.po: Update.Joseph Myers2-18/+15
2007-12-03( 5)Tom Tromey4-0/+76
2007-11-30re PR preprocessor/32868 (Don't warn about redefinitions of __STDC_FORMAT_MAC...Tom Tromey2-1/+8
2007-11-30Really remove accidentally committed ChangeLog entryTom Tromey1-5/+0
2007-11-16* files.c (search_path_head): Fix check for absolute paths.Michael Matz2-1/+6
2007-11-15* es.po: Update.Joseph Myers2-16/+16
2007-11-12Fix erroneous ChangeLog changeTom Tromey1-5/+5
2007-11-12re PR c++/17577 (#pragma implementation no longer diagnoses use after file to...Tom Tromey3-0/+39
2007-11-11* de.po, zh_CN.po: Update.Joseph Myers3-31/+27
2007-11-10be.po, [...]: Update.Joseph Myers16-2544/+3024
2007-11-08* cpplib.pot: Regenerate.Joseph Myers2-150/+190
2007-11-01re PR preprocessor/30805 (Internal compiler error when using "x##,##__VA_ARGS...Tom Tromey2-3/+13
2007-10-31re PR preprocessor/30786 (ICE on _Pragma at end of file)Tom Tromey4-11/+30
2007-10-21* es.po, vi.po: Update.Joseph Myers3-5/+9
2007-10-10be.po, [...]: Update.Joseph Myers16-34/+38
2007-09-06tree-cfg.c (remove_bb): Only warn if line is non-zero.Tom Tromey8-10/+98
2007-08-30expr.c (interpret_float_suffix): Support hr, r, lr, llr, uhr, ur, ulr, ullr, ...Chao-ying Fu3-4/+80
2007-08-21be.po, [...]: Update.Joseph Myers16-25/+906
2007-08-18re PR preprocessor/32974 (#pragma GCC dependency generates extra token error.)Tom Tromey2-1/+11
2007-07-30directives-only.c: New file.Ollie Wild9-17/+313
2007-07-04traditional.c (_cpp_scan_out_logical_line): Initialize fmacro.args...Uros Bizjak2-1/+12
2007-07-03cpplib.h (CPP_N_WIDTH_MD, [...]): Add new constants.Uros Bizjak3-3/+29
2007-06-26be.po, [...]: Update.Joseph Myers16-1944/+2344
2007-06-17Correct filename of files.c in recent Changelog entries.Danny Smith1-3/+3
2007-06-17cppfiles.c (open_file): Correct typo.Danny Smith2-2/+6
2007-06-16cppfiles.c (open_file): Prevent the call for stat from overwriting errno.Vladimir Prus2-0/+8
2007-06-09cppfiles.c (open_file): Account for the fact that on windows, opening a direc...Vladimir Prus2-0/+19
2007-06-05re PR preprocessor/23479 (Implement binary constants with a "0b" prefix)Joerg Wunsch3-3/+53
2007-06-01Fixup whitespacingMike Stump1-39/+39
2007-05-31re PR preprocessor/14331 (please add option to suppress warning message "no n...Dave Korn2-4/+6
2007-05-24macro.c (_cpp_builtin_macro_text): Handle BT_COUNTER.Ollie Wild6-1/+62
2007-05-23re PR preprocessor/20077 (GCC accepts macro definitions that fail a constraint)Simon Martin2-8/+26
2007-05-21internal.h (struct cpp_reader): Add new fields: nonexistent_file_hash and non...Ian Lance Taylor3-4/+93
2007-05-14expr.c (cpp_classify_number): Warn about dfp constant for -pedantic.Janis Johnson2-0/+6
2007-05-14re PR c/31924 (gcc accepts invalid suffixes for decimal float constants)Janis Johnson2-8/+16
2007-05-02if-div.c: New file.Eric Christopher2-3/+9
2007-05-02re PR preprocessor/28709 (Bad diagnostic pasting tokens with ##)Tom Tromey2-6/+20
2007-03-30make alloca call type correctMichael Meissner2-1/+6
2007-03-30directives.c (lex_macro_node_from_str): New.Richard Henderson3-0/+68
2007-03-07* cpplib.pot: Regenerate.Joseph Myers2-108/+112
2007-03-01* Makefile.in: Add dummy install-pdf target.Brooks Moses2-0/+5
2007-01-30re PR preprocessor/30468 (-M not fully chops dirname)Tom Tromey2-2/+14
2007-01-30re PR preprocessor/29966 (crash in cc1 with backtrace from free())Tom Tromey3-9/+19
2007-01-27depstand.m4 (ZW_CREATE_DEPDIR): Use mkinstalldirs to make directory.Tom Tromey2-2/+6
2007-01-12re PR preprocessor/28227 (valid #ifdef rejected)Tom Tromey2-8/+20
2007-01-11warnings.m4: Use m4_expand_once to clear the AC_SUBST'ed variable.Paolo Bonzini2-1/+6
2007-01-11warnings.m4: Add second parameter with name of variable.Paolo Bonzini2-1/+5
2007-01-04re PR preprocessor/28165 (_Pragma GCC system_header broken)Tom Tromey3-7/+21
2006-12-29lex.c (_cpp_clean_line): Add uses of __builtin_expect.Ian Lance Taylor2-9/+26