comparison src/ChangeLog @ 4919:a1073eef650c

[project @ 2004-07-27 15:22:50 by jwe]
author jwe
date Tue, 27 Jul 2004 15:22:51 +0000
parents f69e95587ba3
children b22a7a1db0d5
comparison
equal deleted inserted replaced
4918:d2a7208f35d4 4919:a1073eef650c
1 2004-07-27 John W. Eaton <jwe@octave.org>
2
3 * ov-struct.cc (Fisfield): Only print usage message if number of
4 arguments is incorrect. Return false for invalid arguments.
5 From Andy Adler <adler@site.uottawa.ca>.
6
1 2004-07-27 David Bateman <dbateman@free.fr> 7 2004-07-27 David Bateman <dbateman@free.fr>
8
9 * Cell.cc (Cell::index): Quit early if an error occurs when
10 creating index vector object.
2 11
3 * ov-int8.cc, ov-int16.cc, ov-int32.cc, ov-int64.cc, ov-uint8.cc, 12 * ov-int8.cc, ov-int16.cc, ov-int32.cc, ov-int64.cc, ov-uint8.cc,
4 ov-uint16.cc, ov-uint32.cc, ov-uint64.cc (HDF5_SAVE_TYPE): Define 13 ov-uint16.cc, ov-uint32.cc, ov-uint64.cc (HDF5_SAVE_TYPE): Define
5 for HDF5 native format for the type. 14 for HDF5 native format for the type.
6 15