From 81e19b315c09e2f08de19bd5838caa8221eb3a99 Mon Sep 17 00:00:00 2001 From: zack Date: Thu, 12 May 2005 18:31:38 +0000 Subject: libcpp: * directives.c (#sccs table entry): Mark IN_I, consistent with #ident. (do_sccs): Delete function definition, #define to do_ident. (do_ident): Don't hardwire directive name. gcc: * doc/cpp.texi: Document that #sccs is a synonym for #ident. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99623 138bc75d-0d04-0410-961f-82ee72b054a4 --- libcpp/ChangeLog | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'libcpp/ChangeLog') diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 6397e2a3b6d..c13a0679b3b 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,9 @@ +2005-05-12 Zack Weinberg + + * directives.c (#sccs table entry): Mark IN_I, consistent with #ident. + (do_sccs): Delete function definition, #define to do_ident. + (do_ident): Don't hardwire directive name. + 2005-05-12 Ryota Kunisawa PR bootstrap/21230 @@ -26,7 +32,7 @@ fflush, fgetc, fgets, ferror, fread): Redefine to the associated _unlocked function. (fwrite_unlocked): Fix prototype. - + * configure, config.in: Regenerate. 2005-04-05 Jakub Jelinek @@ -58,7 +64,7 @@ * lex.c (forms_identifier_p): Disable UCNs in C89 mode. 2005-03-14 Geoffrey Keating - + * init.c (cpp_create_reader): Default warn_normalize to normalized_C. * charset.c: Update for new format of ucnid.h. (ucn_valid_in_identifier): Update for new format of ucnid.h. @@ -119,7 +125,7 @@ * directives.c (do_line): Save sysp early before line table is realloc'ed. - + 2005-02-20 Zack Weinberg PR 18785 -- cgit v1.2.3