# HG changeset patch # User David Bateman # Date 1267488851 -3600 # Node ID 796258b94b225800f53f91a665f40c2729fca62b # Parent 1766c133674c70b625e98e6e101728c5db202935 Changelog for previous change diff -r 1766c133674c -r 796258b94b22 liboctave/ChangeLog --- a/liboctave/ChangeLog Tue Mar 02 00:44:12 2010 +0100 +++ b/liboctave/ChangeLog Tue Mar 02 01:14:11 2010 +0100 @@ -1,3 +1,11 @@ +2010-03-01 David Bateman + + * Sparse.cc (Sparse::maybe_delete_elements (idxx_vector&)): + Special case the deletion of elements in sparse vectors. + (Sparse::index (idx_vector&, int) const): Special case indexing + of sparse matrices with ranges with a step of 1. + * Sparse.h: Include oct-mem.h for the copy_or_memcpy declaration. + 2010-02-28 John W. Eaton * Makefile.am ($(srcdir)/vx-op-inc.mk, $(srcdir)/mx-op-inc.mk,