aboutsummaryrefslogtreecommitdiff
path: root/libcpp
AgeCommit message (Expand)Author
2012-06-14Mark ChangeLogRichard Biener
2012-06-14Mark ChangeLogRichard Biener
2012-06-13* sr.po: New.Joseph Myers
2012-04-24* vi.po: Update.Joseph Myers
2012-03-27* ja.po: Update.Joseph Myers
2012-03-22Mark ChangeLogRichard Biener
2012-03-22Mark ChangeLogRichard Biener
2012-02-14Add ports for TILE-Gx and TILEPro.Walter Lee
2012-01-31* uk.po: Update.Joseph Myers
2012-01-31* es.po: Update.Joseph Myers
2012-01-30be.po, [...]: Update.Joseph Myers
2012-01-27gcc.pot: Regenerate.Joseph Myers
2012-01-09macro.c (_cpp_builtin_macro_text): Remove unused variable map.Richard Guenther
2012-01-09re PR preprocessor/33919 (__BASE_FILE__ does not expand correctly when includ...Gary Funck
2012-01-03system.h: Prior to #define, #undef fopen and freopen unconditionally.Olivier Hainque
2011-12-20gcc:Joseph Myers
2011-12-20warnings.m4 (ACX_PROG_CC_WARNING_OPTS): Avoid leading dash in expr call.Andreas Schwab
2011-12-19Check for warning flags without no- prefixAndreas Schwab
2011-12-07re PR bootstrap/50237 (bootstrap comparison failure for libcpp/lex.o)Jakub Jelinek
2011-12-05Add 'inline' to prototype of tokens_buff_remove_last_tokenDodji Seketeli
2011-11-22line-map.h (linemap_dump): Declare.Diego Novillo
2011-11-21re PR c++/50958 ([C++0x] raw literal operator provides incorrect string for i...Ed Smith-Rowland
2011-11-03re PR bootstrap/50857 (The compiler is built with exceptions and RTTI enabled)Michael Matz
2011-11-02internal.h (uxstrdup, ustrchr): Return const unsigned char *.Paolo Carlini
2011-11-02re PR c++/50810 (c++0x-compat does not warn about narrowing conversions)Jason Merrill
2011-10-31re PR libstdc++/1773 (__cplusplus defined to 1, should be 199711L)Jason Merrill
2011-10-31re PR c++/50920 (add a -std=c++11 option to the driver)Jason Merrill
2011-10-26Implement C++11 user-defined literals.Ed Smith-Rowland
2011-10-25Fix lookup of macro mapsDodji Seketeli
2011-10-25Support expansion of reserved locations wrapped in virtual locationsDodji Seketeli
2011-10-22Fix cpp_peek_token behaviour (PR bootstrap/50778)Dodji Seketeli
2011-10-20Fix thinko in _cpp_remaining_tokens_num_in_contextDodji Seketeli
2011-10-18Fix bootstrap on !NO_IMPLICIT_EXTERN_C and ia32 targetsDodji Seketeli
2011-10-17Fix bootstrapping with --disable-checkingDodji Seketeli
2011-10-17Reduce memory waste due to non-power-of-2 allocsTom Tromey
2011-10-17Add line map statistics to -fmem-report outputTom Tromey
2011-10-17Support -fdebug-cpp optionTom Tromey
2011-10-17Generate virtual locations for tokensTom Tromey
2011-10-17Linemap infrastructure for virtual locationsTom Tromey
2011-08-28Fix the use of linemap_add and remove unnecessary kludgeDodji Seketeli
2011-08-22Add ability to force lexed tokens' source_locations.Gabriel Charette
2011-08-18Properly define __cplusplus (PR libstdc++-v3/1773)Rainer Orth
2011-08-18* include/cpplib.h (struct cpp_options): Fix typo.Joseph Myers
2011-08-18c1x-uni-string-1.c, [...]: New tests.Joseph Myers
2011-08-15LINEMAP_POSITION_FOR_COLUMN had the exact same effect as linemap_position_for...Gabriel Charette
2011-07-28line-map.h (struct line_maps): Remove unused field last_listed.Gabriel Charette
2011-07-28Set need_64bit_hwint to yes for x86 targets.H.J. Lu
2011-07-25system.h [...]: Wrap C function declarations in extern "C".Rainer Orth
2011-07-22re PR bootstrap/49794 (Solaris 10/x86 bootstrap broken by C++ build)Rainer Orth
2011-07-15Use source_location where it is dueDodji Seketeli