summaryrefslogtreecommitdiff
path: root/libcpp/charset.c
AgeCommit message (Expand)Author
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
2009-05-03charset.c (one_utf8_to_cppchar): Correct mask used for 5-byte UTF-8 sequences.Joseph Myers
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek
2008-06-12re PR preprocessor/36479 (Short buffer in libcpp)H.J. Lu
2008-04-21re PR preprocessor/33415 (Can't compile .cpp file with UTF-8 BOM.)Tom Tromey
2008-04-18cpp-id-data.h (UC): Was U, conflicts with U...Kris Van Hees
2007-12-11charset.c (convert_using_iconv): Close out any shift states, returning to the...DJ Delorie
2006-12-28re PR preprocessor/30001 (out-of-bounds access when processing empty file)Tom Tromey
2005-11-03re PR c++/17964 (cpp error messages contain wrong line in C++)Joseph Myers
2005-06-29all files: Update FSF address in copyright headers.Kelley Cook
2005-05-28configure.ac: Check declarations for asprintf and vasprintf.Gabriel Dos Reis
2005-03-16charset.c (_cpp_valid_ucn): In identifiers, reject a partial UCN rather than ...Geoffrey Keating
2005-03-15Index: gcc/ChangeLogGeoffrey Keating
2005-03-12Index: libcpp/ChangeLogGeoffrey Keating
2005-02-20re PR middle-end/18785 (isdigit builtin function fails with EBCDIC character ...Zack Weinberg
2005-02-19charset.c (_cpp_convert_input): Check '\r' before inserting '\n' at the end.Devang Patel
2004-09-18* charset.c (_cpp_destroy_iconv, emit_numeric_escape)Zack Weinberg
2004-06-05Makefile.am: Add makedepend.Zack Weinberg
2004-05-24Makefile.def (host_modules): add libcpp.Paolo Bonzini