diff src/ChangeLog @ 12367:4f4eb7da82d5 release-3-4-x

mex.cc (mxArray_octave_value::dup): if value can't be converted to mxArray object, create a clone of the mxArray_octave_value container
author John W. Eaton <jwe@octave.org>
date Thu, 03 Feb 2011 01:40:00 -0500
parents 044ca61e6750
children f103b9c1ca05
line wrap: on
line diff
--- a/src/ChangeLog	Thu Feb 03 01:04:41 2011 -0500
+++ b/src/ChangeLog	Thu Feb 03 01:40:00 2011 -0500
@@ -1,3 +1,10 @@
+2011-02-03  John W. Eaton  <jwe@octave.org>
+
+	* ov-base.cc (octave_base_value::as_mxArray): Return 0 silently.
+	* mex.cc (mxArray_octave_value::dup): If value can't be
+	converted to mxArray object, then simply create a clone of the
+	mxArray_octave_value container.
+
 2010-02-02  Rik  <octave@nomad.inbox5.com>
 
 	* DLD-FUNCTIONS/eigs.cc, DLD-FUNCTIONS/qr.cc: Use testif to only run