changeset 10437:0a210203481b

update NEWS
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 23 Mar 2010 13:03:06 +0100
parents 00219bdd2d17
children 44538c4ff9d1
files ChangeLog NEWS
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Mar 23 13:01:34 2010 +0100
+++ b/ChangeLog	Tue Mar 23 13:03:06 2010 +0100
@@ -1,3 +1,7 @@
+2010-03-23  Jaroslav Hajek  <highegg@gmail.com>
+
+	* NEWS: Update.
+
 2010-03-15  John W. Eaton  <jwe@octave.org>
 
 	* configure.ac (AH_BOTTOM): Define GNULIB_NAMESPACE.
--- a/NEWS	Tue Mar 23 13:01:34 2010 +0100
+++ b/NEWS	Tue Mar 23 13:03:06 2010 +0100
@@ -229,6 +229,9 @@
     Octave:int-convert-non-int-val, Octave:int-convert-overflow,
     Octave:int-math-overflow) have been removed. 
 
+ ** rem and mod are now built-in functions. They also handle integer types
+    efficiently using integer arithmetic.
+
 Summary of important user-visible changes for version 3.2:
 ---------------------------------------------------------