comparison src/ChangeLog @ 6602:8ebd4f842715

[project @ 2007-04-30 17:12:45 by jwe]
author jwe
date Mon, 30 Apr 2007 17:12:45 +0000
parents 1c4545125165
children 629844711f49
comparison
equal deleted inserted replaced
6601:1c4545125165 6602:8ebd4f842715
1 2007-04-30 David Bateman <dbateman@free.fr>
2
3 * pt-loop.cc (DO_ND_LOOP): New args, CONV and ARG.
4 Use octave_idx_type instead of int for loop counters.
5 Remove redundant assignments to variable "quit" as it is
6 always defined in quit_loop_now.
7 Special case rows = 0 and 1 cases in loops over arrays.
8 Include some of the code that was separate from the macro
9 DO_ND_LOOP in the macro itself
10 (tree_simple_for_command::eval): USE DO_ND_LOOP for all loops.
11 (DO_LOOP): Delete.
12
1 2007-04-30 John W. Eaton <jwe@octave.org> 13 2007-04-30 John W. Eaton <jwe@octave.org>
2 14
3 * mex.cc (mex::cleanup): Don't call unmark for elements of the set 15 * mex.cc (mex::cleanup): Don't call unmark for elements of the set
4 inside the loop. From Laurent Mazet <laurent.mazet@motorola.com>. 16 inside the loop. From Laurent Mazet <laurent.mazet@motorola.com>.
5 17