comparison src/ChangeLog @ 3944:818f5aec1db5

[project @ 2002-05-18 00:05:08 by jwe]
author jwe
date Sat, 18 May 2002 00:05:08 +0000
parents a10df4059532
children eab957395758
comparison
equal deleted inserted replaced
3943:a10df4059532 3944:818f5aec1db5
1 2002-05-17 Mumit Khan <khan@nanotech.wisc.edu>
2
3 * c-file-ptr-stream.h (OCTAVE_STD_FILEBUF): New macro to handle
4 various forms of extensions to std::filebuf.
5 (c_file_ptr_buf::c_file_ptr_buf): Use.
6 * pt-idx.cc (tree_index_expression::tree_index_expression): Remove
7 default arguments are from definition.
8 * symtab.cc (SYMBOL_DEF::print_info): Add std::.
9 (symbol_record::print_info): Likewise.
10 (symbol_table::print_info): Likewise.
11
1 2002-05-16 John W. Eaton <jwe@bevo.che.wisc.edu> 12 2002-05-16 John W. Eaton <jwe@bevo.che.wisc.edu>
2 13
3 * oct-map.cc (Octave_map::assign): Resize RHS if it is shorter 14 * oct-map.cc (Octave_map::assign): Resize RHS if it is shorter
4 than existing struct array. 15 than existing struct array.
5 16