comparison liboctave/ChangeLog @ 3775:13905c3a24af

[project @ 2001-02-06 01:56:59 by jwe]
author jwe
date Tue, 06 Feb 2001 01:57:06 +0000
parents 7c8e3c42ed04
children 7ed917c1ca60
comparison
equal deleted inserted replaced
3774:de61a7ba91f2 3775:13905c3a24af
1 2001-02-05 Mumit Khan <khan@nanotech.wisc.edu>
2
3 * Makefile.in (TEMPLATE_AR, TEMPLATE_ARFLAGS): Use to create
4 archive libraries containing templates.
5
6 * ArrayN-idx.h (freeze, all_ok, any_orig_empty, any_zero_len,
7 get_zero_len_size, all_colon_equiv): Inline.
8 (ArrayN<T>::index): Rename idx to arr_idx.
9 * ArrayN.cc (ArrayN<T>::index, ArrayN<T>::compute_index,
10 ArrayN<T>::get_size, ArrayN<T>::range_error, ArrayN<T>::range_error,
11 increment_index, ArrayN<T>::resize, ArrayN<T>::insert): Likewise.
12
13 2001-02-05 John W. Eaton <jwe@bevo.che.wisc.edu>
14
15 * lo-mappers.h, lo-mappers.cc (tan (const Complex&),
16 log10 (const Complex&)): Delete.
17
18 * oct-cmplx.h: Define forwarding functions for real, imag, abs,
19 arg, norm, conj, polar, cos, cosh, exp, log, log10, pow, sin,
20 sinh, sqrt, tan, and tanh.
21
1 2001-01-31 John W. Eaton <jwe@bevo.che.wisc.edu> 22 2001-01-31 John W. Eaton <jwe@bevo.che.wisc.edu>
2 23
3 * file-ops.cc, help.cc, load-save.cc, pr-output.cc, utils.cc: 24 * file-ops.cc, help.cc, load-save.cc, pr-output.cc, utils.cc:
4 Add std:: namespace qualifier as needed. 25 Add std:: namespace qualifier as needed.
5 26