summaryrefslogtreecommitdiff
path: root/libcpp/charset.c
AgeCommit message (Expand)Author
2022-01-17Rename .c files to .cc files.Martin Liska
2022-01-03Update copyright years.Jakub Jelinek
2021-12-01libcpp: Enable P1949R7 for C++98 too [PR100977]Jakub Jelinek
2021-11-30Remove more stray returns and gcc_unreachable ()sRichard Biener
2021-11-01diagnostics: escape non-ASCII source bytes for certain diagnosticsDavid Malcolm
2021-10-18Remove unused but set variables.Martin Liska
2021-09-01libcpp: Implement C++23 P1949R7 - C++ Identifier Syntax using Unicode Standar...Jakub Jelinek
2021-08-25diagnostics: Support for -finput-charset [PR93067]Lewis Hyatt
2021-01-04Update copyright years.Jakub Jelinek
2020-12-01Feature: Macros for identifying the wide and narrow execution string literal ...JeanHeyd Meneide
2020-07-14diagnostics: Support conversion of tabs to spaces [PR49973] [PR86904]Lewis Hyatt
2020-05-13c++: Replace "C++2a" with "C++20".Jason Merrill
2020-01-01Update copyright years.Jakub Jelinek
2019-12-18Drop unused member from cpp_string_location_reader (PR preprocessor/92982)David Malcolm
2019-12-14re PR preprocessor/92919 (invalid memory access in wide_str_to_charconst when...Jakub Jelinek
2019-12-09Byte vs column awareness for diagnostic-show-locus.c (PR 49973)Lewis Hyatt
2019-11-14Support UTF-8 character constants for C2x.Joseph Myers
2019-11-07PR c++/91370 - Implement P1041R4 and P1139R2 - Stronger Unicode reqsJakub Jelinek
2019-09-26charset.c (UCS_LIMIT): New macro.Eric Botcazou
2019-09-19Support extended characters in C/C++ identifiers (PR c/67224)Lewis Hyatt
2019-01-01Update copyright years.Jakub Jelinek
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm
2018-10-09Cleanup of libcpp diagnostic callbacksDavid Malcolm
2018-01-03Update copyright years.Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-11-17Fix locations within raw stringsDavid Malcolm
2016-09-23Provide location information for terminator characters (PR preprocessor/77672)David Malcolm
2016-08-06Fix crash in selftest::test_lexer_string_locations_ucn4 (PR bootstrap/72823)David Malcolm
2016-08-05On-demand locations within string-literalsDavid Malcolm
2016-02-05re PR c++/69628 (Conditional jump or move depends on uninitialised value(s) i...Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-07-02re PR preprocessor/53690 ([C++11] \u0000 and \U00000000 are wrongly encoded a...Paolo Carlini
2015-06-30Implement N4197 - Adding u8 character literalsEdward Smith-Rowland
2015-01-05Update copyright years.Jakub Jelinek
2014-11-29Fix off-by-one bug in utf16 conversion (PR preprocessor/41698).Joseph Myers
2014-10-02charset.c (convert_no_conversion): Reallocate memory with 25% headroom.Bernd Edlinger
2014-09-22charset.c (conversion): Rename to ...Jan Hubicka
2014-08-19c-opts.c (sanitize_cpp_opts): Make warn_long_long be set according to warn_c9...Marek Polacek
2014-08-10re PR c/51849 (-Wc99-compat would be considered useful)Marek Polacek
2014-01-02Update copyright years in libcpp/Richard Sandiford
2013-11-16ucnid-2011-1.c: New test.Joseph Myers
2013-01-14Update copyright years in libcpp.Richard Sandiford
2012-12-03re PR bootstrap/55380 (All search_line_fast implementations read beyond buffer)Jakub Jelinek
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek
2010-04-07diagnostic.h (diagnostic_override_option_index): New macro to set a diagnosti...Simon Baldwin
2010-03-29More N3077 raw string changesJason Merrill
2010-03-29Some raw string changes from N3077Jason Merrill
2009-10-19charset.c (cpp_init_iconv): Initialize utf8_cset_desc.Jakub Jelinek
2009-10-09* charset.c (_cpp_valid_ucn): Update C++0x restrictions.Jason Merrill
2009-08-17re PR preprocessor/41067 (Inconsistency in warnings on invalid \-escapes)Tom Tromey