summaryrefslogtreecommitdiff
path: root/libcpp/directives.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* internal.h (xnew, [...]): Remove.Bernardo Innocenti2004-07-241-5/+5
* Index: gcc/ChangeLogGeoffrey Keating2004-06-091-11/+14
* Makefile.am: Add makedepend.Zack Weinberg2004-06-051-22/+21
* Makefile.def (host_modules): add libcpp.Paolo Bonzini2004-05-241-0/+1987