aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2009-09-13Changlog libcppKai Tietz1-0/+6
2009-09-12dbgcnt.c (dbg_cnt_process_single_pair): constify.Jason Merrill1-0/+4
2009-09-02macro.c (stringify_arg): Escape CPP_WCHAR tokens.Ian Lance Taylor1-0/+4
2009-08-24Update AC_PREREQ entries to 2.64Ralf Wildenhues1-0/+4
2009-08-22Regenerate tree using Autoconf 2.64 and Automake 1.11.Ralf Wildenhues1-0/+6
2009-08-17re PR preprocessor/41067 (Inconsistency in warnings on invalid \-escapes)Tom Tromey1-0/+5
2009-07-27cpplib.h (INO_T_CPP): New macro.Douglas B Rupp1-0/+5
2009-07-20re PR regression/40800 (libcpp breaks bootstrap)Jerry Quinn1-0/+7
2009-07-18directives.c (do_linemarker, do_line): Use CPP_STRING for ignored enum value.Jerry Quinn1-0/+27
2009-06-23directives.c (parse_include): Add location argument.Manuel López-Ibáñez1-0/+8
2009-06-18expr.c (num_div_op): Take explicit location.Manuel López-Ibáñez1-0/+4
2009-06-17* include/cpplib.h (progname): Don't declare.Ian Lance Taylor1-0/+4
2009-06-12cpplib.h (struct cpp_options): Add warn_cxx_operator_names field.Ian Lance Taylor1-0/+13
2009-06-01diagnostic.c (diagnostic_build_prefix): Always print columns.Aldy Hernandez1-0/+4
2009-06-01cpp-id-data.h: Add extern "C".Ian Lance Taylor1-0/+8
2009-05-16alias.c (struct alias_set_entry_d): Rename from struct alias_set_entry.Ian Lance Taylor1-0/+5
2009-05-13re PR preprocessor/36674 (#include location is offset by one row in errors fr...Manuel López-Ibáñez1-0/+8
2009-05-10c-lex.c (c_lex_with_flags): Expect cpp_hashnode in tok->val.node.node.Joseph Myers1-0/+22
2009-05-03charset.c (one_utf8_to_cppchar): Correct mask used for 5-byte UTF-8 sequences.Joseph Myers1-0/+5
2009-04-25re PR preprocessor/39559 (constants too large for intmax_t need pedwarns)Joseph Myers1-0/+6
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-0/+7
2009-04-22re PR c++/14875 (When using 'or' keyword, the error message speaks of a '||' ...Manuel López-Ibáñez1-0/+13
2009-04-20re PR c++/13358 (long long and C++ do not mix well)Manuel López-Ibáñez1-0/+7
2009-04-19re PR preprocessor/20078 (Gcc doesn't complain about non-benign macro definit...Joseph Myers1-0/+20
2009-04-18directives.c (parse_include): Pass true to check_eol.Joseph Myers1-0/+4
2009-04-18re PR preprocessor/39646 (__FILE__ breaks for empty file name)Joseph Myers1-0/+8
2009-04-18re PR preprocessor/39647 (Syntax checks in #line not quite right)Joseph Myers1-0/+9
2009-04-12re PR preprocessor/31869 (stringifying empty macros)Joseph Myers1-0/+7
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-0/+31
2009-04-01re PR target/39027 (double floating point suffix of 'd' and 'D' not accepted)Janis Johnson1-0/+6
2009-04-01re PR c/33466 (mixed-case suffix for decimal float constants)Janis Johnson1-0/+6
2009-03-31re PR preprocessor/15638 (gcc should have option to treat missing headers as ...Joseph Myers1-0/+8
2009-03-30re PR preprocessor/31932 (cpp -f*-charset and gcj --encoding accept no values...Sergiy Vyshnevetskiy1-0/+7
2009-03-30re PR preprocessor/39512 (linemap_init in lex.c does not initialize reallocator)Tom Tromey1-0/+5
2009-03-30re PR target/39558 (Bad interaction of decls named 'vector' and -maltivec vec...Jakub Jelinek1-0/+6
2009-03-29re PR preprocessor/34695 (Preprocessor warning->error conversion from -Werror...Joseph Myers1-0/+29
2009-03-28Makefile.in (po/$(PACKAGE).pot): Use $(mkinstalldirs) not mkinstalldirs.Joseph Myers1-0/+5
2009-03-18dse.c (struct group_info): Reorder fields for 64-bit hosts.Jakub Jelinek1-0/+4
2009-02-21lex.c (lex_string): Return a CPP_LESS token for missing '>' in a header name.Joseph Myers1-0/+6
2009-02-15revert: configure.ac: Enable LFS.Richard Guenther1-0/+4
2009-02-13configure.ac: Enable LFS.Richard Guenther1-0/+6
2009-01-05Makefile.in (.po.gmo): Use mkinstalldirs, not test -d || mkdir.Ben Elliston1-0/+6
2008-12-10re PR target/37033 (Revision 138733 breaks -g vs -g0 for PCH)Alexandre Oliva1-0/+6
2008-11-29lex.c (cpp_token_len): Use 6 as default length.Joseph Myers1-0/+4
2008-10-31expr.c (struct op): Add location.Manuel López-Ibáñez1-0/+8
2008-10-05cpplib.h (cpp_comments, [...]): New structs.Matthew Gingell1-0/+11
2008-09-18cpplib.h (struct cpp_options): Add new boolean flag warn_builtin_macro_redefi...Simon Baldwin1-0/+15
2008-07-31re PR preprocessor/36649 (-H option doesn't work as expected)Jakub Jelinek1-0/+10
2008-07-22re PR preprocessor/28079 (#line range not verified without -pedantic)Manuel López-Ibáñez1-0/+7
2008-07-21line-map.h (linenum_type): New typedef.Manuel López-Ibáñez1-0/+21