comparison scripts/ChangeLog @ 11744:eb0a86b3deb9 release-3-0-x

don't embed newline in warning messages in deprecated functions
author John W. Eaton <jwe@octave.org>
date Wed, 09 Apr 2008 12:57:36 -0400
parents c7070f6cadc8
children df16538e1b93
comparison
equal deleted inserted replaced
11743:c7070f6cadc8 11744:eb0a86b3deb9
1 2008-04-09 John W. Eaton <jwe@octave.org>
2
3 * deprecated/beta_cdf.m, deprecated/beta_inv.m,
4 deprecated/beta_pdf.m, deprecated/beta_rnd.m,
5 deprecated/binomial_cdf.m, deprecated/binomial_inv.m,
6 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m,
7 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m,
8 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m,
9 deprecated/clearplot.m, deprecated/clg.m, deprecated/com2str.m,
10 deprecated/exponential_cdf.m, deprecated/exponential_inv.m,
11 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m,
12 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m,
13 deprecated/f_rnd.m, deprecated/gamma_cdf.m,
14 deprecated/gamma_inv.m, deprecated/gamma_pdf.m,
15 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m,
16 deprecated/geometric_inv.m, deprecated/geometric_pdf.m,
17 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m,
18 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m,
19 deprecated/hypergeometric_rnd.m, deprecated/intersection.m,
20 deprecated/is_bool.m, deprecated/is_complex.m,
21 deprecated/is_list.m, deprecated/is_matrix.m,
22 deprecated/is_scalar.m, deprecated/is_square.m,
23 deprecated/is_stream.m, deprecated/is_struct.m,
24 deprecated/is_symmetric.m, deprecated/is_vector.m,
25 deprecated/isstr.m, deprecated/lchol.m,
26 deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m,
27 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m,
28 deprecated/meshdom.m, deprecated/normal_cdf.m,
29 deprecated/normal_inv.m, deprecated/normal_pdf.m,
30 deprecated/normal_rnd.m, deprecated/pascal_cdf.m,
31 deprecated/pascal_inv.m, deprecated/pascal_pdf.m,
32 deprecated/pascal_rnd.m, deprecated/poisson_cdf.m,
33 deprecated/poisson_inv.m, deprecated/poisson_pdf.m,
34 deprecated/poisson_rnd.m, deprecated/polyinteg.m,
35 deprecated/setstr.m, deprecated/spatan2.m, deprecated/spchol.m,
36 deprecated/spchol2inv.m, deprecated/spcholinv.m,
37 deprecated/spcumprod.m, deprecated/spcumsum.m, deprecated/spdet.m,
38 deprecated/spdiag.m, deprecated/spfind.m, deprecated/spinv.m,
39 deprecated/spkron.m, deprecated/splchol.m, deprecated/splu.m,
40 deprecated/spmax.m, deprecated/spmin.m, deprecated/spprod.m,
41 deprecated/spqr.m, deprecated/spsum.m, deprecated/spsumsq.m,
42 deprecated/struct_contains.m, deprecated/struct_elements.m,
43 deprecated/t_cdf.m, deprecated/t_inv.m, deprecated/t_pdf.m,
44 deprecated/t_rnd.m, deprecated/uniform_cdf.m,
45 deprecated/uniform_inv.m, deprecated/uniform_pdf.m,
46 deprecated/uniform_rnd.m, deprecated/weibcdf.m,
47 deprecated/weibinv.m, deprecated/weibpdf.m, deprecated/weibrnd.m,
48 deprecated/weibull_cdf.m, deprecated/weibull_inv.m,
49 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m,
50 deprecated/wiener_rnd.m: Don't embed newline in warning message.
51
1 2008-04-09 David Bateman <dbateman@free.fr> 52 2008-04-09 David Bateman <dbateman@free.fr>
2 53
3 * testfun/assert.m: Don't allow cond and expected to be lists. 54 * testfun/assert.m: Don't allow cond and expected to be lists.
4 55
5 2008-04-04 David Bateman <dbateman@free.fr> 56 2008-04-04 David Bateman <dbateman@free.fr>