diff src/ChangeLog @ 5099:f7e39f977fe8

[project @ 2004-12-24 19:06:01 by jwe]
author jwe
date Fri, 24 Dec 2004 19:06:01 +0000
parents c9a44ec47b20
children b04b30d30c66
line wrap: on
line diff
--- a/src/ChangeLog	Sat Dec 18 15:04:20 2004 +0000
+++ b/src/ChangeLog	Fri Dec 24 19:06:01 2004 +0000
@@ -1,3 +1,24 @@
+2004-12-22  John W. Eaton  <jwe@octave.org>
+
+	* ls-oct-ascii.cc (extract_keyword (std::istream&, const
+	string_vector&, std::string&, int&, const bool): New function.
+	* ls-oct-ascii.h: Provide decl.
+	* ov-bool-mat.cc (octave_bool_matrix::load_ascii):
+	Use new extract_keyword function to avoid calling tellg/seekg.
+	* ov-cell.cc (octave_cell::load_ascii): Likewise.
+	* ov-cx-mat.cc (octave_complex_matrix::load_ascii): Likewise.
+	* ov-re-mat.cc (octave_matrix::load_ascii): Likewise.
+	* ov-str-mat.cc (octave_char_matrix_str::load_ascii): Likewise.
+
+2004-12-20  John W. Eaton  <jwe@octave.org>
+
+	* pt-idx.cc (tree_index_expression::has_magic_end): Return true if
+	any argument list element has a magic end token.
+
+2004-12-03  John W. Eaton  <jwe@octave.org>
+  
+  	* version.h (OCTAVE_VERSION): Now 2.1.64.
+
 2004-12-03  Teemu Ikonen  <tpikonen@pcu.helsinki.fi>
 
 	* file-io.cc: Doc string fixes.