comparison ChangeLog @ 5275:23b37da9fd5b

[project @ 2005-04-08 16:07:35 by jwe]
author jwe
date Fri, 08 Apr 2005 16:07:37 +0000
parents b82d85bf54ae
children 233140bc8068
comparison
equal deleted inserted replaced
5274:eae7b40388e9 5275:23b37da9fd5b
1 2005-04-08 John W. Eaton <jwe@octave.org>
2
3 * Initial merge of 64-bit changes from Clinton Chee:
4
5 2005-04-07 John W. Eaton <jwe@octave.org>
6
7 * configure.in (--enable-64): Make default disabled.
8
9 2005-04-06 John W. Eaton <jwe@octave.org>
10
11 * mk-opts.pl (emit_show_function, emit_set_functions,
12 emit_print_function): Also accept "octave_idx_type" and
13 "Array<octave_idx_type>".
14
15 2005-04-01 John W. Eaton <jwe@octave.org>
16
17 * Makeconf.in (USE_64_BIT_IDX_T): Substitute value.
18 (do-subst-config-vals): Add to list of substitutions.
19
20 * configure.in (AC_CONFIG_FILES): Perform substitutions on
21 liboctave/oct-types.h too.
22 Handle --enable-64.
23
1 2005-04-06 David Bateman <dbateman@free.fr> 24 2005-04-06 David Bateman <dbateman@free.fr>
2 25
3 * configure.in: Split the HDF5 and zlib detection code, so that zlib 26 * configure.in: Split the HDF5 and zlib detection code, so that zlib
4 can be used for compressed load/save in the absence of HDF5. 27 can be used for compressed load/save in the absence of HDF5.
5 28