aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2012-03-22* lex.c (search_line_fast): Provide Neon-optimized version for ARM.Richard Earnshaw1-0/+4
2012-03-14Remove obsolete Solaris 8 supportRainer Orth1-0/+4
2012-02-14Add ports for TILE-Gx and TILEPro.Walter Lee1-0/+5
2012-01-09macro.c (_cpp_builtin_macro_text): Remove unused variable map.Richard Guenther1-0/+4
2012-01-09re PR preprocessor/33919 (__BASE_FILE__ does not expand correctly when includ...Gary Funck1-0/+9
2012-01-03system.h: Prior to #define, #undef fopen and freopen unconditionally.Olivier Hainque1-0/+4
2011-12-20gcc:Joseph Myers1-0/+8
2011-12-20warnings.m4 (ACX_PROG_CC_WARNING_OPTS): Avoid leading dash in expr call.Andreas Schwab1-0/+4
2011-12-19Check for warning flags without no- prefixAndreas Schwab1-0/+4
2011-12-07re PR bootstrap/50237 (bootstrap comparison failure for libcpp/lex.o)Jakub Jelinek1-0/+10
2011-12-05Add 'inline' to prototype of tokens_buff_remove_last_tokenDodji Seketeli1-0/+6
2011-11-22line-map.h (linemap_dump): Declare.Diego Novillo1-0/+7
2011-11-21re PR c++/50958 ([C++0x] raw literal operator provides incorrect string for i...Ed Smith-Rowland1-0/+5
2011-11-03re PR bootstrap/50857 (The compiler is built with exceptions and RTTI enabled)Michael Matz1-0/+8
2011-11-02internal.h (uxstrdup, ustrchr): Return const unsigned char *.Paolo Carlini1-0/+4
2011-11-02re PR c++/50810 (c++0x-compat does not warn about narrowing conversions)Jason Merrill1-0/+5
2011-10-31re PR libstdc++/1773 (__cplusplus defined to 1, should be 199711L)Jason Merrill1-0/+3
2011-10-31re PR c++/50920 (add a -std=c++11 option to the driver)Jason Merrill1-0/+6
2011-10-26Implement C++11 user-defined literals.Ed Smith-Rowland1-0/+14
2011-10-25Fix lookup of macro mapsDodji Seketeli1-0/+4
2011-10-25Support expansion of reserved locations wrapped in virtual locationsDodji Seketeli1-0/+18
2011-10-22Fix cpp_peek_token behaviour (PR bootstrap/50778)Dodji Seketeli1-0/+10
2011-10-20Fix thinko in _cpp_remaining_tokens_num_in_contextDodji Seketeli1-0/+6
2011-10-18Fix bootstrap on !NO_IMPLICIT_EXTERN_C and ia32 targetsDodji Seketeli1-0/+8
2011-10-17Fix bootstrapping with --disable-checkingDodji Seketeli1-0/+6
2011-10-17Reduce memory waste due to non-power-of-2 allocsTom Tromey1-0/+8
2011-10-17Add line map statistics to -fmem-report outputTom Tromey1-0/+12
2011-10-17Support -fdebug-cpp optionTom Tromey1-0/+7
2011-10-17Generate virtual locations for tokensTom Tromey1-0/+79
2011-10-17Linemap infrastructure for virtual locationsTom Tromey1-0/+118
2011-08-28Fix the use of linemap_add and remove unnecessary kludgeDodji Seketeli1-0/+5
2011-08-22Add ability to force lexed tokens' source_locations.Gabriel Charette1-0/+8
2011-08-18Properly define __cplusplus (PR libstdc++-v3/1773)Rainer Orth1-0/+5
2011-08-18* include/cpplib.h (struct cpp_options): Fix typo.Joseph Myers1-0/+4
2011-08-18c1x-uni-string-1.c, [...]: New tests.Joseph Myers1-0/+8
2011-08-15LINEMAP_POSITION_FOR_COLUMN had the exact same effect as linemap_position_for...Gabriel Charette1-0/+5
2011-07-28line-map.h (struct line_maps): Remove unused field last_listed.Gabriel Charette1-0/+5
2011-07-28Set need_64bit_hwint to yes for x86 targets.H.J. Lu1-0/+5
2011-07-25system.h [...]: Wrap C function declarations in extern "C".Rainer Orth1-0/+4
2011-07-22re PR bootstrap/49794 (Solaris 10/x86 bootstrap broken by C++ build)Rainer Orth1-0/+8
2011-07-15Use source_location where it is dueDodji Seketeli1-0/+8
2011-07-07re PR bootstrap/39150 (Configure scripts have no 64-Bit Solaris defined (only...Rainer Orth1-0/+7
2011-06-16re PR c++/45399 ([C++0x] Warning for \0 in raw strings)Jason Merrill1-0/+5
2011-06-06re PR preprocessor/48532 (Wrong location of namespaced pragma involving macros)Dodji Seketeli1-0/+6
2011-06-02files.c (read_file_guts): Add test on non-zero value of S_ISREG.John Tytgat1-0/+4
2011-05-22re PR bootstrap/49104 (bootstrap failure on AMD K6-2 with illegal instruction...Uros Bizjak1-0/+6
2011-04-25ansidecl.h (ENUM_BITFIELD): New, from gcc/system.h.Jan Kratochvil1-0/+4
2011-04-24re PR preprocessor/48740 (Raw C++0x strings and trigraphs mix badly)Jakub Jelinek1-0/+7
2011-04-20remove useless if-before-free testsJim Meyering1-0/+7
2011-03-25files.c (file_hash_eq): Use filename_cmp instead of strcmp.Kai Tietz1-0/+19