summaryrefslogtreecommitdiff
path: root/libcpp/charset.c
Commit message (Expand)AuthorAgeFilesLines
* Rename .c files to .cc files.Martin Liska2022-01-171-2510/+0
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* libcpp: Enable P1949R7 for C++98 too [PR100977]Jakub Jelinek2021-12-011-4/+2
* Remove more stray returns and gcc_unreachable ()sRichard Biener2021-11-301-1/+0
* diagnostics: escape non-ASCII source bytes for certain diagnosticsDavid Malcolm2021-11-011-18/+45
* Remove unused but set variables.Martin Liska2021-10-181-2/+0
* libcpp: Implement C++23 P1949R7 - C++ Identifier Syntax using Unicode Standar...Jakub Jelinek2021-09-011-12/+34
* diagnostics: Support for -finput-charset [PR93067]Lewis Hyatt2021-08-251-32/+77
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* Feature: Macros for identifying the wide and narrow execution string literal ...JeanHeyd Meneide2020-12-011-0/+3
* diagnostics: Support conversion of tabs to spaces [PR49973] [PR86904]Lewis Hyatt2020-07-141-30/+68
* c++: Replace "C++2a" with "C++20".Jason Merrill2020-05-131-1/+1
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Drop unused member from cpp_string_location_reader (PR preprocessor/92982)David Malcolm2019-12-181-1/+0
* re PR preprocessor/92919 (invalid memory access in wide_str_to_charconst when...Jakub Jelinek2019-12-141-0/+11
* Byte vs column awareness for diagnostic-show-locus.c (PR 49973)Lewis Hyatt2019-12-091-0/+103
* Support UTF-8 character constants for C2x.Joseph Myers2019-11-141-0/+2
* PR c++/91370 - Implement P1041R4 and P1139R2 - Stronger Unicode reqsJakub Jelinek2019-11-071-5/+11
* charset.c (UCS_LIMIT): New macro.Eric Botcazou2019-09-261-1/+14
* Support extended characters in C/C++ identifiers (PR c/67224)Lewis Hyatt2019-09-191-2/+81
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Eliminate source_location in favor of location_tDavid Malcolm2018-11-131-1/+1
* Cleanup of libcpp diagnostic callbacksDavid Malcolm2018-10-091-14/+16
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Fix locations within raw stringsDavid Malcolm2016-11-171-1/+12
* Provide location information for terminator characters (PR preprocessor/77672)David Malcolm2016-09-231-1/+8
* Fix crash in selftest::test_lexer_string_locations_ucn4 (PR bootstrap/72823)David Malcolm2016-08-061-6/+5
* On-demand locations within string-literalsDavid Malcolm2016-08-051-52/+380
* re PR c++/69628 (Conditional jump or move depends on uninitialised value(s) i...Jakub Jelinek2016-02-051-2/+9
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* re PR preprocessor/53690 ([C++11] \u0000 and \U00000000 are wrongly encoded a...Paolo Carlini2015-07-021-15/+15
* Implement N4197 - Adding u8 character literalsEdward Smith-Rowland2015-06-301-3/+5
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Fix off-by-one bug in utf16 conversion (PR preprocessor/41698).Joseph Myers2014-11-291-1/+1
* charset.c (convert_no_conversion): Reallocate memory with 25% headroom.Bernd Edlinger2014-10-021-0/+1
* charset.c (conversion): Rename to ...Jan Hubicka2014-09-221-2/+2
* c-opts.c (sanitize_cpp_opts): Make warn_long_long be set according to warn_c9...Marek Polacek2014-08-191-1/+1
* re PR c/51849 (-Wc99-compat would be considered useful)Marek Polacek2014-08-101-0/+4
* Update copyright years in libcpp/Richard Sandiford2014-01-021-1/+1
* ucnid-2011-1.c: New test.Joseph Myers2013-11-161-42/+46
* Update copyright years in libcpp.Richard Sandiford2013-01-141-2/+1
* re PR bootstrap/55380 (All search_line_fast implementations read beyond buffer)Jakub Jelinek2012-12-031-4/+10
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-031-2/+2
* diagnostic.h (diagnostic_override_option_index): New macro to set a diagnosti...Simon Baldwin2010-04-071-8/+8
* More N3077 raw string changesJason Merrill2010-03-291-17/+4
* Some raw string changes from N3077Jason Merrill2010-03-291-1/+1
* charset.c (cpp_init_iconv): Initialize utf8_cset_desc.Jakub Jelinek2009-10-191-1/+51
* * charset.c (_cpp_valid_ucn): Update C++0x restrictions.Jason Merrill2009-10-091-6/+15
* re PR preprocessor/41067 (Inconsistency in warnings on invalid \-escapes)Tom Tromey2009-08-171-1/+1