Mercurial > hg > octave-jordi
diff src/ChangeLog @ 3307:b6c74a0772b5
[project @ 1999-10-21 03:09:52 by jwe]
author | jwe |
---|---|
date | Thu, 21 Oct 1999 03:09:53 +0000 |
parents | f1c5658772cf |
children | 7ae1928ca623 |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,10 @@ 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> + * data.cc (make_diag (const octave_value&, const octave_value&)): + Delete special cases for scalars and simply attempt conversion of + first arg to a matrix value. If that fails, we will still see an + error message. + * Makefile.in (DISTFILES): Add mkgendoc to the list. 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu>