comparison 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
comparison
equal deleted inserted replaced
5892:13aa80fc7839 5893:d73ffe42f2c8
1 2006-07-16 John W. Eaton <jwe@octave.org>
2
3 * oct-spparms.h, oct-spparms.cc (class octave_sparse_params):
4 Rename from SparseParams. Use same implementation method as other
5 singleton classes in Octave. Change all uses of
6 Voctave_sparse_controls to use static functions from
7 octave_sparse_params class instead.
8
9 * oct-spparms.h, oct-spparms.cc (SparseParams::set_key,
10 SparseParams::get_key): Pass std::string arg by const reference,
11 not const value.
12
1 2006-07-15 John W. Eaton <jwe@octave.org> 13 2006-07-15 John W. Eaton <jwe@octave.org>
2 14
3 * data-conv.cc: Instantiante swap_bytes templates here. 15 * data-conv.cc: Instantiante swap_bytes templates here.
4 16
5 * MatrixType.cc (MatrixType::MatrixType): 17 * MatrixType.cc (MatrixType::MatrixType):