comparison src/ChangeLog @ 7046:fbf8576cf399

[project @ 2007-10-22 12:12:20 by dbateman]
author dbateman
date Mon, 22 Oct 2007 12:12:20 +0000
parents 271fa61d8fae
children d00f05fb8105
comparison
equal deleted inserted replaced
7045:271fa61d8fae 7046:fbf8576cf399
1 2007-10-22 David Bateman <dbateman@free.fr> 1 2007-10-22 David Bateman <dbateman@free.fr>
2 2
3 * data.cc (Ftic, Ftoc, Fcputime): New builtin versions of the 3 * data.cc (Ftic, Ftoc, Fcputime): New builtin versions of the
4 benchmarking functions for speed. 4 benchmarking functions for speed.
5 * oct-map.cc (Octave_map::squeeze, Octave_map::permute): New methods.
6 (Octave_map::index (const octave_value_list&, bool)): Add resize_ok
7 argument, define as const and use const_iterator internally.
8 (Octave_map::index (idx_vector&, ...), Octave_map::index (Array
9 <idx_vector>&, ...)): New forms of the index function.
10 * oct-map.h (squeeze, permute, indx (const octave_value_list&, bool),
11 index (idx_vector&, ...), index (Array <idx_vector>&, ...)): Add
12 or update declaration.
13 * ov-struct.cc (octave_struct::do_index_op (const octave_value_list&,
14 bool)): New method.
15 * ov-struct.h (do_index_op (const octave_value_list&, bool)): Declare
16 it.
17 (squeeze (void), permute (const Arra<int>&, bool): New methods.
5 18
6 2007-10-19 Kai Habel <kai.habel@gmx.de> 19 2007-10-19 Kai Habel <kai.habel@gmx.de>
7 20
8 * DLD-FUNCTIONS/__contourc__.cc (add_point): Rename from 21 * DLD-FUNCTIONS/__contourc__.cc (add_point): Rename from
9 cl_add_point. Change all uses. 22 cl_add_point. Change all uses.