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