changeset 22460:b0caa61934fe

NEWS: Document mxAssert and mxAssertS additions.
author Rik <rik@octave.org>
date Fri, 09 Sep 2016 20:00:17 -0700
parents 6af82fc041a4
children cc4f31e8477f
files NEWS
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Fri Sep 09 19:40:22 2016 -0700
+++ b/NEWS	Fri Sep 09 20:00:17 2016 -0700
@@ -142,6 +142,11 @@
     instead will return execution to the MEX function for error
     handling.
 
+ ** The functions mxAssert and mxAssertS for checking assertions have
+    been added.  In order to avoid a performance penalty they are only
+    compiled in to debug versions of a MEX file, i.e., that are produced
+    when the '-g' option is given to mex() or mkoctfile().
+
  ** Other new MEX API functions include mexEvalStringWithTrap.
 
  ** Other new functions added in 4.2: