comparison src/ChangeLog @ 7065:97db94ae2cf0

[project @ 2007-10-25 05:50:55 by jwe]
author jwe
date Thu, 25 Oct 2007 05:50:56 +0000
parents faff87ff9d5a
children 7773c0fdefa6
comparison
equal deleted inserted replaced
7064:faff87ff9d5a 7065:97db94ae2cf0
1 2007-10-25 John W. Eaton <jwe@octave.org>
2
3 * Makefile.in (graphics.h): Use $(AWK) instead of awk.
4
5 * DLD-FUNCTIONS/time.cc (Ftime, Fmktime): Avoid unnecessary cast.
6
7 * data.cc (Ftic, Ftoc): Call double_value on octave_time objects
8 instead of relying on conversion operator.
9 * ov.cc (octave_value::octave_value (octave_time)): Likewise.
10
11 * variables.cc (symbol_out_of_date): Use explicit conversion to
12 time_t instead of relying on conversion operator.
13 * ov-fcn-handle.cc (octave_fcn_handle::subsref): Likewise.
14
15 * data.cc (tic_toc_timestamp): Rename from __tic_toc_timestamp__.
16 Change all uses.
17
1 2007-10-24 David Bateman <dbateman@free.fr> 18 2007-10-24 David Bateman <dbateman@free.fr>
2 19
3 * ov-intx.h (OCTAVE_VALUE_INT_MATRIX_T::OCTAVE_VALUE_INT_MATRIX_T 20 * ov-intx.h (OCTAVE_VALUE_INT_MATRIX_T::OCTAVE_VALUE_INT_MATRIX_T
4 (const ArrayN<OCTAVE_INT_T>&)): New constructor. 21 (const ArrayN<OCTAVE_INT_T>&)): New constructor.
5 * ov.cc (octave_value::octave_value(const ArrayN<T>) with T being 22 * ov.cc (octave_value::octave_value(const ArrayN<T>) with T being