comparison src/ChangeLog @ 4797:19b8225bdaa2

[project @ 2004-02-23 22:10:31 by jwe]
author jwe
date Mon, 23 Feb 2004 22:10:32 +0000
parents 6279796dc2b9
children da0d1c453971
comparison
equal deleted inserted replaced
4796:962457f25a6d 4797:19b8225bdaa2
1 2004-02-23 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * file-io.cc (Fftell): Return long integer instead of streamoff_array.
4 (do_stream_open): Create octave_stdiostream instead of octave_fstream.
5
6 * oct-fstrm.cc (octave_fstream::seek, octave_fstream::tell):
7 Always fail. Signatures now match C library functionsb.
8 * oct-iostrm.cc (octave_base_iostream::seek,
9 octave_base_iostream::tell): Likewise.
10 * oct-strstrm.cc (octave_base_strstream::seek,
11 octave_base_strstream::tell): Likewise.
12
13 * oct-stream.cc (octave_stream::seek, octave_stream::tell):
14 Signatures now match C-library functions.
15
16 * oct-stdstrm.cc (octave_stdiostream::seek, octave_stdiostream::tell):
17 Call io_c_file_ptr_stream::seek and tell. Signatures now match
18 C-library functions.
19
20 * c-file-ptr-stream.h (c_file_ptr_buf::seek, c_file_ptr_buf::tell):
21 New functions.
22 (i_c_file_ptr_stream::seek, i_c_file_ptr_stream::tell): Likewise.
23 (o_c_file_ptr_stream::seek, o_c_file_ptr_stream::tell): Likewise.
24 (io_c_file_ptr_stream::seek, io_c_file_ptr_stream::tell): Likewise.
25
1 2004-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> 26 2004-02-20 John W. Eaton <jwe@bevo.che.wisc.edu>
2 27
3 * version.h (OCTAVE_VERSION): Now 2.1.55. 28 * version.h (OCTAVE_VERSION): Now 2.1.55.
4 (OCTAVE_API_VERSION): Now api-v6. 29 (OCTAVE_API_VERSION): Now api-v6.
5 30