Module Name: src Committed By: isaki Date: Sat Apr 20 05:46:20 UTC 2013
Modified Files: src/doc: CHANGES Log Message: m68k FPE supports all mathematics functions. To generate a diff of this commit: cvs rdiff -u -r1.1816 -r1.1817 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES diff -u src/doc/CHANGES:1.1816 src/doc/CHANGES:1.1817 --- src/doc/CHANGES:1.1816 Fri Apr 19 00:42:53 2013 +++ src/doc/CHANGES Sat Apr 20 05:46:20 2013 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1816 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1817 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -227,3 +227,6 @@ Changes from NetBSD 6.0 to NetBSD 7.0: tcpdump(8): Import 4.3.0 [christos 20130406] libevent: Upgrade 2.0.21-stable [christos 20130411] wm(4): Add support for I210 and I211 [msaitoh 20130419] + m68k: Add inverse trigonometric functions, hyperbolic arctangent, + exponential and power functions to m68k FPE. As a result, + m68k FPE supports all mathematics functions. [isaki 20130420]