annotate test/ChangeLog @ 11946:f835cb5b2484 release-3-0-x

version 3.0.4
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 01 Apr 2009 10:51:28 +0200
parents 0eaaf7351ef5
children 0c48f7d0f3f2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11946
f835cb5b2484 version 3.0.4
Jaroslav Hajek <highegg@gmail.com>
parents: 11942
diff changeset
1 2009-01-16 Jaroslav Hajek <highegg@gmail.com>
f835cb5b2484 version 3.0.4
Jaroslav Hajek <highegg@gmail.com>
parents: 11942
diff changeset
2
f835cb5b2484 version 3.0.4
Jaroslav Hajek <highegg@gmail.com>
parents: 11942
diff changeset
3 Version 3.0.4 released.
f835cb5b2484 version 3.0.4
Jaroslav Hajek <highegg@gmail.com>
parents: 11942
diff changeset
4
11942
0eaaf7351ef5 fix platform test in test_string.m
Tatsuro Matsuoka <tmacchant@yahoo.co.jp>
parents: 11861
diff changeset
5 2009-03-26 Tatsuro Matsuoka <tmacchant@yahoo.co.jp>
0eaaf7351ef5 fix platform test in test_string.m
Tatsuro Matsuoka <tmacchant@yahoo.co.jp>
parents: 11861
diff changeset
6
0eaaf7351ef5 fix platform test in test_string.m
Tatsuro Matsuoka <tmacchant@yahoo.co.jp>
parents: 11861
diff changeset
7 * test_string.m: Use more accurate platform test.
0eaaf7351ef5 fix platform test in test_string.m
Tatsuro Matsuoka <tmacchant@yahoo.co.jp>
parents: 11861
diff changeset
8
11861
5e7a180a0bab version 3.0.3
Jaroslav Hajek <highegg@gmail.com>
parents: 11848
diff changeset
9 2008-09-24 Jaroslav Hajek <highegg@gmail.com>
5e7a180a0bab version 3.0.3
Jaroslav Hajek <highegg@gmail.com>
parents: 11848
diff changeset
10
5e7a180a0bab version 3.0.3
Jaroslav Hajek <highegg@gmail.com>
parents: 11848
diff changeset
11 Version 3.0.3 released.
5e7a180a0bab version 3.0.3
Jaroslav Hajek <highegg@gmail.com>
parents: 11848
diff changeset
12
11848
79d5312ab8e6 make null assignment more Matlab-compatible
Jaroslav Hajek <highegg@gmail.com>
parents: 11806
diff changeset
13 2008-09-18 Jaroslav Hajek <highegg@gmail.com>
79d5312ab8e6 make null assignment more Matlab-compatible
Jaroslav Hajek <highegg@gmail.com>
parents: 11806
diff changeset
14
79d5312ab8e6 make null assignment more Matlab-compatible
Jaroslav Hajek <highegg@gmail.com>
parents: 11806
diff changeset
15 * test_null_assign.m: New tests.
79d5312ab8e6 make null assignment more Matlab-compatible
Jaroslav Hajek <highegg@gmail.com>
parents: 11806
diff changeset
16
11806
c4f1001bcf71 version 3.0.2
Jaroslav Hajek <highegg@gmail.com>
parents: 11777
diff changeset
17 2008-08-19 Jaroslav Hajek <highegg@gmail.com>
c4f1001bcf71 version 3.0.2
Jaroslav Hajek <highegg@gmail.com>
parents: 11777
diff changeset
18
c4f1001bcf71 version 3.0.2
Jaroslav Hajek <highegg@gmail.com>
parents: 11777
diff changeset
19 Version 3.0.2 released.
c4f1001bcf71 version 3.0.2
Jaroslav Hajek <highegg@gmail.com>
parents: 11777
diff changeset
20
11777
c5d9aaeb306a use ischar instead of isstr
John W. Eaton <jwe@octave.org>
parents: 11761
diff changeset
21 2008-06-02 John W. Eaton <jwe@octave.org>
c5d9aaeb306a use ischar instead of isstr
John W. Eaton <jwe@octave.org>
parents: 11761
diff changeset
22
c5d9aaeb306a use ischar instead of isstr
John W. Eaton <jwe@octave.org>
parents: 11761
diff changeset
23 * test_io.m, test_system.m, octave.test/io/sprintf-1.m,
c5d9aaeb306a use ischar instead of isstr
John W. Eaton <jwe@octave.org>
parents: 11761
diff changeset
24 octave.test/io/sscanf-1.m, octave.test/io/tmpnam-1.m,
c5d9aaeb306a use ischar instead of isstr
John W. Eaton <jwe@octave.org>
parents: 11761
diff changeset
25 octave.test/system/computer-1.m,
c5d9aaeb306a use ischar instead of isstr
John W. Eaton <jwe@octave.org>
parents: 11761
diff changeset
26 octave.test/system/file_in_path-1.m, octave.test/system/lstat-1.m,
c5d9aaeb306a use ischar instead of isstr
John W. Eaton <jwe@octave.org>
parents: 11761
diff changeset
27 octave.test/system/pwd-1.m, octave.test/system/stat-1.m,
c5d9aaeb306a use ischar instead of isstr
John W. Eaton <jwe@octave.org>
parents: 11761
diff changeset
28 octave.test/system/strftime-1.m, octave.test/system/version-1.m:
c5d9aaeb306a use ischar instead of isstr
John W. Eaton <jwe@octave.org>
parents: 11761
diff changeset
29 Call ischar instead of isstr.
c5d9aaeb306a use ischar instead of isstr
John W. Eaton <jwe@octave.org>
parents: 11761
diff changeset
30
11761
af3f3c6f381f version 3.0.1
John W. Eaton <jwe@octave.org>
parents: 11747
diff changeset
31 2008-04-21 John W. Eaton <jwe@octave.org>
af3f3c6f381f version 3.0.1
John W. Eaton <jwe@octave.org>
parents: 11747
diff changeset
32
af3f3c6f381f version 3.0.1
John W. Eaton <jwe@octave.org>
parents: 11747
diff changeset
33 Version 3.0.1 released.
af3f3c6f381f version 3.0.1
John W. Eaton <jwe@octave.org>
parents: 11747
diff changeset
34
11747
8b77c3a5d87a Fix various tests under Win32.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 11717
diff changeset
35 2008-04-09 Michael Goffioul <michael.goffioul@gmail.com>
8b77c3a5d87a Fix various tests under Win32.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 11717
diff changeset
36
8b77c3a5d87a Fix various tests under Win32.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 11717
diff changeset
37 * test_string.m: Fix isprint test under Win32, where
8b77c3a5d87a Fix various tests under Win32.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 11717
diff changeset
38 isprint(setstr(9)) is true.
8b77c3a5d87a Fix various tests under Win32.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 11717
diff changeset
39 * test_system.m: Add condition for various syscall tests. Make cd test
8b77c3a5d87a Fix various tests under Win32.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 11717
diff changeset
40 able to deal with drive-letter-only pathnames (e.g. C:\) under Win32.
8b77c3a5d87a Fix various tests under Win32.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 11717
diff changeset
41
11717
e5510f2d482a refactor Array::assignN dimensioning code for empty initial matrices
David Bateman <dbateman@free.fr>
parents: 11679
diff changeset
42 2008-03-26 David Bateman <dbateman@free.fr>
e5510f2d482a refactor Array::assignN dimensioning code for empty initial matrices
David Bateman <dbateman@free.fr>
parents: 11679
diff changeset
43
e5510f2d482a refactor Array::assignN dimensioning code for empty initial matrices
David Bateman <dbateman@free.fr>
parents: 11679
diff changeset
44 * test_index-wfi-f.m: Split large block of tests. New tests.
e5510f2d482a refactor Array::assignN dimensioning code for empty initial matrices
David Bateman <dbateman@free.fr>
parents: 11679
diff changeset
45
e5510f2d482a refactor Array::assignN dimensioning code for empty initial matrices
David Bateman <dbateman@free.fr>
parents: 11679
diff changeset
46 2008-03-26 John W. Eaton <jwe@octave.org>
e5510f2d482a refactor Array::assignN dimensioning code for empty initial matrices
David Bateman <dbateman@free.fr>
parents: 11679
diff changeset
47
e5510f2d482a refactor Array::assignN dimensioning code for empty initial matrices
David Bateman <dbateman@free.fr>
parents: 11679
diff changeset
48 * test_index-wfi-f.m: New tests.
e5510f2d482a refactor Array::assignN dimensioning code for empty initial matrices
David Bateman <dbateman@free.fr>
parents: 11679
diff changeset
49
11679
f95adf778670 logical indexing compatibility fixes
John W. Eaton <jwe@octave.org>
parents: 11672
diff changeset
50 2008-03-07 John W. Eaton <jwe@octave.org>
f95adf778670 logical indexing compatibility fixes
John W. Eaton <jwe@octave.org>
parents: 11672
diff changeset
51
f95adf778670 logical indexing compatibility fixes
John W. Eaton <jwe@octave.org>
parents: 11672
diff changeset
52 * test_logical-wfi-t.m, test_logical-wfi-f.m: Update tests for
f95adf778670 logical indexing compatibility fixes
John W. Eaton <jwe@octave.org>
parents: 11672
diff changeset
53 logical indexing bug fix.
f95adf778670 logical indexing compatibility fixes
John W. Eaton <jwe@octave.org>
parents: 11672
diff changeset
54
11672
a5a86cc9ef38 remove obsolete tests
John W. Eaton <jwe@octave.org>
parents: 7334
diff changeset
55 2008-03-06 John W. Eaton <jwe@octave.org>
a5a86cc9ef38 remove obsolete tests
John W. Eaton <jwe@octave.org>
parents: 7334
diff changeset
56
a5a86cc9ef38 remove obsolete tests
John W. Eaton <jwe@octave.org>
parents: 7334
diff changeset
57 * test_string.m: Delete obsolete test for deblank.
a5a86cc9ef38 remove obsolete tests
John W. Eaton <jwe@octave.org>
parents: 7334
diff changeset
58 * test_linalg.m: Delete obsolete test for cond.
a5a86cc9ef38 remove obsolete tests
John W. Eaton <jwe@octave.org>
parents: 7334
diff changeset
59
7334
274d9642ac10 [project @ 2007-12-22 01:42:45 by jwe]
jwe
parents: 7322
diff changeset
60 2007-12-21 John W. Eaton <jwe@octave.org>
274d9642ac10 [project @ 2007-12-22 01:42:45 by jwe]
jwe
parents: 7322
diff changeset
61
274d9642ac10 [project @ 2007-12-22 01:42:45 by jwe]
jwe
parents: 7322
diff changeset
62 Version 3.0.0 released.
274d9642ac10 [project @ 2007-12-22 01:42:45 by jwe]
jwe
parents: 7322
diff changeset
63
7322
40a17a87155e [project @ 2007-12-18 21:32:10 by jwe]
jwe
parents: 7287
diff changeset
64 2007-12-18 David Bateman <dbateman@free.fr>
40a17a87155e [project @ 2007-12-18 21:32:10 by jwe]
jwe
parents: 7287
diff changeset
65
40a17a87155e [project @ 2007-12-18 21:32:10 by jwe]
jwe
parents: 7287
diff changeset
66 * build_sparse_tests.sh: Add tests for indexing like a([1,1],:),
40a17a87155e [project @ 2007-12-18 21:32:10 by jwe]
jwe
parents: 7287
diff changeset
67 a(:,[1,1]) and sparse(42)([1,1]).
40a17a87155e [project @ 2007-12-18 21:32:10 by jwe]
jwe
parents: 7287
diff changeset
68
7287
3f29467c1667 [project @ 2007-12-11 17:03:32 by jwe]
jwe
parents: 7279
diff changeset
69 2007-12-11 David Bateman <dbateman@free.fr>
3f29467c1667 [project @ 2007-12-11 17:03:32 by jwe]
jwe
parents: 7279
diff changeset
70
3f29467c1667 [project @ 2007-12-11 17:03:32 by jwe]
jwe
parents: 7279
diff changeset
71 * build_sparse_tests.sh: Drop argument to Fsparse to force mutation.
3f29467c1667 [project @ 2007-12-11 17:03:32 by jwe]
jwe
parents: 7279
diff changeset
72 * test_range.m: Ditto.
3f29467c1667 [project @ 2007-12-11 17:03:32 by jwe]
jwe
parents: 7279
diff changeset
73
7279
72b5e1701da2 [project @ 2007-12-10 21:01:48 by jwe]
jwe
parents: 7243
diff changeset
74 2007-12-10 John W. Eaton <jwe@octave.org>
72b5e1701da2 [project @ 2007-12-10 21:01:48 by jwe]
jwe
parents: 7243
diff changeset
75
72b5e1701da2 [project @ 2007-12-10 21:01:48 by jwe]
jwe
parents: 7243
diff changeset
76 * test_nonlin.m: Delete.
72b5e1701da2 [project @ 2007-12-10 21:01:48 by jwe]
jwe
parents: 7243
diff changeset
77
7243
e8d7eed42935 [project @ 2007-12-04 02:10:17 by jwe]
jwe
parents: 7197
diff changeset
78 2007-12-03 David Bateman <dbateman@free.fr>
e8d7eed42935 [project @ 2007-12-04 02:10:17 by jwe]
jwe
parents: 7197
diff changeset
79
e8d7eed42935 [project @ 2007-12-04 02:10:17 by jwe]
jwe
parents: 7197
diff changeset
80 * fntests.m: Also count the skipped tests.
e8d7eed42935 [project @ 2007-12-04 02:10:17 by jwe]
jwe
parents: 7197
diff changeset
81 * build_sparse_tests.sh: As appropriate make tests conditional on
e8d7eed42935 [project @ 2007-12-04 02:10:17 by jwe]
jwe
parents: 7197
diff changeset
82 HAVE_UMFPACK, HAVE_CHOLMOD and HAVE_CXSPARSE.
e8d7eed42935 [project @ 2007-12-04 02:10:17 by jwe]
jwe
parents: 7197
diff changeset
83
7197
e1c865f21751 [project @ 2007-11-27 01:38:48 by jwe]
jwe
parents: 7080
diff changeset
84 2007-11-26 David Bateman <dbateman@free.fr>
e1c865f21751 [project @ 2007-11-27 01:38:48 by jwe]
jwe
parents: 7080
diff changeset
85
e1c865f21751 [project @ 2007-11-27 01:38:48 by jwe]
jwe
parents: 7080
diff changeset
86 * build_sparse_tests.sh: More care with sparse return values.
e1c865f21751 [project @ 2007-11-27 01:38:48 by jwe]
jwe
parents: 7080
diff changeset
87
7080
7e465260a48f [project @ 2007-10-30 19:52:50 by jwe]
jwe
parents: 7055
diff changeset
88 2007-10-30 Kim Hansen <kimhanse@gmail.com>
7e465260a48f [project @ 2007-10-30 19:52:50 by jwe]
jwe
parents: 7055
diff changeset
89
7e465260a48f [project @ 2007-10-30 19:52:50 by jwe]
jwe
parents: 7055
diff changeset
90 * build_sparse_tests.sh: Fix typo.
7e465260a48f [project @ 2007-10-30 19:52:50 by jwe]
jwe
parents: 7055
diff changeset
91
7055
3e4dab6a136c [project @ 2007-10-23 23:54:41 by jwe]
jwe
parents: 7016
diff changeset
92 2007-10-23 John W. Eaton <jwe@octave.org>
3e4dab6a136c [project @ 2007-10-23 23:54:41 by jwe]
jwe
parents: 7016
diff changeset
93
3e4dab6a136c [project @ 2007-10-23 23:54:41 by jwe]
jwe
parents: 7016
diff changeset
94 * build_sparse_tests.sh (gen_sparsesparse_elementop_tests):
3e4dab6a136c [project @ 2007-10-23 23:54:41 by jwe]
jwe
parents: 7016
diff changeset
95 Use xtest for "assert(as./bs,sparse(af./bf,true),100*eps);" test.
3e4dab6a136c [project @ 2007-10-23 23:54:41 by jwe]
jwe
parents: 7016
diff changeset
96
7016
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 6968
diff changeset
97 2007-10-12 John W. Eaton <jwe@octave.org>
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 6968
diff changeset
98
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 6968
diff changeset
99 * Change copyright notices in all files that are part of Octave to
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 6968
diff changeset
100 GPLv3 or any later version.
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 6968
diff changeset
101
6968
c8fc3487ed2c [project @ 2007-10-06 12:57:58 by jwe]
jwe
parents: 6938
diff changeset
102 2007-10-06 John W. Eaton <jwe@octave.org>
c8fc3487ed2c [project @ 2007-10-06 12:57:58 by jwe]
jwe
parents: 6938
diff changeset
103
c8fc3487ed2c [project @ 2007-10-06 12:57:58 by jwe]
jwe
parents: 6938
diff changeset
104 * test_poly.m: Move residue test to residue.m.
c8fc3487ed2c [project @ 2007-10-06 12:57:58 by jwe]
jwe
parents: 6938
diff changeset
105
6938
688ef9440022 [project @ 2007-10-01 15:59:33 by dbateman]
dbateman
parents: 6922
diff changeset
106 2007-09-29 Kim Hansen <kimhanse@gmail.com>
688ef9440022 [project @ 2007-10-01 15:59:33 by dbateman]
dbateman
parents: 6922
diff changeset
107
688ef9440022 [project @ 2007-10-01 15:59:33 by dbateman]
dbateman
parents: 6922
diff changeset
108 * test_range.m: Test range data
688ef9440022 [project @ 2007-10-01 15:59:33 by dbateman]
dbateman
parents: 6922
diff changeset
109
6922
f806e2740216 [project @ 2007-09-21 18:18:27 by jwe]
jwe
parents: 6731
diff changeset
110 2007-09-21 John W. Eaton <jwe@octave.org>
f806e2740216 [project @ 2007-09-21 18:18:27 by jwe]
jwe
parents: 6731
diff changeset
111
f806e2740216 [project @ 2007-09-21 18:18:27 by jwe]
jwe
parents: 6731
diff changeset
112 * test_slice.m: Fix test for x = ones ([0, 2]); x(idx) = N case.
f806e2740216 [project @ 2007-09-21 18:18:27 by jwe]
jwe
parents: 6731
diff changeset
113 See change for liboctave/Array.cc.
f806e2740216 [project @ 2007-09-21 18:18:27 by jwe]
jwe
parents: 6731
diff changeset
114
6730
230f9c49857e [project @ 2007-06-15 04:22:13 by jwe]
jwe
parents: 6699
diff changeset
115 2007-06-15 John W. Eaton <jwe@octave.org>
230f9c49857e [project @ 2007-06-15 04:22:13 by jwe]
jwe
parents: 6699
diff changeset
116
230f9c49857e [project @ 2007-06-15 04:22:13 by jwe]
jwe
parents: 6699
diff changeset
117 * fntests.m: Also report expected failures in summary.
6731
aff0c76321aa [project @ 2007-06-15 15:53:18 by jwe]
jwe
parents: 6730
diff changeset
118 Improved wording from Thomas Weber <thomas.weber.mail@gmail.com>.
6730
230f9c49857e [project @ 2007-06-15 04:22:13 by jwe]
jwe
parents: 6699
diff changeset
119
6699
3f4ccca05612 [project @ 2007-06-12 20:48:02 by jwe]
jwe
parents: 6587
diff changeset
120 2007-06-06 John W. Eaton <jwe@octave.org>
3f4ccca05612 [project @ 2007-06-12 20:48:02 by jwe]
jwe
parents: 6587
diff changeset
121
3f4ccca05612 [project @ 2007-06-12 20:48:02 by jwe]
jwe
parents: 6587
diff changeset
122 * test_signal.m: Rename internal assert function to xassert.
3f4ccca05612 [project @ 2007-06-12 20:48:02 by jwe]
jwe
parents: 6587
diff changeset
123
6587
00fad3bad2a5 [project @ 2007-04-26 20:23:31 by dbateman]
dbateman
parents: 6488
diff changeset
124 2007-04-26 David Bateman <dbateman@free.fr>
00fad3bad2a5 [project @ 2007-04-26 20:23:31 by dbateman]
dbateman
parents: 6488
diff changeset
125
00fad3bad2a5 [project @ 2007-04-26 20:23:31 by dbateman]
dbateman
parents: 6488
diff changeset
126 * test_for.m: Add tests for multi-dimensional matrices and cell
00fad3bad2a5 [project @ 2007-04-26 20:23:31 by dbateman]
dbateman
parents: 6488
diff changeset
127 arrays.
00fad3bad2a5 [project @ 2007-04-26 20:23:31 by dbateman]
dbateman
parents: 6488
diff changeset
128
6488
a3152d296248 [project @ 2007-04-04 16:10:26 by jwe]
jwe
parents: 6480
diff changeset
129 2007-04-04 Rafael Laboissiere <rafael@debian.org>
a3152d296248 [project @ 2007-04-04 16:10:26 by jwe]
jwe
parents: 6480
diff changeset
130
a3152d296248 [project @ 2007-04-04 16:10:26 by jwe]
jwe
parents: 6480
diff changeset
131 * Makefile.in (clean): Also remove a.wav file created by
a3152d296248 [project @ 2007-04-04 16:10:26 by jwe]
jwe
parents: 6480
diff changeset
132 testing wavwrite.m.
a3152d296248 [project @ 2007-04-04 16:10:26 by jwe]
jwe
parents: 6480
diff changeset
133
6480
23ed94dfbfa8 [project @ 2007-04-03 16:24:54 by jwe]
jwe
parents: 6467
diff changeset
134 2007-04-03 Kim Hansen <kimhanse@gmail.com>
23ed94dfbfa8 [project @ 2007-04-03 16:24:54 by jwe]
jwe
parents: 6467
diff changeset
135
23ed94dfbfa8 [project @ 2007-04-03 16:24:54 by jwe]
jwe
parents: 6467
diff changeset
136 * test_slice.m: New file.
23ed94dfbfa8 [project @ 2007-04-03 16:24:54 by jwe]
jwe
parents: 6467
diff changeset
137
6467
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6358
diff changeset
138 2007-03-27 John W. Eaton <jwe@octave.org>
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6358
diff changeset
139
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6358
diff changeset
140 * Makefile.in (dist): Use ln, not $(LN_S).
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6358
diff changeset
141
6358
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6330
diff changeset
142 2007-02-26 From Michael Goffioul <michael.goffioul@swing.be>
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6330
diff changeset
143
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6330
diff changeset
144 * Makefile.in: Use $(LN_S) instead of ln or ln -s.
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6330
diff changeset
145
6330
4eef9d9a35f0 [project @ 2007-02-20 07:19:40 by jwe]
jwe
parents: 6327
diff changeset
146 2007-02-20 John W. Eaton <jwe@octave.org>
4eef9d9a35f0 [project @ 2007-02-20 07:19:40 by jwe]
jwe
parents: 6327
diff changeset
147
4eef9d9a35f0 [project @ 2007-02-20 07:19:40 by jwe]
jwe
parents: 6327
diff changeset
148 * Makefile.in (check): Use --norc instead of --no-site-file.
4eef9d9a35f0 [project @ 2007-02-20 07:19:40 by jwe]
jwe
parents: 6327
diff changeset
149 From: Alex Zvoleff <azvoleff@ucsd.edu>
4eef9d9a35f0 [project @ 2007-02-20 07:19:40 by jwe]
jwe
parents: 6327
diff changeset
150
6327
4905c543b301 [project @ 2007-02-19 19:59:26 by jwe]
jwe
parents: 6277
diff changeset
151 2007-02-19 John W. Eaton <jwe@octave.org>
4905c543b301 [project @ 2007-02-19 19:59:26 by jwe]
jwe
parents: 6277
diff changeset
152
4905c543b301 [project @ 2007-02-19 19:59:26 by jwe]
jwe
parents: 6277
diff changeset
153 * test_system.m: Handle confirm_recursive_rmdir as function
4905c543b301 [project @ 2007-02-19 19:59:26 by jwe]
jwe
parents: 6277
diff changeset
154 instead of built-in variable.
4905c543b301 [project @ 2007-02-19 19:59:26 by jwe]
jwe
parents: 6277
diff changeset
155
6277
bdfb345dab8d [project @ 2007-02-07 09:13:45 by jwe]
jwe
parents: 6257
diff changeset
156 2007-02-07 John W. Eaton <jwe@octave.org>
bdfb345dab8d [project @ 2007-02-07 09:13:45 by jwe]
jwe
parents: 6257
diff changeset
157
bdfb345dab8d [project @ 2007-02-07 09:13:45 by jwe]
jwe
parents: 6257
diff changeset
158 * fntests.m: Add plea for help writing tests.
bdfb345dab8d [project @ 2007-02-07 09:13:45 by jwe]
jwe
parents: 6257
diff changeset
159
6257
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6162
diff changeset
160 2007-01-11 John W. Eaton <jwe@octave.org>
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6162
diff changeset
161
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6162
diff changeset
162 * fntests.m: Also handle scripts directory in the build tree.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6162
diff changeset
163
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6162
diff changeset
164 * Makefile.in (OCTAVE_SCRIPT_PATH): Delete unused variable.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6162
diff changeset
165
6162
b3c425131211 [project @ 2006-11-14 15:33:22 by jwe]
jwe
parents: 5969
diff changeset
166 2006-11-14 Luis F. Ortiz <lortiz@interactivesupercomputing.com>
b3c425131211 [project @ 2006-11-14 15:33:22 by jwe]
jwe
parents: 5969
diff changeset
167
b3c425131211 [project @ 2006-11-14 15:33:22 by jwe]
jwe
parents: 5969
diff changeset
168 * fntests.m: Include liboctave in the list of directories to test.
b3c425131211 [project @ 2006-11-14 15:33:22 by jwe]
jwe
parents: 5969
diff changeset
169
5969
b305d2d925d8 [project @ 2006-08-25 14:13:52 by jwe]
jwe
parents: 5953
diff changeset
170 2006-08-25 John W. Eaton <jwe@octave.org>
b305d2d925d8 [project @ 2006-08-25 14:13:52 by jwe]
jwe
parents: 5953
diff changeset
171
b305d2d925d8 [project @ 2006-08-25 14:13:52 by jwe]
jwe
parents: 5953
diff changeset
172 * test_io.m (testls): Allow for small variance in loaded values
b305d2d925d8 [project @ 2006-08-25 14:13:52 by jwe]
jwe
parents: 5953
diff changeset
173 for text data formats. Use persistent local variables instead of
b305d2d925d8 [project @ 2006-08-25 14:13:52 by jwe]
jwe
parents: 5953
diff changeset
174 resetting rand seed.
b305d2d925d8 [project @ 2006-08-25 14:13:52 by jwe]
jwe
parents: 5953
diff changeset
175
5953
164214586706 [project @ 2006-08-22 15:31:32 by jwe]
jwe
parents: 5948
diff changeset
176 2006-08-22 David Bateman <dbateman@free.fr>
164214586706 [project @ 2006-08-22 15:31:32 by jwe]
jwe
parents: 5948
diff changeset
177
164214586706 [project @ 2006-08-22 15:31:32 by jwe]
jwe
parents: 5948
diff changeset
178 * build_sparse_tests.sh: Don't force conversion to sparse boolean
164214586706 [project @ 2006-08-22 15:31:32 by jwe]
jwe
parents: 5948
diff changeset
179 return type for string mapper functions.
164214586706 [project @ 2006-08-22 15:31:32 by jwe]
jwe
parents: 5948
diff changeset
180
5948
8b4d38c76bfa [project @ 2006-08-22 01:20:22 by jwe]
jwe
parents: 5866
diff changeset
181 2006-08-21 John W. Eaton <jwe@octave.org>
8b4d38c76bfa [project @ 2006-08-22 01:20:22 by jwe]
jwe
parents: 5866
diff changeset
182
8b4d38c76bfa [project @ 2006-08-22 01:20:22 by jwe]
jwe
parents: 5866
diff changeset
183 * test_io.m: Use isequal (a, b) instead of a != b. Use isequal
8b4d38c76bfa [project @ 2006-08-22 01:20:22 by jwe]
jwe
parents: 5866
diff changeset
184 for struct and cell tests instead of more complex constructs.
8b4d38c76bfa [project @ 2006-08-22 01:20:22 by jwe]
jwe
parents: 5866
diff changeset
185
5866
f9ac7ebf0e19 [project @ 2006-06-28 16:05:22 by jwe]
jwe
parents: 5845
diff changeset
186 2006-06-27 John W. Eaton <jwe@octave.org>
f9ac7ebf0e19 [project @ 2006-06-28 16:05:22 by jwe]
jwe
parents: 5845
diff changeset
187
f9ac7ebf0e19 [project @ 2006-06-28 16:05:22 by jwe]
jwe
parents: 5845
diff changeset
188 * Makefile.in (distclean): Also remove test_sparse.m.
f9ac7ebf0e19 [project @ 2006-06-28 16:05:22 by jwe]
jwe
parents: 5845
diff changeset
189
5845
8b4a99ae3b5e [project @ 2006-06-07 18:11:24 by jwe]
jwe
parents: 5840
diff changeset
190 2006-06-07 John W. Eaton <jwe@octave.org>
8b4a99ae3b5e [project @ 2006-06-07 18:11:24 by jwe]
jwe
parents: 5840
diff changeset
191
8b4a99ae3b5e [project @ 2006-06-07 18:11:24 by jwe]
jwe
parents: 5840
diff changeset
192 * fntests.m: Keep track of files with tests and report total.
8b4a99ae3b5e [project @ 2006-06-07 18:11:24 by jwe]
jwe
parents: 5840
diff changeset
193
5836
ed69a3b5b3d0 [project @ 2006-06-01 16:16:00 by jwe]
jwe
parents: 5794
diff changeset
194 2006-06-01 John W. Eaton <jwe@octave.org>
ed69a3b5b3d0 [project @ 2006-06-01 16:16:00 by jwe]
jwe
parents: 5794
diff changeset
195
ed69a3b5b3d0 [project @ 2006-06-01 16:16:00 by jwe]
jwe
parents: 5794
diff changeset
196 * fntests.m (print_test_file_name, print_pass_fail): New functions.
5840
257643fc806b [project @ 2006-06-01 22:08:00 by jwe]
jwe
parents: 5836
diff changeset
197 (runtestdir, runtestscript): Use them. Print info for each file
257643fc806b [project @ 2006-06-01 22:08:00 by jwe]
jwe
parents: 5836
diff changeset
198 with tests. Print info about files without tests to log file.
5836
ed69a3b5b3d0 [project @ 2006-06-01 16:16:00 by jwe]
jwe
parents: 5794
diff changeset
199 (run_test_dir): Rename from runtestdir. Change all uses.
ed69a3b5b3d0 [project @ 2006-06-01 16:16:00 by jwe]
jwe
parents: 5794
diff changeset
200 (run_test_script): Rename from runtestscript. Change all uses.
5840
257643fc806b [project @ 2006-06-01 22:08:00 by jwe]
jwe
parents: 5836
diff changeset
201 Handle page_screen_output as a function instead of a built-in
5836
ed69a3b5b3d0 [project @ 2006-06-01 16:16:00 by jwe]
jwe
parents: 5794
diff changeset
202 variable.
ed69a3b5b3d0 [project @ 2006-06-01 16:16:00 by jwe]
jwe
parents: 5794
diff changeset
203
5794
1138ced03f14 [project @ 2006-05-08 20:23:04 by jwe]
jwe
parents: 5781
diff changeset
204 2006-05-04 John W. Eaton <jwe@octave.org>
1138ced03f14 [project @ 2006-05-08 20:23:04 by jwe]
jwe
parents: 5781
diff changeset
205
1138ced03f14 [project @ 2006-05-08 20:23:04 by jwe]
jwe
parents: 5781
diff changeset
206 * test_prefer.m: Adjust tests for eliminated built-in variables.
1138ced03f14 [project @ 2006-05-08 20:23:04 by jwe]
jwe
parents: 5781
diff changeset
207
5781
faafc2d98b8d [project @ 2006-05-02 19:40:19 by jwe]
jwe
parents: 5751
diff changeset
208 2006-04-29 John W. Eaton <jwe@octave.org>
faafc2d98b8d [project @ 2006-05-02 19:40:19 by jwe]
jwe
parents: 5751
diff changeset
209
faafc2d98b8d [project @ 2006-05-02 19:40:19 by jwe]
jwe
parents: 5751
diff changeset
210 * Makefile.in (check): Use run-octave script.
faafc2d98b8d [project @ 2006-05-02 19:40:19 by jwe]
jwe
parents: 5751
diff changeset
211
faafc2d98b8d [project @ 2006-05-02 19:40:19 by jwe]
jwe
parents: 5751
diff changeset
212 2006-04-28 John W. Eaton <jwe@octave.org>
faafc2d98b8d [project @ 2006-05-02 19:40:19 by jwe]
jwe
parents: 5751
diff changeset
213
faafc2d98b8d [project @ 2006-05-02 19:40:19 by jwe]
jwe
parents: 5751
diff changeset
214 * test_prefer.m: Adjust tests for new way of handling warning state.
faafc2d98b8d [project @ 2006-05-02 19:40:19 by jwe]
jwe
parents: 5751
diff changeset
215 * build_sparse_tests.sh: Likewise.
faafc2d98b8d [project @ 2006-05-02 19:40:19 by jwe]
jwe
parents: 5751
diff changeset
216
5751
02c7e288f581 [project @ 2006-04-11 19:32:09 by jwe]
jwe
parents: 5728
diff changeset
217 2006-04-11 John W. Eaton <jwe@octave.org>
02c7e288f581 [project @ 2006-04-11 19:32:09 by jwe]
jwe
parents: 5728
diff changeset
218
02c7e288f581 [project @ 2006-04-11 19:32:09 by jwe]
jwe
parents: 5728
diff changeset
219 * test_system.m, test_struct.m, test_string.m, test_quad.m,
02c7e288f581 [project @ 2006-04-11 19:32:09 by jwe]
jwe
parents: 5728
diff changeset
220 test_number.m, test_nonlin.m, test_matrix.m, test_linalg.m,
02c7e288f581 [project @ 2006-04-11 19:32:09 by jwe]
jwe
parents: 5728
diff changeset
221 test_io.m, test_diffeq.m, test_arith.m: Update for new usage
02c7e288f581 [project @ 2006-04-11 19:32:09 by jwe]
jwe
parents: 5728
diff changeset
222 message format.
02c7e288f581 [project @ 2006-04-11 19:32:09 by jwe]
jwe
parents: 5728
diff changeset
223
5728
4ff0cb3e1dd1 [project @ 2006-04-03 18:57:50 by jwe]
jwe
parents: 5707
diff changeset
224 2006-04-03 David Bateman <dbateman@free.fr>
4ff0cb3e1dd1 [project @ 2006-04-03 18:57:50 by jwe]
jwe
parents: 5707
diff changeset
225
4ff0cb3e1dd1 [project @ 2006-04-03 18:57:50 by jwe]
jwe
parents: 5707
diff changeset
226 * test_number.m: Reverse sense of isscalar and isvector tests
4ff0cb3e1dd1 [project @ 2006-04-03 18:57:50 by jwe]
jwe
parents: 5707
diff changeset
227 for recent changes.
4ff0cb3e1dd1 [project @ 2006-04-03 18:57:50 by jwe]
jwe
parents: 5707
diff changeset
228
5707
6286c96121c2 [project @ 2006-03-22 05:07:28 by jwe]
jwe
parents: 5678
diff changeset
229 2006-03-21 John W. Eaton <jwe@octave.org>
6286c96121c2 [project @ 2006-03-22 05:07:28 by jwe]
jwe
parents: 5678
diff changeset
230
6286c96121c2 [project @ 2006-03-22 05:07:28 by jwe]
jwe
parents: 5678
diff changeset
231 * test_system.m: Use cell arrays of character strings in fnmatch
6286c96121c2 [project @ 2006-03-22 05:07:28 by jwe]
jwe
parents: 5678
diff changeset
232 tests.
6286c96121c2 [project @ 2006-03-22 05:07:28 by jwe]
jwe
parents: 5678
diff changeset
233
5678
52323f13c86b [project @ 2006-03-16 06:45:08 by jwe]
jwe
parents: 5667
diff changeset
234 2006-03-16 John W. Eaton <jwe@octave.org>
52323f13c86b [project @ 2006-03-16 06:45:08 by jwe]
jwe
parents: 5667
diff changeset
235
52323f13c86b [project @ 2006-03-16 06:45:08 by jwe]
jwe
parents: 5667
diff changeset
236 * test_system.m: End all *pwent tests with a call to endpwent.
52323f13c86b [project @ 2006-03-16 06:45:08 by jwe]
jwe
parents: 5667
diff changeset
237 End all *grent tests with a call to endgrent.
52323f13c86b [project @ 2006-03-16 06:45:08 by jwe]
jwe
parents: 5667
diff changeset
238
5667
ec3ffbf9982b [project @ 2006-03-15 02:51:39 by jwe]
jwe
parents: 5648
diff changeset
239 2006-03-14 John W. Eaton <jwe@octave.org>
ec3ffbf9982b [project @ 2006-03-15 02:51:39 by jwe]
jwe
parents: 5648
diff changeset
240
ec3ffbf9982b [project @ 2006-03-15 02:51:39 by jwe]
jwe
parents: 5648
diff changeset
241 * fntests.m: Prettier printing of output.
ec3ffbf9982b [project @ 2006-03-15 02:51:39 by jwe]
jwe
parents: 5648
diff changeset
242 * test_eval.m: Disable chatty tests.
ec3ffbf9982b [project @ 2006-03-15 02:51:39 by jwe]
jwe
parents: 5648
diff changeset
243
5648
69a4f320d95a [project @ 2006-03-08 20:17:37 by dbateman]
dbateman
parents: 5630
diff changeset
244 2006-03-08 David Bateman <dbateman@free.fr>
69a4f320d95a [project @ 2006-03-08 20:17:37 by dbateman]
dbateman
parents: 5630
diff changeset
245
69a4f320d95a [project @ 2006-03-08 20:17:37 by dbateman]
dbateman
parents: 5630
diff changeset
246 * test_system.m: Fix recursive rmdir test for recent change.
69a4f320d95a [project @ 2006-03-08 20:17:37 by dbateman]
dbateman
parents: 5630
diff changeset
247
5630
512d0d11ae39 [project @ 2006-02-20 22:05:30 by dbateman]
dbateman
parents: 5610
diff changeset
248 2006-02-20 David Bateman <dbateman@free.fr>
512d0d11ae39 [project @ 2006-02-20 22:05:30 by dbateman]
dbateman
parents: 5610
diff changeset
249
512d0d11ae39 [project @ 2006-02-20 22:05:30 by dbateman]
dbateman
parents: 5610
diff changeset
250 * build_spase_tests.sh: Add tests for ldiv tests for rectangular
512d0d11ae39 [project @ 2006-02-20 22:05:30 by dbateman]
dbateman
parents: 5610
diff changeset
251 diagonal, permuted diagonal, triangular and permuted triangular
512d0d11ae39 [project @ 2006-02-20 22:05:30 by dbateman]
dbateman
parents: 5610
diff changeset
252 matrices.
512d0d11ae39 [project @ 2006-02-20 22:05:30 by dbateman]
dbateman
parents: 5610
diff changeset
253
5610
9761b7d24e9e [project @ 2006-02-09 09:12:02 by dbateman]
dbateman
parents: 5603
diff changeset
254 2006-02-09 David Bateman <dbateman@free.fr>
9761b7d24e9e [project @ 2006-02-09 09:12:02 by dbateman]
dbateman
parents: 5603
diff changeset
255
5630
512d0d11ae39 [project @ 2006-02-20 22:05:30 by dbateman]
dbateman
parents: 5610
diff changeset
256 * build_sparse_tests.sh: Add tests for sparse QR solvers.
5610
9761b7d24e9e [project @ 2006-02-09 09:12:02 by dbateman]
dbateman
parents: 5603
diff changeset
257
5603
2c66c36d2698 [project @ 2006-01-31 11:57:47 by dbateman]
dbateman
parents: 5595
diff changeset
258 2006-01-21 David Bateman <dbateman@free.fr>
2c66c36d2698 [project @ 2006-01-31 11:57:47 by dbateman]
dbateman
parents: 5595
diff changeset
259
2c66c36d2698 [project @ 2006-01-31 11:57:47 by dbateman]
dbateman
parents: 5595
diff changeset
260 * build_sparsetest.sh: Add new un-ordered indexing, assignment and
2c66c36d2698 [project @ 2006-01-31 11:57:47 by dbateman]
dbateman
parents: 5595
diff changeset
261 deletion tests.
2c66c36d2698 [project @ 2006-01-31 11:57:47 by dbateman]
dbateman
parents: 5595
diff changeset
262
5595
83df01a26136 [project @ 2006-01-13 20:01:08 by jwe]
jwe
parents: 5590
diff changeset
263 2006-01-13 Bill Denney <bill@givebillmoney.com>
83df01a26136 [project @ 2006-01-13 20:01:08 by jwe]
jwe
parents: 5590
diff changeset
264
83df01a26136 [project @ 2006-01-13 20:01:08 by jwe]
jwe
parents: 5590
diff changeset
265 * test_system.m: Use filesep instead of "/" where needed.
83df01a26136 [project @ 2006-01-13 20:01:08 by jwe]
jwe
parents: 5590
diff changeset
266
5590
1ad66ea35fe5 [project @ 2006-01-06 00:24:05 by jwe]
jwe
parents: 5347
diff changeset
267 2005-12-14 David Bateman <dbateman@free.fr>
1ad66ea35fe5 [project @ 2006-01-06 00:24:05 by jwe]
jwe
parents: 5347
diff changeset
268
1ad66ea35fe5 [project @ 2006-01-06 00:24:05 by jwe]
jwe
parents: 5347
diff changeset
269 * build_sparse_tests.sh: New script to build sparse matrix tests.
1ad66ea35fe5 [project @ 2006-01-06 00:24:05 by jwe]
jwe
parents: 5347
diff changeset
270 * fntests.m: New script to run the octave test code, with "make check".
1ad66ea35fe5 [project @ 2006-01-06 00:24:05 by jwe]
jwe
parents: 5347
diff changeset
271 * Makefile.in (DISTDIRS): Delete.
1ad66ea35fe5 [project @ 2006-01-06 00:24:05 by jwe]
jwe
parents: 5347
diff changeset
272 (dist): Simplify.
1ad66ea35fe5 [project @ 2006-01-06 00:24:05 by jwe]
jwe
parents: 5347
diff changeset
273 (OCTAVE_SCRIPT_PATH): Include . and $(srcdir).
1ad66ea35fe5 [project @ 2006-01-06 00:24:05 by jwe]
jwe
parents: 5347
diff changeset
274 (check): Run tests with fntest.m instead of runtest.
1ad66ea35fe5 [project @ 2006-01-06 00:24:05 by jwe]
jwe
parents: 5347
diff changeset
275 (test_sparse.m): New target.
1ad66ea35fe5 [project @ 2006-01-06 00:24:05 by jwe]
jwe
parents: 5347
diff changeset
276 (clean): Remove fntests.log instead of octave.log and octave.sum.
1ad66ea35fe5 [project @ 2006-01-06 00:24:05 by jwe]
jwe
parents: 5347
diff changeset
277
1ad66ea35fe5 [project @ 2006-01-06 00:24:05 by jwe]
jwe
parents: 5347
diff changeset
278 * tests/test_args.m, tests/test_infnan.m, tests/test_set.m,
1ad66ea35fe5 [project @ 2006-01-06 00:24:05 by jwe]
jwe
parents: 5347
diff changeset
279 tests/test_arith.m, tests/test_io.m, tests/test_signal.m,
1ad66ea35fe5 [project @ 2006-01-06 00:24:05 by jwe]
jwe
parents: 5347
diff changeset
280 tests/test_audio.m, tests/test_linalg.m, tests/test_sparse.m,
1ad66ea35fe5 [project @ 2006-01-06 00:24:05 by jwe]
jwe
parents: 5347
diff changeset
281 tests/test_contin.m, tests/test_logical-wfi-f.m, tests/test_stats.m,
1ad66ea35fe5 [project @ 2006-01-06 00:24:05 by jwe]
jwe
parents: 5347
diff changeset
282 tests/test_control.m, tests/test_logical-wfi-t.m, tests/test_string.m,
1ad66ea35fe5 [project @ 2006-01-06 00:24:05 by jwe]
jwe
parents: 5347
diff changeset
283 tests/test_diffeq.m, tests/test_matrix.m, tests/test_struct.m,
1ad66ea35fe5 [project @ 2006-01-06 00:24:05 by jwe]
jwe
parents: 5347
diff changeset
284 tests/test_error.m, tests/test_nonlin.m, tests/test_switch.m,
1ad66ea35fe5 [project @ 2006-01-06 00:24:05 by jwe]
jwe
parents: 5347
diff changeset
285 tests/test_eval-catch.m, tests/test_number.m, tests/test_system.m,
1ad66ea35fe5 [project @ 2006-01-06 00:24:05 by jwe]
jwe
parents: 5347
diff changeset
286 tests/test_eval.m, tests/test_optim.m, tests/test_transpose.m,
1ad66ea35fe5 [project @ 2006-01-06 00:24:05 by jwe]
jwe
parents: 5347
diff changeset
287 tests/test_for.m, tests/test_plot.m, tests/test_try.m,
1ad66ea35fe5 [project @ 2006-01-06 00:24:05 by jwe]
jwe
parents: 5347
diff changeset
288 tests/test_global.m, tests/test_poly.m, tests/test_unix.m,
1ad66ea35fe5 [project @ 2006-01-06 00:24:05 by jwe]
jwe
parents: 5347
diff changeset
289 tests/test_if.m, tests/test_prefer.m, tests/test_unwind.m,
1ad66ea35fe5 [project @ 2006-01-06 00:24:05 by jwe]
jwe
parents: 5347
diff changeset
290 tests/test_image.m, tests/test_quad.m, tests/test_while.m,
1ad66ea35fe5 [project @ 2006-01-06 00:24:05 by jwe]
jwe
parents: 5347
diff changeset
291 tests/test_index-wfi-f.m, tests/test_recursion.m,
1ad66ea35fe5 [project @ 2006-01-06 00:24:05 by jwe]
jwe
parents: 5347
diff changeset
292 tests/test_index-wfi-t.m, tests/test_return.m: Initial of conversion
1ad66ea35fe5 [project @ 2006-01-06 00:24:05 by jwe]
jwe
parents: 5347
diff changeset
293 of DejaGnu tests to test/assert infrastructure.
1ad66ea35fe5 [project @ 2006-01-06 00:24:05 by jwe]
jwe
parents: 5347
diff changeset
294
5347
679cc8fec408 [project @ 2005-05-11 16:34:11 by jwe]
jwe
parents: 4139
diff changeset
295 2005-05-11 John W. Eaton <jwe@octave.org>
679cc8fec408 [project @ 2005-05-11 16:34:11 by jwe]
jwe
parents: 4139
diff changeset
296
679cc8fec408 [project @ 2005-05-11 16:34:11 by jwe]
jwe
parents: 4139
diff changeset
297 * config/unix.exp: Start Octave with -H.
679cc8fec408 [project @ 2005-05-11 16:34:11 by jwe]
jwe
parents: 4139
diff changeset
298
4139
02ca908056e9 [project @ 2002-11-01 00:49:13 by jwe]
jwe
parents: 4104
diff changeset
299 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu>
02ca908056e9 [project @ 2002-11-01 00:49:13 by jwe]
jwe
parents: 4104
diff changeset
300
02ca908056e9 [project @ 2002-11-01 00:49:13 by jwe]
jwe
parents: 4104
diff changeset
301 * octave.test/arith/prod-4.m, octave.test/arith/sum-4.m:
02ca908056e9 [project @ 2002-11-01 00:49:13 by jwe]
jwe
parents: 4104
diff changeset
302 Cover more cases for empty matrices.
02ca908056e9 [project @ 2002-11-01 00:49:13 by jwe]
jwe
parents: 4104
diff changeset
303
4104
fef735180134 [project @ 2002-10-15 20:28:20 by jwe]
jwe
parents: 4071
diff changeset
304 2002-10-15 Paul Kienzle <pkienzle@users.sf.net>
fef735180134 [project @ 2002-10-15 20:28:20 by jwe]
jwe
parents: 4071
diff changeset
305
fef735180134 [project @ 2002-10-15 20:28:20 by jwe]
jwe
parents: 4071
diff changeset
306 * Makefile.in: Use @library_path_var@ instead of LD_LIBRARY_PATH.
fef735180134 [project @ 2002-10-15 20:28:20 by jwe]
jwe
parents: 4071
diff changeset
307
4071
3827a03c72f0 [project @ 2002-09-27 17:10:19 by jwe]
jwe
parents: 4069
diff changeset
308 2002-09-27 Paul Kienzle <pkienzle@users.sf.net>
3827a03c72f0 [project @ 2002-09-27 17:10:19 by jwe]
jwe
parents: 4069
diff changeset
309
3827a03c72f0 [project @ 2002-09-27 17:10:19 by jwe]
jwe
parents: 4069
diff changeset
310 * qr-7.m: Remove randomness from complex matrix generator.
3827a03c72f0 [project @ 2002-09-27 17:10:19 by jwe]
jwe
parents: 4069
diff changeset
311 Increase tolerance on rosser matrix test.
3827a03c72f0 [project @ 2002-09-27 17:10:19 by jwe]
jwe
parents: 4069
diff changeset
312
4069
593e213748b9 [project @ 2002-09-27 00:53:47 by jwe]
jwe
parents: 3906
diff changeset
313 2002-09-26 Paul Kienzle <pkienzle@users.sf.net>
593e213748b9 [project @ 2002-09-27 00:53:47 by jwe]
jwe
parents: 3906
diff changeset
314
593e213748b9 [project @ 2002-09-27 00:53:47 by jwe]
jwe
parents: 3906
diff changeset
315 * octave.test/linalg/qr-7.m: Replace large random matrix tests
593e213748b9 [project @ 2002-09-27 00:53:47 by jwe]
jwe
parents: 3906
diff changeset
316 of economy QR decomposition with small predictable tests.
593e213748b9 [project @ 2002-09-27 00:53:47 by jwe]
jwe
parents: 3906
diff changeset
317 Include numerically sensitive rosser matrix test. Don't
593e213748b9 [project @ 2002-09-27 00:53:47 by jwe]
jwe
parents: 3906
diff changeset
318 report the measured norms.
593e213748b9 [project @ 2002-09-27 00:53:47 by jwe]
jwe
parents: 3906
diff changeset
319
3906
a7096282a091 [project @ 2002-04-24 19:19:55 by jwe]
jwe
parents: 3905
diff changeset
320 2002-04-24 Bill Lash <lash@tellabs.com>
a7096282a091 [project @ 2002-04-24 19:19:55 by jwe]
jwe
parents: 3905
diff changeset
321
a7096282a091 [project @ 2002-04-24 19:19:55 by jwe]
jwe
parents: 3905
diff changeset
322 * test/octave.test/signal/signal.exp: Add unwrap test.
a7096282a091 [project @ 2002-04-24 19:19:55 by jwe]
jwe
parents: 3905
diff changeset
323 * test/octave.test/signal/unwrap-1.m: New file.
a7096282a091 [project @ 2002-04-24 19:19:55 by jwe]
jwe
parents: 3905
diff changeset
324
3905
0ca61efc1eaa [project @ 2002-04-24 19:00:55 by jwe]
jwe
parents: 3902
diff changeset
325 2002-04-24 David Billinghurst <David.Billinghurst@riotinto.com.au>
0ca61efc1eaa [project @ 2002-04-24 19:00:55 by jwe]
jwe
parents: 3902
diff changeset
326
0ca61efc1eaa [project @ 2002-04-24 19:00:55 by jwe]
jwe
parents: 3902
diff changeset
327 * octave.test/signal/signal.exp: Add tests for fft, ifft
0ca61efc1eaa [project @ 2002-04-24 19:00:55 by jwe]
jwe
parents: 3902
diff changeset
328 fft2, ifft2 and detrend.
0ca61efc1eaa [project @ 2002-04-24 19:00:55 by jwe]
jwe
parents: 3902
diff changeset
329 * octave.test/signal/detrend-1.m: New test.
0ca61efc1eaa [project @ 2002-04-24 19:00:55 by jwe]
jwe
parents: 3902
diff changeset
330 * octave.test/signal/detrend-2.m: New test.
0ca61efc1eaa [project @ 2002-04-24 19:00:55 by jwe]
jwe
parents: 3902
diff changeset
331 * octave.test/signal/detrend-3.m: New test.
0ca61efc1eaa [project @ 2002-04-24 19:00:55 by jwe]
jwe
parents: 3902
diff changeset
332 * octave.test/signal/fft-1.m: New test.
0ca61efc1eaa [project @ 2002-04-24 19:00:55 by jwe]
jwe
parents: 3902
diff changeset
333 * octave.test/signal/ifft-1.m: New test.
0ca61efc1eaa [project @ 2002-04-24 19:00:55 by jwe]
jwe
parents: 3902
diff changeset
334 * octave.test/signal/fft2-1.m: New test.
0ca61efc1eaa [project @ 2002-04-24 19:00:55 by jwe]
jwe
parents: 3902
diff changeset
335 * octave.test/signal/ifft2-1.m: New test.
0ca61efc1eaa [project @ 2002-04-24 19:00:55 by jwe]
jwe
parents: 3902
diff changeset
336
3902
3aa0e187901c [project @ 2002-04-22 16:33:32 by jwe]
jwe
parents: 3898
diff changeset
337 2002-04-22 John W. Eaton <jwe@bevo.che.wisc.edu>
3aa0e187901c [project @ 2002-04-22 16:33:32 by jwe]
jwe
parents: 3898
diff changeset
338
3aa0e187901c [project @ 2002-04-22 16:33:32 by jwe]
jwe
parents: 3898
diff changeset
339 * octave.test/diffeq/dassl-1.m (tol): Use relative tolerance for test.
3aa0e187901c [project @ 2002-04-22 16:33:32 by jwe]
jwe
parents: 3898
diff changeset
340 * octave.test/diffeq/dassl-2.m (tol): Likewise.
3aa0e187901c [project @ 2002-04-22 16:33:32 by jwe]
jwe
parents: 3898
diff changeset
341 * octave.test/diffeq/lsode-1.m (tol): Likewise.
3aa0e187901c [project @ 2002-04-22 16:33:32 by jwe]
jwe
parents: 3898
diff changeset
342 * octave.test/diffeq/lsode-2.m (tol): Likewise.
3aa0e187901c [project @ 2002-04-22 16:33:32 by jwe]
jwe
parents: 3898
diff changeset
343 * octave.test/diffeq/lsode-3.m (tol): Likewise.
3aa0e187901c [project @ 2002-04-22 16:33:32 by jwe]
jwe
parents: 3898
diff changeset
344
3898
498652ebb0df [project @ 2002-04-12 16:10:13 by jwe]
jwe
parents: 3884
diff changeset
345 2002-04-12 Kienzle <pkienzle@jazz.ncnr.nist.gov>
498652ebb0df [project @ 2002-04-12 16:10:13 by jwe]
jwe
parents: 3884
diff changeset
346
498652ebb0df [project @ 2002-04-12 16:10:13 by jwe]
jwe
parents: 3884
diff changeset
347 * config/unix.exp: Allow running of individual tests with
498652ebb0df [project @ 2002-04-12 16:10:13 by jwe]
jwe
parents: 3884
diff changeset
348 "runtest *.exp" from any of the directories under test/octave.test.
498652ebb0df [project @ 2002-04-12 16:10:13 by jwe]
jwe
parents: 3884
diff changeset
349
3884
fcb4931ec48a [project @ 2002-04-02 22:23:45 by jwe]
jwe
parents: 3821
diff changeset
350 2002-04-02 John W. Eaton <jwe@bevo.che.wisc.edu>
fcb4931ec48a [project @ 2002-04-02 22:23:45 by jwe]
jwe
parents: 3821
diff changeset
351
fcb4931ec48a [project @ 2002-04-02 22:23:45 by jwe]
jwe
parents: 3821
diff changeset
352 * octave.test/linalg/qr-7.m: New test.
fcb4931ec48a [project @ 2002-04-02 22:23:45 by jwe]
jwe
parents: 3821
diff changeset
353 From Paul Kienzle <pkienzle@jazz.ncnr.nist.gov>.
fcb4931ec48a [project @ 2002-04-02 22:23:45 by jwe]
jwe
parents: 3821
diff changeset
354
3820
f0ab8a324da7 [project @ 2001-04-24 16:06:59 by jwe]
jwe
parents: 3676
diff changeset
355 2001-04-24 Christoph Spiel <cspiel@hammersmith-consulting.com>
f0ab8a324da7 [project @ 2001-04-24 16:06:59 by jwe]
jwe
parents: 3676
diff changeset
356
f0ab8a324da7 [project @ 2001-04-24 16:06:59 by jwe]
jwe
parents: 3676
diff changeset
357 * Makefile.in (check): Allow user to specify which .exp file to run.
3821
b370019103de [project @ 2001-04-25 19:01:33 by jwe]
jwe
parents: 3820
diff changeset
358 * octave.test/try, octave.test/eval-catch: New directories and tests.
3820
f0ab8a324da7 [project @ 2001-04-24 16:06:59 by jwe]
jwe
parents: 3676
diff changeset
359
3674
ef883684e58e [project @ 2000-06-07 17:11:33 by jwe]
jwe
parents: 3325
diff changeset
360 2000-06-07 Ben Sapp <bsapp@nua.lampf.lanl.gov>
ef883684e58e [project @ 2000-06-07 17:11:33 by jwe]
jwe
parents: 3325
diff changeset
361
ef883684e58e [project @ 2000-06-07 17:11:33 by jwe]
jwe
parents: 3325
diff changeset
362 * octave.test/quad/quad-1.m: Use absolute value of difference
ef883684e58e [project @ 2000-06-07 17:11:33 by jwe]
jwe
parents: 3325
diff changeset
363 from expected value when comparing with sqrt (eps). Potential
ef883684e58e [project @ 2000-06-07 17:11:33 by jwe]
jwe
parents: 3325
diff changeset
364 problems like this were noticed by Przemek Klosowski
ef883684e58e [project @ 2000-06-07 17:11:33 by jwe]
jwe
parents: 3325
diff changeset
365 <przemek@rrdjazz.nist.gov>.
ef883684e58e [project @ 2000-06-07 17:11:33 by jwe]
jwe
parents: 3325
diff changeset
366 * octave.test/quad/quad-2.m: Likewise.
3676
b937a6953b5e [project @ 2000-06-08 14:45:55 by jwe]
jwe
parents: 3674
diff changeset
367 * octave.test/arith/exp-1.m: Likewise.
b937a6953b5e [project @ 2000-06-08 14:45:55 by jwe]
jwe
parents: 3674
diff changeset
368 * octave.test/linalg/cond-1.m: Likewise.
b937a6953b5e [project @ 2000-06-08 14:45:55 by jwe]
jwe
parents: 3674
diff changeset
369 * octave.test/linalg/eig-1.m: Likewise.
b937a6953b5e [project @ 2000-06-08 14:45:55 by jwe]
jwe
parents: 3674
diff changeset
370 * octave.test/linalg/eig-2.m: Likewise.
b937a6953b5e [project @ 2000-06-08 14:45:55 by jwe]
jwe
parents: 3674
diff changeset
371 * octave.test/linalg/inv-1.m: Likewise.
b937a6953b5e [project @ 2000-06-08 14:45:55 by jwe]
jwe
parents: 3674
diff changeset
372 * octave.test/linalg/lu-2.m: Likewise.
b937a6953b5e [project @ 2000-06-08 14:45:55 by jwe]
jwe
parents: 3674
diff changeset
373 * octave.test/linalg/svd-2.m: Likewise.
b937a6953b5e [project @ 2000-06-08 14:45:55 by jwe]
jwe
parents: 3674
diff changeset
374 * octave.test/linalg/svd-10.m: Likewise.
3674
ef883684e58e [project @ 2000-06-07 17:11:33 by jwe]
jwe
parents: 3325
diff changeset
375
3325
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3233
diff changeset
376 1999-10-29 John W. Eaton <jwe@bevo.che.wisc.edu>
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3233
diff changeset
377
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3233
diff changeset
378 * octave.test/system/mktime-1.m (t): Compare whole seconds only.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3233
diff changeset
379
3233
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3193
diff changeset
380 Fri Dec 4 20:55:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3193
diff changeset
381
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3193
diff changeset
382 * octave.test/system/clock-1.m: Use standard format specifiers %d
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3193
diff changeset
383 and %H instead of %e and %k.
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3193
diff changeset
384
3193
973954fc757e [project @ 1998-10-24 02:56:25 by jwe]
jwe
parents: 3177
diff changeset
385 Fri Oct 23 15:53:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
973954fc757e [project @ 1998-10-24 02:56:25 by jwe]
jwe
parents: 3177
diff changeset
386
973954fc757e [project @ 1998-10-24 02:56:25 by jwe]
jwe
parents: 3177
diff changeset
387 * octave.test/arith/exp-5.m: New test.
973954fc757e [project @ 1998-10-24 02:56:25 by jwe]
jwe
parents: 3177
diff changeset
388
973954fc757e [project @ 1998-10-24 02:56:25 by jwe]
jwe
parents: 3177
diff changeset
389 * octave.test/stats/mean-3.m: New version of mean accepts a second
973954fc757e [project @ 1998-10-24 02:56:25 by jwe]
jwe
parents: 3177
diff changeset
390 optional arg.
973954fc757e [project @ 1998-10-24 02:56:25 by jwe]
jwe
parents: 3177
diff changeset
391
973954fc757e [project @ 1998-10-24 02:56:25 by jwe]
jwe
parents: 3177
diff changeset
392 * octave.test/system/date-1.m: Correct test for new Y2K-compliant
973954fc757e [project @ 1998-10-24 02:56:25 by jwe]
jwe
parents: 3177
diff changeset
393 date function.
973954fc757e [project @ 1998-10-24 02:56:25 by jwe]
jwe
parents: 3177
diff changeset
394
3177
d81db29f8b2b [project @ 1998-05-28 15:23:50 by jwe]
jwe
parents: 3174
diff changeset
395 Wed May 27 00:38:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
d81db29f8b2b [project @ 1998-05-28 15:23:50 by jwe]
jwe
parents: 3174
diff changeset
396
d81db29f8b2b [project @ 1998-05-28 15:23:50 by jwe]
jwe
parents: 3174
diff changeset
397 * octave.test/diffeq/dassl-1.m, octave.test/diffeq/dassl-2.m,
d81db29f8b2b [project @ 1998-05-28 15:23:50 by jwe]
jwe
parents: 3174
diff changeset
398 octave.test/diffeq/lsode-1.m: New tests, from David Billinghurst
d81db29f8b2b [project @ 1998-05-28 15:23:50 by jwe]
jwe
parents: 3174
diff changeset
399 <David.Billinghurst@riotinto.com.au>.
d81db29f8b2b [project @ 1998-05-28 15:23:50 by jwe]
jwe
parents: 3174
diff changeset
400
d81db29f8b2b [project @ 1998-05-28 15:23:50 by jwe]
jwe
parents: 3174
diff changeset
401 * octave.test/diffeq/lsode-2.m, octave.test/diffeq/lsode-3.m:
d81db29f8b2b [project @ 1998-05-28 15:23:50 by jwe]
jwe
parents: 3174
diff changeset
402 New tests, from Peter Hopfgartner <phopfgartner@memc.inet.it>.
d81db29f8b2b [project @ 1998-05-28 15:23:50 by jwe]
jwe
parents: 3174
diff changeset
403
3174
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3167
diff changeset
404 Thu Apr 23 01:45:16 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3167
diff changeset
405
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3167
diff changeset
406 * Makefile.in: If $(SHARED_LIBS), set LD_LIBRARY_PATH for running
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3167
diff changeset
407 Octave before installation is complete.
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3167
diff changeset
408
3167
d609b993be3b [project @ 1998-04-17 04:41:59 by jwe]
jwe
parents: 3162
diff changeset
409 Wed Apr 15 15:23:43 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
d609b993be3b [project @ 1998-04-17 04:41:59 by jwe]
jwe
parents: 3162
diff changeset
410
d609b993be3b [project @ 1998-04-17 04:41:59 by jwe]
jwe
parents: 3162
diff changeset
411 * octave.test/index/dfi-f/m-2.m, octave.test/index/dfi-f/index.exp:
d609b993be3b [project @ 1998-04-17 04:41:59 by jwe]
jwe
parents: 3162
diff changeset
412 Expect this test to succed now.
d609b993be3b [project @ 1998-04-17 04:41:59 by jwe]
jwe
parents: 3162
diff changeset
413
3162
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 2870
diff changeset
414 Thu Mar 5 20:35:26 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 2870
diff changeset
415
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 2870
diff changeset
416 * octave.test/system/gmtime-1.m, octave.test/system/localtime-1.m:
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 2870
diff changeset
417 Not all systems have time zone info in the struct.
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 2870
diff changeset
418
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 2870
diff changeset
419 Mon Mar 2 14:36:50 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 2870
diff changeset
420
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 2870
diff changeset
421 * octave.test/io/binary-io-1.m (id): Use binary flag in fopen call.
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 2870
diff changeset
422
2870
3241d0057e78 [project @ 1997-04-19 01:21:29 by jwe]
jwe
parents: 2811
diff changeset
423 Wed Apr 2 21:59:15 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
3241d0057e78 [project @ 1997-04-19 01:21:29 by jwe]
jwe
parents: 2811
diff changeset
424
3241d0057e78 [project @ 1997-04-19 01:21:29 by jwe]
jwe
parents: 2811
diff changeset
425 * octave.test/prefer/prefer.exp: Delete prefer-36 and prefer-37.
3241d0057e78 [project @ 1997-04-19 01:21:29 by jwe]
jwe
parents: 2811
diff changeset
426 * octave.test/prefer/prefer-36.m, octave.test/prefer/prefer-37.m:
3241d0057e78 [project @ 1997-04-19 01:21:29 by jwe]
jwe
parents: 2811
diff changeset
427 Delete test files.
3241d0057e78 [project @ 1997-04-19 01:21:29 by jwe]
jwe
parents: 2811
diff changeset
428
2811
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2779
diff changeset
429 Wed Mar 12 16:56:41 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2779
diff changeset
430
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2779
diff changeset
431 * Makefile.in (install-strip): New target.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2779
diff changeset
432
2779
50b31bb6b959 [project @ 1997-03-01 21:24:58 by jwe]
jwe
parents: 2778
diff changeset
433 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2775
c80d72d52385 [project @ 1997-03-01 07:37:31 by jwe]
jwe
parents: 2709
diff changeset
434
c80d72d52385 [project @ 1997-03-01 07:37:31 by jwe]
jwe
parents: 2709
diff changeset
435 * Version 2.0.5 released.
c80d72d52385 [project @ 1997-03-01 07:37:31 by jwe]
jwe
parents: 2709
diff changeset
436
2709
0f72b0462b51 [project @ 1997-02-20 17:55:40 by jwe]
jwe
parents: 2706
diff changeset
437 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2702
7a820bb7f406 [project @ 1997-02-19 19:22:34 by jwe]
jwe
parents: 2693
diff changeset
438
7a820bb7f406 [project @ 1997-02-19 19:22:34 by jwe]
jwe
parents: 2693
diff changeset
439 * Version 2.0.4 released.
7a820bb7f406 [project @ 1997-02-19 19:22:34 by jwe]
jwe
parents: 2693
diff changeset
440
2693
f4d0604cbcc4 [project @ 1997-02-18 15:25:21 by jwe]
jwe
parents: 2690
diff changeset
441 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2690
b91b72e856ce [project @ 1997-02-18 09:22:47 by jwe]
jwe
parents: 2634
diff changeset
442
b91b72e856ce [project @ 1997-02-18 09:22:47 by jwe]
jwe
parents: 2634
diff changeset
443 * Version 2.0.3 released.
b91b72e856ce [project @ 1997-02-18 09:22:47 by jwe]
jwe
parents: 2634
diff changeset
444
2634
eebc31f84a4d [project @ 1997-01-27 21:53:18 by jwe]
jwe
parents: 2621
diff changeset
445 Mon Jan 27 15:51:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
eebc31f84a4d [project @ 1997-01-27 21:53:18 by jwe]
jwe
parents: 2621
diff changeset
446
eebc31f84a4d [project @ 1997-01-27 21:53:18 by jwe]
jwe
parents: 2621
diff changeset
447 * Version 2.0.2 released.
eebc31f84a4d [project @ 1997-01-27 21:53:18 by jwe]
jwe
parents: 2621
diff changeset
448
2621
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2602
diff changeset
449 Thu Jan 23 13:48:19 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2602
diff changeset
450
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2602
diff changeset
451 * octave.test/unwind/unwind-2.m: Scripts now stop executing when
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2602
diff changeset
452 errors are encountered.
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2602
diff changeset
453
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2602
diff changeset
454 * octave.test/return/return.exp: Return at top level is no longer
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2602
diff changeset
455 an error.
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2602
diff changeset
456
2602
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2583
diff changeset
457 Tue Jan 7 00:16:23 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2583
diff changeset
458
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2583
diff changeset
459 * Version 2.0.1 released.
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2583
diff changeset
460
2583
df3124e46963 [project @ 1996-12-10 07:45:00 by jwe]
jwe
parents: 2575
diff changeset
461 Tue Dec 10 01:43:05 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
df3124e46963 [project @ 1996-12-10 07:45:00 by jwe]
jwe
parents: 2575
diff changeset
462
df3124e46963 [project @ 1996-12-10 07:45:00 by jwe]
jwe
parents: 2575
diff changeset
463 * Version 2.0 released.
df3124e46963 [project @ 1996-12-10 07:45:00 by jwe]
jwe
parents: 2575
diff changeset
464
2575
e57847e2de87 [project @ 1996-12-09 18:05:37 by jwe]
jwe
parents: 2554
diff changeset
465 Fri Dec 6 15:23:39 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
e57847e2de87 [project @ 1996-12-09 18:05:37 by jwe]
jwe
parents: 2554
diff changeset
466
e57847e2de87 [project @ 1996-12-09 18:05:37 by jwe]
jwe
parents: 2554
diff changeset
467 * Version 1.94.
e57847e2de87 [project @ 1996-12-09 18:05:37 by jwe]
jwe
parents: 2554
diff changeset
468
2554
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2512
diff changeset
469 Wed Nov 20 01:00:02 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2512
diff changeset
470
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2512
diff changeset
471 * Version 1.93.
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2512
diff changeset
472
2512
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2482
diff changeset
473 Thu Nov 14 00:05:57 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2482
diff changeset
474
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2482
diff changeset
475 * Version 1.92
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2482
diff changeset
476
2482
c89bce1baba3 [project @ 1996-11-07 18:48:29 by jwe]
jwe
parents: 2452
diff changeset
477 Thu Nov 7 12:43:03 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
c89bce1baba3 [project @ 1996-11-07 18:48:29 by jwe]
jwe
parents: 2452
diff changeset
478
c89bce1baba3 [project @ 1996-11-07 18:48:29 by jwe]
jwe
parents: 2452
diff changeset
479 * Version 1.91.
c89bce1baba3 [project @ 1996-11-07 18:48:29 by jwe]
jwe
parents: 2452
diff changeset
480
2452
a28ed603c65c [project @ 1996-10-31 19:49:29 by jwe]
jwe
parents: 2330
diff changeset
481 Wed Oct 30 17:19:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
a28ed603c65c [project @ 1996-10-31 19:49:29 by jwe]
jwe
parents: 2330
diff changeset
482
a28ed603c65c [project @ 1996-10-31 19:49:29 by jwe]
jwe
parents: 2330
diff changeset
483 * Version 1.90.
a28ed603c65c [project @ 1996-10-31 19:49:29 by jwe]
jwe
parents: 2330
diff changeset
484
a28ed603c65c [project @ 1996-10-31 19:49:29 by jwe]
jwe
parents: 2330
diff changeset
485 * Makefile.in (DISTFILES): Add ChangeLog.
a28ed603c65c [project @ 1996-10-31 19:49:29 by jwe]
jwe
parents: 2330
diff changeset
486
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
487 Fri Feb 9 21:40:49 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
488
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
489 * Makefile.in (OCTAVE_SCRIPT_PATH): Add ../src directory (for .oct
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
490 files) and current directory (why not?).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
491
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
492 See ChangeLog.1 in the top level directory for earlier changes.