comparison src/ChangeLog @ 7097:e8c94e473c68

[project @ 2007-11-02 17:24:23 by jwe]
author jwe
date Fri, 02 Nov 2007 17:24:24 +0000
parents e5005117103d
children 70f30a92b725
comparison
equal deleted inserted replaced
7096:81bed50b9feb 7097:e8c94e473c68
1 2007-11-02 John W. Eaton <jwe@octave.org>
2
3 * file-io.cc (fopen_mode_to_ios_mode): Use std::ios::app instead
4 of std::ios::ate.
5
6 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi>
7
8 * input.cc, pr-output.cc, bitfcns.cc, DLD-FUNCTIONS/time.cc:
9 Fix broken @examples in help texts.
10
1 2007-10-31 John W. Eaton <jwe@octave.org> 11 2007-10-31 John W. Eaton <jwe@octave.org>
2 12
3 * data.cc (Fnorm): Avoid warning about p_val possibly being used 13 * data.cc (Fnorm): Avoid warning about p_val possibly being used
4 uninitialized. 14 uninitialized.
5 15