comparison liboctave/ChangeLog @ 3836:b8c1cb5b9fd9

[project @ 2001-05-31 19:30:49 by jwe]
author jwe
date Thu, 31 May 2001 19:30:52 +0000
parents f3278ec3ccb7
children 7b4bdb12b77b
comparison
equal deleted inserted replaced
3835:47ee5e57a350 3836:b8c1cb5b9fd9
1 2001-05-31 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * chMatrix.cc (charMatrix::row_as_string): New parameter, raw.
4
5 * Array-i.cc, Array-s.cc, Array-d.cc, Array-ch.cc, Array-C.cc,
6 Array-b.cc: Instantiate three arg assign functions.
7
8 * ArrayN.cc (assign (ArrayN<LT>&, const ArrayN<RT>&, const LT&)):
9 New arg, resize_fill_value.
10 * ArrayN.h: Provide declaration.
11 (assign (ArrayN<LT>&, const ArrayN<RT>&): Define here by calling
12 three arg version.
13
14 * Array3.cc (assign (Array3<LT>&, const Array3<RT>&, const LT&)):
15 New arg, resize_fill_value.
16 * Array3.h: Provide declaration.
17 (assign (Array3<LT>&, const Array3<RT>&): Define here by calling
18 three arg version.
19
20 * Array2.cc (assign (Array2<LT>&, const Array2<RT>&, const LT&)):
21 New arg, resize_fill_value.
22 * Array2.h: Provide declaration.
23 (assign (Array2<LT>&, const Array2<RT>&): Define here by calling
24 three arg version.
25
26 * Array.cc (assign (Array<LT>&, const Array<RT>&, const LT&)):
27 New arg, resize_fill_value.
28 * Array.h: Provide declaration.
29 (assign (Array<LT>&, const Array<RT>&): Define here by calling
30 three arg version.
31
1 2001-05-17 John W. Eaton <jwe@bevo.che.wisc.edu> 32 2001-05-17 John W. Eaton <jwe@bevo.che.wisc.edu>
2 33
3 * pathsearch.cc (dir_path::set_program_name): Set the environment 34 * pathsearch.cc (dir_path::set_program_name): Set the environment
4 variables SELFAUTOLOC, SELFAUTODIR, SELFAUTOPARENT, and TEXMFDBS 35 variables SELFAUTOLOC, SELFAUTODIR, SELFAUTOPARENT, and TEXMFDBS
5 to the empty string. 36 to the empty string.