summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2006-02-24 12:49:44 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2006-02-24 12:49:44 +0000
commit540baf15d001a13be13089cd862c200d588aed8b (patch)
tree755c671e180bf6bd84ee1b7525bb0dc8c45a3b74 /NEWS
parent27bc3e95bfd7ac25c3303dbf91ee043ef70c33f0 (diff)
downloadclasspath-540baf15d001a13be13089cd862c200d588aed8b.tar.gz
2006-02-24 Andrew John Hughes <gnu_andrew@member.fsf.org>
* NEWS: Mentions the VMMath runtime changes. * doc/vmintegration.texinfo: Updated to include VMMath.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f47196f67..5961ba151 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,12 @@ New in release 0.21 (to be released)
classes. The rmic compiler is no longer required (unless for research
and specific stubs).
+Runtime interface changes:
+
+* A new class, VMMath, is now available which separates the native
+ mathematical functions from java.lang.Math. The previous fdlibm
+ implementation now forms the reference material for this class.
+
New in release 0.20 (Jan 13, 2006)
* New StAX pull parser and SAX-over-StAX driver. Lots of DOM, SAX/StAX,