Mercurial > hg > octave-lyh
comparison liboctave/ChangeLog @ 7198:4555c116b420
[project @ 2007-11-27 03:06:10 by jwe]
author | jwe |
---|---|
date | Tue, 27 Nov 2007 03:06:10 +0000 |
parents | e8d953d03f6a |
children | 2eb392d058bb |
comparison
equal
deleted
inserted
replaced
7197:e1c865f21751 | 7198:4555c116b420 |
---|---|
1 2007-11-26 John W. Eaton <jwe@octave.org> | |
2 | |
3 * idx-vector.h (idx_vector::idx_vector_rep (const intNDArray<U>&)): | |
4 Eliminate unnecessary second arg from call to tree_to_mat_idx. | |
5 | |
6 * oct-inttypes.h (operator bool, operator char): Delete. | |
7 (bool_value, char_value, double_value, float_value): New functions. | |
8 | |
1 2007-11-26 David Bateman <dbateman@free.fr> | 9 2007-11-26 David Bateman <dbateman@free.fr> |
2 | 10 |
3 * intNDArray.cc (template <class T> intNDArray<T> | 11 * intNDArray.cc (template <class T> intNDArray<T> |
4 intNDArray<T>::max (int) const, template <class T> intNDArray<T> | 12 intNDArray<T>::max (int) const, template <class T> intNDArray<T> |
5 intNDArray<T>::max (ArrayN<octave_idx_type>&, int) const, | 13 intNDArray<T>::max (ArrayN<octave_idx_type>&, int) const, |