comparison src/ChangeLog @ 4327:c29c382a5b4b

[project @ 2003-02-16 03:24:26 by jwe]
author jwe
date Sun, 16 Feb 2003 03:24:26 +0000
parents 1cae4472c624
children d53c33d93440
comparison
equal deleted inserted replaced
4326:1cae4472c624 4327:c29c382a5b4b
1 2003-02-15 John W. Eaton <jwe@bevo.che.wisc.edu> 1 2003-02-15 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * oct-stdstrm.h, oct-stdstrm.cc (octave_base_stdiostream,
4 octave_iostdiostream, octave_istdiostram, octave_ostdiostream):
5 Combine all functionality into one class, octave_stdiostream.
6 Change all uses.
2 7
3 * file-io.cc (Ftmpfile, Fmkstemp): New functions. 8 * file-io.cc (Ftmpfile, Fmkstemp): New functions.
4 * oct-stdstrm.h (octave_iostdiostream): New class. 9 * oct-stdstrm.h (octave_iostdiostream): New class.
5 (octave_istdiostream::octave_istdiostream, 10 (octave_istdiostream::octave_istdiostream,
6 octave_istdiostream::create, 11 octave_istdiostream::create,
7 octave_ostdiostream::octave_ostdiostream, octave_ostdiostream::create, 12 octave_ostdiostream::octave_ostdiostream, octave_ostdiostream::create,
8 octave_iostdiostream::octave_iostdiostream, 13 octave_iostdiostream::octave_iostdiostream,
9 octave_iostdiostream::create): Make close function the last arg. 14 octave_iostdiostream::create): Make close function the last arg.
10 Change all uses. 15 Change all uses.
11 16
12 * c-file-ptr-stream.h (iostream): New class. 17 * c-file-ptr-stream.h (io_c_file_ptr_stream): New class.
13 18
14 2003-02-14 John W. Eaton <jwe@bevo.che.wisc.edu> 19 2003-02-14 John W. Eaton <jwe@bevo.che.wisc.edu>
15 20
16 * octave.cc (maximum_braindamage): Set boolean built-in variables 21 * octave.cc (maximum_braindamage): Set boolean built-in variables
17 to true and false instead of 1.0 and 0.0. 22 to true and false instead of 1.0 and 0.0.