summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalibor Topic <robilad@yahoo.com>2008-02-08 18:40:48 +0000
committerDalibor Topic <robilad@yahoo.com>2008-02-08 18:40:48 +0000
commitc741164be6b498c0df30dfc6c3d329530f2e10a6 (patch)
tree75a053ca2d4169818c459dafa5a0a491740ff5d1
parent9096e377cd45af8a5a7570d464be84b0d1f8bb96 (diff)
downloadclasspath-c741164be6b498c0df30dfc6c3d329530f2e10a6.tar.gz
2008-02-08 Dalibor Topic <robilad@kaffe.org>
* NEWS: Documented removal of floatToIntBits and doubleToLongBits from VM interface.
-rw-r--r--ChangeLog5
-rw-r--r--NEWS4
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac4298832..650ccfb9b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-02-08 Dalibor Topic <robilad@kaffe.org>
+ * NEWS: Documented removal of floatToIntBits and doubleToLongBits from
+ VM interface.
+
+2008-02-08 Dalibor Topic <robilad@kaffe.org>
+
* vm/reference/java/lang/VMFloat.java (floatToIntBits): Removed unused
method.
diff --git a/NEWS b/NEWS
index d33f1ef9b..bcf40d495 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
New in release 0.97
+Runtime interface changes:
+
+* Removed VMFloat.floatToIntBits amd VMDouble.doubleToLongBits.
+
New in release 0.96.1 (Oct 16, 2007)
* Small compile, configure and build fixes.