comparison src/ChangeLog @ 7099:70f30a92b725

[project @ 2007-11-05 21:51:24 by jwe]
author jwe
date Mon, 05 Nov 2007 21:51:25 +0000
parents e8c94e473c68
children 2c5b14c60c6c
comparison
equal deleted inserted replaced
7098:dd3a3e65bc86 7099:70f30a92b725
1 2007-11-05 John W. Eaton <jwe@octave.org>
2
3 * pt-idx.cc (tree_index_expression::lvalue): Try to do a better
4 job of computing the number of elements in lvalue expressions when
5 the last indexing element is ".".
6
1 2007-11-02 John W. Eaton <jwe@octave.org> 7 2007-11-02 John W. Eaton <jwe@octave.org>
2 8
3 * file-io.cc (fopen_mode_to_ios_mode): Use std::ios::app instead 9 * file-io.cc (fopen_mode_to_ios_mode): Use std::ios::app instead
4 of std::ios::ate. 10 of std::ios::ate.
5 11