Mercurial > hg > octave-lyh
diff src/ChangeLog @ 6013:13c4326d3501
[project @ 2006-09-29 20:50:34 by jwe]
author | jwe |
---|---|
date | Fri, 29 Sep 2006 20:50:35 +0000 |
parents | d3112590883f |
children | bda649f500bd |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -4,6 +4,9 @@ (OCTAVE_API_VERSION): Now api-v22. (OCTAVE_RELEASE_DATE): Now 2006-09-29. + * DLD-FUNCTIONS/spfind.cc (sparse_find_non_zero_elem_idx): + Leading dimension is NR, not NC. + * Makefile.in (DEP_5): Include oct-errno.cc in the list. 2006-09-27 John W. Eaton <jwe@octave.org>