Hi all,
this patch completes the update to the VM interface by adding an entry
into the NEWS file.
cheers,
dalibor topic
2008-02-08 Dalibor Topic <[EMAIL PROTECTED]>
* NEWS: Documented removal of floatToIntBits and
doubleToLongBits from
VM interface.
Index: NEWS
===================================================================
RCS file: /sources/classpath/classpath/NEWS,v
retrieving revision 1.187
diff -u -r1.187 NEWS
--- NEWS 16 Oct 2007 20:28:28 -0000 1.187
+++ NEWS 8 Feb 2008 18:39:33 -0000
@@ -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.