summaryrefslogtreecommitdiff
path: root/libcpp/charset.c
Commit message (Expand)AuthorAgeFilesLines
* 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