summaryrefslogtreecommitdiff
path: root/libcpp
Commit message (Expand)AuthorAgeFilesLines
* re PR c++/14875 (When using 'or' keyword, the error message speaks of a '||' ...Manuel López-Ibáñez2009-04-225-8/+51
* re PR c++/13358 (long long and C++ do not mix well)Manuel López-Ibáñez2009-04-203-4/+13
* re PR preprocessor/20078 (Gcc doesn't complain about non-benign macro definit...Joseph Myers2009-04-195-12/+105
* directives.c (parse_include): Pass true to check_eol.Joseph Myers2009-04-182-1/+5
* re PR preprocessor/39646 (__FILE__ breaks for empty file name)Joseph Myers2009-04-184-5/+17
* re PR preprocessor/39647 (Syntax checks in #line not quite right)Joseph Myers2009-04-182-17/+29
* re PR preprocessor/31869 (stringifying empty macros)Joseph Myers2009-04-122-1/+10
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-0927-101/+134
* re PR target/39027 (double floating point suffix of 'd' and 'D' not accepted)Janis Johnson2009-04-013-5/+23
* re PR c/33466 (mixed-case suffix for decimal float constants)Janis Johnson2009-04-012-62/+81
* re PR preprocessor/15638 (gcc should have option to treat missing headers as ...Joseph Myers2009-03-313-3/+13
* re PR preprocessor/31932 (cpp -f*-charset and gcj --encoding accept no values...Sergiy Vyshnevetskiy2009-03-305-10/+9
* re PR preprocessor/39512 (linemap_init in lex.c does not initialize reallocator)Tom Tromey2009-03-302-0/+6
* re PR target/39558 (Bad interaction of decls named 'vector' and -maltivec vec...Jakub Jelinek2009-03-302-4/+36
* re PR preprocessor/34695 (Preprocessor warning->error conversion from -Werror...Joseph Myers2009-03-2911-467/+98
* Makefile.in (po/$(PACKAGE).pot): Use $(mkinstalldirs) not mkinstalldirs.Joseph Myers2009-03-282-1/+6
* * cpplib.pot: Regenerate.Joseph Myers2009-03-282-14/+23
* dse.c (struct group_info): Reorder fields for 64-bit hosts.Jakub Jelinek2009-03-182-8/+12
* * es.po: Update.Joseph Myers2009-03-042-17/+19
* lex.c (lex_string): Return a CPP_LESS token for missing '>' in a header name.Joseph Myers2009-02-212-2/+19
* revert: configure.ac: Enable LFS.Richard Guenther2009-02-154-372/+4
* * zh_CN.po: Update.Joseph Myers2009-02-132-16/+18
* configure.ac: Enable LFS.Richard Guenther2009-02-134-0/+378
* * vi.po: Update.Joseph Myers2009-02-062-18/+20
* Makefile.in (.po.gmo): Use mkinstalldirs, not test -d || mkdir.Ben Elliston2009-01-052-3/+9
* re PR target/37033 (Revision 138733 breaks -g vs -g0 for PCH)Alexandre Oliva2008-12-102-2/+29
* * nl.po, sv.po: Update.Joseph Myers2008-12-063-28/+29
* be.po, [...]: Update.Joseph Myers2008-11-2917-3087/+3480
* lex.c (cpp_token_len): Use 6 as default length.Joseph Myers2008-11-292-1/+5
* * cpplib.pot: Regenerate.Joseph Myers2008-11-182-91/+95
* * id.po: New.Joseph Myers2008-11-132-0/+912
* expr.c (struct op): Add location.Manuel López-Ibáñez2008-10-312-6/+33
* cpplib.h (cpp_comments, [...]): New structs.Matthew Gingell2008-10-055-0/+102
* cpplib.h (struct cpp_options): Add new boolean flag warn_builtin_macro_redefi...Simon Baldwin2008-09-184-20/+57
* gcc.pot: Regenerate.Joseph Myers2008-08-272-165/+197
* re PR preprocessor/36649 (-H option doesn't work as expected)Jakub Jelinek2008-07-312-11/+54
* re PR preprocessor/28079 (#line range not verified without -pedantic)Manuel López-Ibáñez2008-07-222-10/+28
* line-map.h (linenum_type): New typedef.Manuel López-Ibáñez2008-07-2110-34/+58
* cpplib.h (NODE_CONDITIONAL): New.Ben Elliston2008-07-145-21/+128
* re PR preprocessor/33305 (We should warn about empty macro arguments)Andrew Haley2008-07-032-0/+17
* Makefile.tpl ($(srcdir)/configure): Update dependencies.Ralf Wildenhues2008-06-173-20/+56
* Makefile.in (FLAGS_TO_PASS): Add $(datarootdir).Ralf Wildenhues2008-06-162-0/+5
* re PR preprocessor/36479 (Short buffer in libcpp)H.J. Lu2008-06-122-0/+7
* MAINTAINERS (mt port): Remove.Joseph Myers2008-06-073-2/+7
* re PR preprocessor/36320 (Required diagnosis of syntax error missed)Tom Tromey2008-05-304-12/+30
* cpplib.h (struct cpp_dir): Add new field, canonical_name.Danny Smith2008-05-302-0/+8
* re PR preprocessor/27777 (Bad diagnostic emission when #error contains a trig...Tom Tromey2008-05-216-14/+73
* symtab.h (HT_ALLOCED): Remove.Tom Tromey2008-05-213-37/+81
* re PR preprocessor/22168 (#if #A == #B should have a diagnostic in ISO C mode)Tom Tromey2008-05-134-16/+52
* PR preprocessor/35313, PR preprocessor/36088:Tom Tromey2008-05-062-3/+14