diff src/ChangeLog @ 7215:dd88d61d443f

[project @ 2007-11-29 16:44:45 by jwe]
author jwe
date Thu, 29 Nov 2007 16:46:40 +0000
parents 86d0b16f2bb2
children dd8b3bbeeaf9
line wrap: on
line diff
--- a/src/ChangeLog	Thu Nov 29 03:40:04 2007 +0000
+++ b/src/ChangeLog	Thu Nov 29 16:46:40 2007 +0000
@@ -1,3 +1,18 @@
+2007-11-29  John W. Eaton  <jwe@octave.org>
+
+	* pr-output.cc (octave_print_internal_template (std::ostream&,
+	const octave_int<T>&, bool)): Rename from octave_print_internal.
+	(PRINT_INT_SCALAR_INTERNAL): New macro.  Use it to define
+	non-template functions for printing scalar octave_int values.
+	(octave_print_internal_template (std::ostream&, const intNDArray<T>&,
+	bool, int)): Rename from octave_print_internal.
+	(PRINT_INT_ARRAY_INTERNAL): New macro.  Use it to define
+	non-template functions for printing scalar octave_int values.
+	* pr-output.h: Declare non-template functions for printing
+	octave_int scalar and array values.
+	Delete declarations of template funtions for printing octave_int
+	scalar and array values.
+
 2007-11-28  John W. Eaton  <jwe@octave.org>
 
 	* graphics.cc (base_properties::update_axis_limits,