summaryrefslogtreecommitdiff
path: root/libcpp
Commit message (Expand)AuthorAgeFilesLines
* lex.c (search_line_fast): Correct for little endian.Bill Schmidt2013-11-182-0/+13
* ucnid-2011-1.c: New test.Joseph Myers2013-11-169-840/+4764
* ucnid-9.c: New test.Joseph Myers2013-11-154-15/+19
* macro.c (_cpp_builtin_macro_text): Correct wording of two warnings.Tobias Burnus2013-11-062-4/+9
* c.opt (-Wdate-time): New optionTobias Burnus2013-11-054-2/+22
* * tr.po: Update.Joseph Myers2013-11-012-83/+60
* Implement C++14 digit separators.Edward Smith-Rowland2013-10-316-27/+93
* Add --enable-host-shared configuration optionDavid Malcolm2013-10-154-2/+32
* * sr.po: Update.Joseph Myers2013-10-032-64/+28
* configure.ac: Set need_64bit_hwint for all arm targets.Richard Earnshaw2013-08-073-6/+7
* re PR preprocessor/57620 (Phantom terminator confuses raw string literal pars...Jakub Jelinek2013-07-212-73/+124
* re PR preprocessor/57824 (Raw string literals not handled correctly in macro ...Jakub Jelinek2013-07-102-2/+7
* c-ppoutput.c (scan_translation_unit): Call account_for_newlines for all CPP_T...Jakub Jelinek2013-07-103-2/+6
* re PR preprocessor/57757 (CPP extra inserted whitespace needs to be reviewed ...Jakub Jelinek2013-07-102-0/+16
* lex.c (lex_raw_string(), [...]): Constrain suffixes treated as concatenated l...Ed Smith-Rowland2013-06-292-20/+45
* files.c (_cpp_stack_include): Fix the highest_location when header file is gu...Dehao Chen2013-06-242-9/+22
* N3472 binary constantsJakub Jelinek2013-04-284-19/+42
* cpplib.h (enum c_lang): Add CLK_GNUCXX1Y and CLK_CXX1Y.Paolo Carlini2013-04-244-10/+23
* re PR target/56771 (Integer Overflow? Building arm-rtems libgcc2)Sebastian Huber2013-04-033-0/+8
* * vi.po: Update.Joseph Myers2013-03-302-24/+28
* * zh_TW.po: Update.Joseph Myers2013-03-272-156/+71
* * cpplib.pot: Regenerate.Joseph Myers2013-03-152-23/+27
* * de.po: Update.Joseph Myers2013-03-092-7/+10
* re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek2013-03-064-8/+30
* be.po, [...]: Update.Joseph Myers2013-03-0421-5471/+5120
* re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek2013-03-013-2/+25
* files.c (_cpp_find_file): If returning early...Jakub Jelinek2013-02-282-13/+35
* configure.ac: Don't define ENABLE_CHECKING whenever --enable-checking is seen...Jakub Jelinek2013-02-285-8/+115
* * cpplib.pot: Regenerate.Joseph Myers2013-02-242-217/+227
* re PR c++/55582 ([C++11] Unable to define string user-defined literal without...Ed Smith-Rowland2013-02-142-6/+16
* * eo.po: New.Joseph Myers2013-02-052-0/+959
* Update copyright years in libcpp.Richard Sandiford2013-01-1427-51/+31
* PR c++/54526 (again)Paolo Carlini2013-01-042-2/+18
* re PR bootstrap/50167 (gmp memory functions are extern "C" (graphite))Marc Glisse2013-01-032-6/+19
* re PR bootstrap/55380 (All search_line_fast implementations read beyond buffer)Jakub Jelinek2012-12-033-7/+28
* re PR pch/55399 (pch tests fail on mips-mti-linux-gnu target)Steve Ellcey2012-11-212-1/+7
* cpplib.h (struct cpp_options): Add canonical_system_headers.Simon Baldwin2012-11-167-1/+49
* Implement a flag -fext-numeric-literals that allows control of whether GNU...Ed Smith-Rowland2012-11-104-55/+86
* AArch64 [7/10]Ian Bolton2012-10-233-0/+16
* gcc:Joseph Myers2012-10-235-12/+60
* files.c (read_file_guts, [...]): Free memory before returning.Tobias Burnus2012-10-155-4/+22
* Implement #pragma GCC warning/errorFlorian Weimer2012-10-042-3/+49
* * sv.po: Update.Joseph Myers2012-09-262-2/+6
* re PR middle-end/54704 (three-fold increase in compile-time between r191483 a...Dehao Chen2012-09-252-1/+6
* * vi.po: Update.Joseph Myers2012-09-252-116/+118
* re PR middle-end/54645 (Many testsuite failures)Dehao Chen2012-09-253-28/+51
* Integrate lexical block into source_location.Dehao Chen2012-09-193-3/+254
* * cpplib.pot: Regenerate.Joseph Myers2012-09-192-53/+57
* PR preprocessor/53469 - argument tokens of _Pragma miss virtual locationDodji Seketeli2012-08-272-3/+11
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-149-330/+52