diff liboctave/ChangeLog @ 5893:d73ffe42f2c8

[project @ 2006-07-16 07:48:19 by jwe]
author jwe
date Sun, 16 Jul 2006 07:49:03 +0000
parents 13aa80fc7839
children da843f35775c
line wrap: on
line diff
--- a/liboctave/ChangeLog	Sat Jul 15 18:16:53 2006 +0000
+++ b/liboctave/ChangeLog	Sun Jul 16 07:49:03 2006 +0000
@@ -1,3 +1,15 @@
+2006-07-16  John W. Eaton  <jwe@octave.org>
+
+	* oct-spparms.h, oct-spparms.cc (class octave_sparse_params):
+	Rename from SparseParams.  Use same implementation method as other
+	singleton classes in Octave.  Change all uses of
+	Voctave_sparse_controls to use static functions from
+	octave_sparse_params class instead.
+
+	* oct-spparms.h, oct-spparms.cc (SparseParams::set_key,
+	SparseParams::get_key): Pass std::string arg by const reference,
+	not const value.
+
 2006-07-15  John W. Eaton  <jwe@octave.org>
 
 	* data-conv.cc: Instantiante swap_bytes templates here.