comparison scripts/ChangeLog @ 5568:e9cde940b271

[project @ 2005-12-08 02:28:22 by jwe]
author jwe
date Thu, 08 Dec 2005 02:28:22 +0000
parents 80e629357483
children c45cf76df06f
comparison
equal deleted inserted replaced
5567:80e629357483 5568:e9cde940b271
1 2005-12-07 John W. Eaton <jwe@octave.org>
2
3 * statistics/base/moment.m: Don't save and restore warn_str_to_num.
4
5 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing.
6 * strings/strjust.m: Likewise.
7
8 * general/shift.m: Don't save and restore warn_empty_list_elements.
9 * signal/arma_rnd.m: Likewise.
10 * strings/strcat.m: Likewise.
11 * control/base/__freqresp__.m: Likewise.
12 * control/base/place.m: Likewise.
13 * control/base/pzmap.m: Likewise.
14 * control/base/pzmap.m: Likewise.
15 * control/system/sysappend.m: Likewise.
16 * control/system/syscont.m: Likewise.
17 * control/system/sysdisc.m: Likewise.
18 * control/system/sysgroup.m: Likewise.
19 * control/system/tfout.m: Likewise.
20 * control/system/zpout.m: Likewise.
21 * control/util/__outlist__.m: Likewise.
22
1 2005-12-06 John W. Eaton <jwe@octave.org> 23 2005-12-06 John W. Eaton <jwe@octave.org>
2 24
3 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. 25 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style.
4 Avoid for loop in interleave/deinterleave steps. 26 Avoid for loop in interleave/deinterleave steps.
5 27