changeset 5286:f7ea9ea38360

[project @ 2005-04-19 15:10:24 by jwe]
author jwe
date Tue, 19 Apr 2005 15:10:24 +0000
parents fe5ee25a5e6c
children f14bdd2bec91
files src/ChangeLog
diffstat 1 files changed, 13 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- 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  <dbateman@free.fr>
 
-	* 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  <dbateman@free.fr>
-
 	* 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.