comparison 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
comparison
equal deleted inserted replaced
5098:ab4e64f92526 5099:f7e39f977fe8
1 2004-12-22 John W. Eaton <jwe@octave.org>
2
3 * ls-oct-ascii.cc (extract_keyword (std::istream&, const
4 string_vector&, std::string&, int&, const bool): New function.
5 * ls-oct-ascii.h: Provide decl.
6 * ov-bool-mat.cc (octave_bool_matrix::load_ascii):
7 Use new extract_keyword function to avoid calling tellg/seekg.
8 * ov-cell.cc (octave_cell::load_ascii): Likewise.
9 * ov-cx-mat.cc (octave_complex_matrix::load_ascii): Likewise.
10 * ov-re-mat.cc (octave_matrix::load_ascii): Likewise.
11 * ov-str-mat.cc (octave_char_matrix_str::load_ascii): Likewise.
12
13 2004-12-20 John W. Eaton <jwe@octave.org>
14
15 * pt-idx.cc (tree_index_expression::has_magic_end): Return true if
16 any argument list element has a magic end token.
17
18 2004-12-03 John W. Eaton <jwe@octave.org>
19
20 * version.h (OCTAVE_VERSION): Now 2.1.64.
21
1 2004-12-03 Teemu Ikonen <tpikonen@pcu.helsinki.fi> 22 2004-12-03 Teemu Ikonen <tpikonen@pcu.helsinki.fi>
2 23
3 * file-io.cc: Doc string fixes. 24 * file-io.cc: Doc string fixes.
4 25
5 2004-12-02 David Bateman <dbateman@free.fr> 26 2004-12-02 David Bateman <dbateman@free.fr>