aboutsummaryrefslogtreecommitdiff
path: root/libcpp/internal.h
AgeCommit message (Expand)AuthorFilesLines
2016-06-01c-common.c (get_source_date_epoch): Rename to cb_get_source_date_epoch.Eduard Sanou1-1/+2
2016-04-28c-common.c (get_source_date_epoch): New function...Eduard Sanou1-0/+4
2016-04-06re PR preprocessor/61817 (Inconsistent location of tokens in the expansion li...Richard Henderson1-1/+2
2016-01-27libcpp: use better locations for _Pragma tokens (preprocessor/69126)David Malcolm1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-07-02re PR preprocessor/53690 ([C++11] \u0000 and \U00000000 are wrongly encoded a...Paolo Carlini1-3/+4
2015-05-19Replace line_map union with C++ class hierarchyDavid Malcolm1-6/+6
2015-03-23re PR preprocessor/65238 (__has_attribute is not handled properly with -tradi...Jakub Jelinek1-1/+1
2015-02-03PR preprocessor/64803 - __LINE__ inside macro is not constantDodji Seketeli1-0/+5
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-19re PR preprocessor/63831 (r217292 causes segfaults with -MM)Jakub Jelinek1-4/+0
2014-11-10cpplib.h (cpp_callbacks): Add has_attribute.Edward Smith-Rowland1-0/+4
2014-11-06Preserve original spellings of extended identifiers.Joseph Myers1-1/+3
2014-10-01Implement SD-6: SG10 Feature Test RecommendationsEdward Smith-Rowland1-0/+8
2014-01-02Update copyright years in libcpp/Richard Sandiford1-1/+1
2013-11-16ucnid-2011-1.c: New test.Joseph Myers1-5/+6
2013-10-31Implement C++14 digit separators.Edward Smith-Rowland1-0/+2
2013-03-06re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek1-1/+4
2013-01-14Update copyright years in libcpp.Richard Sandiford1-2/+1
2012-10-23gcc:Joseph Myers1-2/+2
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-1/+1
2012-05-29PR preprocessor/53229 - Fix diagnostics location when pasting tokensDodji Seketeli1-3/+7
2012-01-09re PR preprocessor/33919 (__BASE_FILE__ does not expand correctly when includ...Gary Funck1-1/+2
2011-12-07re PR bootstrap/50237 (bootstrap comparison failure for libcpp/lex.o)Jakub Jelinek1-0/+1
2011-11-02internal.h (uxstrdup, ustrchr): Return const unsigned char *.Paolo Carlini1-6/+6
2011-10-22Fix cpp_peek_token behaviour (PR bootstrap/50778)Dodji Seketeli1-1/+1
2011-10-17Generate virtual locations for tokensTom Tromey1-5/+53
2011-10-17Linemap infrastructure for virtual locationsTom Tromey1-1/+72
2011-08-22Add ability to force lexed tokens' source_locations.Gabriel Charette1-0/+4
2010-09-29re PR preprocessor/45362 (Dangling reference about saved cpp_macro for push/p...Kai Tietz1-1/+11
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers1-3/+3
2010-03-29More N3077 raw string changesJason Merrill1-1/+2
2009-11-11ChangeLog for libcppKai Tietz1-0/+14
2009-10-19charset.c (cpp_init_iconv): Initialize utf8_cset_desc.Jakub Jelinek1-0/+4
2009-06-01cpp-id-data.h: Add extern "C".Ian Lance Taylor1-0/+8
2009-04-22re PR c++/14875 (When using 'or' keyword, the error message speaks of a '||' ...Manuel López-Ibáñez1-0/+1
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-3/+3
2009-03-30re PR preprocessor/31932 (cpp -f*-charset and gcj --encoding accept no values...Sergiy Vyshnevetskiy1-4/+0
2009-03-29re PR preprocessor/34695 (Preprocessor warning->error conversion from -Werror...Joseph Myers1-5/+2
2008-10-05cpplib.h (cpp_comments, [...]): New structs.Matthew Gingell1-0/+3
2008-07-21line-map.h (linenum_type): New typedef.Manuel López-Ibáñez1-2/+2
2008-07-14cpplib.h (NODE_CONDITIONAL): New.Ben Elliston1-0/+1
2008-05-30re PR preprocessor/36320 (Required diagnosis of syntax error missed)Tom Tromey1-1/+1
2008-05-21re PR preprocessor/27777 (Bad diagnostic emission when #error contains a trig...Tom Tromey1-4/+0
2008-04-21re PR preprocessor/33415 (Can't compile .cpp file with UTF-8 BOM.)Tom Tromey1-2/+2
2008-04-18cpp-id-data.h (UC): Was U, conflicts with U...Kris Van Hees1-0/+9
2007-12-06re PR c/29172 (--combine can't handle #pragma once)Tom Tromey1-2/+1
2007-10-31re PR preprocessor/30786 (ICE on _Pragma at end of file)Tom Tromey1-1/+1
2007-09-06tree-cfg.c (remove_bb): Only warn if line is non-zero.Tom Tromey1-0/+8
2007-07-30directives-only.c: New file.Ollie Wild1-0/+11