*** old-octave/src/ChangeLog 2007-06-18 18:27:53.000000000 +0200 --- octave/src/ChangeLog 2007-06-24 22:57:56.000000000 +0200 *************** *** 1,3 **** --- 1,19 ---- + 2007-06-22 Olaf Till + + * oct-stream.h (octave_stream_list::list): Be a std::map. Removed + (octave_stream_list::curr_len). (octave_stream_list::constructor): + changed. Changed declarations of (octave_stream_list::insert and + ::do_insert). + + * oct-stream.cc (octave_steam_list::do_insert, ::do_lookup (int, + string&), ::do_remove (int, string&), ::do_remove (octave_value&, + string&), ::do_clear, ::do_list_open_files, + ::do_open_file_numbers, ::do_get_file_number): Use new + octave_stream_list::list type. (octave_stream_list::do_insert): + Insert octave_stream with key corresponding to + file-descriptor. (octave_stream_list::do_insert, ::insert): Remove + const qualifier of argument. + 2007-06-18 Søren Hauberg * DLD-FUNCTIONS/__lin_interpn__.cc: Replace octave_NaN with octave_NA.