Sat Apr 20 05:46:20 2013 UTC ()
m68k FPE supports all mathematics functions.


(isaki)
diff -r1.1816 -r1.1817 src/doc/CHANGES

cvs diff -r1.1816 -r1.1817 src/doc/CHANGES (expand / switch to unified diff)

--- src/doc/CHANGES 2013/04/19 00:42:53 1.1816
+++ src/doc/CHANGES 2013/04/20 05:46:20 1.1817
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1816 $> 1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1817 $>
2# 2#
3# 3#
4# [Note: This file does not mention every change made to the NetBSD source tree. 4# [Note: This file does not mention every change made to the NetBSD source tree.
5# For an exhaustive list, please subscribe to the `source-changes' mailing list, 5# For an exhaustive list, please subscribe to the `source-changes' mailing list,
6# or see the mailing list archives. For more information, send a message 6# or see the mailing list archives. For more information, send a message
7# containing just the word `help' to `majordomo@NetBSD.org'.] 7# containing just the word `help' to `majordomo@NetBSD.org'.]
8# 8#
9# ---------------------------------------------------------------------------- 9# ----------------------------------------------------------------------------
10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS: 10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS:
11# 11#
12# theme: Content ... 12# theme: Content ...
13# more content ... 13# more content ...
14# more content. [developer DATE-FORMAT] 14# more content. [developer DATE-FORMAT]
@@ -217,13 +217,16 @@ Changes from NetBSD 6.0 to NetBSD 7.0: @@ -217,13 +217,16 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
217 vchiq(4): Add support for Broadcom VideoCore IV firmware interface. 217 vchiq(4): Add support for Broadcom VideoCore IV firmware interface.
218 [jmcneill 20130325] 218 [jmcneill 20130325]
219 vcaudio(4): Add support for Broadcom VideoCore IV audio service. 219 vcaudio(4): Add support for Broadcom VideoCore IV audio service.
220 [jmcneill 20130325] 220 [jmcneill 20130325]
221 openssh: Import 6.2. [christos 20130329] 221 openssh: Import 6.2. [christos 20130329]
222 mdocml: Import 1.12.1 [christos 20130402] 222 mdocml: Import 1.12.1 [christos 20130402]
223 openpam: Import 20120526 (Micrampelis) [christos 20130405] 223 openpam: Import 20120526 (Micrampelis) [christos 20130405]
224 flex: Import 2.5.37 [christos 20130405] 224 flex: Import 2.5.37 [christos 20130405]
225 byacc: Import 20130304 [christos 20130405] 225 byacc: Import 20130304 [christos 20130405]
226 libpcap: Import 1.3.0 [christos 20130406] 226 libpcap: Import 1.3.0 [christos 20130406]
227 tcpdump(8): Import 4.3.0 [christos 20130406] 227 tcpdump(8): Import 4.3.0 [christos 20130406]
228 libevent: Upgrade 2.0.21-stable [christos 20130411] 228 libevent: Upgrade 2.0.21-stable [christos 20130411]
229 wm(4): Add support for I210 and I211 [msaitoh 20130419] 229 wm(4): Add support for I210 and I211 [msaitoh 20130419]
 230 m68k: Add inverse trigonometric functions, hyperbolic arctangent,
 231 exponential and power functions to m68k FPE. As a result,
 232 m68k FPE supports all mathematics functions. [isaki 20130420]