summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a51bd84e6..eaa30563f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -64,6 +64,11 @@
casting to E. Safe as we know it's an E via the
kind test.
+2013-01-10 Matthias Klose <doko@ubuntu.com>
+
+ * tools/gnu/classpath/tools/gjdoc/Main.java: Accept -source 1.5,
+ 1.6, 1.7.
+
2013-01-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
* javax/lang/model/element/AnnotationValueVisitor.java:
@@ -369,6 +374,12 @@
(getSourceVersions()): Added.
(run(InputStream,OutputStream,OutputStream,String...)): Likewise.
+2012-12-17 Andrew Haley <aph@redhat.com>
+
+ PR libgcj/55716
+ * tools/gnu/classpath/tools/javah/Main.java (parseClasses): Dont
+ scan inner classes if our item is a file.
+
2012-11-30 Andrew John Hughes <gnu_andrew@member.fsf.org>
* javax/lang/model/type/ArrayType.java: