# HG changeset patch # User jwe # Date 1113923424 0 # Node ID f7ea9ea38360646c1db7b9f2a288e67779a8a404 # Parent fe5ee25a5e6cb48022241dde41860e1cb2f7dec4 [project @ 2005-04-19 15:10:24 by jwe] diff -r fe5ee25a5e6c -r f7ea9ea38360 src/ChangeLog --- a/src/ChangeLog Tue Apr 19 15:02:49 2005 +0000 +++ b/src/ChangeLog Tue Apr 19 15:10:24 2005 +0000 @@ -1,27 +1,22 @@ 2005-04-14 David Bateman - * load-save.cc (Vdefault_save_format, Voctave_core_file_format): - Delete. + * load-save.cc (Vdefault_save_format, Voctave_core_file_format): + Delete variables. (Vdefault_save_options, Voctave_core_file_options): New variables. (get_save_format): Delete function. - (static int parse_save_options (const string_vector&, ...), - static int parse_save_options (const std::string&, ...)): New - functions to parse the save options. - (dump_octave_core (std::ostream&, ..): Modify call and code to allow - save_as_floats to be used. - (dump_octave_core (void)): Modify to parse save options. + (parse_save_options (const string_vector&, ...), + parse_save_options (const std::string&, ...)): New functions. + (dump_octave_core): Allow save_as_floats to be used. + (dump_octave_core): Parse save options. (Fsave): Split parsing of options, and default formats. - (static int default_save_format (void)): Delete function and DEFVAR. - (static int default_save_options (void)): New function. DEFVAR it. - (static int octave_core_file_format (void)): Delete function and - DEFVAR. - (static int octave_core_file_options (void)): New function. DEFVAR it. + (default_save_format): Delete function and DEFVAR. + (default_save_options): New function. DEFVAR it. + (octave_core_file_format): Delete function and DEFVAR. + (octave_core_file_options): New function. DEFVAR it. * octave.cc (default_save_format): Delete binding (default_save_options): New bindings -2005-04-14 David Bateman - * Makefile.in: Add luinc.cc to DLD_XSRC. * DLD-FUNCTIONS/luinc.cc: New file for incomplete LU factorization. @@ -29,12 +24,12 @@ * ov-re-sparse.cc (index_vector): Ditto. * ov-re-sparse.h (index_vector): Definition. - * ov.mapper (any_element_less_than, any_element_greater_than): + * ov-mapper.cc (any_element_less_than, any_element_greater_than): New versions for SparseMatrix (SPARSE_MAPPER_LOOP_2, SPARSE_MAPPER_LOOP_1, SPARSE_MAPPER_LOOP): New macros. - (apply): Add special cases for sparse arguments to the mapper - functions + (octave_mapper::apply): Add special cases for sparse arguments to + the mapper functions * ov-re-sparse.cc (streamoff_array_value): Use octave_idx_type. (convert_to_str_internal): New function.