comparison liboctave/ChangeLog @ 12355:1c4cad056b79 release-3-4-x

sparse matrix indexed assignment bug
author John W. Eaton <jwe@octave.org>
date Mon, 31 Jan 2011 17:09:24 -0500
parents 2c35dfd641ff
children 731a0b589cab
comparison
equal deleted inserted replaced
12354:a85d14454adc 12355:1c4cad056b79
1 2011-01-31 John W. Eaton <jwe@octave.org>
2
3 * Sparse.cc (Sparse<T>::assign (const idx_vector&, const idx_vector&,
4 const Sparse<T>&)): Handle case of LHS originally empty, and
5 with non-colon indices. Fix typo in previous change. Bug #32263.
6
1 2011-01-30 Pascal Dupuis <Pascal.Dupuis@worldonline.be> 7 2011-01-30 Pascal Dupuis <Pascal.Dupuis@worldonline.be>
2 8
3 * lo-sysdep.cc (opendir): On error, free allocated DIR object 9 * lo-sysdep.cc (opendir): On error, free allocated DIR object
4 before returning. 10 before returning.
5 11