aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
AgeCommit message (Expand)Author
2012-03-13Mark ChangeLogGCC Administrator
2011-04-16Mark ChangeLogGCC Administrator
2011-01-04re PR preprocessor/39213 (Preprocessor ICE with -m64 and --traditional-cpp)Eric Botcazou
2010-10-01Mark ChangeLogGCC Administrator
2010-04-29Mark ChangeLogGCC Administrator
2010-02-11init.c (read_original_filename): Don't call read_original_directory if _cpp_h...Jakub Jelinek
2010-01-21Mark ChangeLogGCC Administrator
2009-11-11ChangeLog for libcppKai Tietz
2009-10-15Mark ChangeLogGCC Administrator
2009-09-02macro.c (stringify_arg): Escape CPP_WCHAR tokens.Ian Lance Taylor
2009-07-22Mark ChangeLogGCC Administrator
2009-04-21Mark ChangeLogGCC Administrator
2009-04-10Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek
2009-03-30re PR target/39558 (Bad interaction of decls named 'vector' and -maltivec vec...Jakub Jelinek
2009-03-28Makefile.in (po/$(PACKAGE).pot): Use $(mkinstalldirs) not mkinstalldirs.Joseph Myers
2009-03-18dse.c (struct group_info): Reorder fields for 64-bit hosts.Jakub Jelinek
2009-02-21lex.c (lex_string): Return a CPP_LESS token for missing '>' in a header name.Joseph Myers
2009-02-15revert: configure.ac: Enable LFS.Richard Guenther
2009-02-13configure.ac: Enable LFS.Richard Guenther
2009-01-05Makefile.in (.po.gmo): Use mkinstalldirs, not test -d || mkdir.Ben Elliston
2008-12-10re PR target/37033 (Revision 138733 breaks -g vs -g0 for PCH)Alexandre Oliva
2008-11-29lex.c (cpp_token_len): Use 6 as default length.Joseph Myers
2008-10-31expr.c (struct op): Add location.Manuel López-Ibáñez
2008-10-05cpplib.h (cpp_comments, [...]): New structs.Matthew Gingell
2008-09-18cpplib.h (struct cpp_options): Add new boolean flag warn_builtin_macro_redefi...Simon Baldwin
2008-07-31re PR preprocessor/36649 (-H option doesn't work as expected)Jakub Jelinek
2008-07-22re PR preprocessor/28079 (#line range not verified without -pedantic)Manuel López-Ibáñez
2008-07-21line-map.h (linenum_type): New typedef.Manuel López-Ibáñez
2008-07-14cpplib.h (NODE_CONDITIONAL): New.Ben Elliston
2008-07-03re PR preprocessor/33305 (We should warn about empty macro arguments)Andrew Haley
2008-06-17Makefile.tpl ($(srcdir)/configure): Update dependencies.Ralf Wildenhues
2008-06-16Makefile.in (FLAGS_TO_PASS): Add $(datarootdir).Ralf Wildenhues
2008-06-12re PR preprocessor/36479 (Short buffer in libcpp)H.J. Lu
2008-06-07MAINTAINERS (mt port): Remove.Joseph Myers
2008-05-30re PR preprocessor/36320 (Required diagnosis of syntax error missed)Tom Tromey
2008-05-30cpplib.h (struct cpp_dir): Add new field, canonical_name.Danny Smith
2008-05-21re PR preprocessor/27777 (Bad diagnostic emission when #error contains a trig...Tom Tromey
2008-05-21symtab.h (HT_ALLOCED): Remove.Tom Tromey
2008-05-13re PR preprocessor/22168 (#if #A == #B should have a diagnostic in ISO C mode)Tom Tromey
2008-05-06PR preprocessor/35313, PR preprocessor/36088:Tom Tromey
2008-05-04Sorry, forgot this in previous commit.David S. Miller
2008-04-22cpplib.h (cpp_define_formatted): New.Daniel Franke
2008-04-21re PR preprocessor/33415 (Can't compile .cpp file with UTF-8 BOM.)Tom Tromey
2008-04-18cpp-id-data.h (UC): Was U, conflicts with U...Kris Van Hees
2008-04-18re PR other/35457 (Error building GCC trunk on CELL SPU)Paolo Bonzini
2008-04-18re PR preprocessor/34866 (valgrind error indication in testsuite from errors....Tom Tromey
2008-04-16Makefile.in (TAGS_SOURCES): New variable.Tom Tromey
2008-04-11config.gcc (need_64bit_hwint): Need 64bit hwint for sh-*-*.Kaz Kojima
2008-04-02cppopts.texi (-dU): Document.Joseph Myers
2008-04-01re PR pch/13675 (#including a precompiled header more than once in the same u...Jakub Jelinek