]> git.ipfire.org Git - thirdparty/gcc.git/history - libcpp/init.c
Update copyright years.
[thirdparty/gcc.git] / libcpp / init.c
2022-01-03  Jakub JelinekUpdate copyright years.
2021-12-01  Jakub Jelineklibcpp: Enable P1949R7 for C++98 too [PR100977]
2021-11-30  Jakub Jelineklibcpp: Enable P1949R7 for C++11 and up as it was a...
2021-11-17  Marek Polaceklibcpp: Implement -Wbidi-chars for CVE-2021-42574 ...
2021-10-06  Jakub Jelineklibcpp: Implement C++23 P2334R1 - #elifdef/#elifndef
2021-09-01  Jakub Jelineklibcpp: Implement C++23 P1949R7 - C++ Identifier Syntax...
2021-05-20  Christophe Lyonc: Add support for __FILE_NAME__ macro (PR c/42579)
2021-05-11  Joseph Myerspreprocessor: Support C2X #elifdef, #elifndef
2021-05-11  Joseph Myerspreprocessor: Enable digit separators for C2X
2021-02-24  Nathan Sidwellc++: modules & -fpreprocessed [PR 99072]
2021-02-03  Ed Smith-Rowlandc++: Implement C++23 P0330 - Literal Suffixes for ptrdi...
2021-01-26  Paul Feec++: Add support for -std=c++23
2021-01-04  Jakub JelinekUpdate copyright years.
2020-12-10  Jason Merrillc++: Update value of __cplusplus for C++20.
2020-11-19  Nathan Sidwellpreprocessor: main file searching
2020-11-18  Nathan Sidwellpreprocessor: C++ module-directives
2020-11-13  Joseph Myersc: C2x binary constants
2020-11-12  Joseph Myersc: C2x __has_c_attribute
2020-11-06  Nathan Sidwelllibcpp: Provide date routine
2020-11-03  Nathan Sidwelllibcpp: unbreak bootstrap
2020-11-03  Nathan Sidwelllibcpp: dependency emission tidying
2020-10-19  Nathan Sidwellpreprocessor: Fix non-fn fn-like macro at EOF [PR97471]
2020-10-08  Nathan Sidwelllibcpp: Directly peek for initial line marker
2020-07-29  Tiziano Müllerpreprocessor: Teach traditional about has_include ...
2020-07-28  Nathan Sidwellpreprocessor: Simplify read_main
2020-07-14  Lewis Hyattdiagnostics: Support conversion of tabs to spaces ...
2020-07-07  Nathan Sidwellpreprocessor: Better line info for <builtin> & <command...
2020-05-20  Nathan Sidwellpreprocessor: Replace some flags with a single enum
2020-05-13  Jason Merrillc++: Replace "C++2a" with "C++20".
2020-01-28  Nathan Sidwellpreprocessor: Make __has_include a builtin macro [PR93452]
2020-01-20  Nathan Sidwell[PR 80005] Fix __has_include
2020-01-01  Jakub JelinekUpdate copyright years.
2019-11-14  Joseph MyersSupport UTF-8 character constants for C2x.
2019-10-31  Jakub Jelinekre PR preprocessor/92296 (internal compiler error:...
2019-10-28  Martin SeborPR c/66970 - Add __has_builtin() macro
2019-10-11  Joseph MyersSupport decimal floating-point constants in C2x.
2019-10-02  Joseph MyersHandle :: tokens in C for C2x.
2019-08-29  Nathan Sidwell[preprocessor] Include stacking
2019-07-09  Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-07-02  Qing Zhaore PR preprocessor/90581 (provide an option to adjust...
2019-05-07  Nathan Sidwell[libcpp] Reimplement mkdeps data structures
2019-01-01  Jakub JelinekUpdate copyright years.
2018-11-13  David MalcolmEliminate source_location in favor of location_t
2018-10-31  Nathan Sidwell[6/6] Preprocessor forced macro location
2018-10-17  Joseph MyersAdd -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static...
2018-08-20  Nathan Sidwell[CPP PATCH] node type
2018-01-03  Jakub JelinekUpdate copyright years.
2017-11-13  Tom TromeyImplement __VA_OPT__
2017-10-30  Joseph MyersAdd -std=c17, -std=gnu17.
2017-09-15  Andrew SuttonAdd support for -std=c++2a.
2017-09-15  Jakub Jelinekinvoke.texi: Document -std=c++17 and -std=gnu++17 and...
2017-03-16  Jason Merrill* init.c (cpp_init_builtins): Update __cplusplus for...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-10-11  Jakub Jelinekgcc/
2016-06-22  David Malcolmlibcpp: Tweak to missing #include source location
2016-06-01  Eduard Sanouc-common.c (get_source_date_epoch): Rename to cb_get_so...
2016-04-28  Eduard Sanouc-common.c (get_source_date_epoch): New function...
2016-03-15  Jason Merrillexpr.c (cpp_classify_number): Hex floats are new in...
2016-01-04  Jakub JelinekUpdate copyright years.
2015-10-21  Mikhail Maltsev[PATCH 2/9] ENABLE_CHECKING refactoring: libcpp
2015-06-30  Edward Smith-RowlandImplement N4197 - Adding u8 character literals
2015-05-09  Jason Merrilllex.c (lex_string): Add -Wc++11-compat warning.
2015-01-05  Jakub JelinekUpdate copyright years.
2014-12-19  Jakub Jelinekre PR preprocessor/63831 (r217292 causes segfaults...
2014-11-05  Joseph MyersEnable -fextended-identifiers by default.
2014-10-22  Alan Modragengtype.h (obstack_chunk_alloc, [...]): Remove cast.
2014-09-17  Marek Polacekre PR c/61854 (Warning single-line comment for -std...
2014-09-04  Manuel López-Ibáñezoptions.texi: Document that Var and Init are required...
2014-08-29  Manuel López-Ibáñezmacro.c (warn_of_redefinition): Suppress warnings for...
2014-08-28  Edward Smith-RowlandPR cpp/23827 - standard C++ should not have hex float...
2014-08-23  Edward Smith-Rowlandcpplib.h (enum c_lang): Add CLK_GNUCXX1Z, CLK_CXX1Z...
2014-05-09  Joey Yefiles.c (find_file_in_dir): Always try to shorten for...
2014-01-02  Richard SandifordUpdate copyright years in libcpp/
2013-11-16  Joseph Myersucnid-2011-1.c: New test.
2013-11-05  Tobias Burnusc.opt (-Wdate-time): New option
2013-10-31  Edward Smith-RowlandImplement C++14 digit separators.
2013-04-28  Jakub JelinekN3472 binary constants
2013-04-24  Paolo Carlinicpplib.h (enum c_lang): Add CLK_GNUCXX1Y and CLK_CXX1Y.
2013-01-14  Richard SandifordUpdate copyright years in libcpp.
2012-11-16  Simon Baldwincpplib.h (struct cpp_options): Add canonical_system_hea...
2012-11-10  Ed Smith-RowlandImplement a flag -fext-numeric-literals that allows...
2012-10-23  Joseph Myersgcc:
2012-08-15  Diego Novillobackport: As described in http://gcc.gnu.org/ml/gcc...
2012-04-30  Dodji SeketeliSwitch -ftrack-macro-expansion=2 on by default.
2012-04-27  Ollie WildAdd new option, -Wliteral-suffix.
2011-12-20  Joseph Myersgcc:
2011-12-07  Jakub Jelinekre PR bootstrap/50237 (bootstrap comparison failure...
2011-10-31  Jason Merrillre PR libstdc++/1773 (__cplusplus defined to 1, should...
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-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  Rainer OrthProperly define __cplusplus (PR libstdc++-v3/1773)
2011-08-18  Joseph Myersc1x-uni-string-1.c, [...]: New tests.
2011-04-20  Jim Meyeringremove useless if-before-free tests
2011-03-25  Kai Tietzfiles.c (file_hash_eq): Use filename_cmp instead of...
2010-09-29  Joseph Myersoptc-gen.awk: Generate global_options initializer inste...
2010-09-15  Ian Lance Taylor* init.c: Fix type name in comment.
2010-06-10  Joseph Myerscommon.opt (fshow-column): Don't mark as C ObjC C+...
next