* fr.po: Update.
[gcc.git] / libcpp / include /
2012-07-30 Laurynas Biveinisgengtype.c (adjust_field_type): Diagnose duplicate...
2012-05-29 Joseph Myersdirectives.c: Fix typos.
2012-05-16 Dodji SeketeliPR preprocessor/7263 - Avoid pedantic warnings on syste...
2012-04-30 Dodji SeketeliStrip "<built-in>" loc from displayed expansion context
2012-04-27 Ollie WildAdd new option, -Wliteral-suffix.
2012-04-26 Manuel López-Ibáñeztree-diagnostic.c (maybe_unwind_expanded_macro_loc...
2011-12-20 Joseph Myersgcc:
2011-11-22 Diego Novilloline-map.h (linemap_dump): Declare.
2011-10-31 Jason Merrillre PR c++/50920 (add a -std=c++11 option to the driver)
2011-10-26 Ed Smith-RowlandImplement C++11 user-defined literals.
2011-10-25 Dodji SeketeliSupport expansion of reserved locations wrapped in...
2011-10-18 Dodji SeketeliFix bootstrap on !NO_IMPLICIT_EXTERN_C and ia32 targets
2011-10-17 Tom TromeyReduce memory waste due to non-power-of-2 allocs
2011-10-17 Tom TromeyAdd line map statistics to -fmem-report output
2011-10-17 Tom TromeySupport -fdebug-cpp option
2011-10-17 Tom TromeyGenerate virtual locations for tokens
2011-10-17 Tom TromeyLinemap infrastructure for virtual locations
2011-08-22 Gabriel CharetteAdd ability to force lexed tokens' source_locations.
2011-08-18 Joseph Myers* include/cpplib.h (struct cpp_options): Fix typo.
2011-08-18 Joseph Myersc1x-uni-string-1.c, [...]: New tests.
2011-08-15 Gabriel CharetteLINEMAP_POSITION_FOR_COLUMN had the exact same effect...
2011-07-28 Gabriel Charetteline-map.h (struct line_maps): Remove unused field...
2011-07-15 Dodji SeketeliUse source_location where it is due
2011-01-03 Jakub JelinekUpdate Copyright years for files modified in 2010.
2010-10-19 Basile Starynkevitchline-map.h (source_location): Remove obsolete comment...
2010-09-29 Kai Tietzre PR preprocessor/45362 (Dangling reference about...
2010-09-29 Joseph Myersoptc-gen.awk: Generate global_options initializer inste...
2010-06-11 Jakub Jelinekcpplib.h (struct cpp_callbacks): Add user_builtin_macro...
2010-06-10 Joseph Myerscommon.opt (fshow-column): Don't mark as C ObjC C+...
2010-06-08 Laurynas Biveinisutils.c (init_gnat_to_gnu): Use typed GC allocation.
2010-04-25 Joseph Myersc-common.c (flag_isoc1x): New.
2010-04-07 Simon Baldwindiagnostic.h (diagnostic_override_option_index): New...
2009-11-20 Arnaud Charletmacro.c (enter_macro_context): Call cb.used callback...
2009-10-19 Jakub Jelinekcharset.c (cpp_init_iconv): Initialize utf8_cset_desc.
2009-10-14 Jakub Jelinekre PR preprocessor/41543 (BUILTINS_LOCATION wrong with...
2009-09-19 Chris Demetrioure PR preprocessor/28435 (-MMD vs not found system...
2009-07-27 Douglas B Ruppcpplib.h (INO_T_CPP): New macro.
2009-07-18 Jerry Quinndirectives.c (do_linemarker, do_line): Use CPP_STRING...
2009-06-17 Ian Lance Taylor* include/cpplib.h (progname): Don't declare.
2009-06-12 Ian Lance Taylorcpplib.h (struct cpp_options): Add warn_cxx_operator_na...
2009-06-01 Aldy Hernandezdiagnostic.c (diagnostic_build_prefix): Always print...
2009-06-01 Ian Lance Taylorcpp-id-data.h: Add extern "C".
2009-05-16 Ian Lance Tayloralias.c (struct alias_set_entry_d): Rename from struct...
2009-05-10 Joseph Myersc-lex.c (c_lex_with_flags): Expect cpp_hashnode in...
2009-04-22 Taras Glekhashtab.h: Update GTY annotations to new syntax
2009-04-22 Manuel López-Ibáñezre PR c++/14875 (When using 'or' keyword, the error...
2009-04-19 Joseph Myersre PR preprocessor/20078 (Gcc doesn't complain about...
2009-04-18 Joseph Myersre PR preprocessor/39646 (__FILE__ breaks for empty...
2009-04-09 Jakub JelinekLicensing changes to GPLv3 resp. GPLv3 with GCC Runtime...
2009-04-01 Janis Johnsonre PR target/39027 (double floating point suffix of...
2009-03-31 Joseph Myersre PR preprocessor/15638 (gcc should have option to...
2009-03-29 Joseph Myersre PR preprocessor/34695 (Preprocessor warning->error...
2009-03-18 Jakub Jelinekdse.c (struct group_info): Reorder fields for 64-bit...
2008-10-05 Matthew Gingellcpplib.h (cpp_comments, [...]): New structs.
2008-09-18 Simon Baldwincpplib.h (struct cpp_options): Add new boolean flag...
2008-07-21 Manuel López-Ibáñezline-map.h (linenum_type): New typedef.
2008-07-14 Ben Ellistoncpplib.h (NODE_CONDITIONAL): New.
2008-05-30 Danny Smithcpplib.h (struct cpp_dir): Add new field, canonical_name.
2008-05-21 Tom Tromeyre PR preprocessor/27777 (Bad diagnostic emission when...
2008-05-21 Tom Tromeysymtab.h (HT_ALLOCED): Remove.
2008-05-13 Tom Tromeyre PR preprocessor/22168 (#if #A == #B should have...
2008-04-22 Daniel Frankecpplib.h (cpp_define_formatted): New.
2008-04-18 Kris Van Heescpp-id-data.h (UC): Was U, conflicts with U...
2008-04-02 Joseph Myerscppopts.texi (-dU): Document.
2008-02-20 Tom Tromeytraditional.c (lex_identifier): Use CPP_HASHNODE.
2007-12-06 Tom Tromeyre PR c/29172 (--combine can't handle #pragma once)
2007-11-12 Tom Tromeyre PR c++/17577 (#pragma implementation no longer diagn...
2007-09-06 Tom Tromeytree-cfg.c (remove_bb): Only warn if line is non-zero.
2007-08-30 Chao-ying Fuexpr.c (interpret_float_suffix): Support hr, r, lr...
2007-07-30 Ollie Wilddirectives-only.c: New file.
2007-07-03 Uros Bizjakcpplib.h (CPP_N_WIDTH_MD, [...]): Add new constants.
2007-06-05 Joerg Wunschre PR preprocessor/23479 (Implement binary constants...
2007-05-24 Ollie Wildmacro.c (_cpp_builtin_macro_text): Handle BT_COUNTER.
2007-03-30 Richard Hendersondirectives.c (lex_macro_node_from_str): New.
2006-11-01 Douglas Gregorcpplib.h (enum c_lang): Add CLK_GNUCXX0X and CLK_CXX0X...
2006-08-14 Steve Ellceyre PR c++/28288 (ICE with min/max operator)
2006-02-18 Grigory Zagorodnevcpp.texi (__TIMESTAMP__): Document.
2006-01-04 Richard Hendersondirectives.c (struct pragma_entry): Add is_deferred.
2005-12-22 Volker Reicheltre PR c++/23333 (accepts invalid pure specifier)
2005-12-06 Jon Grimmcpplib.h (CPP_N_DFLOAT): New.
2005-11-14 Gerald Pfeifercpplib.h (struct cpp_callbacks): Annotate error with...
2005-11-04 Joseph Myerscp-tree.h (cp_cpp_error), [...]): Take va_list* parameter.
2005-11-03 Joseph Myersre PR c++/17964 (cpp error messages contain wrong line...
2005-10-04 Ian Lance Taylorre PR preprocessor/13726 (cpp -C -dI loses comments...
2005-09-20 Joseph Myersc.opt (fextended-identifiers): New.
2005-06-29 Kelley Cookall files: Update FSF address in copyright headers.
2005-05-28 Gabriel Dos Reisconfigure.ac: Check declarations for asprintf and vaspr...
2005-03-15 Geoffrey KeatingIndex: gcc/ChangeLog
2005-03-12 Geoffrey KeatingIndex: libcpp/ChangeLog
2005-02-20 Zack Weinbergre PR middle-end/18785 (isdigit builtin function fails...
2005-01-11 Tobias Schlüter* include/cpplib.h: Also update copyright years.
2005-01-11 Tobias Schlüter* include/cpplib.h (c_lang): Fix comment to say cpp_cre...
2004-11-27 Roger Sayleinternal.h: Replace all uses of uchar with unsigned...
2004-11-23 Daniel Jacobowitzsol2-c.c (solaris_register_pragmas): Use c_register_pra...
2004-09-15 Per Bothnerline-map.h (line_map_start): Add parameter names so...
2004-09-09 Zack Weinbergcpplib.h (TTYPE_TABLE): Remove CPP_ and SPELL_ prefixes...
2004-07-24 Bernardo Innocentiinternal.h (xnew, [...]): Remove.
2004-06-30 Per Bothnerline-map.h (fileline): Remove old typedef.
2004-06-11 Zack WeinbergChangeLog: Merge text from include/ChangeLog.
2004-06-09 Geoffrey KeatingIndex: gcc/ChangeLog
next