OSDN Git Service

2010-04-06 Kai Tietz <kai.tietz@onevision.com>
[pf3gnuchains/gcc-fork.git] / gcc / c-pragma.h
2009-11-02 jakub PR c++/41774
2009-10-19 jakub * charset.c (cpp_init_iconv): Initialize utf8_cset_desc.
2008-06-06 jakub * c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP...
2008-02-27 jakub * c-ppoutput.c (scan_translation_unit): Handle CPP_PRAGMA
2007-09-13 tromeygcc
2007-07-26 nickcChange copyright header to refer to version 3 of the...
2006-12-10 zack * c-opts.c (c_common_parse_file): Unconditionally...
2006-05-18 mrsWhitespace fixups
2006-03-21 jason PR c++/21764
2006-03-04 kazu * builtins.c, c-pragma.h, c-typeck.c, cgraph.c, cgraph...
2006-01-18 dnovillo2006-01-18 Richard Henderson <rth@redhat.com>
2006-01-04 rthlibcpp/
2005-11-26 rth * c-lex.c (pragma_lex): Rename from c_lex.
2005-06-25 kcookUpdate FSF address.
2005-03-13 kazu * builtin-attrs.def, c-lex.c, c-pragma.h, reg-stack.c,
2005-03-12 bothner * c-tree.h (struct c_declarator): New id_loc field.
2004-11-29 jsm282004-11-29 Daniel Jacobowitz <dan@codesourcery.com>
2004-11-23 jsm28gcc:
2004-09-21 zack2004-09-20 Matt Austern <austern@apple.com>
2004-07-26 bernie * Makefile.in (C_PRAGMA_H): New variable to track...
2004-07-25 giovannibajo PR c++/9283
2004-06-15 aolivagcc/ChangeLog:
2004-02-27 echristo2004-02-26 Eric Christopher <echristo@redhat.com>
2004-01-31 kazu alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c,...
2004-01-29 giovannibajo * c-lex.c (c_lex): Rename to...
2003-07-16 amylaargcc:
2003-07-06 aj * basic-block.h: Convert prototypes to ISO C90.
2003-06-22 ajConvert to ISO C90.
2003-01-28 shebs * coretypes.h (cpp_reader): Forward declare...
2003-01-01 neil * c-pragma.c (c_register_pragma): New.
2002-07-08 sje * gcc/c-pragma.h (add_to_renaming_pragma_list): New...
2002-05-25 neil * Makefile.in (C_COMMON_H): Fix.
2002-03-22 rth * c-pragma.c (maybe_apply_renaming_pragma)...
2002-03-15 rth * c-decl.c: Include c-pragma.h.
2002-03-01 amodra * doc/tm.texi (ASM_WEAKEN_DECL): Document.
2002-01-18 kazu * bitmap.h: Fix comment formatting.
2001-10-14 neil * c-pragma.h (cpp_register_pragma_space): Remove.
2001-08-28 echristo2001-08-28 Eric Christopher <echristo@redhat.com>
2001-08-24 jason * c-pragma.h: Move weak_syms and weak_decls...
2001-08-22 gerald * Makefile.in, alias.c, basic-block.h, bb-reorder...
2001-07-17 ro * c-pragma.h (HANDLE_PRAGMA_WEAK): Define iff ASM_WEAK...
2001-05-26 rthStandardize header guards.
2001-05-20 neil * Makefile.in (OBJS, LIBCPP_OBJS, LIBCPP_DEPS,
2000-11-25 neil * c-common.c: Remove USE_CPPLIB conditional...
2000-09-08 zack * c-pragma.c: Don't elide entire file if !HANDLE_GENER...
2000-09-07 zack * c-pragma.h: Define HANDLE_GENERIC_PRAGMAS if
2000-09-07 zackIntegrated preprocessor.
2000-08-29 zacktop level:
2000-01-12 ghazi * c-common.c: PROTO -> PARAMS.
1999-10-19 nickcApplied Mumit Khan's patch to fix #pragma push/pop...
1999-09-18 rth * c-pragma.c (mark_align_stack): New.
1999-09-09 geoffk * Makefile.in (cppexp.o): Depend on cpphash.h.
1999-04-26 jason * c-pragma.c (push_alignment): Don't ignore alignments...
1999-02-26 law * c-pragma.c (add_weak); Delete. Moved into...
1999-02-18 ghazi * bitmap.c (bitmap_print): Qualify a char*...
1998-10-07 nickcFix spelling typo in comment.
1998-10-01 nickcAdd support for #pragma pack(push,<n>) and #pragma...
1998-09-02 nickcChange HANDLE_PRAGMA macro so that it will work with...
1995-06-15 kennerUpdate FSF address.
1995-05-16 merrillUpdate weak symbol support
1995-04-18 meissnerDo not put enclose within HANDLE_SYSV_PRAGMA
1995-04-18 meissnerMove pragma interface support to c-pragma.h
1995-04-18 meissnerInitial revision