diff src/ChangeLog @ 5992:4289ed95dde8

[project @ 2006-09-15 20:29:18 by jwe]
author jwe
date Fri, 15 Sep 2006 20:29:18 +0000
parents 265723390e7b
children 1aa6a35a855d
line wrap: on
line diff
--- a/src/ChangeLog	Fri Sep 15 17:30:23 2006 +0000
+++ b/src/ChangeLog	Fri Sep 15 20:29:18 2006 +0000
@@ -1,3 +1,14 @@
+2006-09-15  John W. Eaton  <jwe@octave.org>
+
+	* ops.h (DEFSTRDBLCONVFN): New arg, TFROM.
+	* OPERATORS/op-double-conv.cc: Declare and install sq_string
+	conversions too.
+
+	* ov-base-int.cc (octave_base_int_scalar<T>::convert_to_str_internal,
+	octave_base_int_matrix<T>::convert_to_str_internal):
+	New functions.
+	* ov-base-int.h: Provide decls.
+
 2006-09-15  Soren Hauberg  <soren@hauberg.org>.
 
 	* data.cc (Fsize): If nargout > ndims, fill with 1.