comparison 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
comparison
equal deleted inserted replaced
12366:3dd1b0b36f13 12367:4f4eb7da82d5
1 2011-02-03 John W. Eaton <jwe@octave.org>
2
3 * ov-base.cc (octave_base_value::as_mxArray): Return 0 silently.
4 * mex.cc (mxArray_octave_value::dup): If value can't be
5 converted to mxArray object, then simply create a clone of the
6 mxArray_octave_value container.
7
1 2010-02-02 Rik <octave@nomad.inbox5.com> 8 2010-02-02 Rik <octave@nomad.inbox5.com>
2 9
3 * DLD-FUNCTIONS/eigs.cc, DLD-FUNCTIONS/qr.cc: Use testif to only run 10 * DLD-FUNCTIONS/eigs.cc, DLD-FUNCTIONS/qr.cc: Use testif to only run
4 some sparse tests when necessary libraries are installed. 11 some sparse tests when necessary libraries are installed.
5 12