Mercurial > hg > octave-nkf
diff liboctave/ChangeLog @ 7124:d07cb867891b
[project @ 2007-11-08 01:09:44 by jwe]
author | jwe |
---|---|
date | Thu, 08 Nov 2007 01:09:44 +0000 |
parents | a018c140f8aa |
children | 6525eb2fba0f |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,8 @@ +2007-11-07 Michael Goffioul <michael.goffioul@gmail.com> + + * dMatrix.cc, CMatrix.cc: Help MSVC compiler to resolve + ambiguities related to math functions (in C++ mode). + 2007-11-06 David Bateman <dbateman@free.fr> * intNDArray.cc (intNDArray<T> intNDArray<T>::sum (int) const):