comparison src/ChangeLog @ 7455:fe332ce262b5

eliminate spkron.cc; dispatch in kron
author David Bateman <dbateman@free.fr>
date Thu, 07 Feb 2008 06:00:37 -0500
parents d03ae525c894
children 1032e24f199f
comparison
equal deleted inserted replaced
7454:d03ae525c894 7455:fe332ce262b5
1 2008-02-07 David Bateman <dbateman@free.fr>
2
3 * Makefile.in (DLD_XSRC): Delete spkron.cc.
4 * DLD-FUNCTIONS/spkron.cc: Delete.
5 * DLD-FUNCTIONS/kron.cc: Include here and dispatch to the sparse
6 version if either argument is sparse.
7
1 2008-02-06 John W. Eaton <jwe@octave.org> 8 2008-02-06 John W. Eaton <jwe@octave.org>
2 9
3 * Makefile.in (parse.cc): Also use --defines option for bison. 10 * Makefile.in (parse.cc): Also use --defines option for bison.
4 11
5 2008-02-06 Michael Goffioul <michael.goffioul@gmail.com> 12 2008-02-06 Michael Goffioul <michael.goffioul@gmail.com>