comparison scripts/ChangeLog @ 6494:76a1a953533d

[project @ 2007-04-05 16:09:03 by jwe]
author jwe
date Thu, 05 Apr 2007 16:09:03 +0000
parents 3d6e0589e887
children e0acfe7c3f7b
comparison
equal deleted inserted replaced
6493:5fa513371dde 6494:76a1a953533d
1 2007-04-05 John W. Eaton <jwe@octave.org>
2
3 * testfun/speed.m: Use "strcat (...)" instead of "[...]".
4 Plotting fixes. Style fixes.
5
6 * testfun/test.m: Use "strcat (...)" instead of "[...]".
7 Style fixes.
8
9 * testfun/fail.m: No need to check for evalin and lastwarn.
10 Style fixes.
11
12 * testfun/demo.m, testfun/example.m: Style fixes.
13 Use "strcat (...)" instead of "[...]".
14 Use format specifiers in calls to warning.
15
16 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))".
17 Use "strcat (...)" instead of "[...]".
18 Use "x(end)" instead of "x(length (x))".
19 Check NA before NaN.
20 Style fixes.
21
1 2007-03-29 John W. Eaton <jwe@octave.org> 22 2007-03-29 John W. Eaton <jwe@octave.org>
2 23
3 * plot/stem.m (stem, set_default_values): Use RGB triple for color. 24 * plot/stem.m (stem, set_default_values): Use RGB triple for color.
4 25
5 2007-03-27 John W. Eaton <jwe@octave.org> 26 2007-03-27 John W. Eaton <jwe@octave.org>