comparison src/ChangeLog @ 5351:05adf9de7657

[project @ 2005-05-16 20:07:36 by dbateman]
author dbateman
date Mon, 16 May 2005 20:07:36 +0000
parents ad44a165950d
children df230b7df93c
comparison
equal deleted inserted replaced
5350:ad44a165950d 5351:05adf9de7657
1 2005-05-16 David Bateman <dbateman@free.fr>
2
3 * ls-mat.cc (save_mat5_binary_element): Increase size of
4 compression buffer.
5 (load_mat5_binary_element): Allow ASCII encoded as UTF8,
6 and give error messages for multi-byte UTF8 and UTF16 and UTF32
7 encodings.
8
9 * ls-hdf5.h (H5T_NATIVE_IDX): New macro defining native indexing
10 type for HDF5 files
11
12 * ls-hdf5.cc (save_hdf5_empty, load_hdf5_empty): Use
13 H5T_NATIVE_IDX to allow 64-bit indexing.
14 * ov-bool-sparse.cc (save_hdf5, load_hdf5): ditto.
15 * ov-re-sparse.cc (save_hdf5, load_hdf5): ditto.
16 * ov-cx-sparse.cc (save_hdf5, load_hdf5): ditto.
17 * ov-cell.cc (save_hdf5, load_hdf5): ditto.
18
19 * load-save.cc (parse_save_options): Remove -nozip option.
20 (Fsave): If user defines file format, ignore completely the default
21 file format options.
22
1 2005-05-12 John W. Eaton <jwe@octave.org> 23 2005-05-12 John W. Eaton <jwe@octave.org>
2 24
3 * Makefile.in (oct-gperf.h): Try harder to cause Make to exit here 25 * Makefile.in (oct-gperf.h): Try harder to cause Make to exit here
4 if gperf is missing or fails to create a valid file. 26 if gperf is missing or fails to create a valid file.
5 27