summaryrefslogtreecommitdiff
path: root/libcpp/directives.c
Commit message (Expand)AuthorAgeFilesLines
* macro.c (enter_macro_context): Call cb.used callback if defined.Arnaud Charlet2009-11-201-0/+4
* ChangeLog for libcppKai Tietz2009-11-111-19/+96
* charset.c (cpp_init_iconv): Initialize utf8_cset_desc.Jakub Jelinek2009-10-191-2/+4
* directives.c (DIRECTIVE_TABLE): Remove DEPRECATED from ident and sccs.Neil Vachharajani2009-10-101-2/+2
* dbgcnt.c (dbg_cnt_process_single_pair): constify.Jason Merrill2009-09-121-1/+2
* directives.c (do_linemarker, do_line): Use CPP_STRING for ignored enum value.Jerry Quinn2009-07-181-2/+2
* directives.c (parse_include): Add location argument.Manuel López-Ibáñez2009-06-231-13/+24
* re PR preprocessor/36674 (#include location is offset by one row in errors fr...Manuel López-Ibáñez2009-05-131-0/+8
* c-lex.c (c_lex_with_flags): Expect cpp_hashnode in tok->val.node.node.Joseph Myers2009-05-101-9/+9
* directives.c (parse_include): Pass true to check_eol.Joseph Myers2009-04-181-1/+1
* re PR preprocessor/39646 (__FILE__ breaks for empty file name)Joseph Myers2009-04-181-2/+2
* re PR preprocessor/39647 (Syntax checks in #line not quite right)Joseph Myers2009-04-181-17/+20
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-091-3/+3
* re PR preprocessor/34695 (Preprocessor warning->error conversion from -Werror...Joseph Myers2009-03-291-8/+1
* re PR preprocessor/28079 (#line range not verified without -pedantic)Manuel López-Ibáñez2008-07-221-10/+21
* line-map.h (linenum_type): New typedef.Manuel López-Ibáñez2008-07-211-12/+12
* re PR preprocessor/36320 (Required diagnosis of syntax error missed)Tom Tromey2008-05-301-8/+16
* re PR preprocessor/27777 (Bad diagnostic emission when #error contains a trig...Tom Tromey2008-05-211-8/+14
* re PR preprocessor/22168 (#if #A == #B should have a diagnostic in ISO C mode)Tom Tromey2008-05-131-12/+22
* cpplib.h (cpp_define_formatted): New.Daniel Franke2008-04-221-0/+20
* cpp-id-data.h (UC): Was U, conflicts with U...Kris Van Hees2008-04-181-6/+7
* cppopts.texi (-dU): Document.Joseph Myers2008-04-021-3/+42
* re PR preprocessor/35322 (ICE with incomplete macro)Tom Tromey2008-03-131-0/+4
* re PR preprocessor/34692 (Internal error with pragma in macro)Jakub Jelinek2008-01-251-1/+1
* re PR preprocessor/34602 (Internal error with invalid #line directive)Tom Tromey2008-01-031-4/+9
* re PR preprocessor/30786 (ICE on _Pragma at end of file)Tom Tromey2007-10-311-8/+20
* re PR preprocessor/32974 (#pragma GCC dependency generates extra token error.)Tom Tromey2007-08-181-1/+5
* directives-only.c: New file.Ollie Wild2007-07-301-1/+6
* make alloca call type correctMichael Meissner2007-03-301-1/+1
* directives.c (lex_macro_node_from_str): New.Richard Henderson2007-03-301-0/+59
* re PR preprocessor/28227 (valid #ifdef rejected)Tom Tromey2007-01-121-8/+10
* re PR preprocessor/28165 (_Pragma GCC system_header broken)Tom Tromey2007-01-041-6/+5
* re PR preprocessor/29612 (gcc --save-temps does not give "multi-character cha...Jakub Jelinek2006-12-291-1/+1
* re PR preprocessor/27746 (ICE on openmp code when using _Pragma from macro)Jakub Jelinek2006-06-091-2/+23
* directives.c (struct pragma_entry): Add is_deferred.Richard Henderson2006-01-041-210/+202
* re PR c++/25294 (Bogus "unterminated comment" error from #pragma comment)Jakub Jelinek2006-01-011-4/+49
* re PR preprocessor/13726 (cpp -C -dI loses comments on same line as #include ...Ian Lance Taylor2005-10-041-9/+72
* all files: Update FSF address in copyright headers.Kelley Cook2005-06-291-1/+1
* configure.ac: Check declarations for asprintf and vasprintf.Gabriel Dos Reis2005-05-281-34/+35
* directives.c (#sccs table entry): Mark IN_I, consistent with #ident.Zack Weinberg2005-05-121-8/+6
* Index: libcpp/ChangeLogGeoffrey Keating2005-03-121-1/+2
* directives.c (do_line): Save sysp early before line table is realloc'ed.Devang Patel2005-02-281-1/+6
* directives.c, [...]: Update copyright.Kazu Hirata2005-02-141-1/+1
* internal.h: Update references to Cpp lib filenames.Gabriel Dos Reis2005-01-021-3/+3
* re PR preprocessor/17610 (Empty #include statement halts gcc)Nathanael Nerode2004-11-281-0/+8
* sol2-c.c (solaris_register_pragmas): Use c_register_pragma_with_expansion.Daniel Jacobowitz2004-11-231-15/+33
* re PR c++/18075 (#pragma implementation broken in presence of #pragma ident)Zack Weinberg2004-10-271-31/+35
* directives.c (cpp_handle_deferred_pragma): Save, clear and restore cb.line_ch...Per Bothner2004-09-291-0/+4
* directives.c (do_pragma): Save current buffer position before lexing the prag...Zack Weinberg2004-09-181-3/+6
* cpplib.h (TTYPE_TABLE): Remove CPP_ and SPELL_ prefixes throughout.Zack Weinberg2004-09-091-17/+90