comparison src/ChangeLog @ 11100:cdf940db26a0

provide mxIsFunctionHandle MEX interface function
author John W. Eaton <jwe@octave.org>
date Sat, 16 Oct 2010 13:27:18 -0400
parents ffb2f1ef2097
children 2c356a35d7f5
comparison
equal deleted inserted replaced
11099:65b240770880 11100:cdf940db26a0
1 2010-10-16 John W. Eaton <jwe@octave.org>
2
3 * mxarray.h.in (mxArray::is_function_handle): New virtual function.
4 * mex.cc (mxArray_base::is_function_handle): New pure virtual function.
5 (mxArray_octave_value::is_function_handle): New function.
6 (mxArray_matlab::is_function_handle): New function.
7 (mxIsFunctionHandle): New function.
8 * mexproto.h (mxIsFunctionHandle): Provide decl.
9
1 2010-10-14 John W. Eaton <jwe@octave.org> 10 2010-10-14 John W. Eaton <jwe@octave.org>
2 11
3 * sparse.cc: Rename from DLD-FUNCTIONS/sparse.cc. Include 12 * sparse.cc: Rename from DLD-FUNCTIONS/sparse.cc. Include
4 defun.h, not defun-dld.h. 13 defun.h, not defun-dld.h.
5 (Fissparse, Fsparse, Fspalloc): Use DEFUN, not DEFUN_DLD. 14 (Fissparse, Fsparse, Fspalloc): Use DEFUN, not DEFUN_DLD.