comparison liboctave/ChangeLog @ 4139:02ca908056e9

[project @ 2002-11-01 00:49:13 by jwe]
author jwe
date Fri, 01 Nov 2002 00:49:13 +0000
parents c06ee5520e4f
children 8c710385c572
comparison
equal deleted inserted replaced
4138:b38835ea3c6e 4139:02ca908056e9
1 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * mx-inlines.cc (MX_BASE_REDUCTION_OP): Also return scalar
4 MT_RESULT if nr == 1 && nc == 0 && dim == -1 (i.e.,
5 sum(zeros(1,0)) returns 0, not [](1x0)).
6
1 2002-10-30 John W. Eaton <jwe@bevo.che.wisc.edu> 7 2002-10-30 John W. Eaton <jwe@bevo.che.wisc.edu>
2 8
3 * Makefile.in (LINK_DEPS): Include $(FLIBS) here too. 9 * Makefile.in (LINK_DEPS): Include $(FLIBS) here too.
4 10
5 2002-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> 11 2002-10-29 John W. Eaton <jwe@bevo.che.wisc.edu>