summaryrefslogtreecommitdiff
path: root/gcc/java/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java/ChangeLog')
-rw-r--r--gcc/java/ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index 1c0f9d44926..4489f6a5630 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -1,7 +1,14 @@
+2004-08-19 Nathan Sidwell <nathan@codesourcery.com>
+
+ * parse.h (JAVA_RADIX10_FLAG): Rename to ...
+ (JAVA_NOT_RADIX10_FLAG): ... here. Invert meaning.
+ * lex.c (do_java_lex): Adjust.
+ (error_if_numeric_overflow): Likewise.
+
2004-08-18 Andrew Pinski <apinski@apple.com>
- * class.c (make_local_function_alias): Only make a new decl if we support
- alias attribute on all decls.
+ * class.c (make_local_function_alias): Only make a new decl if we
+ support alias attribute on all decls.
2004-08-18 Bryce McKinlay <mckinlay@redhat.com>