comparison src/ChangeLog @ 4905:f7a337f3fd9e

[project @ 2004-06-17 04:11:50 by jwe]
author jwe
date Thu, 17 Jun 2004 04:14:36 +0000
parents 71229573b6bf
children 6754342ef7ad
comparison
equal deleted inserted replaced
4904:71229573b6bf 4905:f7a337f3fd9e
1 2004-06-16 John W. Eaton <jwe@octave.org>
2
3 * OPERATORS/op-int.h: New file.
4 * OPERATORS/op-i16-i16.cc, OPERATORS/op-i8-i8.cc,
5 OPERATORS/op-ui32-ui32.cc, OPERATORS/op-i32-i32.cc,
6 OPERATORS/op-int-conv.cc, OPERATORS/op-ui64-ui64.cc,
7 OPERATORS/op-i64-i64.cc, OPERATORS/op-ui16-ui16.cc,
8 OPERATORS/op-ui8-ui8.cc: Use new macros from op-int.h.
9
1 2004-06-14 John W. Eaton <jwe@octave.org> 10 2004-06-14 John W. Eaton <jwe@octave.org>
2 11
3 * pr-output.h, pr-output.cc (octave_print_conv): New traits class. 12 * pr-output.h, pr-output.cc (octave_print_conv): New traits class.
4 (template <class T> void octave_print_internal (std::ostream&, 13 (template <class T> void octave_print_internal (std::ostream&,
5 const intNDArray<T>&, bool, int), 14 const intNDArray<T>&, bool, int),