aboutsummaryrefslogtreecommitdiff
path: root/libcpp/directives.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-18directives.c (parse_include): Pass true to check_eol.Joseph Myers1-1/+1
2009-04-18re PR preprocessor/39646 (__FILE__ breaks for empty file name)Joseph Myers1-2/+2
2009-04-18re PR preprocessor/39647 (Syntax checks in #line not quite right)Joseph Myers1-17/+20
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-3/+3
2009-03-29re PR preprocessor/34695 (Preprocessor warning->error conversion from -Werror...Joseph Myers1-8/+1
2008-07-22re PR preprocessor/28079 (#line range not verified without -pedantic)Manuel López-Ibáñez1-10/+21
2008-07-21line-map.h (linenum_type): New typedef.Manuel López-Ibáñez1-12/+12
2008-05-30re PR preprocessor/36320 (Required diagnosis of syntax error missed)Tom Tromey1-8/+16
2008-05-21re PR preprocessor/27777 (Bad diagnostic emission when #error contains a trig...Tom Tromey1-8/+14
2008-05-13re PR preprocessor/22168 (#if #A == #B should have a diagnostic in ISO C mode)Tom Tromey1-12/+22
2008-04-22cpplib.h (cpp_define_formatted): New.Daniel Franke1-0/+20
2008-04-18cpp-id-data.h (UC): Was U, conflicts with U...Kris Van Hees1-6/+7
2008-04-02cppopts.texi (-dU): Document.Joseph Myers1-3/+42
2008-03-13re PR preprocessor/35322 (ICE with incomplete macro)Tom Tromey1-0/+4
2008-01-25re PR preprocessor/34692 (Internal error with pragma in macro)Jakub Jelinek1-1/+1
2008-01-03re PR preprocessor/34602 (Internal error with invalid #line directive)Tom Tromey1-4/+9
2007-10-31re PR preprocessor/30786 (ICE on _Pragma at end of file)Tom Tromey1-8/+20
2007-08-18re PR preprocessor/32974 (#pragma GCC dependency generates extra token error.)Tom Tromey1-1/+5
2007-07-30directives-only.c: New file.Ollie Wild1-1/+6
2007-03-30make alloca call type correctMichael Meissner1-1/+1
2007-03-30directives.c (lex_macro_node_from_str): New.Richard Henderson1-0/+59
2007-01-12re PR preprocessor/28227 (valid #ifdef rejected)Tom Tromey1-8/+10
2007-01-04re PR preprocessor/28165 (_Pragma GCC system_header broken)Tom Tromey1-6/+5
2006-12-29re PR preprocessor/29612 (gcc --save-temps does not give "multi-character cha...Jakub Jelinek1-1/+1
2006-06-09re PR preprocessor/27746 (ICE on openmp code when using _Pragma from macro)Jakub Jelinek1-2/+23
2006-01-04directives.c (struct pragma_entry): Add is_deferred.Richard Henderson1-210/+202
2006-01-01re PR c++/25294 (Bogus "unterminated comment" error from #pragma comment)Jakub Jelinek1-4/+49
2005-10-04re PR preprocessor/13726 (cpp -C -dI loses comments on same line as #include ...Ian Lance Taylor1-9/+72
2005-06-29all files: Update FSF address in copyright headers.Kelley Cook1-1/+1
2005-05-28configure.ac: Check declarations for asprintf and vasprintf.Gabriel Dos Reis1-34/+35
2005-05-12directives.c (#sccs table entry): Mark IN_I, consistent with #ident.Zack Weinberg1-8/+6
2005-03-12Index: libcpp/ChangeLogGeoffrey Keating1-1/+2
2005-02-28directives.c (do_line): Save sysp early before line table is realloc'ed.Devang Patel1-1/+6
2005-02-14directives.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-02internal.h: Update references to Cpp lib filenames.Gabriel Dos Reis1-3/+3
2004-11-28re PR preprocessor/17610 (Empty #include statement halts gcc)Nathanael Nerode1-0/+8
2004-11-23sol2-c.c (solaris_register_pragmas): Use c_register_pragma_with_expansion.Daniel Jacobowitz1-15/+33
2004-10-27re PR c++/18075 (#pragma implementation broken in presence of #pragma ident)Zack Weinberg1-31/+35
2004-09-29directives.c (cpp_handle_deferred_pragma): Save, clear and restore cb.line_ch...Per Bothner1-0/+4
2004-09-18directives.c (do_pragma): Save current buffer position before lexing the prag...Zack Weinberg1-3/+6
2004-09-09cpplib.h (TTYPE_TABLE): Remove CPP_ and SPELL_ prefixes throughout.Zack Weinberg1-17/+90
2004-07-24internal.h (xnew, [...]): Remove.Bernardo Innocenti1-5/+5
2004-06-09Index: gcc/ChangeLogGeoffrey Keating1-11/+14
2004-06-05Makefile.am: Add makedepend.Zack Weinberg1-22/+21
2004-05-24Makefile.def (host_modules): add libcpp.Paolo Bonzini1-0/+1987