Mercurial > hg > octave-lyh
comparison scripts/ChangeLog @ 8940:6994961bf1f4
use doc-cache instead of DOC for doc cache file name
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Mon, 09 Mar 2009 14:31:10 -0400 |
parents | cae073411b03 |
children | b8ed0262b11e |
comparison
equal
deleted
inserted
replaced
8939:4e1fed5d847b | 8940:6994961bf1f4 |
---|---|
1 2009-03-09 John W. Eaton <jwe@octave.org> | |
2 | |
3 * help/gen_doc_cache.m, help/lookfor.m: Use doc-cache instead of | |
4 DOC for doc cache file. | |
5 | |
1 2009-03-09 Jaroslav Hajek <highegg@gmail.com> | 6 2009-03-09 Jaroslav Hajek <highegg@gmail.com> |
2 | 7 |
3 * general/accumarray.m: Reorder tests. Call either "sparse" or | 8 * general/accumarray.m: Reorder tests. Call either "sparse" or |
4 __accumarray_sum__ for the default summation case. | 9 __accumarray_sum__ for the default summation case. |
5 * statistics/base/histc.m: Reimplement using lookup & accumarray. | 10 * statistics/base/histc.m: Reimplement using lookup & accumarray. |