aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-pragma.h
AgeCommit message (Expand)Author
2009-10-19 * charset.c (cpp_init_iconv): Initialize utf8_cset_desc.Jakub Jelinek
2008-06-06 * c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value toJakub Jelinek
2008-02-27 * c-ppoutput.c (scan_translation_unit): Handle CPP_PRAGMAJakub Jelinek
2007-09-13gccTom Tromey
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton
2006-12-10 * c-opts.c (c_common_parse_file): Unconditionally give a warning,Zack Weinberg
2006-05-18Whitespace fixupsMike Stump
2006-03-21 PR c++/21764Jason Merrill
2006-03-04 * builtins.c, c-pragma.h, c-typeck.c, cgraph.c, cgraphunit.c,Kazu Hirata
2006-01-182006-01-18 Richard Henderson <rth@redhat.com>Diego Novillo
2006-01-04libcpp/Richard Henderson
2005-11-26 * c-lex.c (pragma_lex): Rename from c_lex.Richard Henderson
2005-06-25Update FSF address.Kelley Cook
2005-03-13 * builtin-attrs.def, c-lex.c, c-pragma.h, reg-stack.c,Kazu Hirata
2005-03-12 * c-tree.h (struct c_declarator): New id_loc field.Per Bothner
2004-11-292004-11-29 Daniel Jacobowitz <dan@codesourcery.com>Joseph Myers
2004-11-23gcc:Daniel Jacobowitz
2004-09-212004-09-20 Matt Austern <austern@apple.com>Matt Austern
2004-07-26 * Makefile.in (C_PRAGMA_H): New variable to track dependenciesBernardo Innocenti
2004-07-25 PR c++/9283Niall Douglas
2004-06-15gcc/ChangeLog:Alexandre Oliva
2004-02-272004-02-26 Eric Christopher <echristo@redhat.com>Eric Christopher
2004-01-31 alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,Kazu Hirata
2004-01-29 * c-lex.c (c_lex): Rename to...Giovanni Bajo
2003-07-16gcc:J"orn Rennecke
2003-07-06 * basic-block.h: Convert prototypes to ISO C90.Andreas Jaeger
2003-06-22Convert to ISO C90.Andreas Jaeger
2003-01-28 * coretypes.h (cpp_reader): Forward declare struct.Stan Shebs
2003-01-01 * c-pragma.c (c_register_pragma): New.Neil Booth
2002-07-08 * gcc/c-pragma.h (add_to_renaming_pragma_list): New function.Steve Ellcey
2002-05-25 * Makefile.in (C_COMMON_H): Fix.Neil Booth
2002-03-22 * c-pragma.c (maybe_apply_renaming_pragma): New.Richard Henderson
2002-03-15 * c-decl.c: Include c-pragma.h.Richard Henderson
2002-03-01 * doc/tm.texi (ASM_WEAKEN_DECL): Document.Alan Modra
2002-01-18 * bitmap.h: Fix comment formatting.Kazu Hirata
2001-10-14 * c-pragma.h (cpp_register_pragma_space): Remove.Neil Booth
2001-08-282001-08-28 Eric Christopher <echristo@redhat.com>Eric Christopher
2001-08-24 * c-pragma.h: Move weak_syms and weak_decls...Jason Merrill
2001-08-22 * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,Lars Brinkhoff
2001-07-17 * c-pragma.h (HANDLE_PRAGMA_WEAK): Define iff ASM_WEAKEN_LABEL andH.J. Lu
2001-05-26Standardize header guards.Richard Henderson
2001-05-20 * Makefile.in (OBJS, LIBCPP_OBJS, LIBCPP_DEPS,Neil Booth
2000-11-25 * c-common.c: Remove USE_CPPLIB conditional inclusions.Neil Booth
2000-09-08 * c-pragma.c: Don't elide entire file if !HANDLE_GENERIC_PRAGMAS.Zack Weinberg
2000-09-07 * c-pragma.h: Define HANDLE_GENERIC_PRAGMAS ifZack Weinberg
2000-09-07Integrated preprocessor.Zack Weinberg
2000-08-29top level:Zack Weinberg
2000-01-12 * c-common.c: PROTO -> PARAMS.Kaveh Ghazi
1999-10-19Applied Mumit Khan's patch to fix #pragma push/pop handling.Mumit Khan
1999-09-18 * c-pragma.c (mark_align_stack): New.Richard Henderson