diff src/ChangeLog @ 8852:86088b49a6d7

single conversions
author John W. Eaton <jwe@octave.org>
date Tue, 24 Feb 2009 04:29:55 -0500
parents 7557cf34ffcd
children 97d146d1648b
line wrap: on
line diff
--- a/src/ChangeLog	Tue Feb 24 09:21:28 2009 +0100
+++ b/src/ChangeLog	Tue Feb 24 04:29:55 2009 -0500
@@ -1,3 +1,10 @@
+2009-02-24  John W. Eaton  <jwe@octave.org>
+
+	* OPERATORS/op-float-conv.cc: New file.
+	* Makefile.in (FLOAT_OP_XSRC): Add it to the list.
+	(DOUBLE_OP_XSRC): Move op-double-conv.cc here from INTTYPE_OP_XSRC.
+	* ops.h (DEFFLTCONVFN, DEFSTRFLTCONVFN): New macros.
+
 2009-02-23  John W. Eaton  <jwe@octave.org>
 
 	* ov-base-sparse.cc (octave_base_sparse<T>::print_raw):