summaryrefslogtreecommitdiff
path: root/libcpp/charset.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* charset.c (one_utf8_to_cppchar): Correct mask used for 5-byte UTF-8 sequences.Joseph Myers2009-05-031-1/+1
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-091-4/+4
* re PR preprocessor/36479 (Short buffer in libcpp)H.J. Lu2008-06-121-0/+1
* re PR preprocessor/33415 (Can't compile .cpp file with UTF-8 BOM.)Tom Tromey2008-04-211-9/+31
* cpp-id-data.h (UC): Was U, conflicts with U...Kris Van Hees2008-04-181-38/+77
* charset.c (convert_using_iconv): Close out any shift states, returning to the...DJ Delorie2007-12-111-4/+21
* re PR preprocessor/30001 (out-of-bounds access when processing empty file)Tom Tromey2006-12-281-2/+2
* re PR c++/17964 (cpp error messages contain wrong line in C++)Joseph Myers2005-11-031-2/+8
* all files: Update FSF address in copyright headers.Kelley Cook2005-06-291-1/+1
* configure.ac: Check declarations for asprintf and vasprintf.Gabriel Dos Reis2005-05-281-12/+12
* charset.c (_cpp_valid_ucn): In identifiers, reject a partial UCN rather than ...Geoffrey Keating2005-03-161-4/+8
* Index: gcc/ChangeLogGeoffrey Keating2005-03-151-20/+110
* Index: libcpp/ChangeLogGeoffrey Keating2005-03-121-0/+62
* re PR middle-end/18785 (isdigit builtin function fails with EBCDIC character ...Zack Weinberg2005-02-201-2/+59
* charset.c (_cpp_convert_input): Check '\r' before inserting '\n' at the end.Devang Patel2005-02-191-1/+9
* * charset.c (_cpp_destroy_iconv, emit_numeric_escape)Zack Weinberg2004-09-181-6/+22
* Makefile.am: Add makedepend.Zack Weinberg2004-06-051-1/+1
* Makefile.def (host_modules): add libcpp.Paolo Bonzini2004-05-241-0/+1429