OSDN Git Service

PR preprocessor/19475
[pf3gnuchains/gcc-fork.git] / libcpp / ChangeLog
index 9f4303c..48b24ec 100644 (file)
@@ -1,5 +1,33 @@
+2005-04-05  Jakub Jelinek  <jakub@redhat.com>
+
+       PR preprocessor/19475
+       * macro.c (create_iso_definition): For < ISO C99, don't
+       pedwarn if there is no whitespace between macro name and its
+       replacement, but the replacement starts with a basic character
+       set character.
+
+2005-03-28  Andreas Jaeger  <aj@suse.de>
+
+       * lex.c (warn_about_normalization): Cast field width to int to
+       avoid warning.
+
+2005-03-19  Joseph S. Myers  <joseph@codesourcery.com>
+
+       * configure.ac: Consistently use solaris2.1[0-9]* instead of
+       solaris2.1[0-9].
+       * configure: Regenerate.
+
+2005-03-15  Geoffrey Keating  <geoffk@apple.com>
+
+       * charset.c (_cpp_valid_ucn): In identifiers, reject a partial
+       UCN rather than printing an error.
+
 2005-03-14  Geoffrey Keating  <geoffk@apple.com>
 
+       * lex.c (forms_identifier_p): Disable UCNs in C89 mode.
+
+2005-03-14  Geoffrey Keating  <geoffk@apple.com>
+       
        * 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.