gcc/libcpp
Geoffrey Keating 47e204910a Index: libcpp/ChangeLog
2005-03-12  Geoffrey Keating  <geoffk@apple.com>

	* directives.c (glue_header_name): Update call to cpp_spell_token.
	* internal.h (_cpp_interpret_identifier): New.
	* charset.c (_cpp_interpret_identifier): New.
	(_cpp_valid_ucn): Allow UCN version of '$'.
	* lex.c (lex_identifier): Add extra parameter to indicate if initial
	character was '$' or '\'.  Support identifiers with UCNs.
	(forms_identifier_p): Allow UCNs.
	(_cpp_lex_direct): Pass extra parameter to lex_identifier.
	(utf8_to_ucn): New.
	(cpp_spell_token): Add FORSTRING parameter.  Use it.
	(cpp_token_as_text): Update call to cpp_spell_token.
	(cpp_output_token): Write UCNs back out.
	(stringify_arg): Update call to cpp_spell_token.
	(paste_tokens): Likewise.
	(cpp_macro_definition): Likewise.
	* macro.c (stringify_arg): Likewise.
	(paste_tokens): Likewise.
	(cpp_macro_definition): Likewise.
	* include/cpplib.h: Add parameter to cpp_spell_token.

Index: gcc/ChangeLog
2005-03-12  Geoffrey Keating  <geoffk@apple.com>

	* c-lex.c (c_lex_with_flags): Add parameter to call to
	cpp_spell_token.

Index: gcc/testsuite/ChangeLog
2005-03-12  Geoffrey Keating  <geoffk@apple.com>

	* gcc.dg/ucnid-1.c: New.
	* gcc.dg/ucnid-2.c: New.
	* gcc.dg/ucnid-3.c: New.
	* gcc.dg/ucnid-4.c: New.
	* gcc.dg/ucnid-5.c: New.
	* gcc.dg/ucnid-6.c: New.
	* gcc.dg/cpp/ucnid-1.c: New.
	* gcc.dg/cpp/ucnid-2.c: New.
	* gcc.dg/cpp/ucnid-3.c: New.
	* g++.dg/other/ucnid-1.C: New.

From-SVN: r96333
2005-03-12 10:44:06 +00:00
..
include Index: libcpp/ChangeLog 2005-03-12 10:44:06 +00:00
po tr.po: Update. 2005-03-04 20:29:03 +00:00
.cvsignore configure.ac: Don't invoke ACX_HEADER_STDBOOL. 2004-06-12 05:53:54 +00:00
ChangeLog Index: libcpp/ChangeLog 2005-03-12 10:44:06 +00:00
Makefile.in Makefile.in ($(PACKAGE).pot): New rule. 2004-11-09 21:58:43 +00:00
aclocal.m4 aclocal.m4: Regenerate. 2004-11-24 21:53:28 +00:00
charset.c Index: libcpp/ChangeLog 2005-03-12 10:44:06 +00:00
config.in re PR bootstrap/19818 (GCC 4.0 cannot bootstrap itself) 2005-02-14 08:52:24 +00:00
configure re PR bootstrap/19818 (GCC 4.0 cannot bootstrap itself) 2005-02-14 08:52:24 +00:00
configure.ac re PR bootstrap/19818 (GCC 4.0 cannot bootstrap itself) 2005-02-14 08:52:24 +00:00
directives.c Index: libcpp/ChangeLog 2005-03-12 10:44:06 +00:00
errors.c errors.c (_cpp_begin_message): Print "error: " for errors. 2004-10-14 01:56:22 +01:00
expr.c re PR preprocessor/16192 (Bug in expression evaluation when operand is missing) 2004-07-04 12:57:50 +00:00
files.c directives.c, [...]: Update copyright. 2005-02-14 14:43:56 +00:00
identifiers.c
init.c directives.c, [...]: Update copyright. 2005-02-14 14:43:56 +00:00
internal.h Index: libcpp/ChangeLog 2005-03-12 10:44:06 +00:00
lex.c Index: libcpp/ChangeLog 2005-03-12 10:44:06 +00:00
line-map.c
macro.c Index: libcpp/ChangeLog 2005-03-12 10:44:06 +00:00
makedepend.c Remove extra whitespace. 2004-10-11 07:29:17 +02:00
mkdeps.c Makefile.am: Add makedepend. 2004-06-05 20:58:06 +00:00
pch.c directives.c, [...]: Update copyright. 2005-02-14 14:43:56 +00:00
symtab.c re PR preprocessor/14699 (abort() in hashtable.c in approx_sqrt() with -fmem-report) 2004-09-06 13:22:48 +00:00
system.h configure.ac: Don't invoke ACX_HEADER_STDBOOL. 2004-06-12 05:53:54 +00:00
traditional.c directives.c, [...]: Update copyright. 2005-02-14 14:43:56 +00:00
ucnid.h
ucnid.pl
ucnid.tab