]> git.ipfire.org Git - thirdparty/gcc.git/history - libcpp/lex.c
PR preprocessor/84517 allow double-underscore macros after string literals
[thirdparty/gcc.git] / libcpp / lex.c
2018-02-28  rediPR preprocessor/84517 allow double-underscore macros...
2018-01-14  kelvingcc/ChangeLog:
2018-01-03  jakub Update copyright years.
2017-12-20  ktkachov[PATCH, PR83492] Fix selection of aarch64 big-endian...
2017-11-13  tromeyImplement __VA_OPT__
2017-11-06  paolo/libcpp
2017-11-05  vries[libcpp] Remove semicolon after do {} while (0) in...
2017-06-05  dmalcolmlibcpp: add callback for comment-handling
2017-04-03  rediFix numerous typos in comments
2017-03-21  schwabFix search_line_fast for aarch64/ILP32
2017-01-01  jakub Update copyright years.
2016-12-15  dmalcolmFix use-after-free lexing unterminated raw strings...
2016-12-12  dmalcolmFix for PR preprocessor/78680
2016-11-08  rearnsha[AArch64] Optimized implementation of search_line_fast...
2016-10-11  jakubgcc/
2016-10-08  jakub * doc/invoke.texi: Document accepting Else, fallthrough.
2016-10-08  jakub * doc/invoke.texi (-Wimplicit-fallthrough): Document...
2016-10-08  jakub * c-lex.c (c_lex_with_flags) <case CPP_COMMENT>: For...
2016-10-05  kelvinlibcpp/ChangeLog:
2016-09-26  mpolacekImplement -Wimplicit-fallthrough.
2016-08-12  mpolacek PR c/7652
2016-08-05  dmalcolmOn-demand locations within string-literals
2016-05-20  marxinChange ENABLE_VALGRIND_CHECKING to
2016-01-04  jakub Update copyright years.
2015-11-13  dmalcolmSource range tracking in libcpp and C FE, with bit...
2015-11-03  uros * lex.c (search_line_sse42): Correctly advance the...
2015-07-02  paolo/libcpp
2015-06-30  emsrlibcpp:
2015-06-30  uros * lex.c (search_line_sse42) [__GCC_ASM_FLAG_OUTPUTS__...
2015-05-09  jasonlibcpp/
2015-04-06  jakub PR preprocessor/61977
2015-04-02  jakub PR preprocessor/61977
2015-03-17  emsrlibcpp/
2015-03-04  trippelsFix PR65261
2015-01-30  jiwang[Patch/libcpp] Change __ARM_NEON__ to __ARM_NEON in...
2015-01-05  jakub Update copyright years.
2014-11-20  uros PR target/63966
2014-11-20  uros PR target/63966
2014-11-06  jsm28Preserve original spellings of extended identifiers.
2014-10-03  wschmidt2014-10-03 Bill Schmidt <wschmidt@linux.vnet.ibm...
2014-09-17  mpolacek PR c/61854
2014-08-20  mpolacek * include/cpplib.h (cpp_options): Use signed char.
2014-08-19  mpolacek * lex.c (_cpp_lex_direct): Fix a typo.
2014-08-19  mpolacekgcc/c-family/
2014-08-10  mpolacek PR c/51849
2014-07-10  emsr2014-07-10 Edward Smith-Rowland <3dw4rd@verizon.net>
2014-07-09  emsrlibcpp/
2014-05-01  rsandifo...and remove accidentally committed changes in r209976
2014-05-01  rsandifoPost-merge build fix.
2014-04-22  rsandifoMerge from trunk.
2014-04-22  roRemove obsolete Solaris 9 support
2014-01-03  mrsMerge in trunk.
2014-01-02  rsandifoUpdate copyright years in libcpp/
2013-11-20  rsandifoMerge from trunk.
2013-11-18  wschmidt2013-11-18 Bill Schmidt <wschmidt@linux.vnet.ibm...
2013-11-16  mrsMerge in trunk.
2013-11-16  jsm28gcc/testsuite:
2013-11-04  mrsMerge in trunk.
2013-10-31  emsrlibcpp:
2013-07-21  jakub PR preprocessor/57620
2013-07-10  jakub PR preprocessor/57824
2013-07-10  jakub * c-ppoutput.c (scan_translation_unit): Call account_f...
2013-07-10  jakub PR preprocessor/57757
2013-06-29  emsrlibcpp:
2013-04-24  paolo/libcpp
2013-02-28  jakub * configure.ac: Don't define ENABLE_CHECKING whenever
2013-02-14  emsrgcc/libcpp/
2013-01-14  rsandifoUpdate copyright years in libcpp.
2013-01-04  paolo/libcpp
2012-10-15  burnus2012-10-15 Tobias Burnus <burnus@net-b.de>
2012-06-19  uros * lex.c (search_line_sse42): Use __builtin_ia32_loaddq...
2012-05-29  dodjiPR bootstrap/53459 - unused local typedef when building...
2012-05-29  dodjiRevert "PR bootstrap/53459 - unused local typedef when...
2012-05-24  dodjiPR bootstrap/53459 - unused local typedef when building...
2012-04-29  dodjiDon't use C++ style comments in libcpp
2012-04-27  aawAdd new option, -Wliteral-suffix.
2012-03-22  rearnsha* lex.c (search_line_fast): Provide Neon-optimized...
2012-03-14  roRemove obsolete Solaris 8 support
2011-12-07  jakub PR bootstrap/50237
2011-10-26  jason Implement C++11 user-defined literals.
2011-10-22  dodjiFix cpp_peek_token behaviour (PR bootstrap/50778)
2011-10-20  dodjiFix thinko in _cpp_remaining_tokens_num_in_context
2011-10-17  dodjiGenerate virtual locations for tokens
2011-08-22  gchareAdd ability to force lexed tokens' source_locations.
2011-08-18  jsm28gcc/testsuite:
2011-08-15  gchareLINEMAP_POSITION_FOR_COLUMN had the exact same effect as
2011-06-16  jason PR c++/45399
2011-05-22  uros * lex.c (init_vectorized_lexer): Fix comparison of...
2011-05-22  uros PR target/49104
2011-04-23  jakub PR preprocessor/48740
2011-03-18  rthPR bootstrap/45381
2010-11-16  ktietz2010-11-16 Kai Tietz <kai.tietz@onevision.com>
2010-08-24  rth PR bootstrap/45376
2010-08-24  ro * lex.c [__sun__ && __svr4__]: Disable init_vectorized...
2010-08-21  rthVectorize fast path of _cpp_clean_line.
2010-04-07  simonb * diagnostic.h (diagnostic_override_option_index)...
2010-04-06  jakub PR preprocessor/43642
2010-03-29  jason More N3077 raw string changes
2010-03-29  jason Some raw string changes from N3077
2009-11-11  ktietzChangeLog for libcpp
next