diff 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
line wrap: on
line diff
--- a/src/ChangeLog	Sat Oct 16 14:38:57 2010 +0400
+++ b/src/ChangeLog	Sat Oct 16 13:27:18 2010 -0400
@@ -1,3 +1,12 @@
+2010-10-16  John W. Eaton  <jwe@octave.org>
+
+	* mxarray.h.in (mxArray::is_function_handle): New virtual function.
+	* mex.cc (mxArray_base::is_function_handle): New pure virtual function.
+	(mxArray_octave_value::is_function_handle): New function.
+	(mxArray_matlab::is_function_handle): New function.
+	(mxIsFunctionHandle): New function.
+	* mexproto.h (mxIsFunctionHandle): Provide decl.
+
 2010-10-14  John W. Eaton  <jwe@octave.org>
 
 	* sparse.cc: Rename from DLD-FUNCTIONS/sparse.cc.  Include