3933
|
1 2002-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2 |
|
3 * oct-rl-edit.c (OCTAVE_RL_SAVE_STRING): New macro. |
|
4 (octave_rl_set_name, octave_rl_set_basic_quote_characters): Use it. |
|
5 (octave_rl_set_basic_word_break_characters, |
|
6 octave_rl_set_completer_word_break_characters): New functions. |
|
7 * oct-rl-edit.h: Provide decls. |
|
8 * cmd-edit.cc (gnu_readline::do_set_basic_word_break_characters, |
|
9 gnu_readline::do_set_completer_word_break_characters): New functions. |
|
10 (command_editor::set_basic_quote_characters, |
|
11 command_editor::set_completion_append_character): New static functions. |
|
12 * cmd-edit.h: Provide decls. |
|
13 (command_editor::do_set_basic_word_break_characters, |
|
14 command_editor::do_set_completer_word_break_characters): |
|
15 New virtual functions. |
|
16 |
|
17 * CMatrix.h, boolMatrix.h, chMatrix.h, dMatrix.h |
|
18 (resize_fill_value): New static function. |
|
19 |
|
20 * Array-idx.h (Array<T>::index): New args, resize_ok and |
|
21 resize_fill_value. |
|
22 * Array2-idx.h (Array2<T>::index): Likewise. |
|
23 * ArrayN-idx.h (ArrayN<T>::index): Likewise. |
|
24 |
|
25 * Array2.cc (Array<T>::print_info): New function. |
|
26 * Array2.h: Provide decl. |
|
27 |
|
28 * Array.cc (Array<T>::print_info): New function. |
|
29 * Array.h: Provide decl. |
|
30 |
3928
|
31 2002-05-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
32 |
|
33 * idx-vector.h (idx_vector::idx_vector (int)): New function. |
|
34 (idx_vector_rep::idx_vector_rep (int)): New decl. |
|
35 * idx-vector.cc (idx_vector_rep::idx_vector_rep (int)): New function. |
|
36 |
|
37 * Array.h (Array<T>::resize_fill_value (void)): New static function. |
|
38 (assign (Array<LT>&, const Array<RT>&)): Use it. |
|
39 * Array2.h (assign (Array2<LT>&, const Array2<RT>&)): Use it. |
|
40 * ArrayN.h (assign (ArrayN<LT>&, const ArrayN<RT>&)): Use it. |
|
41 |
|
42 2002-05-02 Cai Jianming <caijianming@yahoo.co.uk> |
|
43 |
|
44 * Array3.h (Array3<T>::checkelem): Improve error message. |
|
45 * ArrayN.h (ArrayN<T>::range_error): Likewise. |
|
46 * DiagArray2.cc (DiagArray2<T>::checkelem): Likewise. |
|
47 * DiagArray2.cc (DiagArray2<T>::operator ()): Likewise. |
|
48 |
3919
|
49 2002-04-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
50 |
|
51 * DASSL.h (DASSL_options::init): Undo previous change. |
|
52 (DASSL_options::set_absolute_tolerance): Likewise. |
|
53 |
3912
|
54 2002-04-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
55 |
|
56 * DASPK.h, DASPK.cc: New files. |
|
57 * Makefile.in: Add them to the appropriate lists. |
|
58 |
3904
|
59 2002-04-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
60 |
|
61 * Array2-idx.h (Array2<T>::index (idx_vector&, idx_vector&) const): |
|
62 Simplify indexing when one or both of the indices are empty. |
|
63 |
3896
|
64 2002-04-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
65 |
|
66 * DASSL.h (DASSL_options::init): Set absolute tolerance to eps ^ 2. |
|
67 (DASSL_options::set_absolute_tolerance): Likewise. |
|
68 * LSODE.h (LSODE_options::init): Likewise. |
|
69 (LSODE_options::set_absolute_tolerance): Likewise. |
|
70 |
3887
|
71 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
|
72 |
|
73 * f2c-main.c (MAIN_, MAIN__): Delete. Use F77_DUMMY_MAIN instead. |
|
74 * file-stat.cc (file_stat::update_internal, file_stat::copy): |
|
75 Use HAVE_STRUCT_STAT_ST_RDEV instead of HAVE_ST_RDEV. |
|
76 Use HAVE_STRUCT_STAT_ST_BLKSIZE instead of HAVE_ST_BLKSIZE. |
|
77 Use HAVE_STRUCT_STAT_ST_BLOCKS instead of HAVE_ST_BLOCKS. |
|
78 * file-stat.h: Likewise. |
|
79 * oct-time.cc (octave_time::octave_time, octave_base_tm::strftime, |
|
80 octave_base_tm::init, octave_strptime::init): Use HAVE_TM_ZONE |
|
81 instead of HAVE_STRUCT_TM_TM_ZONE. |
|
82 * strftime.c: Likewise. |
|
83 * lo-specfun.cc, mach-info.cc, CColVector.cc, CMatrix.cc, |
|
84 CRowVector.cc, CmplxAEPBAL.cc, CmplxCHOL.cc, CmplxHESS.cc, |
|
85 CmplxLU.cc, CmplxQR.cc, CmplxQRP.cc, CmplxSCHUR.cc, CmplxSVD.cc, |
|
86 CollocWt.cc, DASSL.cc, EIG.cc, LSODE.cc, NLEqn.cc, Quad.cc, |
|
87 dColVector.cc, dMatrix.cc, dRowVector.cc, dbleAEPBAL.cc, |
|
88 dbleCHOL.cc, dbleHESS.cc, dbleLU.cc, dbleQR.cc, dbleQRP.cc, |
|
89 dbleSCHUR.cc, dbleSVD.cc: Use F77_FUNC instead of F77_FCN. |
|
90 |
3883
|
91 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
|
92 |
|
93 * CmplxQR.cc (ComplexQR::init): Use economy QR decomposition |
|
94 internally when the user requests it. |
|
95 * CmplxQRP.cc (ComplexQRP::init): Ditto. |
|
96 * dbleQR.cc (QR::init): Ditto. |
|
97 * dbleQRP.cc (QRP::init): Ditto. |
|
98 |
3874
|
99 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
100 |
|
101 * oct-fftw.cc (octave_fftw::fft2d): Avoid having to find a |
|
102 definition for NULL by passing 0 as the last arg to fftwnd_one. |
|
103 (octave_fftw::ifft2d): Likewise. |
|
104 |
3873
|
105 2002-02-22 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
|
106 |
|
107 * lo-mappers.cc (arg): Simply call atan2 (0.0, x). |
|
108 |
3867
|
109 2001-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
110 |
|
111 * data-conv.cc (LS_DO_READ): Don't do anything unless len > 0. |
|
112 (LS_DO_WRITE): Likewise. |
|
113 |
3864
|
114 2001-11-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
115 |
|
116 * mx-inlines.cc (MX_CUMMULATIVE_OP): New macro. |
|
117 * CMatrix.cc (ComplexMatrix::cumprod, ComplexMatrix::cumsum): Use it. |
|
118 * dMatrix.cc (Matrix::cumprod, Matrix::cumsum): Likewise. |
|
119 |
|
120 * mx-inlines.cc (MX_REDUCTION_OP, MX_REDUCTION_OP_COL_EXPR, |
|
121 MX_REDUCTION_OP_ROW_EXPR): New macros. |
|
122 * dMatrix.cc (Matrix::prod, Matrix::sum): Use MX_REDUCTION_OP. |
|
123 * CMatrix.cc (ComplexMatrix::prod, ComplexMatrix::sum): Likewise. |
|
124 |
|
125 * mx-inlines.cc (MX_BASE_REDUCTION_OP): New macro. |
|
126 DIM == -1 now means no orientation for vector sums. |
|
127 * dMatrix.cc (ComplexMatrix::sumsq): Use it. |
|
128 * CMatrix.cc (ComplexMatrix::sumsq): Likewise. |
|
129 |
3858
|
130 2001-11-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
131 |
|
132 * Range.cc (Range::nelem_internal): Special case ranges that must |
|
133 have zero elements. |
|
134 |
3854
|
135 2001-11-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
136 |
3857
|
137 * Makefile.in: Split out readline and pathsearch functionality |
|
138 into separate liboct-readline and liboct-pathsearch libraries. |
|
139 |
3854
|
140 * oct-rl-edit.c (octave_rl_clear_screen): Call rl_clear_screen, |
3857
|
141 not _rl_clear_screen. Temporarily redefine rl_redisplay_function |
|
142 to do nothing for this call to rl_clear_screen. |
3854
|
143 |
3849
|
144 2001-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
145 |
|
146 * DASSL.cc (ddassl_f): Handle IRES returned from user supplied |
|
147 function. |
|
148 * DAEFunc.h (DAERHSFunc): Add IRES to prototype. |
|
149 |
3838
|
150 2001-06-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
151 |
|
152 * dMatrix.cc (Matrix::inverse, Matrix::solve, Matrix::determinant, |
|
153 Matrix::inverse): Handle the case of rcond being a NaN the same as |
|
154 a signular matrix. From "Jianming" <caijianming@yahoo.co.uk>. |
|
155 * CMatrix.cc (ComplexMatrix::inverse, ComplexMatrix::solve, |
|
156 ComplexMatrix::determinant, ComplexMatrix::inverse): Likewise. |
|
157 |
3836
|
158 2001-05-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
159 |
|
160 * chMatrix.cc (charMatrix::row_as_string): New parameter, raw. |
|
161 |
|
162 * Array-i.cc, Array-s.cc, Array-d.cc, Array-ch.cc, Array-C.cc, |
|
163 Array-b.cc: Instantiate three arg assign functions. |
|
164 |
|
165 * ArrayN.cc (assign (ArrayN<LT>&, const ArrayN<RT>&, const LT&)): |
|
166 New arg, resize_fill_value. |
|
167 * ArrayN.h: Provide declaration. |
|
168 (assign (ArrayN<LT>&, const ArrayN<RT>&): Define here by calling |
|
169 three arg version. |
|
170 |
|
171 * Array3.cc (assign (Array3<LT>&, const Array3<RT>&, const LT&)): |
|
172 New arg, resize_fill_value. |
|
173 * Array3.h: Provide declaration. |
|
174 (assign (Array3<LT>&, const Array3<RT>&): Define here by calling |
|
175 three arg version. |
|
176 |
|
177 * Array2.cc (assign (Array2<LT>&, const Array2<RT>&, const LT&)): |
|
178 New arg, resize_fill_value. |
|
179 * Array2.h: Provide declaration. |
|
180 (assign (Array2<LT>&, const Array2<RT>&): Define here by calling |
|
181 three arg version. |
|
182 |
|
183 * Array.cc (assign (Array<LT>&, const Array<RT>&, const LT&)): |
|
184 New arg, resize_fill_value. |
|
185 * Array.h: Provide declaration. |
|
186 (assign (Array<LT>&, const Array<RT>&): Define here by calling |
|
187 three arg version. |
|
188 |
3833
|
189 2001-05-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
190 |
|
191 * pathsearch.cc (dir_path::set_program_name): Set the environment |
|
192 variables SELFAUTOLOC, SELFAUTODIR, SELFAUTOPARENT, and TEXMFDBS |
|
193 to the empty string. |
|
194 |
3832
|
195 2001-05-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
196 |
|
197 * Array2.h (Array2<T>::operator = (const Array2<T>&)): |
|
198 Don't check for rep != a.rep. |
|
199 |
3827
|
200 2001-05-02 Mumit Khan <khan@nanotech.wisc.edu> |
|
201 |
|
202 * oct-fftw.h, oct-fftw.cc: New files. |
|
203 * Makefile.in (INCLUDES, SOURCES): Add new files. |
|
204 * CMatrix.cc (ComplexMatrix::{fourier, ifourier, fourier2d, |
|
205 ifourier2d}): Use fftw if available. |
|
206 * dMatrix.cc (Matrix::{fourier, ifourier, fourier2d, ifourier2d}): |
|
207 Likewise. |
|
208 |
3821
|
209 2001-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
210 |
|
211 * Makefile.in (install-lib): Don't use mk-libdir-link. |
|
212 (install-inc): Don't use mk-includedir-link. |
|
213 |
3803
|
214 2001-02-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
215 |
|
216 * lo-cutils.c (octave_gethostname): New function. |
|
217 * lo-utils.h: Provide declaration. |
|
218 * oct-env.cc (octave_env::do_get_host_name): |
|
219 Call octave_gethostname, instead of gethostname. |
|
220 |
|
221 * lo-cutils.c (gethostname): Define here. |
|
222 * lo-sysdep.cc: Not here. |
|
223 |
3786
|
224 2001-02-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
225 |
|
226 * lo-cutils.c: Don't declare strptime. |
|
227 (oct_strptime): Cast return type of strptime to char*. |
|
228 |
3777
|
229 2001-02-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
230 |
3779
|
231 * oct-rl-edit.c (octave_rl_newline): Call rl_newline with two args. |
|
232 (octave_rl_set_name): call rl_re_read_init_file with two args. |
|
233 (octave_rl_read_init_file): Ditto. |
|
234 (octave_rl_clear_undo_list): Call rl_free_undo_list, not |
|
235 free_undo_list. |
|
236 (octave_rl_completion_matches): Call rl_completion_matches, not |
|
237 completion_matches. |
|
238 (octave_rl_enable_paren_matching): New function. |
|
239 (octave_rl_set_blink_matching_paren_flag): Delete. |
|
240 (octave_rl_get_blink_matching_paren_flag): Delete. |
|
241 |
3777
|
242 * lo-mappers.h, lo-mappers.cc (log10 (const Complex&), |
|
243 tanh (const Complex&)): Declare and define if not |
|
244 CXX_ISO_COMPLIANT_LIBRARY. |
|
245 |
3776
|
246 2001-02-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
247 |
|
248 * lo-mappers.h (tanh (const Complex&)): Only declare if not |
|
249 CXX_ISO_COMPLIANT_LIBRARY. |
|
250 |
3775
|
251 2001-02-05 Mumit Khan <khan@nanotech.wisc.edu> |
|
252 |
3776
|
253 * lo-mappers.cc (tanh (const Complex&)): Only define if not |
|
254 CXX_ISO_COMPLIANT_LIBRARY. |
|
255 |
3775
|
256 * Makefile.in (TEMPLATE_AR, TEMPLATE_ARFLAGS): Use to create |
|
257 archive libraries containing templates. |
|
258 |
|
259 * ArrayN-idx.h (freeze, all_ok, any_orig_empty, any_zero_len, |
|
260 get_zero_len_size, all_colon_equiv): Inline. |
|
261 (ArrayN<T>::index): Rename idx to arr_idx. |
|
262 * ArrayN.cc (ArrayN<T>::index, ArrayN<T>::compute_index, |
|
263 ArrayN<T>::get_size, ArrayN<T>::range_error, ArrayN<T>::range_error, |
|
264 increment_index, ArrayN<T>::resize, ArrayN<T>::insert): Likewise. |
|
265 |
|
266 2001-02-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
267 |
|
268 * lo-mappers.h, lo-mappers.cc (tan (const Complex&), |
|
269 log10 (const Complex&)): Delete. |
|
270 |
|
271 * oct-cmplx.h: Define forwarding functions for real, imag, abs, |
|
272 arg, norm, conj, polar, cos, cosh, exp, log, log10, pow, sin, |
|
273 sinh, sqrt, tan, and tanh. |
|
274 |
3769
|
275 2001-01-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
276 |
|
277 * file-ops.cc, help.cc, load-save.cc, pr-output.cc, utils.cc: |
|
278 Add std:: namespace qualifier as needed. |
|
279 |
|
280 * mx-inlines.cc: Rename all functions with mx_inline_ prefix. |
|
281 Change all uses to match. |
|
282 |
3767
|
283 2001-01-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
284 |
|
285 * lo-cutils.c: Don't delcare strptime. |
|
286 |
3760
|
287 2001-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
288 |
|
289 * CMatrix.cc (operator * (const ComplexMatrix&, const ComplexMatrix&): |
|
290 Return correct size result for empty matrix case. |
|
291 |
3757
|
292 2000-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
293 |
|
294 * lo-mappers.cc (xmin (const Complex&, const Complex& y): |
|
295 If args are equal in magnitude, return first arg instead of |
|
296 second. |
|
297 |
3752
|
298 2000-12-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
299 |
3755
|
300 * Range.cc (Range::nelem_internal): Call tfloor, not round, but |
|
301 then try harder to compute correct number of elements. |
3753
|
302 |
3752
|
303 * dMatrix.cc (Matrix::lssolve): Ask DGELSS for size of work vector. |
|
304 * CMatrix.cc (ComplexMatrix::lssolve): Likewise, for ZGELSS. |
|
305 |
3750
|
306 2000-12-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
307 |
3751
|
308 * Range.cc (Range::nelem_internal): Call round here, not tfloor. |
|
309 Rename n_intervals to be n_elt. |
|
310 |
3750
|
311 * strptime.c: Surround everything after including config.h in |
|
312 #ifndef HAVE_STRPTIME ... #endif. |
|
313 |
3742
|
314 2000-11-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
315 |
|
316 * Array-idx.h (assign): When resizing, cast fill value to LT. |
|
317 * Array2-idx.h (MAYBE_RESIZE_LHS): Likewise. |
|
318 |
3741
|
319 2000-11-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
320 |
|
321 * MArray-defs.h: Protect against multiple inclusion. |
|
322 |
3739
|
323 2000-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
324 |
|
325 * data-conv.h (enum save_type): Move LS_U_LONG and LS_LONG to the |
|
326 end of the list, to be compatible with previous versions of Octave. |
|
327 |
3736
|
328 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
329 |
|
330 * oct-time.cc (DEFINE_SET_INT_FIELD_FCN): Don't check limits here, |
|
331 since mktime is supposed to `normalize' the results for us. |
|
332 |
3731
|
333 2000-10-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
334 |
|
335 * Array2.cc (Array2<T>::transpose): Avoid copy for empty matrices |
3732
|
336 and vectors. Use xelem for faster access to elements when copying. |
3731
|
337 |
3726
|
338 2000-10-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
339 |
|
340 * CMatrix.cc (ComplexMatrix::cumsum, ComplexMatrix::cumprod): |
|
341 Correct indexing for operation across rows. |
|
342 * dMatrix.cc (Matrix::cumsum, Matrix::cumprod): Likewise. |
|
343 |
3725
|
344 2000-10-12 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
345 |
|
346 * Array2-idx.h (Array2<T>::index (idx_vector&)): Avoid copying |
|
347 elements if arg is a colon. |
|
348 |
3723
|
349 2000-10-12 Cai Jianming <caijianming@yahoo.co.uk> |
|
350 |
3795
|
351 * dMatrix.cc (Matrix::cumprod (int) const): New arg, DIM. |
3723
|
352 (Matrix::cumsum (int) const): Likewise. |
|
353 (Matrix::prod (int) const): Likewise. |
|
354 (Matrix::sum (int) const): Likewise. |
|
355 (Matrix::sumsq (int) const): Likewise. |
|
356 * CMatrix.cc (ComplexMatrix::cumprod (int dim) const): Likewise. |
|
357 (ComplexMatrix::cumsum (int) const): Likewise. |
|
358 (ComplexMatrix::prod (int) const): Likewise. |
|
359 (ComplexMatrix::sum (int) const): Likewise. |
|
360 (ComplexMatrix::sumsq (int) const): Likewise. |
|
361 |
3722
|
362 2000-10-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
363 |
|
364 * Array2-idx.h (Array2<T>::index (idx_vector&)): Correctly set |
|
365 size if Array<T>::index returns an empty array. |
|
366 |
3710
|
367 2000-08-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
368 |
|
369 * file-ops.cc (file_ops::link, file_ops::symlink, |
|
370 file_ops::readlink): New functions. |
|
371 |
3709
|
372 2000-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
373 |
|
374 * Array2-idx.h (Array2<T>::index (idx_vector&)): If a scalar is |
|
375 indexed, always return an object the same size as the index arg. |
|
376 |
|
377 * oct-time.cc (octave_base_tm::strftime): Return empty string for |
|
378 empty format. |
|
379 |
3706
|
380 2000-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
381 |
|
382 * lo-cutils.c (oct_strptime): New function. |
|
383 * oct-time.cc (octave_strptime::init): Call it instead of strptime. |
|
384 Don't declare strptime. Don't define _XOPEN_SOURCE or _BSD_SOURCE. |
|
385 |
3702
|
386 2000-07-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
387 |
3703
|
388 * oct-time.cc: Comment out _BSD_SOURCE and _XOPEN_SOURCE definitions. |
|
389 |
3702
|
390 * Makefile.in (MATRIX_INC): Add ArrayN-idx.h to the list. |
|
391 |
3689
|
392 2000-06-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
393 |
|
394 * dMatrix.h (read_int): Provide declaration. |
|
395 |
3688
|
396 2000-06-29 James R. Van Zandt <jrv@vanzandt.mv.com> |
|
397 |
|
398 * data-conv.cc (read_doubles): Handle EIGHT_BYTE_INT cases. |
|
399 (write_doubles): Ditto. |
|
400 * data-conv.h: Ditto. |
|
401 (enum save_type): New values, LS_U_LONG and LS_LONG. |
|
402 |
3685
|
403 2000-06-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
404 |
|
405 * boolMatrix.h: Declare MM_CMP_OPS here. |
|
406 * boolMatrix.cc: Define them here. |
|
407 |
3680
|
408 2000-06-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
409 |
|
410 * Array2-idx.h (assign): Allow x(bool) = RHS to succeed if x is |
|
411 previously undefined and set size of x to size of bool index. |
|
412 * idx-vector.cc (IDX_VEC_REP::maybe_convert_one_zero_to_idx): |
|
413 Allow z_len to be zero. |
|
414 (IDX_VEC_REP::freeze): If z_len is zero, set frozen_at_z_len to len. |
|
415 If frozen, don't assert that frozen_at_z_len == z_len. |
|
416 |
3670
|
417 2000-05-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
418 |
|
419 * oct-rl-edit.c (octave_rl_clear_screen): Call _rl_clear_screen |
|
420 instead of rl_clear_screen. |
|
421 |
3665
|
422 2000-05-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
423 |
|
424 * Array-d.cc: Instantiate ArrayN<double> here too. |
|
425 * Array-idx-vec.cc, ArrayN-idx.h, ArrayN.cc, ArrayN.h: New files. |
|
426 * Makefile.in: Add them to the appropriate lists. |
|
427 |
3657
|
428 2000-04-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
429 |
|
430 * Array.cc (Array<T>::operator =): Don't set max_indices to 1 here. |
|
431 |
3635
|
432 2000-03-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
433 |
|
434 * lo-sysdep.h: octave_chdir returns int, not bool. |
|
435 |
3615
|
436 2000-03-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
437 |
|
438 * Makefile.in (liboctave.$(SHLEXT)): Delete target |
|
439 before rebuilding. |
|
440 |
|
441 2000-03-21 Ben Sapp <bsapp@nua.lampf.lanl.gov>: |
|
442 |
|
443 * liboctave/Makefile.in (liboctave.$(LIBEXT)): New target. |
|
444 (libraries): Depend only on library targets, not archive members. |
|
445 |
3613
|
446 2000-03-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
447 |
|
448 * Makefile.in: (objects): New target. |
|
449 |
|
450 * lo-cutils.c: New file. |
|
451 * Makefile.in (SOURCES): Add it to the list. |
|
452 * lo-utils.h: Declare octave_qsort here. |
|
453 * Array.h (Array::qsort): Use it here. |
|
454 |
3607
|
455 2000-03-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
456 |
|
457 * oct-time.cc: Include <sys/types.h> and <unistd.h>, if available. |
|
458 |
3598
|
459 2000-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
460 |
|
461 * oct-rl-hist.c (octave_history_list): Do something when not |
|
462 printing line numbers. Fix reallocation of retval. |
|
463 |
3597
|
464 2000-02-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
465 |
|
466 * Makefile.in (install-inc): Install files in |
|
467 $(octincludedir)/octave. |
|
468 (uninstall): Remove them from the correct directory too. |
|
469 |
|
470 * oct-time.cc: Temporarily define _BSD_SOURCE and _XOPEN_SOURCE if |
|
471 they are not already defined. |
|
472 |
3588
|
473 2000-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
474 |
|
475 * CRowVector.cc, CRowVector.h, CColVector.cc, CColVector.h: |
|
476 Delete declarations and definitions of mixed-type vector-vector ops. |
|
477 |
3585
|
478 2000-02-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
479 |
|
480 * CMatrix.h, CMatrix.cc: Add lssolve methods for real-valued RHS |
|
481 matrix and vector objects. |
|
482 |
|
483 * mx-op-defs.h (DMM_BIN_OP): Explicitly request conversion to |
|
484 return type from second arg type. |
|
485 (MDM_BIN_OP): Likewise, for first arg type. |
|
486 |
|
487 * dMatrix.cc (Matrix::fourier, Matrix::ifourier, |
|
488 Matrix::fourier2d, Matrix::ifourier2d): Likewise. |
|
489 |
|
490 * EIG.cc (EIG::symmetric_init, EIG::hermitian_init): Explicitly |
|
491 request ColumnVector to ComplexColumnVector, and Matrix to |
|
492 ComplexMatrix conversions. |
|
493 |
|
494 * CmplxAEPBAL.cc (ComplexAEPBALANCE::init): Give balancing_mat its |
|
495 initial value using ComplexMatrix constructor. |
|
496 |
|
497 * CColVector.cc (product, quotient, |
|
498 operator * (const DiagMatrix&, const ComplexColumnVetor&)): |
|
499 Fix type of returned value. |
|
500 * CDiagMatrix.cc (ComplexDiagMatrix::row, |
|
501 ComplexDiagMatrix::column, ComplexDiagMatrix::inverse): Likewise. |
|
502 |
|
503 * Array.h, CColVector.h, CDiagMatrix.h, CMatrix.h, CRowVector.h, |
|
504 MArray.h, MDiagArray2.h, dColVector.h, dDiagMatrix.h, dMatrix.h, |
|
505 dRowVector.h: Declare some constructors explicit, to disallow |
|
506 potentially problematic automatic type conversions. |
|
507 |
3580
|
508 2000-02-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
509 |
3582
|
510 * vx-rv-crv.h, vx-cv-ccv.h, vx-crv-rv.h, vx-ccv-cv.h, |
|
511 vx-rv-crv.cc, vx-cv-ccv.cc, vx-crv-rv.cc, vx-ccv-cv.cc: |
|
512 More new files. |
|
513 * Makefile.in: Add them to the appropriate lists. |
|
514 |
|
515 * vx-ccv-s.h, vx-crv-s.h, vx-cs-cv.h, vx-cs-rv.h, vx-cv-cs.h, |
|
516 vx-rv-cs.h, vx-s-ccv.h, vx-s-crv.h, vx-ccv-s.cc, vx-crv-s.cc, |
|
517 vx-cs-cv.cc, vx-cs-rv.cc, vx-cv-cs.cc, vx-rv-cs.cc, vx-s-ccv.cc, |
|
518 vx-s-crv.cc:, New files. |
|
519 * Makefile.in: Add them to the appropriate lists. |
|
520 |
|
521 * CRowVector.h, CRowVector.cc, CColVector.h, CColVector.cc: |
|
522 Delete scalar by vector and vector by scalar binary ops. |
|
523 |
3580
|
524 * MArray-defs.h: More new macros to handle MDiagArray operators. |
|
525 * dDiagMatrix.h, CDiagMatrix.h: Use the op-forwarding macros. |
|
526 |
3573
|
527 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
528 |
3578
|
529 * oct-rl-edit.c (octave_rl_set_event_hook): Take address of |
|
530 rl_event_hook before casting to void **. |
|
531 (octave_rl_set_startup_hook): Likewise, for rl_startup_hook. |
|
532 |
3574
|
533 * MArray-defs.h: Many new macros to make declaration and |
|
534 definition of operators more consistent. |
|
535 |
|
536 * MArray.h, MArray2.h, dColVector.h, dRowVector.h, CColVector.h, |
|
537 CRowVector.h, dMatrix.h, CMatrix.h: Use them. |
3573
|
538 |
3569
|
539 2000-02-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
540 |
3572
|
541 * dMatrix.cc (Matrix::ifourier): Cast divisor to double. |
|
542 (Matrix::ifourier2d): Likewise. |
|
543 * CMatrix.cc (ComplexMatrix::ifourier): Likewise. |
|
544 (ComplexMatrix::ifourier2d): Likewise. |
|
545 |
3569
|
546 * Array.h (Array::ArrayRep::qsort): Cast len to size_t. |
|
547 |
3504
|
548 2000-02-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
549 |
3519
|
550 * oct-rl-edit.c, oct-rl-edit.h: New files for interface to GNU |
|
551 readline library. |
|
552 * Makefile.in: Add them to the appropriate lists. |
|
553 |
|
554 * oct-rl-hist.c, oct-rl-hist.h: New files for interface to GNU |
|
555 readline history library. |
|
556 * Makefile.in: Add them to the appropriate lists. |
|
557 |
3517
|
558 * data-conv.cc (LS_DO_WRITE): Cast arg to ostream::write to char*. |
|
559 (LS_DO_READ): Likewise, for istream::read. |
3518
|
560 (write_doubles): Likewise. |
|
561 (read_doubles): Likewise. |
3517
|
562 |
3516
|
563 * oct-env.cc (octave_env::do_polite_directory_format): |
|
564 Use operator== and substr method to do limited-length string |
|
565 comparison. |
|
566 |
3513
|
567 * Array2-idx.h, Array-idx.h: Avoid shadowing warnings for idx. |
3512
|
568 |
3511
|
569 * Quad.h: Use do_integrate as name of pure virtual function. |
|
570 |
3508
|
571 * base-de.h: Use tt instead of t as arg names. |
3511
|
572 Add method with tcrit arg. |
|
573 |
3509
|
574 * DAE.h, DAE.cc: Likewise, also xx for x. |
3508
|
575 |
3507
|
576 * DASSL.cc (dassl_fcn_ptr, dassl_jac_ptr): New typedefs. |
|
577 * LSODE.cc: lsode_fcn_ptr, lsode_jac_ptr): Ditto. |
|
578 * Quad.cc (quad_fcn_ptr): Ditto. |
|
579 * NLEqn.cc (hybrd1_fcn_ptr, hybrj1_fcn_ptr): Ditto. |
|
580 |
3505
|
581 * oct-getopt.h, oct-getopt.c: New files for interface to getopt. |
3519
|
582 * Makefile.in: Add them to the appropriate lists. |
3505
|
583 |
|
584 * oct-kpse.h, oct-kpse.c: New files for interface to kpathsearch. |
3519
|
585 * Makefile.in: Add them to the appropriate lists. |
3505
|
586 |
3504
|
587 * dMatrix.cc (write_int, read_int): No longer declared static. |
|
588 |
|
589 * CDiagMatrix.h: Delete decls for friend operators that are |
|
590 handled by MDiagArray2 class. Move others outside class decl and |
|
591 strip friend status. |
|
592 * dDiagMatrix.h: Likewise. |
|
593 |
|
594 * MArray.h: Delete decls for friend operators inside class decl. |
|
595 * MArray2.h: Ditto. |
|
596 * MDiagArray2.h: Ditto. |
|
597 |
|
598 * MArray-defs.h (DO_VS_OP,, DO_SV_OP, DO_VV_OP, NEGV): Pass all |
|
599 necessary parameters. Don't allocate memory in the macro. Change |
|
600 all uses. |
|
601 |
|
602 * dMatrix.h (class Matrix): Delete `friend class' decls. |
|
603 * CMatrix.h (class ComplexMatrix): Ditto. |
|
604 |
|
605 * mx-op-defs (MS_BOOL_OP, MS_BOOL_OPS, SM_BOOL_OP, SM_BOOL_OPS, |
|
606 MM_BOOL_OP, MM_BOOL_OPS, MDM_MULTIPLY_OP, MDM_BIN_OPS, |
|
607 DMM_MULTIPLY_OP, DMM_BIN_OPS): Pass zero constant as final arg, to |
|
608 avoid type conflicts. Change all uses. |
|
609 |
|
610 * strptime.c (__mon_yday): Fix size of array decl. |
|
611 |
|
612 * mx-inlines.cc: Use `xnot' instead of `not' for function name. |
|
613 |
|
614 * chMatrix.cc (charMatrix::row_as_string): Delete extraneous |
|
615 default value for second arg. |
|
616 |
|
617 * Array2.cc (Array2<T>::resize): Add Array<T>:: qulaifier to |
|
618 references to ArrayRep. |
|
619 |
3503
|
620 2000-01-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
621 |
3504
|
622 * Array.h (Array::ArrayRep): Now protected, not private. |
3503
|
623 |
|
624 * All source files: Include iostream, fstream, strstream, |
|
625 etc. as needed instead of using forward declarations for these |
3504
|
626 classes. Add std:: qualifier as needed. |
3503
|
627 |
3498
|
628 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
629 |
|
630 * oct-time.cc: Declare strptime extern "C". |
|
631 |
3496
|
632 2000-01-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
633 |
|
634 * oct-time.cc [! HAVE_STRPTIME]: Provide declaration. |
|
635 |
3488
|
636 2000-01-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
637 |
3492
|
638 * Array2.h (Array2<T>::get_size): Now protected instead of private. |
|
639 * Array3.h, Array3.cc: Use it in constructors and resize methods |
|
640 to get total size to be allocated. |
|
641 |
3488
|
642 * DASSL.cc (DASSL::integrate): Declare do_restart and save_output |
|
643 as bool, not int. |
|
644 |
3482
|
645 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
646 |
|
647 * Array2-idx.h (assign (Array2<LT>& lhs, const Array2<RT>& rhs)): |
|
648 Allow A(idx) = RHS if idx is a boolean index with the same shape |
|
649 as A, even when do_fortran_indexing is not enabled. |
|
650 (Array2<T>::index (idx_vector& idx) const): Likewise, for A(idx). |
|
651 |
3473
|
652 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
653 |
3480
|
654 * dMatrix.cc (Matrix::solve (...)): Add new variant with |
|
655 function pointer as final arg. Passed function (if any) will be |
|
656 called for singularity errors. |
|
657 * CMatrix.cc (ComplexMatrix::solve (...)): Likewise. |
|
658 |
|
659 * dMatrix.cc (Matrix::pseudo_inverse): Use economy SVD. |
|
660 * CMatrix.cc (ComplexMatrix::pseudo_inverse): Likewise. |
|
661 |
3475
|
662 * lo-ieee.cc (octave_ieee_init): Don't include sunmath.h. |
|
663 No longer bother with infinity or quiet_nan. |
|
664 |
3473
|
665 * Array2.cc (Array2<T>::get_size): New function. |
|
666 (Array2<T>::Array2, Array2<T>::resize): Use it. |
|
667 |
3472
|
668 2000-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
669 |
|
670 * Array2-idx.h (Array2<T>::maybe_delete_elements (idx_vector&)): |
|
671 New function. |
|
672 (assign (Array2<LT>& lhs, const Array2<RT>& rhs)): |
|
673 Use it when indexing with one arg instead of faking a second one. |
|
674 (Array2<T>::maybe_delete_elements (idx_vector&, idx_vector&)): |
|
675 Return empty matrices with the correct dimensions for A(:,:) = [] |
|
676 and also A(:,idx) = [], and A(idx,:) = [] when idx enumerates all |
|
677 rows or columns. |
|
678 |
|
679 * idx-vector.cc (IDX_VEC_REP::is_colon_equiv): Recognize a bool |
|
680 vector that is all true values with a length equal to n as colon |
|
681 equivalent. |
|
682 |
3470
|
683 2000-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
684 |
|
685 * strptime.c: Only include langinfo.h if _LIBC is defined. |
|
686 |
|
687 2000-01-21 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3468
|
688 |
|
689 * CMatrix.cc (ComplexMatrix::expm): Apply permutation and scaling |
|
690 operations directly in step 2 and reverse step 2. |
|
691 * dMatrix.cc (Matrix::expm): Apply permutation and scaling |
|
692 operations directly in step 2 and reverse step 2. |
|
693 |
3465
|
694 2000-01-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
695 |
|
696 * oct-time.h, oct-time.cc (octave_strptime): New class. |
|
697 |
|
698 * strptime.c: New file, from glibc 2.1.2. |
|
699 * Makefile.in (SOURCES): Add strptime.c to the list. |
|
700 |
3419
|
701 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
702 |
|
703 * MArray.h (MArray <const Array<T>&)): New constructor. |
|
704 |
3415
|
705 2000-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
706 |
|
707 * pathsearch.cc (dir_path::all_directories): Avoid dereferencing |
|
708 NULL directory list returned from kpse_element_dirs |
|
709 |
3375
|
710 1999-12-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
711 |
|
712 * dbleLU.cc (LU::LU): Call DGETRF directly instead of calling DGESV. |
|
713 * CmplxLU.cc (ComplexLU::ComplexLU): Likewise, call ZGETRF |
|
714 directly, instead of calling ZGESV. |
|
715 |
3358
|
716 1999-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
717 |
|
718 * data-conv.cc (init_sized_type_lookup_table): New function. |
|
719 (string_to_data_type): Use it to improve lookup of data types. |
|
720 |
3354
|
721 1999-11-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
722 |
|
723 * dMatrix.cc (is_symmetric): Move here from Array2.cc. |
|
724 * Array2.h (is_symmetric): Delete declaration. |
|
725 |
3347
|
726 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
727 |
|
728 * oct-env.cc (do_get_user_name): Reverse sense of test. |
|
729 |
3344
|
730 1999-11-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
731 |
|
732 * oct-time.cc (Fstrftime): Undo previous change. |
|
733 (octave_time::octave_time (const octave_base_tm&)): Likewise. |
|
734 |
3334
|
735 1999-11-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
736 |
3336
|
737 * dbleSVD.cc (SVD::init): Let DGESVD determine work space requirement. |
|
738 * CmplxSVD.cc (ComplexSVD::init): Likewise, for complex version. |
|
739 |
3334
|
740 * dbleSCHUR.cc (SCHUR::init): IWORK is always referenced by dgeesx. |
|
741 Don't forget to pass length of third string argument to dgeesx. |
|
742 |
|
743 * CmplxSCHUR.cc (ComplexSCHUR::init): Don't forget to pass length |
|
744 of third string argument to zgeesx. |
|
745 |
3333
|
746 1999-11-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
747 |
|
748 * DiagArray2.cc (DiagArray2<T>::operator () (int, int)): |
|
749 On errors, simply return `T ()'. |
|
750 (DiagArray2<T>::checkelem (int, int)): Likewise. |
|
751 |
3331
|
752 1999-11-02 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
|
753 |
|
754 * dMatrix.cc (Matrix::expm): Do balancing here instead of using |
|
755 AEPBALANCE class. |
|
756 * CMatrix.cc (ComplexMatrix::expm): Likewise. |
|
757 |
3325
|
758 1999-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
759 |
|
760 * oct-shlib.cc, oct-shlib.h: New files. |
|
761 * Makefile.in (INCLUDES, SOURCES): Add them to the lists. |
|
762 |
3322
|
763 1999-10-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
764 |
|
765 * CRowVector.cc (linspace): Allow npoints == 1 if x1 == x2. |
|
766 * dRowVector.cc (linspace): Ditto. |
|
767 |
|
768 * oct-time.cc (Fstrftime): Don't save or delete tm_zone. |
|
769 (octave_time::octave_time (const octave_base_tm&)): Likewise. |
|
770 |
3312
|
771 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
772 |
|
773 * DASSL.cc (DASSL::do_integrate (double)): If we have a function |
|
774 to evaluate the Jacobian, set info(4), not iwork(4). |
|
775 Set rwork(1) to the maximum step size, not rwork(2). |
|
776 |
3290
|
777 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
778 |
|
779 * oct-time.cc: Include <climits>. |
|
780 |
3281
|
781 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
782 |
|
783 * cmd-edit.h (command_editor::do_resize_terminal): New function. |
|
784 * cmd-edit.cc (command_editor::resize_terminal): New function. |
|
785 (gnu_readline::do_resize_terminal): New function. |
|
786 |
3268
|
787 Fri Sep 3 12:39:17 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
788 |
|
789 * lo-mappers.cc: Include ieeefp.h and sunmath.h if we have them. |
|
790 * lo-ieee.c: Likewise. |
|
791 Delete extern "C" declarations for infinity and quiet_nan. |
|
792 |
3262
|
793 Fri Aug 20 07:58:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
794 |
3263
|
795 * mx-inlines.cc (VS_OP, SV_OP, VV_OP): Delete `extern template' decls. |
|
796 (VS_OP_FCN, SV_OP_FCN, VV_OP_FCN): Declare template functions |
|
797 `inline', not `static inline'. |
|
798 |
3262
|
799 * idx-vector.cc (intcmp): Declare args as const void *, not int *, |
|
800 then cast to const int * to compare. |
|
801 |
3257
|
802 Fri Jul 16 11:23:51 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
803 |
|
804 * DAEFunc.h: Remove useless preprocessor conditional. |
|
805 |
3255
|
806 Thu Jul 15 14:10:33 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
807 |
3257
|
808 * cmd-edit.cc (command_editor::do_decode_prompt_string): |
|
809 Use octave_time object instead of time_t. |
|
810 |
|
811 * file-stat.h (file_stat::fs_atime, file_stat::fs_mtime, |
|
812 file_stat::fs_ctime): Now octave_time objects. |
|
813 (file_stat::atime, file_stat::mtime, file_stat::ctime): |
|
814 Return octave_time objects. |
|
815 (file_stat::is_newer): Args are now octave_time objects instead of |
|
816 time_t. |
|
817 |
3255
|
818 * oct-time.h (octave_time::as_double): Delete. |
|
819 (octave_time::operator double ()): New function. |
|
820 (octave_time::operator time_t ()): New function. |
|
821 (octave_time::ctime): New function. |
|
822 (octave_base_tm::strftime): Renamed from format_as_string. |
|
823 (octave_base_tm::asctime): New function. |
|
824 (operator == (const octave_time&, const octave_time&), |
|
825 operator != (const octave_time&, const octave_time&), |
|
826 operator < (const octave_time&, const octave_time&), |
|
827 operator <= (const octave_time&, const octave_time&), |
|
828 operator > (const octave_time&, const octave_time&), |
|
829 operator >= (const octave_time&, const octave_time&)): |
|
830 New comparison functions. |
|
831 |
|
832 * strftime.c: Move here from src directory. |
|
833 * Makefile.in (SOURCES): Add it to the list. |
|
834 |
|
835 * oct-time.h (octave_time::octave_time (time_t)): New constructor. |
|
836 |
3253
|
837 Wed Jul 14 17:38:07 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
838 |
|
839 * oct-time.h, oct-time.cc: New files. |
|
840 * Makefile.in (INCLUDES, SOURCES): Add them to the lists. |
|
841 |
|
842 * systime.h: Move here from src directory. |
|
843 * Makefile.in (INCLUDES): Add it to the list. |
|
844 |
3248
|
845 Mon Jul 12 22:34:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
846 |
|
847 * mx-defs.h (b_d_Mapper, b_c_Mapper): New typedefs. |
|
848 * dMatrix.cc (Matrix::map (b_d_Mapper)): New function. |
|
849 * CMatrix.cc (ComplexMatrix::map (b_c_Mapper)): New function. |
|
850 * lo-mappers.cc (xisinf, xisnan, xfinite): Return bool, not double. |
|
851 |
|
852 * lo-mappers.cc (xmin, xmax): New functions to correctly handle NaNs. |
|
853 |
3243
|
854 Mon May 10 07:45:11 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
855 |
|
856 * MArray-defs.h (DO_VV_OP2): Fix macro definition to use arg. |
|
857 |
|
858 Wed May 5 20:06:10 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
859 |
|
860 * Array2-idx.h (Array2<T>index (idx_vector& idx)): Always return a |
|
861 column vector for A(:), for compatibility with Matlab. |
|
862 |
|
863 Fri Apr 23 11:52:23 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
864 |
|
865 * LSODE.cc (LSODE::do_integrate (double)): Don't forget to set |
|
866 iopt when there are optional inputs in rwork or iwork. |
|
867 |
3238
|
868 Fri Mar 26 11:26:32 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
869 |
|
870 * Makefile.in (libraries): Use the libfoo.a(objects) method of |
|
871 creating static libs. |
|
872 |
|
873 Thu Mar 4 02:17:04 1999 James Macnicol <jamesm@evans.ee.adfa.oz.au> |
|
874 |
|
875 * data-conv.cc (oct_data_conv::string_to_data_type): Handle uint16 |
|
876 and uint32 data types. |
|
877 |
|
878 Thu Mar 4 01:51:37 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
879 |
|
880 * lo-ieee.cc (octave_ieee_init): Don't use __alpha__-specific code |
|
881 for Linux. Remove old Linux-specific code. |
|
882 |
3233
|
883 Tue Jan 19 09:34:55 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
884 |
|
885 * dMatrix.cc (operator * (const ColumnVector& v, const RowVector& a)): |
|
886 Don't require lengths to be equal. |
|
887 * CMatrix.cc (operator * (const ComplexColumnVector& v, const |
|
888 ComplexRowVector& a)): Likewise |
|
889 |
3225
|
890 Tue Nov 24 23:38:19 1998 Eric Norum <eric@skatter.USask.Ca> |
|
891 |
|
892 * statdefs.h: Only define mode_t if not already defined. |
|
893 |
|
894 Tue Nov 24 17:24:52 1998 john <john@arrows.demon.co.uk> |
|
895 |
|
896 * lo-specfun.cc (airy, biry): Set imaginary part of result to zero |
|
897 when appropriate. |
|
898 |
|
899 Mon Nov 23 09:57:05 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
900 |
|
901 * cmd-edit.cc (gnu_readline::gnu_readline): Set terminal name |
|
902 before calling rl_initialize. |
|
903 |
3220
|
904 Tue Nov 17 23:47:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
905 |
|
906 * lo-specfun.cc (besselh, airy, biry): New functions. |
|
907 Update Bessel function support to use library by D. E. Amos. |
|
908 |
3219
|
909 Thu Nov 12 17:44:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
910 |
|
911 * cmd-edit.h (command_editor::readline): Add new variation that |
|
912 allows EOF information to be passed back to caller. |
|
913 |
|
914 * dMatrix.cc (Matrix::read): Do the right thing for EOF when |
|
915 amount of data to read is unspecified. |
|
916 |
3215
|
917 Tue Nov 10 07:53:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
918 |
3219
|
919 * oct-alloc.h (DECLARE_OCTAVE_ALLOCATOR): New macro. |
|
920 (DEFINE_OCTAVE_ALLOCATOR): Ditto. |
|
921 |
3215
|
922 * byte-swap.h (swap_bytes, swap_2_bytes, swap_4_bytes, swap_8_bytes): |
|
923 Add volatile qualifier to void* arg. |
|
924 Cast volatile void* arg to volatile char*. |
|
925 |
|
926 Mon Nov 9 08:28:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
927 |
|
928 * cmd-edit.h (command_editor::do_set_event_hook): New function. |
|
929 (command_editor::do_restore_event_hook): Ditto. |
|
930 * cmd-edit.cc (command_editor::set_event_hook): Ditto. |
|
931 (command_editor::restore_event_hook): Ditto. |
|
932 (gnu_readline::do_set_event_hook): Ditto. |
|
933 (gnu_readline::do_restore_event_hook): Ditto. |
|
934 (gnu_readline::previous_event_hook): New data member. |
|
935 (gnu_readline::gnu_readline): Initialize previous_event_hook. |
|
936 |
3206
|
937 Mon Nov 2 13:36:04 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
938 |
|
939 * Makefile.in (BINDISTLIBS): Don't include .$(SHLEXT_VER) in name. |
|
940 |
|
941 * Makefile.in (stmp-pic): New target. |
|
942 ($(PICOBJ)): Depend on stmp-pic, not pic. |
|
943 (clean): Remove stmp-pic |
|
944 |
|
945 * Makefile.in: Undo previous change to avoid optmization when |
|
946 compiling lo-ieee.cc. |
|
947 |
|
948 Sun Nov 1 10:10:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
949 |
|
950 * lo-mappers.cc (xfinite): Define in terms of xfinite for real and |
|
951 imaginary parts. |
|
952 (xisinf): Define in terms of xisinf for real and imaginary parts. |
|
953 |
3203
|
954 Thu Oct 29 18:57:50 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
955 |
|
956 * boolMatrix.cc (boolMatrix::operator !): New function. |
|
957 |
3196
|
958 Fri Oct 23 21:46:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
959 |
|
960 * pathsearch.h (dir_path::default_path): New data member. |
|
961 * pathsearch.cc (dir_path::init): Use it. |
|
962 |
|
963 * Makefile.in: Avoid optmization when compiling lo-ieee.cc. |
|
964 |
3189
|
965 Fri Oct 16 01:08:30 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
966 |
|
967 * chMatrix.cc (charMatrix::extract): New function. |
|
968 (charMatrix::charMatrix (char c)): New constructor. |
|
969 |
|
970 Tue Oct 13 22:11:08 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
971 |
|
972 * cmd-edit.h: (command_editor::do_read_init_file): New function. |
|
973 * cmd-edit.cc (command_editor::read_init_file): New function. |
|
974 (gnu_readline::do_read_init_file): Likewise. |
|
975 |
3185
|
976 Fri Sep 25 14:26:44 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
977 |
|
978 * oct-env.cc (octave_env::do_get_home_directory): |
|
979 If HOME can't be found, set it to "/". |
|
980 (octave_env::do_get_user_name) |
|
981 If user name can't be found, set it to "unknown". |
|
982 (octave_env::do_get_host_name) |
|
983 If host name can't be found, set it to "unknown". |
|
984 |
|
985 * pathsearch.h (dir_path::rehash): New function. |
|
986 * pathsearch.cc (dir_path::init): Clear kpathsea's internal |
|
987 diretcory cache before doing initialization. |
|
988 |
3180
|
989 Thu Sep 24 13:23:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
990 |
3185
|
991 * dMatrix.cc (Qzval): Delete. |
|
992 (qzhes, qzit, qzval): Delete F77_FCN declarations. |
|
993 * dMatrix.h (Qzval): Delete declaration. |
|
994 |
|
995 * dbleGEPBAL.h, dbleGEPBAL.cc: Delete. |
|
996 * Makefile.in (MATRIX_INC, MATRIX_SRC): Delete them from the lists. |
|
997 * mx-ext.h: Don't include dbleGEPBAL. |
|
998 |
3180
|
999 * lo-ieee.cc (octave_ieee_init): For now, use X_CAST instead of |
|
1000 static_cast. |
|
1001 |
|
1002 Fri Sep 4 10:58:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1003 |
|
1004 * dMatrix.cc (Matrix::read): Skip after reading, not before. |
|
1005 From: Dr.-Ing. Torsten Finke <fi@igh-essen.com>. |
|
1006 |
|
1007 Wed Sep 2 09:50:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1008 |
|
1009 * lo-ieee.cc (octave_ieee_init): For Linux on arm, don't rely on |
|
1010 HUGE_VAL and NAN. |
|
1011 |
|
1012 Wed Aug 26 15:04:57 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1013 |
|
1014 * Array2-idx.h (assign (Array2<LT>& lhs, const Array2<RT>& rhs)): |
|
1015 Handle x(i) = scalar for do_fortran_indexing == 1. |
|
1016 |
|
1017 Thu Jul 30 00:34:10 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1018 |
|
1019 * CMatrix.cc (ComplexMatrix::ComplexMatrix (const charMatrix&)): |
|
1020 Alloctate space before attempting to use it. |
|
1021 (ComplexMatrix::ComplexMatrix (const boolMatrix&)): Likewise. |
|
1022 |
3178
|
1023 Mon Jun 22 17:04:27 1998 Tomislav Goles <tom@ait-tech.com> |
|
1024 |
|
1025 * EIG.cc (EIG::init): Move invariant code outside loop. |
|
1026 |
|
1027 Thu Jun 18 11:08:23 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1028 |
|
1029 * MArray2.cc (MARRAY_A2A2_OP): If operands are empty, make result |
|
1030 have the same size as the operands. |
|
1031 |
|
1032 Thu May 28 10:41:04 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1033 |
|
1034 * DASSL.cc (DASSL::do_integrate): If an exception occurs in the |
|
1035 call to ddassl, set integration_error to 1 before calling the |
|
1036 error handler and returning. |
|
1037 * LSODE.cc (LSODE::do_integrate): Likewise. |
|
1038 |
3177
|
1039 Wed May 27 13:46:30 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1040 |
|
1041 * Array2-idx.h (assign): Allow A([],[]) = scalar and, if |
|
1042 do_fortran_indexing is set, A([]) = scalar. |
|
1043 * Array-idx.h (assign): Allow A([]) = scalar. |
|
1044 |
3176
|
1045 Thu May 14 11:50:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1046 |
|
1047 * mx-op-defs.h (MDM_MULTIPLY_OP): Compute result if dm_nc > 0, not |
|
1048 if dm_nc == 0. |
|
1049 |
3174
|
1050 Thu Apr 23 16:15:37 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1051 |
|
1052 * pathsearch.h (dir_path::p_orig): New field. |
|
1053 * pathsearch.cc (dir_path::init): Perform variable and tilde |
|
1054 expansion on the original path here. |
|
1055 (dir_path::find_all): Don't do anything if not initialized. |
|
1056 |
3164
|
1057 Tue Apr 14 14:41:30 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1058 |
|
1059 * Array2-idx.h (index): Allow x(:) even when do_fortran_indexing |
|
1060 is not set. |
|
1061 (index): Allow x = zeros (2, 0); x(1,:) to work. |
|
1062 |
|
1063 * lo-specfun.cc (gammainc): Use dgamit to compute |
|
1064 (\int_0^x exp(-t) t^(a-1) dt)/gamma(a), not just |
|
1065 \int_0^x exp(-t) t^(a-1) dt. |
|
1066 |
|
1067 Wed Apr 8 22:50:44 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1068 |
|
1069 * Array-C.cc, Array-b.cc, Array-ch.cc, Array-i.cc, Array-d.cc, |
|
1070 Array-s.cc: Change return types of all `assign' explicit |
|
1071 instantiations to be int, not void, to match the template decl in |
|
1072 Array.h. |
|
1073 |
3162
|
1074 Mon Apr 6 00:27:06 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1075 |
|
1076 * lo-specfun.cc (gammainc): Reorder args in call to xdgami. |
|
1077 |
3156
|
1078 Thu Feb 19 01:16:38 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1079 |
|
1080 * lo-specfun.cc (xgamma, xlgamma): Define here. |
|
1081 * lo-mappers.cc: Not here. |
|
1082 |
|
1083 * lo-specfun.h: Declare xgamma and xlgamma here. |
|
1084 * lo-mappers.h: Not here. |
|
1085 |
|
1086 * lo-specfun.h: Never declare gamma or lgamma. |
|
1087 |
3154
|
1088 Tue Feb 10 16:14:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1089 |
|
1090 * Array-idx.h (assign): Allow A([]) = X to succeed if X is an |
|
1091 empty matrix of any dimension. |
|
1092 |
3145
|
1093 Thu Feb 5 02:12:38 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1094 |
3147
|
1095 * oct-syscalls.cc (octave_syscalls::vfork): New function. |
|
1096 |
3146
|
1097 * lo-specfun.cc: Don't include dbleBessel.h. |
|
1098 |
|
1099 * Makefile.in (INCLUDES): Delete oct-math.h from the list. |
|
1100 |
3145
|
1101 * dir-ops.h (dir_entry::operator bool ()): Return bool, not void*. |
|
1102 * file-stat.h (file_stat::operator bool ()): Likewise. |
|
1103 * idx-vector.h (idx_vector::operator bool ()): Likewise. |
|
1104 * oct-group.h (octave_group::operator bool ()): Likewise. |
|
1105 * oct-passwd.h (octave_passwd::operator bool ()): Likewise. |
|
1106 |
|
1107 * data-conv.cc (IEEE_little_double_to_IEEE_big_double): |
|
1108 Don't cast arg in call to swap_8_bytes. |
|
1109 (IEEE_big_double_to_IEEE_little_double): Ditto |
|
1110 (IEEE_big_float_to_IEEE_little_float): Don't cast arg in call to |
|
1111 swap_4_bytes. |
|
1112 (IEEE_little_float_to_IEEE_big_float): Ditto |
|
1113 |
|
1114 * oct-alloc.cc (grow): Use X_CAST, not static_cast. |
|
1115 * prog-args.cc (prog_args::getopt): Likewise. |
|
1116 * dMatrix.cc (read_int, do_read, write_int, do_write): Likewise. |
|
1117 * cmd-edit.cc (gnu_readline::do_set_completion_function): Likewise. |
|
1118 * data-conv.cc (LS_DO_READ, LS_DO_WRITE, read_doubles, write_doubles): |
|
1119 Likewise. |
|
1120 |
|
1121 * byte-swap.h (swap_bytes, swap_2_bytes, swap_4_bytes, |
|
1122 swap_8_bytes): Declare ptr arg as void*, then use cast. |
|
1123 |
3141
|
1124 Mon Feb 2 01:42:56 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1125 |
|
1126 * Makefile.in (install, uninstall): Use $(octlibdir), not $(libdir). |
|
1127 Use $(mk-libdir-link). |
|
1128 |
|
1129 * file-stat.cc (file_stat::update_internal): Use stat and lstat, |
|
1130 not SAFE_STAT and SAFE_LSTAT. |
|
1131 (lstat): New function, defined if HAVE_LSTAT is not defined. |
|
1132 * safe-xstat.hin, safe-xstat.cin: Delete. |
|
1133 * Makefile.in: Delete rules for safe-stat.h, safe-stat.c, |
|
1134 safe-lstat.h, and safe-lstat.cc. |
|
1135 |
3136
|
1136 Fri Jan 30 23:48:43 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1137 |
|
1138 * chMatrix.cc (charMatrix::all, charMatrix::any): New functions. |
|
1139 |
3130
|
1140 Tue Jan 20 16:30:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1141 |
|
1142 * dMatrix.cc (Matrix::expm): Skip trace normalization step if the |
|
1143 trace is negative. |
|
1144 * CMatrix.cc (ComplexMatrix::expm): Skip trace normalization if |
|
1145 the real part of the trace is negative. |
|
1146 |
|
1147 Mon Jan 19 16:01:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1148 |
|
1149 * dMatrix.cc (Matrix::expm): Call xdlange instead of dlange. |
|
1150 * CMatrix.cc (ComplexMatrix::expm): Call xzlange instead of zlange. |
|
1151 |
|
1152 * Array2-idx.h (assign): Allow operations like a = 1; a(2:3) = [1;2] |
|
1153 to succeed. |
|
1154 |
3125
|
1155 Thu Dec 18 14:53:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1156 |
|
1157 * idx-vector.cc (IDX_VEC_REP::sort): Don't do anything unless len > 1. |
|
1158 (make_uniq): Likewise. |
|
1159 |
|
1160 Fri Dec 12 10:58:33 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1161 |
|
1162 * lo-ieee.cc (octave_ieee_init): Check for linux before __alpha__. |
|
1163 |
3119
|
1164 Sun Nov 30 14:59:12 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1165 |
3121
|
1166 * lo-mappers.cc: Include cmath and lo-specfun.h, not oct-math.h. |
|
1167 |
|
1168 * lo-specfun.h, lo-specfun.cc: New files. |
3119
|
1169 * Makefile.in (INCLUDES, SOURCES): Add them to the lists. |
|
1170 |
3121
|
1171 * acosh.c, asinh.c, atanh.c, erf.c, erfc.c, gamma.c, lgamma.c, |
|
1172 oct-math.h: Delete. |
|
1173 * Makefile.in (SOURCES): Delete them from the list. |
|
1174 |
3112
|
1175 Wed Nov 26 20:02:13 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1176 |
|
1177 * lo-sysdep.cc (octave_getcwd): Prefer getcwd over getwd. |
|
1178 |
3107
|
1179 Wed Nov 19 02:30:04 1997 Mumit Khan <khan@dhaka.xraylith.wisc.edu> |
|
1180 |
|
1181 Changes to make support egcs snapshots that implement explicit |
|
1182 specification of template functions according to CD2. |
|
1183 |
|
1184 * MArray.h: If NEED_TEMPLATE_FCN_SPECS is defined, add explicit |
|
1185 template function specs for template friends. |
|
1186 * MArray2.h: Likewise. |
|
1187 * MDiagArray2.h: Likewise. |
|
1188 |
3095
|
1189 Thu Nov 13 21:57:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1190 |
|
1191 * CMatrix.cc (sumsq): Compute equivalent of sum (x .* conj (x)) |
|
1192 |
3092
|
1193 Thu Oct 2 17:13:02 1997 Mumit Khan <khan@dhaka.xraylith.wisc.edu> |
|
1194 |
|
1195 * CRowVector.cc (linspace): Removed attempt for implicit conversion |
|
1196 to complex<double>(int) instead of complex<double>(double). |
|
1197 |
|
1198 * lo-mappers.cc (atanh): Ditto. |
|
1199 |
3079
|
1200 Thu Jul 31 22:13:54 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1201 |
|
1202 * idx-vector.cc (IDX_VEC_REP::sort): New function. |
|
1203 * idx-vector.h (idx_vector::sort): Ditto. |
|
1204 * Array2-idx.h (Array2<T>::maybe_delete_elements): Use it before |
|
1205 trying to delete elements specified by the index vectors. |
|
1206 |
3075
|
1207 Fri Jul 25 17:31:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1208 |
|
1209 * dMatrix.cc (Matrix::lssolve): Increase lwork by factor of 16. |
|
1210 * CMatrix.cc (ComplexMatrix::lssolve): Ditto. |
|
1211 |
3074
|
1212 Thu Jul 24 14:32:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1213 |
|
1214 * file-ops.cc (tilde_expand_word): Fix off-by-one error. |
|
1215 |
3069
|
1216 Wed Jul 9 19:40:23 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1217 |
|
1218 * lo-sysdep.cc (octave_getcwd): If getwd is available, use it. |
|
1219 Call error handler if we can't find the current directory. |
|
1220 |
3068
|
1221 Mon Jul 7 21:14:41 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1222 |
3069
|
1223 * lo-mappers.cc (xisnan (double)): Return only 1 or 0. |
|
1224 (xfinite (double)): Ditto. |
|
1225 |
3068
|
1226 * dbleQR.cc (QR::init): Don't forget to initialize Q when type is raw. |
|
1227 * CmplxQR.cc (ComplexQR::init): Ditto. |
|
1228 |
3056
|
1229 Sun Jun 15 21:06:37 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1230 |
|
1231 * lo-mappers.cc (acos (const Complex&)): Select branch that is |
|
1232 compatible with Matlab. |
|
1233 |
3050
|
1234 Tue Jun 10 10:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1235 |
|
1236 * Array2-idx.h: Correctly handle empty matrices indexed by a |
|
1237 single colon. |
|
1238 |
3040
|
1239 Fri Jun 6 04:27:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1240 |
3049
|
1241 * lo-mappers.cc (xlgamma): Use F77_XFCN function to call dlgams. |
|
1242 (xgamma): Likewise, for calling xdgamma. |
|
1243 |
3042
|
1244 * FSQP.h, NPSOL.h, QPSOL.h, FSQP.cc, NPSOL.cc, QPSOL.cc: Delete |
|
1245 * Makefile.in (INCLUDES, SOURCES): Remove them from the lists. |
|
1246 |
3040
|
1247 * file-ops.cc (file_ops::tilde_expand): Steal more code from bash |
|
1248 to do better job expanding tildes. |
|
1249 |
|
1250 * str-vec.cc (string_vector::string_vector (const char * const *): |
|
1251 Use temporary variable to compute length. |
|
1252 |
3029
|
1253 Thu Jun 5 01:44:43 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1254 |
3034
|
1255 * Makefile.in: Make building of static library optional. |
3036
|
1256 (liboctave.$(SHLEXT_VER)): Add $(SONAME_FLAGS) to command. |
3034
|
1257 |
3029
|
1258 * Makefile.in (stamp-picdir): Delete. |
|
1259 (pic): New target. Don't worry so much about creating pic |
|
1260 directory only when it is really needed. |
|
1261 (stamp-interp): Delete. |
|
1262 (libraries): New target. Depend on shared library directly. |
|
1263 |
3024
|
1264 Wed Jun 4 00:08:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1265 |
|
1266 * pathsearch.h, pathsearch.cc (dir_pat::set_program_name): |
|
1267 New static function. |
|
1268 |
3012
|
1269 Mon Jun 2 12:44:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1270 |
|
1271 * lo-mappers.cc (fix): Use floor and ceil instead of casting to int. |
|
1272 |
3004
|
1273 Thu May 22 16:20:43 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1274 |
|
1275 * cmd-edit.h, cmd-edit.cc: Rename set_paren_string_delimiters to |
|
1276 set_basic_quote_characters, to match new version of readline. |
|
1277 |
|
1278 * cmd-edit.cc (do_restore_terminal_state): Call readline function |
|
1279 for restoring terminal state through rl_deprep_term_function, now |
|
1280 declared in readline.h |
|
1281 (rl_deprep_terminal): Delete declaration. |
|
1282 |
2993
|
1283 Wed May 21 16:30:25 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1284 |
|
1285 * Makefile.in (install-in): Use new mk-includedir-link macro. |
|
1286 (install-lib): Install in $octlibdir. Use new mk-libdir-link macro. |
|
1287 |
2968
|
1288 Thu May 15 11:46:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1289 |
|
1290 * cmd-edit.cc (command_editor::increment_current_command_number): |
|
1291 New static function. |
|
1292 |
2964
|
1293 Mon May 12 02:14:13 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1294 |
2966
|
1295 * idx-vector.cc (IDX_VEC_REP::is_colon_equiv): Make it work when |
|
1296 the vector is not sorted. |
|
1297 |
2964
|
1298 * CMatrix.cc (ComplexMatrix::operator !): Return boolMatrix. |
|
1299 * dMatrix.cc (Matrix::operator !): Likewise |
|
1300 |
2941
|
1301 Wed May 7 21:14:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1302 |
|
1303 * oct-syscalls.h, oct-syscalls.cc: New files. |
|
1304 |
|
1305 * cmd-edit.h, cmd-edit.cc: Handle completion function. |
|
1306 |
|
1307 * str-vec.h, str-vec.cc (string_vector::uniq): New function. |
|
1308 |
2938
|
1309 Tue May 6 00:52:02 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1310 |
2941
|
1311 * Makefile.in (INCLUDES_FOR_INSTALL): New variable. |
|
1312 (install-inc): Use it. |
|
1313 |
2938
|
1314 * file-ops.h, file-ops.cc (tempnam): Add DIR and PREFIX args. |
|
1315 Handle errors and missing functions consistently. |
|
1316 |
|
1317 * oct-group.h, oct-group.cc: New files. |
|
1318 |
|
1319 * oct-passwd.cc: Handle errors and missing functions consistently. |
|
1320 |
|
1321 * str-vec.h, str-vec.cc (c_str_vec, delete_c_str_vec): New functions. |
|
1322 |
2934
|
1323 Mon May 5 17:53:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1324 |
|
1325 * file-ops.cc: (file_ops::tilde_expand): Use new octave_passwd class. |
|
1326 * oct-env.cc (octave_env::do_get_user_name): Likewise. |
|
1327 |
|
1328 * oct-passwd.h, oct-passwd.cc: New files. |
|
1329 |
2926
|
1330 Sun May 4 22:17:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1331 |
|
1332 * statdefs.h: Only include sys/types.h if HAVE_SYS_STAT_H is defined. |
|
1333 |
|
1334 * mach-info.h, mach-info.cc: Add missing const qualifiers. |
|
1335 (instance_ok ()): New function. |
|
1336 |
|
1337 * glob-match.h, glob-match.cc: Rename from oct-glob.h, oct-glob.cc. |
|
1338 |
|
1339 * cmd-hist.h, cmd-hist.cc: Make it work without GNU readline. |
|
1340 |
|
1341 * lo-utils.h, lo-utils.cc (strsave, octave_putenv): Move here from |
|
1342 src/utils.h and src/utils.cc. |
|
1343 (octave_fgets): New function, extracted from src/input.cc. |
|
1344 |
|
1345 * cmd-edit.h, cmd-edit.cc: New files. Provide wrapper class for |
|
1346 GNU readline, and allow Octave to work without GNU readline. |
|
1347 |
|
1348 * lo-sysdep.h, lo-sysdep.cc: New files for miscellaneous |
|
1349 system-dependent functions. |
|
1350 |
|
1351 * oct-env.h, oct-env.cc: New files for process environment stuff. |
|
1352 |
|
1353 * file-stat.h, file-stat.cc: New files. Extract file_stat class |
|
1354 from file-ops.h and file-ops.cc and move here. |
|
1355 |
|
1356 * file-ops.h, file-ops.cc: Wrap functions in struct. Move |
|
1357 tilde_expand functions here from src/dirfns.cc. |
|
1358 |
|
1359 Fri May 2 19:50:12 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1360 |
|
1361 * pathlen.h: New file, from ../src. |
|
1362 |
2917
|
1363 Tue Apr 29 04:39:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1364 |
|
1365 * Array2-idx.h (Array2<T>::maybe_delete_elements): Prevent |
|
1366 out-of-bounds indexing of the index array. |
|
1367 * Array-idx.h (Array<T>::maybe_delete_elements): Likewise. |
|
1368 |
2850
|
1369 Fri Mar 28 15:37:09 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1370 |
|
1371 * LSODE.h (x_step_limit): New field. |
|
1372 (LSODE_options::init): Initialize it. |
|
1373 (LSODE_options::copy): Copy it. |
|
1374 (LSODE_options::set_step_limit, LSODE_options::step_limit): |
|
1375 New functions. |
|
1376 (LSODE::working_too_hard): Delete. |
|
1377 * LSODE.cc (LSODE::do_integrate): Handle step limit. |
|
1378 |
2844
|
1379 Wed Mar 26 15:31:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1380 |
|
1381 * MArray-b.cc: Delete. |
|
1382 * Makefile.in: Delete it from the lists. |
|
1383 |
|
1384 * boolMatrix.h (class bboolMatrix): Derive from Array2, not |
|
1385 MArray2, since most of the numeric ops don't really make sense. |
|
1386 |
2829
|
1387 Tue Mar 25 17:37:25 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1388 |
2832
|
1389 * boolMatrix.cc (boolMatrix::all, boolMatrix::any): New functions. |
|
1390 |
|
1391 * dMatrix.cc (Matrix::all, Matrix::any): Return boolMatrix. |
|
1392 * CMatrix.cc (ComplexMatrix::all, ComplexMatrix::any): Likewise. |
|
1393 |
2830
|
1394 * idx-vector.h (idx_vector::idx_vector_rep::freeze, |
|
1395 idx_vector::freeze): Delete prefer_zero_one arg. |
|
1396 * Array-idx.h, Array2-idx.h: Change all callers. |
|
1397 |
|
1398 * Array-flags.h, Array-flags.cc (liboctave_pzo_flag): Delete. |
|
1399 |
2829
|
1400 * mx-op-defs.h: New file for operator definitions. |
|
1401 * mx-cdm-cm.h, mx-cdm-cs.h, mx-cdm-dm.h, mx-cdm-m.h, mx-cdm-s.h, |
|
1402 mx-cm-cdm.h, mx-cm-dm.h, mx-cm-m.h, mx-cm-s.h, mx-cs-cdm.h, |
|
1403 mx-cs-dm.h, mx-cs-m.h, mx-dm-cdm.h, mx-dm-cm.h, mx-dm-cs.h, |
|
1404 mx-dm-m.h, mx-dm-s.h, mx-m-cdm.h, mx-m-cm.h, mx-m-cs.h, mx-m-dm.h, |
|
1405 mx-s-cdm.h, mx-s-cm.h, mx-s-dm.h, mx-cdm-cm.cc, mx-cdm-cs.cc, |
|
1406 mx-cdm-dm.cc, mx-cdm-m.cc, mx-cdm-s.cc, mx-cm-cdm.cc, mx-cm-dm.cc, |
|
1407 mx-cm-m.cc, mx-cm-s.cc, mx-cs-cdm.cc, mx-cs-dm.cc, mx-cs-m.cc, |
|
1408 mx-dm-cdm.cc, mx-dm-cm.cc, mx-dm-cs.cc, mx-dm-m.cc, mx-dm-s.cc, |
|
1409 mx-m-cdm.cc, mx-m-cm.cc, mx-m-cs.cc, mx-m-dm.cc, mx-s-cdm.cc, |
|
1410 mx-s-cm.cc, mx-s-dm.cc: |
|
1411 New files for mixed-type operations. |
|
1412 * Makefiles.in: Add them to the appropriate lists. |
|
1413 |
|
1414 * mx-inlines.cc: Add bool by bool EQ ops. |
|
1415 |
|
1416 * idx-vector.h, idx-vector.cc: Add constructors for bool and |
|
1417 boolMatrix types. |
|
1418 (idx_vector::maybe_convert_one_zero_to_idx, |
|
1419 idx_vector::idx_vector_rep::maybe_convert_one_zero_to_idx): |
|
1420 Delete second arg, prefer_zero_one. Change all callers. |
|
1421 |
|
1422 * boolMatrix.h, boolMatrix.cc: New files. |
|
1423 * mx-base.h: Include boolMatrix.h here. |
|
1424 * mx-defs.h: Provide forward declaration for boolMatrix here. |
|
1425 |
|
1426 * chMatrix.h, chMatrix.cc: Delete unused junk. |
|
1427 |
|
1428 * dMatrix.h, CMatrix.h: Delete friend declarations for operator+, |
|
1429 operator-, operator*, product, and quotient functions. |
|
1430 Add constructor for boolMatrix type. |
|
1431 * dMatrix.cc, CMatrix.cc: Delete operator+, operator-, operator*, |
|
1432 product, and quotient functions. |
|
1433 |
|
1434 * CDiagMatrix.h: Delete friend declarations for operator+, |
|
1435 operator-, and product functions. |
|
1436 * CDiagMatrix.h: Delete operator+, operator-, and product functions. |
|
1437 |
|
1438 * Array-b.cc: Also instantiate 2d and 2d diagonal arrays. |
|
1439 |
2815
|
1440 Fri Mar 14 00:29:46 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1441 |
|
1442 * EIG.cc (EIG::hermitian_init (const ComplexMatrix&)): New function. |
|
1443 (EIG::init (const ComplexMatrix&)): Call it if arg is hermitian. |
|
1444 (EIG::symmetric_init (const Matrix&)): New function. |
|
1445 (EIG::init (const Matrix&)): Call it if arg is symmetric. |
|
1446 |
|
1447 * CMatrix.cc (ComplexMatrix::is_hermitian): New function. |
|
1448 |
|
1449 Thu Mar 13 17:04:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1450 |
|
1451 * Array2.cc (is_symmetric): New function. |
|
1452 * Array2.h (is_square): New function. |
|
1453 |
2811
|
1454 Wed Mar 12 16:59:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1455 |
|
1456 * Makefile.in (install-strip): New target. |
|
1457 |
2804
|
1458 Mon Mar 10 22:34:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1459 |
|
1460 * CmplxCHOL.cc, CmplxHESS.cc, CmplxLU.cc, CmplxQR.cc, |
|
1461 CmplxQRP.cc, CmplxSCHUR.cc, CmplxSVD.cc, EIG.cc, dbleCHOL.cc, |
|
1462 dbleHESS.cc, dbleLU.cc, dbleQR.cc, dbleQRP.cc, dbleSCHUR.cc, |
|
1463 dbleSVD.cc: Don't include mx-inlines.cc. |
|
1464 |
|
1465 * mx-inlines.cc: Abuse the preprocessor to eliminate lots of |
|
1466 duplicate code. |
|
1467 |
2800
|
1468 Sun Mar 9 03:44:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1469 |
2804
|
1470 * dbleQR.h (QR): Delete extra comma at end of list. |
|
1471 |
|
1472 * prog-args.cc (prog_args::getopt): Add missing const in cast. |
|
1473 |
|
1474 * dbleSVD.h (SVD::type): Delete extra comma at end of list. |
|
1475 |
|
1476 * idx-vector.h (idx_vector): Delete unnecessary idx_vector:: and |
|
1477 idx_vecotr_rep:: qualifiers. |
|
1478 |
|
1479 * Array.h (class Array): Delete unnecessary Array<T>:: qualifiers. |
|
1480 |
|
1481 * data-conv.h (save_type): Delete extra comma at end of list. |
|
1482 |
2800
|
1483 * CMatrix.cc, FEGrid.cc, Range.cc, dMatrix.cc, data-conv.cc, |
|
1484 dir-ops.cc, file-ops.h, idx-vector.cc, idx-vector.h, lo-ieee.cc, |
|
1485 lo-mappers.cc, oct-alloc.cc: Use `static_cast<T> (val)' instead of |
|
1486 old C-style `(T) val' casts. |
|
1487 |
2795
|
1488 Thu Mar 6 20:20:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1489 |
|
1490 * dMatrix.cc (operator >>): Return if an error occurs instead of |
|
1491 just breaking out of the innermost loop. |
|
1492 * CMatrix.cc (operator >>): Likewise. |
|
1493 |
2779
|
1494 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775
|
1495 |
|
1496 * Version 2.0.5 released. |
|
1497 |
2767
|
1498 Fri Feb 28 20:11:23 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1499 |
|
1500 * CmplxQR.cc (ComplexQR::init): New function. |
|
1501 (ComplexQR::ComplexQR): Use it. Use initializer list too. |
|
1502 * CmplxQRP.cc (ComplexQRP::init): New function. |
|
1503 Get sizes right in all cases. |
|
1504 (ComplexQR::ComplexQRP): Use it. Use initializer list too. |
|
1505 |
|
1506 * dbleQR.cc (QR::init): New function. |
|
1507 (QR::QR): Use it. Use initializer list too. |
|
1508 * dbleQRP.cc (QRP::init): New function. |
|
1509 Get sizes right in all cases. |
|
1510 (QR::QRP): Use it. Use initializer list too. |
|
1511 |
2759
|
1512 Wed Feb 26 15:46:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1513 |
|
1514 * mach-info.cc (oct_mach_info::string_to_float_format): |
|
1515 Recognize "vaxg", not "vax_g". |
|
1516 |
2713
|
1517 Fri Feb 21 16:07:56 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1518 |
2714
|
1519 * Array2-idx.h (Array2<T>::maybe_delete_elements): Use correct |
|
1520 dimension in check for colon equivalent index. |
|
1521 * idx-vector.cc (IDX_VEC_REP::is_colon_equiv): A single-element |
|
1522 index whose value is 0 is also colon eqivalent for n == 1. |
|
1523 |
2713
|
1524 * lo-ieee.cc (octave_ieee_init): Reorder #ifdef stuff to put |
|
1525 system-specific tests first. |
|
1526 |
2709
|
1527 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702
|
1528 |
|
1529 * Version 2.0.4 released. |
|
1530 |
|
1531 Wed Feb 19 09:42:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1532 |
|
1533 * lo-ieee.cc: D'oh, it's `extern "C"', not `#extern "C"'. |
|
1534 |
2693
|
1535 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690
|
1536 |
|
1537 * Version 2.0.3 released. |
|
1538 |
2686
|
1539 Fri Feb 14 16:23:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1540 |
|
1541 * Makefile.in (bin-dist): Don't write empty strings to LIBRARIES. |
|
1542 |
2673
|
1543 Thu Feb 13 14:35:19 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1544 |
2676
|
1545 * Makefile.in (stamp-prereq): Depend on stamp-picdir. |
|
1546 (all): Don't depend on stamp-prereq or stamp-picdir. |
|
1547 (liboctave.a, stamp-shared): Do depend on stamp-prereq. |
|
1548 (stamp-picdir): Silence noise about making pic. |
|
1549 (stamp-shared): Use $(SH_LD) $(SH_LDFLAGS) instead of $(CXX) -shared. |
|
1550 |
2673
|
1551 * Array2-idx.h (Array2<T>::index (idx_vector&, idx_vector&)): |
|
1552 Fix typo in last change. |
|
1553 |
|
1554 * CColVector.cc (ComplexColumnVector::map (d_c_mapper)): |
|
1555 Convert from friend (moved from dColVector.cc). |
|
1556 * CMatrix.cc (ComplexMatrix::map (d_c_mapper)): |
|
1557 Likewise (moved from dMatrix.cc). |
|
1558 * CRowVector.cc (ComplexRowVector::map (d_c_mapper)): |
|
1559 Likewise (moved from dRowVector.cc). |
|
1560 |
|
1561 * dColVector.cc (ColumnVector::map (d_d_mapper)): Convert from friend. |
|
1562 * dMatrix.cc (Matrix::map (d_d_mapper)): Likewise. |
|
1563 * dRowVector.cc (RowVector::map (d_d_mapper)): Likewise. |
|
1564 * CColVector.cc (ComplexColumnVector::map (c_c_mapper)): Likewise. |
|
1565 * CMatrix.cc (ComplexMatrix::map (c_c_mapper)): Likewise. |
|
1566 * CRowVector.cc (ComplexRowVector::map (c_c_mapper)): Likewise. |
|
1567 |
|
1568 * dColVector.cc (ColumnVector::apply): Rename from map, return *this. |
|
1569 * dMatrix.cc (Matrix::apply): Likewise. |
|
1570 * dRowVector.cc (RowVector::apply): Likewise. |
|
1571 * CColVector.cc (ComplexColumnVector::apply): Likewise. |
|
1572 * CMatrix.cc (ComplexMatrix::apply): Likewise. |
|
1573 * CRowVector.cc (ComplexRowVector::apply): Likewise. |
|
1574 |
2668
|
1575 Tue Feb 11 19:44:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1576 |
|
1577 * lo-ieee.cc: Declare quiet_nan() and infinity(). |
|
1578 |
|
1579 Mon Feb 10 01:17:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1580 |
|
1581 * file-ops.cc (oct_unlink (const string&, string&)): |
|
1582 New two-arg version. |
|
1583 (oct_rmdir (const string&, string&)): New two-arg version. |
|
1584 (oct_mkdir (const string&, mode_t, string&)): New three-arg version. |
|
1585 (oct_mkfifo (const string&, mode_t, string&)): New three-arg version. |
|
1586 (oct_rename (const string&, const string&, string&)): |
|
1587 New three-arg version. |
|
1588 |
2663
|
1589 Fri Feb 7 13:15:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1590 |
|
1591 * idx-vector.h (idx_vector::orig_empty): New function. |
|
1592 |
|
1593 * Array2-idx.h (Array2<T>::index (idx_vector&, idx_vector&)): |
|
1594 Don't always resize to [](0x0) if one of the indices is empty or |
|
1595 zero. |
|
1596 |
2658
|
1597 Sun Feb 2 22:33:44 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1598 |
|
1599 * cmd-hist.cc (command_history::read): New arg, must_exist. |
|
1600 Set line_in_file here too. |
|
1601 (command_history::read_range): New arg, must_exist. |
|
1602 |
2651
|
1603 Fri Jan 31 09:21:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1604 |
|
1605 * f2c-main.c: Change C++-style comments to C-style comments. |
|
1606 |
2638
|
1607 Tue Jan 28 10:46:02 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1608 |
|
1609 * Makefile.in (install-inc): Create a relative symbolic link. |
|
1610 |
2634
|
1611 Mon Jan 27 15:52:27 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1612 |
|
1613 * Version 2.0.2 released. |
|
1614 |
2624
|
1615 Sat Jan 25 22:36:21 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1616 |
|
1617 * Makefile.in (bin-dist): New target. |
|
1618 |
2621
|
1619 Wed Jan 22 16:18:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1620 |
|
1621 * dbleSVD.cc (SVD::init): Work around apparent dgesvd() bug. |
|
1622 * CmplxSVD.cc (ComplexSVD::init): Work around apparent zgesvd() bug. |
|
1623 |
2613
|
1624 Mon Jan 20 18:44:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1625 |
|
1626 * chMatrix.cc (charMatrix::charMatrix (const string&)): |
|
1627 If the number of columns is zero, also set the number of rows to zero. |
|
1628 (charMatrix::charMatrix (const char *)): Likewise. |
|
1629 |
2602
|
1630 Tue Jan 7 00:16:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1631 |
|
1632 * Version 2.0.1 released. |
|
1633 |
2601
|
1634 Sun Jan 5 12:07:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1635 |
|
1636 * dMatrix.cc (Matrix::read): Correctly compute the number of |
|
1637 columns for resizing when the number of rows is specified but the |
|
1638 number of columns is not. |
|
1639 |
2598
|
1640 Wed Dec 18 16:18:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1641 |
2599
|
1642 * Range.cc (operator -): New function. |
|
1643 |
2598
|
1644 * lo-ieee.cc: Include <nan.h> on all systems that have it. |
|
1645 |
2589
|
1646 Fri Dec 13 02:01:32 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1647 |
|
1648 * Array2-idx.h (assign): Delay resizing left hand side until we |
|
1649 know if the assignment conforms. |
|
1650 |
2583
|
1651 Tue Dec 10 01:43:09 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1652 |
|
1653 * Version 2.0 released. |
|
1654 |
2570
|
1655 Fri Dec 6 14:41:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1656 |
2575
|
1657 * Array2-idx.h (assign): If index is a colon, set number of |
|
1658 elements to the lhs dimension if the lhs dimension is greater than |
|
1659 zero. Otherwise, set it to the rhs dimension. |
|
1660 |
|
1661 * Version 1.94. |
|
1662 |
2570
|
1663 * Array2-idx.h (assign): Test for rhs scalar case first. |
|
1664 If index is colon, set number of elements to lhs dimension, not |
|
1665 rhs dimension. |
|
1666 |
2563
|
1667 Thu Dec 5 13:05:18 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1668 |
2566
|
1669 * sun-utils.h: Don't declare MAIN_ or MAIN__ here. |
|
1670 * sun-utils.cc: Delete. |
|
1671 * f2c-main.c: New file |
|
1672 |
|
1673 * Makefile.in: Fix file name lists. |
|
1674 |
2563
|
1675 * CMatrix.cc (lssolve): Don't redeclare retval, resize it. |
|
1676 |
2561
|
1677 Wed Dec 4 12:24:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1678 |
|
1679 * dMatrix.cc (Qzval): Don't try to use same memory three times. |
|
1680 Create result using Complex constructor, not multiplication. |
|
1681 Order elements as they are returned from Eispack. |
|
1682 |
2559
|
1683 Mon Dec 2 00:26:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1684 |
2560
|
1685 * lo-ieee.cc (octave_ieee_init): Kluge for octave_Inf on SCO. |
|
1686 Only include nan.h if SCO is defined. Define _IEEE before |
|
1687 including it and undefine it afterward. |
|
1688 [SCO] (isnan): Don't mistake Inf as NaN. |
|
1689 |
2559
|
1690 * Array-idx.h (assign): Only resize if assignment conforms. |
|
1691 |
2551
|
1692 Wed Nov 20 01:00:40 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1693 |
|
1694 * Makefile.in (INCLUDES): Delete lo-error.h. |
|
1695 * lo-error.h: Delete (moved to libcruft/misc). |
|
1696 |
|
1697 * Version 1.93. |
|
1698 |
2546
|
1699 Tue Nov 19 23:07:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1700 |
2549
|
1701 * oct-glob.cc (glob_match::match): Don't expect our flag values to |
|
1702 be the same as they are in fnmatch.h. |
|
1703 |
2546
|
1704 * f77-fcn.c, f77-fcn.h: Move to libcruft/misc directory. |
|
1705 |
|
1706 * Makefile.in (INCLUDES): Delete f77-fcn.h. |
|
1707 (SOURCES): Delete f77-fcn.c. |
|
1708 |
2522
|
1709 Fri Nov 15 13:47:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1710 |
|
1711 * lo-ieee.h: [SCO]: Declare isinf and isnan. |
|
1712 |
2512
|
1713 Thu Nov 14 00:06:53 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1714 |
|
1715 * Version 1.92. |
|
1716 |
2508
|
1717 Wed Nov 13 11:19:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1718 |
2512
|
1719 * cmd-hist.cc (command_history::add): Ignore empty input lines, or |
|
1720 lines that have only carriage return or newline. |
|
1721 |
2508
|
1722 * lo-ieee.cc (isnan, isinf): Provide functions for SCO. |
|
1723 |
2500
|
1724 Tue Nov 12 11:11:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1725 |
|
1726 * idx-vector.cc (idx_is_inf_or_nan): New function. |
|
1727 (IDX_VEC_REP::idx_vector_rep): Use it. |
|
1728 |
2493
|
1729 Sun Nov 10 17:09:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1730 |
|
1731 * str-vec.h, str-vec.cc: Add constructors to make string vectors |
|
1732 from vectors of C strings. |
|
1733 |
|
1734 * oct-glob.h, oct-glob.cc (glob_match): Allow pat to be a string |
|
1735 vector. |
|
1736 (glob_match::match): Allow match string to be a string vector. |
|
1737 (glob_match::glob): New function. |
|
1738 |
|
1739 * chMatrix.cc (charMatrix::row_as_string): New arg, strip_ws. |
|
1740 |
|
1741 * Array-b.cc: New file. |
|
1742 * Makefile.in (TI_SRC): Add it to the list. |
|
1743 |
2492
|
1744 Fri Nov 8 18:09:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1745 |
|
1746 * file-ops.cc: Change #include "" to #include <> for safe-lstat.h |
|
1747 and safe-stat.h, to avoid getting them from $srcdir when we really |
|
1748 want the version from the build directory. (Maybe this should be |
|
1749 done for all the include files, not just those that are |
|
1750 auto-generated? Hmm.) |
|
1751 |
2481
|
1752 Thu Nov 7 10:45:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1753 |
2482
|
1754 * Version 1.91. |
|
1755 |
2481
|
1756 * Array3.cc (Array3<T>::resize): Make it work. |
|
1757 |
|
1758 Wed Nov 6 22:44:33 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1759 |
|
1760 * oct-alloc.h, oct-alloc.cc: New files. |
|
1761 * Makefile.in: Add them to the lists. |
|
1762 |
|
1763 Mon Nov 4 21:49:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1764 |
|
1765 * dbleQRP.cc (QRP::QRP): Don't pass tmp data to unsafe constructor. |
|
1766 * CmplxQRP.cc (ComplexQRP::ComplexQRP): Ditto. |
|
1767 |
2466
|
1768 Sun Nov 3 15:45:37 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1769 |
|
1770 * file-ops.cc (file_stat::is_blk, file_stat::is_chr, |
|
1771 file_stat::is_dir, file_stat::is_fifo, file_stat::is_lnk, |
|
1772 file_stat::is_reg, file_stat::is_sock): Just return false if the |
|
1773 underlying macro is not defined. |
|
1774 |
|
1775 * oct-math.h (lgamma, gamma): Delete declarations. |
|
1776 (asinh, acosh, atanh, erf, erfc): Declare arg types too. |
|
1777 Protect declarations with #ifdef HAVE_*. |
|
1778 |
2440
|
1779 Wed Oct 30 11:42:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1780 |
2452
|
1781 * Version 1.90. |
|
1782 |
|
1783 * Makefile.in (DISTFILES): Add ChangeLog. |
|
1784 |
2444
|
1785 * cmd-hist.cc: Only include fcntl.h if HAVE_FCNTL_H. |
|
1786 |
|
1787 * Matrix-ext.cc: Include <cfloat>, not <float.h>. |
|
1788 |
2443
|
1789 * CMatrix.cc, cmd-hist.cc, file-ops.cc, file-ops.h, filemode.c, |
2444
|
1790 mkdir.c, rename.c, rmdir.c, safe-xstat.cin, statdefs.h, sysdir.h, |
|
1791 tempname.c, utils.cc: Only include sys/types.h if HAVE_SYS_TYPES_H. |
2443
|
1792 |
2440
|
1793 * Array3.h (T Array3<T>::checkelem): Return T() for bogus value, |
|
1794 since that is now accepatble syntax, even for built-in types. |
|
1795 * Array2.h (T Array2<T>::checkelem): Likewise |
|
1796 |
2433
|
1797 Sat Oct 26 23:37:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1798 |
|
1799 * file-ops.cc (mkfifo) [! HAVE_MKFIFO]: Just print an error |
|
1800 message and return -1. |
|
1801 |
2428
|
1802 Fri Oct 25 01:24:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1803 |
2431
|
1804 * str-vec.h (str_vec_compare): Declare args as const void *, then |
|
1805 cast them to const string * in the body of the function. |
|
1806 |
|
1807 * file-ops.cc (file_stat::mode_as_string): Explicitly construct |
|
1808 string from buf. |
|
1809 |
2428
|
1810 * Array3.h (Array3::checkelem): Tag bogus return value with |
|
1811 GCC_ATTRIBUTE_UNUSED. |
|
1812 * Array2.h (Array2::checkelem): Likewise. |
|
1813 |
2424
|
1814 Thu Oct 24 19:40:36 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1815 |
|
1816 * Quad.h (Quad): Define virtual destructor. |
|
1817 |
2408
|
1818 Tue Oct 15 11:34:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1819 |
|
1820 * CMatrix.cc (ComplexMatrix::all_elements_are_real): new function. |
|
1821 |
2401
|
1822 Sun Oct 13 11:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1823 |
|
1824 * sun-utils.h: Conditionally declare MAIN__ too. Declare MAIN_ |
|
1825 and MAIN__ extern "C". |
|
1826 * sun-utils.cc: Include sun-utils.h here. Delete extern "C" stuff. |
|
1827 |
2391
|
1828 Sat Oct 12 12:40:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1829 |
|
1830 * MArray-misc.cc: New file. |
|
1831 * Makefile.in (MATRIX_SRC): Add it to the list. |
|
1832 |
|
1833 * mx-inlines.cc (equal): Return bool, not int. |
|
1834 |
|
1835 * idx-vector.h (idx_vector (double)): New constructor. |
|
1836 |
|
1837 * chMatrix.h, chMatrix.cc, CMatrix.h, CMatrix.cc, dMatrix.h, |
|
1838 dMatrix.cc, dDiagMatrix.h, dDiagMatrix.cc, dRowVector.h, |
|
1839 dRowVector.cc, dColVector.h, dColVector.cc, CColVector.h, |
|
1840 CColVector.cc, CDiagMatrix.h, CDiagMatrix.cc, CRowVector.h, |
|
1841 CRowVector.cc: Logical operators return bool, not int. |
|
1842 |
|
1843 * CMatrix.h, CMatrix.cc (ComplexMatrix::any_element_is_inf_or_nan): |
|
1844 New function. |
|
1845 |
|
1846 * dMatrix.h, dMatrix.cc (Matrix::any_element_is_negative, |
|
1847 Matrix::any_element_is_inf_or_nan, Matrix::abs, |
|
1848 Matrix::all_elements_are_inf_or_nan): New functions. |
|
1849 |
|
1850 * Range.h, Range.cc (Range::all_elements_are_ints): New function. |
|
1851 |
|
1852 * MArray.cc, MArray2.cc, MDiagArray2.cc: Call gripe_nonconformant |
|
1853 for errors. Simplify macros by converting FCN to string for error |
|
1854 messages. |
|
1855 |
|
1856 * Array-idx.h (Array<T>::index): New function. Don't call |
|
1857 clear_index() here. |
|
1858 (Array<T>::value): Call it, do call clear_index() here. |
|
1859 * Array2-idx.h (Array<T>::value, Array<T>::index): Likewise, for |
|
1860 one and two arg index functions. |
|
1861 |
|
1862 Tue Sep 17 21:21:16 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1863 |
|
1864 * DAEFunc.h: Delete #pragma interface since there is no longer a |
|
1865 separate implementation file. |
|
1866 |
2354
|
1867 Tue Aug 20 17:38:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1868 |
2358
|
1869 * Makefile.in (stamp-picdir): Only create a pic subdirectory if |
|
1870 SHARED_LIBS is true AND CPICFLAG or CXXPICFLAG is not empty. |
|
1871 |
2356
|
1872 * idx-vector.cc (IDX_VEC_REP::is_colon_equiv): Rename arg sort to |
|
1873 sort_uniq. If sort_uniq is nonzero, sort the elements and make |
|
1874 them uniq. |
|
1875 |
2354
|
1876 * CMatrix.cc (ComplexMatrix::row_max, ComplexMatrix::row_min, |
|
1877 ComplexMatrix::column_max, ComplexMatrix::column_min): |
|
1878 Rewrite. Also return index as a reference arg. |
|
1879 (ComplexMatrix::row_max_loc, ComplexMatrix::row_min_loc, |
|
1880 ComplexMatrix::column_max_loc, ComplexMatrix::column_min_loc): |
|
1881 Delete. |
|
1882 |
|
1883 * dMatrix.cc (Matrix::row_max, Matrix::row_min, |
|
1884 Matrix::column_max, Matrix::column_min): |
|
1885 Rewrite. Also return index as a reference arg. |
|
1886 (Matrix::row_max_loc, Matrix::row_min_loc, |
|
1887 Matrix::column_max_loc, Matrix::column_min_loc): Delete. |
|
1888 |
|
1889 Fri Aug 9 05:01:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1890 |
|
1891 * dMatrix.cc (Matrix::row_min, Matrix::row_min_loc, |
|
1892 Matrix::row_max, Matrix::row_max_loc, Matrix::column_min, |
|
1893 Matrix::column_min_loc, Matrix::column_max, |
|
1894 Matrix::column_max_loc): Ignore leading NaNs. |
|
1895 * CMatrix.cc (ComplexMatrix::row_min, ComplexMatrix::row_min_loc, |
|
1896 ComplexMatrix::row_max, ComplexMatrix::row_max_loc, |
|
1897 ComplexMatrix::column_min, ComplexMatrix::column_min_loc, |
|
1898 ComplexMatrix::column_max, ComplexMatrix::column_max_loc): Ignore |
|
1899 leading NaNs. |
|
1900 |
2352
|
1901 Thu Aug 8 16:04:17 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1902 |
|
1903 * QPSOL.cc (QPSOL::do_minimize): Insert linear constraint bounds |
|
1904 starting at n, not 0. |
|
1905 |
2349
|
1906 Sat Jul 27 02:54:44 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1907 |
|
1908 * dMatrix.cc (Matrix::Matrix (const RowVector&), |
|
1909 Matrix::Matrix (const ColumnVector&)): New constructors. |
|
1910 |
|
1911 * CMatrix.cc (ComplexMatrix::ComplexMatrix (const RowVector&), |
|
1912 ComplexMatrix::ComplexMatrix (const ColumnVector&), |
|
1913 ComplexMatrix::ComplexMatrix (const ComplexRowVector&), |
|
1914 ComplexMatrix::ComplexMatrix (const ComplexColumnVector&)): |
|
1915 New constructors. |
|
1916 |
|
1917 * chMatrix.cc (charMatrix::charMatrix (const string_vector&)): |
|
1918 New constructor. |
|
1919 |
2343
|
1920 Wed Jul 24 16:39:16 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1921 |
|
1922 * LSODE.cc (do_integrate): Check to make sure that the state and |
|
1923 derivative vectors are the same size. |
2344
|
1924 * DASSL.cc (do_integrate): Likewise. |
2343
|
1925 |
2330
|
1926 Sun Jul 14 17:30:37 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1927 |
|
1928 * dMatrix.cc (Matrix::read, Matrix::write): Convert to use |
|
1929 iostreams and handler data format conversions. Delete old methods |
|
1930 that used stdio. |
|
1931 |
|
1932 * data-conv.h, data-conv.cc (oct_data_conv): New class. |
|
1933 |
|
1934 Fri Jul 12 13:52:44 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1935 |
|
1936 * mach-info.h: Rename from float-fmt.h. |
|
1937 * mach-info.cc: Rename from float-fmt.cc. |
|
1938 Handle machine information using a singlton class. |
|
1939 * Makefile.in: Update appropriate lists. |
|
1940 |
|
1941 Tue Jul 9 11:49:10 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1942 |
|
1943 * Array-flags.cc: Provide definitions for the flags even if |
|
1944 OCTAVE_SOURCE is not defined. |
|
1945 |
|
1946 * Array.h, Array2.h, Array3.h: BOUNDS_CHECKING now affects |
|
1947 operator(), not elem(). |
|
1948 * Array3.h: Move indexing methods here from Array3.cc. |
|
1949 |
|
1950 Mon Jun 24 02:30:05 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1951 |
|
1952 * Array3.cc (checkelem): Fix typo in call to Array2<T>::elem(). |
|
1953 |
|
1954 * Makefile.in (install-lib): Use INSTALL_PROGRAM instead of |
|
1955 INSTALL_DATA for shared libs. |
|
1956 |
|
1957 Thu Jun 6 09:59:06 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1958 |
|
1959 * Quad.cc: Include lo-error.h here too. |
|
1960 |
|
1961 Mon May 27 12:41:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1962 |
|
1963 * file-ops.h: Include sys/types.h here. |
|
1964 |
|
1965 Wed May 22 00:20:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1966 |
|
1967 * chMatrix.cc (charMatrix::transpose): Provide definition. |
|
1968 |
|
1969 * Array-idx.h (maybe_delete_elements): Correctly compute number of |
|
1970 elements in result. |
|
1971 * Array2-idx.h (maybe_delete_elements): Likewise for number of |
|
1972 rows and columns in result. |
|
1973 |
|
1974 Tue May 21 23:46:09 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1975 |
|
1976 * dbleQR.cc (QR::QR): Don't create result from to-be-deleted data. |
|
1977 * CmplxQR.cc (ComplexQR::ComplexQR): Likewise. |
|
1978 |
|
1979 Fri May 17 03:06:02 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1980 |
|
1981 * Makefile.in (install-inc): Install in octincludedir, not includedir. |
|
1982 |
|
1983 Sun May 12 03:40:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1984 |
|
1985 * Makefile.in (uninstall): Also delete shared library. |
|
1986 Split install into install-libs and install-includes. |
|
1987 (install-inc): If linkdir is a directory, leave it alone. |
|
1988 |
|
1989 * sun-utils.cc (MAIN__): Define for Linux/ELF systems. |
|
1990 |
|
1991 Thu May 2 20:19:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1992 |
|
1993 * Array-idx.h (assign): Handle A(:) = X for A undefined or empty. |
|
1994 * Array2-idx.h (assign): Likewise. |
|
1995 |
|
1996 Tue Apr 30 05:43:06 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1997 |
|
1998 * Array2.cc (Array2<T>::range_error): New functions. |
|
1999 |
|
2000 * Array.h (class Array<T>): elem() and operator() are now |
|
2001 equivalent, and do bounds checking by default. |
|
2002 * Array2.cc (class Array2<T>): Likewise. |
|
2003 |
|
2004 Sat Apr 6 21:26:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2005 |
|
2006 * Makefile.in (maintainer-clean, distclean): Also delete |
|
2007 stamp-picdir, stamp-shared, and pic directory. |
|
2008 (stamp-prereq): New target. |
|
2009 |
|
2010 Fri Mar 29 13:44:13 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2011 |
|
2012 * NPSOL.h (NPSOL_options::set_option (const char *, int)): |
|
2013 New function. |
|
2014 |
|
2015 * Array.h, Array.cc (Array<T>::range_error ()): New functions. |
|
2016 * Array.h (Array<T>::checkelem): Use them. |
|
2017 |
|
2018 * base-lu.h, base-lu.cc: Parameterize based on types of matrix |
|
2019 elements too. |
|
2020 * dbleLU.h, dbleLU.cc, CmplxLU.h, CmplxLU.cc: Change to match. |
|
2021 |
|
2022 * MDiagArray2.h (MDiagArray2 (const MArray<T>& a)): Delete. |
|
2023 |
|
2024 * Makefile.in (distclean): Delete so_locations, which is created |
|
2025 on DEC Alpha systems. |
|
2026 |
|
2027 Sat Mar 23 04:02:53 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2028 |
|
2029 * Array.h (HEAVYWEIGHT_INDEXING): Do define this here if it is not |
|
2030 already defined. |
|
2031 |
|
2032 Fri Mar 22 23:53:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2033 |
|
2034 * pathsearch.cc: Include config.h. |
|
2035 |
|
2036 Wed Mar 20 04:54:03 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2037 |
|
2038 * Array2-idx.h (assign (Array2<LT>&, const Array2<RT>&)): Don't |
|
2039 allow M(I, J) = scalar if I or J is empty. |
|
2040 |
|
2041 * Array-idx.h: Delete Array2 and Array3 code (now in Array2-idx.h |
|
2042 and Array3-idx.h). |
|
2043 |
|
2044 Thu Mar 7 10:20:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2045 |
|
2046 * lo-error.h: Make comments C friendly. |
|
2047 |
|
2048 Sun Mar 3 14:04:32 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2049 |
|
2050 * Array2.h (make_unique): Move all indexing functions here. |
|
2051 * Array2.cc: From here. |
|
2052 |
|
2053 * Array.h, Array2.h (NO_BOUNDS_CHECKING): New macro to control |
|
2054 whether operator() calls elem or checkelem. |
|
2055 |
|
2056 * Array.h (make_unique): New private function. |
|
2057 Move all indexing functions here. |
|
2058 * Array.cc: From here. |
|
2059 |
|
2060 * pathsearch.cc (dir_path::find_all): Index tmp, don't dereference |
|
2061 it too. |
|
2062 |
|
2063 * Array-d.cc, Array-ch.cc, Array-C.cc, Array-s.cc, Array-str.cc, |
|
2064 Array-i.cc, MArray-i.cc, MArray-s.cc, MArray-d.cc, MArray-ch.cc, |
|
2065 MArray-C.cc: Include config.h. |
|
2066 |
|
2067 * Array.h, Array2.h, DiagArray2.h, Array3.h: |
|
2068 Don't define HEAVYWEIGHT_INDEXING here. |
|
2069 |
|
2070 Sat Mar 2 18:39:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2071 |
|
2072 * base-lu.h, base-lu.cc: New files. |
|
2073 * Makefile.in: Add them to the appropriate lists. |
|
2074 * dbleLU.h, dbleLU.cc, CmplxLU.h, Cmplx.cc: Derive from base_lu. |
|
2075 |
|
2076 Fri Mar 1 08:30:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2077 |
|
2078 * Array2.h, Array3.h, DiagArray2.h: New files, extracted from Array.h |
|
2079 * Array2-idx.h, Array3-idx.h: New files, extracted from Array-idx.h |
|
2080 * Array2.cc, Array3.cc, DiagArray2.cc: New files, from Array.cc. |
|
2081 * MArray2.h, MDiagArray2.h: New files, extracted from MArray.h. |
|
2082 * MArray2.cc, MDiagArray2.cc, MArray-defs.h: New files, from MArray.cc. |
|
2083 |
|
2084 * MArray.h (INSTANTIATE_MARRAY_FRIENDS): New macro. |
|
2085 (INSTANTIATE_MARRAY2_FRIENDS): Likewise. |
|
2086 (INSTANTIATE_MDIAGARRAY_FRIENDS): Likewise. |
|
2087 * MArray-C.cc, MArray-ch.cc, MArray-c.cc, MArray-i.cc, MArray-s.cc: |
|
2088 Simplify using new macros. |
|
2089 |
|
2090 Mon Feb 26 03:04:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2091 |
|
2092 * Makefile.in (install): If $(includedir) ends in version string, |
|
2093 make link to name that does not include version info. |
|
2094 |
|
2095 * lo-ieee.cc: Include <cmath> here. |
|
2096 |
|
2097 Fri Feb 16 20:52:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2098 |
|
2099 * lo-ieee.cc, lo-ieee.h: New files. |
|
2100 * lo-mappers.cc, lo-mappers.h: New files. |
|
2101 * lo-utils.cc, lo-utils.h: New files. |
|
2102 * Makefile.in: Add them to the appropriate lists. |
|
2103 |
|
2104 Thu Feb 15 22:02:17 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2105 |
|
2106 * dMatrix.cc (all_integers, too_large_for_float): New functions. |
|
2107 * CMatrix.cc (all_integers, too_large_for_float): New functions. |
|
2108 |
|
2109 * byte-swap.h, data-conv.h, data-conv.cc, float-fmt.h, |
|
2110 float-fmt.cc: New files. |
|
2111 * Makefile.in: Include them in the appropriate lists. |
|
2112 |
|
2113 Wed Feb 14 01:49:47 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2114 |
|
2115 * dMatrix.cc (Qzval): New function. |
|
2116 |
|
2117 Tue Feb 13 12:41:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2118 |
|
2119 * NPSOL.cc (NPSOL_options::set_option): Arg key is now string, not |
|
2120 char*. |
|
2121 |
|
2122 * DASSL.h, DASSL.cc: Do better management of temporary workspace. |
|
2123 Use F77_XFCN to call Fortran subroutine. |
|
2124 * dColVector.cc, CColVector.cc: Likewise. |
|
2125 * dRowVector.cc, CRowVector.cc: Likewise. |
|
2126 * NPSOL.h, NPSOL.cc: Likewise. |
|
2127 * CmplxCHOL.cc: Likewise. |
|
2128 * dbleCHOL.cc: Likewise. |
|
2129 * CMatrix.cc: Likewise. |
|
2130 * dMatrix.cc: Likewise. |
|
2131 * QPSOL.cc: Likewise. |
|
2132 * LSODE.cc: Likewise. |
|
2133 |
|
2134 Sun Feb 11 14:14:26 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2135 |
|
2136 * dbleHESS.cc (HESS::init): Dimension of tau is n-1, not n+1. |
|
2137 |
|
2138 * dbleSCHUR.h, dbleSCHUR.cc: Do better management of temporary |
|
2139 workspace. Use F77_XFCN to call Fortran subroutine. |
|
2140 * CmplxAEPBAL.h, CmplxAEPBAL.cc: Likewise. |
|
2141 * CmplxSCHUR.h, CmplxSCHUR.cc: Likewise. |
|
2142 * dbleGEPBAL.h, dbleGEPBAL.cc: Likewise. |
|
2143 * dbleAEPBAL.h, dbleAEPBAL.cc: Likewise. |
|
2144 * CmplxHESS.h, CmplxHESS.cc: Likewise. |
|
2145 * CmplxSVD.h, CmplxSVD.cc: Likewise. |
|
2146 * dbleHESS.h, dbleHESS.cc: Likewise. |
|
2147 * dbleSVD.h, dbleSVD.cc: Likewise. |
|
2148 * EIG.h, EIG.cc; Likewise. |
|
2149 * CollocWt.cc: Likewise. |
|
2150 * NLEqn.cc: Likewise. |
|
2151 * Quad.cc: Likewise. |
|
2152 |
|
2153 Sat Feb 10 12:14:59 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2154 |
|
2155 * dbleLU.h, dbleLU.cc: Do better management of temporary workspace. |
|
2156 Use F77_XFCN to call Fortran subroutine. |
|
2157 * CmplxLU.h, CmplxLU.cc: Ditto. |
|
2158 * dbleQR.h, dbleQR.cc: Ditto. |
|
2159 * CmplxQR.h, CmplxQR.cc: Ditto. |
|
2160 * dbleQRP.h, dbleQRP.cc: Ditto. |
|
2161 * CmplxQRP.h, CmplxQRP.cc: Ditto. |
|
2162 |
|
2163 * dir-ops.h (dir_entry::dir): Declare as void*, not DIR*. |
|
2164 (struct DIR): delete forward declaration. |
|
2165 (dir_entry::operator = (const dir_entry$)): Protect against |
|
2166 copying same object. |
|
2167 * dir-ops.cc: Cast dir appropriately. |
|
2168 |
|
2169 Fri Feb 9 16:12:44 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2170 |
|
2171 * lo-error.cc: Moved to libcruft/misc. |
|
2172 * Makefile.in: Delete it from the list. |
|
2173 |
|
2174 * f77-fcn.c (f77_context, f77_exception_encountered): Delete |
|
2175 definitions (they have been moved to libcruft/misc/f77-extern.cc). |
|
2176 |
|
2177 * Array-flags.h: New file. |
|
2178 * Array-idx.h: Include it here. |
|
2179 * Makefile.in (MATRIX_INC): Add it to the list. |
|
2180 |
|
2181 * Array-flags.cc: Renamed from Array-ext.cc. |
|
2182 (liboctave_dfi_flag): Renamed from dfi_flag. |
|
2183 (liboctave_pcv_flag): Renamed from pcv_flag. |
|
2184 (liboctave_pzo_flag): Renamed from pzo_flag. |
|
2185 (liboctave_rre_flag): Renamed from rre_flag. |
|
2186 * Array-idx.h: Change all uses of dfi_flag, etc. |
|
2187 * Makefile.in (MATRIX_SRC): Change file name here too. |
|
2188 |
|
2189 * Makefile.in (LIBOCTAVE_LFLAGS, LIBOCTAVE_LIBS): New variables. |
|
2190 (stamp-shared): Use them here. |
|
2191 |
|
2192 Tue Feb 6 09:53:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2193 |
|
2194 * cmd-hist.cc (command_history::ignore_entries): Delete default |
|
2195 argument value. |
|
2196 |
|
2197 Mon Feb 5 12:07:50 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2198 |
|
2199 * CmplxAEPBAL.h, CmplxCHOL.h, CmplxDET.h, CmplxHESS.h, CmplxLU.h, |
|
2200 CmplxQR.h, CmplxQRP.h, CmplxSCHUR.h, CmplxSVD.h, dbleAEPBAL.h, |
|
2201 dbleCHOL.h, dbleDET.h, dbleGEPBAL.h, dbleHESS.h, dbleLU.h, |
|
2202 dbleQR.h, dbleQRP.h, dbleSCHUR.h, dbleSVD.h: |
|
2203 Clean up constructors, assigment operator. |
|
2204 |
|
2205 Sun Feb 4 03:12:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2206 |
|
2207 * NPSOL.cc (do_minimize): Use F77_XFCN to call npsol. |
|
2208 Check f77_exception_encountered on return. |
|
2209 |
|
2210 * f77-fcn.c (f77_exception_encountered): New variable. |
|
2211 (F77_XFCN): Set it. |
|
2212 * f77-fcn.h: Provide declaration. |
|
2213 |
|
2214 * QPSOL.h (QPSOL_options::set_options): Renamed from copy(). |
|
2215 |
|
2216 * NPSOL.h (NPSOL_options::set_options): Renamed from copy(). |
|
2217 |
|
2218 * NLEqn.h (NLEqn_options::set_options): New function. |
|
2219 * Quad.h (Quad_options::set_options): Likewise. |
|
2220 |
|
2221 * LP.h (class LP): Add accessors for LP data. |
|
2222 |
|
2223 * NLEqn.h (NLEqn::n): Delete. |
|
2224 |
|
2225 * NLEqn.h (class NLEqn::n): Likewise. |
|
2226 |
|
2227 * NLP.h (class NLP): Add accessors for NLP data. |
|
2228 |
|
2229 * NPSOL.h (class NPSOL_options): Move constructors, set, and |
|
2230 access functions here. |
|
2231 * NPSOL.cc.cc: From here. |
|
2232 |
|
2233 * QLD.h (class QLD): Add destructor definition. |
|
2234 * Objective.h (class Objective): Likewise. |
|
2235 * ODEFunc.h (class ODEFunc): Likewise. |
|
2236 * NLFunc.h (class NLFunc): Likewise. |
|
2237 * NLEqn.h (class NLEqn): Likewise. |
|
2238 * NLConst.h (class NLConst): Likewise. |
|
2239 * LinConst.h (class LinConst): Likewise. |
|
2240 * LSODE.h (class LSODE_options): Likewise. |
|
2241 * CollocWt.h (class CollocWt): Likewise. |
|
2242 * Bounds.h (class Bounds): Likewise. |
|
2243 |
|
2244 * QLD.cc (QLD::set_default_options): Delete. |
|
2245 |
|
2246 * QP.h (QP): Add accessors for QP data. |
|
2247 Add copy constructor, operator =, and destructor definitions. |
|
2248 |
|
2249 * Range.h, Quad.h, QP.h, QLD.h, Objective.h, NLP.h, NLFunc.h, |
|
2250 NLConst.h, LinConst.h, LSODE.h, LP.h, FEGrid.h, EIG.h, DASSL.h, |
|
2251 DAEFunc.h, CollocWt.h, Bounds.h: |
|
2252 Clean up constructors, assigment operator. |
|
2253 |
|
2254 * dRowVector.cc (RowVector::transpose): Use magic of reference |
|
2255 counting to avoid duplicating the data immediately. |
|
2256 * dColVector.cc (ColumnVector::transpose): Likewise. |
|
2257 * CRowVector.cc (ComplexrowVector::transpose): Likewise. |
|
2258 * CColVector.cc (ComplexColumnVector::transpose): Likewise. |
|
2259 |
|
2260 Sat Feb 3 01:02:36 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2261 |
|
2262 * prog-args.h (prog_args::option_argument): New enum. |
|
2263 |
|
2264 * f77-fcn.h: Rename from f77-uscore.h. |
|
2265 (F77_XFCN_ERROR, F77_XFCN): New macros. |
|
2266 * f77-fcn.c: New file. |
|
2267 * Makefile.in (SOURCES): Add it to the list. |
|
2268 |
|
2269 * ODEFunc.h: Clean up. |
|
2270 |
|
2271 * DASSL.cc, DASSL.h: New files. |
|
2272 * Makefile.in: Add them to the appropriate lists. |
|
2273 |
|
2274 * LSODE.cc, LSODE.h: New files. |
|
2275 * Makefile.in: Add them to the appropriate lists. |
|
2276 |
|
2277 * ODE.cc: Delete. |
|
2278 * Makefile.in (SOURCES): Remove from list. |
|
2279 |
|
2280 * base-de.h, DAE.cc: New files. |
|
2281 * Makefile.in: Add them to the appropriate lists. |
|
2282 * ODE.h: Only define interface for ODE classes. |
|
2283 * DAE.h: Only define interface for ODE classes. |
|
2284 |
|
2285 * LPsolve.cc (do_minimize): Print sorry not implemented message. |
|
2286 (LPsolve::set_default_options)): Delete |
|
2287 * LPsolve.h (class LPsolve): Add operator =, copy constructor, and |
|
2288 destructor. |
|
2289 |
|
2290 * LP.h (class LP): Add operator =, copy constructor, and destructor. |
|
2291 |
|
2292 * QPSOL.h (QPSOL::QPSOL (const QPSOL&)): New constructor. |
|
2293 (QPSOL::operator =): Call base class operator = instead of assuming |
|
2294 we know what to copy. |
|
2295 |
|
2296 * base-min.h (size): New function. |
|
2297 |
|
2298 * NLP.h (NLP::size): Delete. |
|
2299 (NLP::NLP (const NLP&)): New constructor. |
|
2300 (NLP::operator =): Call base class operator = instead of assuming |
|
2301 we know what to copy. |
|
2302 |
|
2303 * NPSOL.h, NPSOL.cc (NPSOL::option): Delete. |
|
2304 (class NPSOL): Add operator = and destructor. |
|
2305 |
|
2306 * NPSOL.h: Add NPSOL_options() to list of constructor initalizers. |
|
2307 |
|
2308 Fri Feb 2 22:52:55 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2309 |
|
2310 * Makefile.in (liboctave.a): Depend on $(PICOBJ). |
|
2311 |
|
2312 Wed Jan 31 05:29:25 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2313 |
|
2314 * dMatrix.cc (Givens, Sylvester, Matrix::expm): New functions. |
|
2315 * CMatrix.cc (Givens, Sylvester, ComplexMatrix::expm): Ditto. |
|
2316 |
|
2317 Mon Jan 29 00:00:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2318 |
|
2319 * prog-args.h, prog-args.cc: New files. |
|
2320 * Makefile.in: Add them to lists. |
|
2321 |
|
2322 * getopt.h, getopt.c, getopt1.c: New files. |
|
2323 * Makefile.in: Add them to the lists. |
|
2324 |
|
2325 * oct-term.h, oct-term.cc: New files. |
|
2326 * Makefile.in: Add them to the lists. |
|
2327 |
|
2328 * str-vec.cc: New file. |
|
2329 * Makefile.in (SOURCES): Add it to the list. |
|
2330 |
|
2331 * file-ops.cc (oct_tmpnam): Move here from src/utils.cc. |
|
2332 |
|
2333 * tempname.c, tempnam.c: Move here from src directory. |
|
2334 * Makefile.in: Add to lists. |
|
2335 |
|
2336 Sun Jan 28 23:06:19 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2337 |
|
2338 * cmd-hist.h, cmd-hist.cc: New files. |
|
2339 * Makefile.in: Add them to lists. |
|
2340 |
|
2341 Thu Jan 25 20:36:05 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2342 |
|
2343 * oct-glob.h, oct-glob.cc: New files. |
|
2344 * Makefile.in: Add them to lists. |
|
2345 |
|
2346 Wed Jan 24 01:55:08 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2347 |
|
2348 * pathsearch.h, pathsearch.cc: New files. |
|
2349 * Makefile.in: Add them to lists. |
|
2350 |
|
2351 * dir-ops.h, dir-ops.cc: New files. |
|
2352 * sysdir.h: Move here from src directory. |
|
2353 * Makefile.in: Add them to lists. |
|
2354 |
|
2355 * Array.h (Array::qsort): Return *this, not void. |
|
2356 * str-vec.h (string_vector::qsort): Likewise. |
|
2357 |
|
2358 * chMatrix.cc (row_as_string): Resize result to eliminate |
|
2359 unnecessary NULs. |
|
2360 |
|
2361 Tue Jan 23 00:40:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2362 |
|
2363 * safe-xstat.hin, safe-xstat.cin, statdefs.h, file-ops.h, |
|
2364 file-ops.cc, filemode.c, mkdir.c, rmdir.c, rename.c: |
|
2365 Files moved here from src directory. |
|
2366 * Makefile.in: Add them to lists. Include appropriate rules. |
|
2367 |
|
2368 * acosh.c, asinh.c, atanh.c, erf.c, erfc.c, gamma.c, lgamma.c: |
|
2369 Use pointers, not references (this is C code!). |
|
2370 |
|
2371 * oct-math.h: New file. |
|
2372 * acosh.c, asinh.c, atanh.c, erf.c, erfc.c, gamma.c, lgamma.c: |
|
2373 Files moved here from src directory. |
|
2374 * Makefile.in: Add them to lists. |
|
2375 |
|
2376 Sun Jan 21 22:53:37 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2377 |
|
2378 * idx-vector.cc (make_uniq): Fix major brain-o. |
|
2379 |
|
2380 * CmplxSCHUR.h, CmplxSCHUR.cc, dbleSCHUR.h, dbleSCHUR.cc: |
|
2381 Convert to use string class instead of char*. |
|
2382 |
|
2383 * str-vec.h, Array-str.cc: New files. |
|
2384 |
|
2385 * Array.h (Array::qsort): New function. |
|
2386 |
|
2387 Fri Jan 12 01:45:10 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2388 |
|
2389 * Array.h: Nest ArrayRep class inside Array class. |
|
2390 Refer to ArrayRep, not ArrayRep<T>. |
|
2391 Move all ArrayRep functions inline. |
|
2392 Don't declare other Array classes as friends of ArrayRep. |
|
2393 * Array.cc: Delete ArrayRep functions. |
|
2394 * Array-idx.h: Refer to ArrayRep, not ArrayRep<T>. |
|
2395 |
|
2396 * Array-C.cc, Array-ch.cc, Array-d.cc, Array-i.cc, Array-s.cc: |
|
2397 Don't instantiate ArrayRep objects. |
|
2398 |
|
2399 Wed Jan 10 04:40:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2400 |
|
2401 * chMatrix.cc (charMatrix::charMatrix (const string&)): |
|
2402 New constructor. |
|
2403 |
|
2404 Tue Jan 9 04:44:56 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2405 |
|
2406 * dbleGEPBAL.cc (GEPBALANCE::init): Use string instead of char* |
|
2407 for balance_job arg. |
|
2408 * dbleAEPBAL.cc (AEPBALANCE::init): Likewise. |
|
2409 * CmplxAEPBAL.cc (ComplexAEPBALANCE::init): Likewise. |
|
2410 |
|
2411 * chMatrix.cc (row_as_string): Return string, not const char*. |
|
2412 |
|
2413 Mon Jan 8 03:20:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2414 |
|
2415 * Makefile.in (clean): If $(SHARED_LIBS), also remove shared libs. |
|
2416 |
|
2417 * chMatrix.cc (row_as_string): Undo previous change. |
|
2418 |
|
2419 Sun Jan 7 19:50:16 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2420 |
|
2421 * chMatrix.cc (row_as_string): Do memory management here. Caller |
|
2422 is expected to save string if necessary. |
|
2423 |
|
2424 Sat Jan 6 19:28:20 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2425 |
|
2426 * Array.h (class DiagArray): Enable nested Proxy class for all |
|
2427 platforms. |
|
2428 |
|
2429 * Array.cc (Array<T>::operator = (const Array<T>&)): If rep == |
|
2430 a.rep, don't mess with count. |
|
2431 * Array.h (Array2<T>& operator = (const Array2<T>&)): Likewise, |
|
2432 don't do anything if reps are the same. |
|
2433 (Array3<T>& operator = (const Array3<T>&) |
|
2434 |
|
2435 * Array.h (ArrayRep<T>::operator = (const ArrayRep<T>&)): |
|
2436 Declare private with no definition to prevent misuse. |
|
2437 |
|
2438 * Array.cc (Array2<T>::insert (const Array2<T>&, int, int)): |
|
2439 Get range check right. |
|
2440 * dMatrix.cc (Matrix::insert (const RowVector&, int, int)): Ditto. |
|
2441 (Matrix::insert (const ColumnVector&, int, int)): Ditto. |
|
2442 (Matrix::insert (const DiagMatrix&, int, int)): Ditto. |
|
2443 * CMatrix.cc (ComplexMatrix::insert (const Matrix&, int, int)): Ditto. |
|
2444 (ComplexMatrix::insert (const RowVector&, int, int)): Ditto. |
|
2445 (ComplexMatrix::insert (const ColumnVector&, int, int)): Ditto. |
|
2446 (ComplexMatrix::insert (const DiagMatrix&, int, int)): Ditto. |
|
2447 (ComplexMatrix::insert (const ComplexRowVector&, int, int)): Ditto. |
|
2448 (ComplexMatrix::insert (const ComplexColumnVector&, int, int)): Ditto. |
|
2449 (ComplexMatrix::insert (const ComplexDiagMatrix&, int, int)): Ditto. |
|
2450 * dRowVector.cc (RowVector::insert (const RowVector&, int)): Ditto. |
|
2451 * dColVector.cc |
|
2452 (ColumnVector::insert (const ColumnVector&, int)): Ditto. |
|
2453 * CRowVector.cc |
|
2454 (ComplexRowVector::insert (const RowVector&, int)): Ditto. |
|
2455 (ComplexRowVector::insert (const ComplexRowVector&, int)): Ditto. |
|
2456 * CColVector.cc |
|
2457 (ComplexColumnVector::insert (const ColumnVector&, int)): Ditto. |
|
2458 (ComplexColumnVector::insert (const ComplexColumnVector&, int)): Ditto. |
|
2459 |
|
2460 * dMatrix.cc (Matrix::insert (const DiagMatrix&, int, int)): |
|
2461 Also fill in zeros, not just the diagonal. |
|
2462 |
|
2463 * CDiagMatrix.cc (ComplexDiagMatrix::fill (double, int, int)): |
|
2464 Use END parameter properly. |
|
2465 (ComplexDiagMatrix::fill (const Complex&, int, int)): Ditto. |
|
2466 * dDiagMatrix.cc (DiagMatrix::fill (double, int, int)): Ditto. |
|
2467 |
|
2468 * Array.h (ArrayRep<T>::ArrayRep (void)): Set count to 1 here. |
|
2469 (ArrayRep<T>::ArrayRep (T *, int)): Likewise. |
|
2470 * Array.cc (ArrayRep<T>::ArrayRep (const ArrayRep<T>&)): |
|
2471 Don't copy count. Set it to 1. |
|
2472 (ArrayRep<T>::ArrayRep (int)): Set count to 1 here. |
|
2473 |
|
2474 * Array.h (Array<T>::Array (T *, int)): After constructing rep, |
|
2475 don't set rep->count to 1 here (now handled by ArrayRep |
|
2476 constructors). |
|
2477 (Array<T>::Array (void)): Ditto. |
|
2478 (Array<T>::Array (int)): Ditto. |
|
2479 (Array<T>::T& elem (int)): Ditto. |
|
2480 * Array-idx.h (Array<T>::maybe_delete_elements (idx_vector&)): Ditto. |
|
2481 (Array2<T>::maybe_delete_elements (idx_vector&, idx_vector&)): Ditto. |
|
2482 * Array.cc: (Array<T>::Array (int, const T&)): Ditto. |
|
2483 (Array<T>::resize (int)): Ditto. |
|
2484 (Array<T>::resize (int, const T&)) :Ditto. |
|
2485 (Array<T>::fortran_vec (void)): Ditto. |
|
2486 (Array2<T>::resize (int, int)): Ditto. |
|
2487 (Array2<T>::resize (int, int, const T&)): Ditto. |
|
2488 (DiagArray<T>::resize (int, int)): Ditto. |
|
2489 (DiagArray<T>::resize (int, int, const T&)): Ditto. |
|
2490 |
|
2491 Sun Dec 31 21:23:26 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2492 |
|
2493 * Array-ch.cc: Rename from Array-c.cc. |
|
2494 * MArray-ch.cc: Rename from MArray-c.cc. |
|
2495 * chMatrix.cc: Rename from cMatrix.cc. |
|
2496 * chMatrix.h: Rename from cMatrix.h. |
|
2497 * Makefile.in (TI_SRC): Use new names here. |
|
2498 * mx-base.h: Likewise. |
|
2499 |
|
2500 Fri Dec 29 21:45:00 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2501 |
|
2502 * Makefile.in: Handle shared libraries. |
|
2503 |
|
2504 Thu Dec 28 14:18:34 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2505 |
|
2506 * CRowVector.cc (operator * (ComplexRowVector, ComplexMatrix)): |
|
2507 Correctly compute length of return value. Correct rows and |
|
2508 columns in zgemv call. |
|
2509 * dRowVector.cc (operator * (RowVector, Matrix)): Likewise. |
|
2510 |
|
2511 Tue Dec 26 00:37:57 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2512 |
|
2513 * Makefile.in (stamp-picdir): New target. |
|
2514 (all): Depend on it. |
|
2515 |
|
2516 Sun Dec 24 03:10:41 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2517 |
|
2518 * Makefile.in (INCLUDES): Remove QLD.h. |
|
2519 (SOURCES): Remove QLD.cc. |
|
2520 |
|
2521 Wed Dec 20 00:43:46 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2522 |
|
2523 * dMatrix.cc (Matrix::inverse): New arg, force. |
|
2524 If force is nonzero, invert even if matrix is singular. |
|
2525 (ComplexMatrix::inverse): Likewise. |
|
2526 |
|
2527 * dRowVector.cc, mx-inlines.cc, dMatrix.cc, dDiagMatrix.cc, |
|
2528 dColVector.cc,MArray-C.cc, CmplxDET.cc, CRowVector.cc, CMatrix.cc, |
|
2529 CDiagMatrix.cc, CColVector.cc, Array-C.cc, CmplxDET.h, CMatrix.h: |
|
2530 Include "oct-cmplx.h" instead of <Complex.h>. |
|
2531 |
|
2532 * mx-defs.h: Include oct-cmplx.h in place of forward declaration |
|
2533 for class Complex. |
|
2534 |
|
2535 * oct-cmplx.h: New file. |
|
2536 * Makefile.in (INCLUDES): Add it to the list. |
|
2537 |
|
2538 * idx-vector.cc (IDX_VEC_REP::idx_vector_rep): Don't redeclare len. |
|
2539 (IDX_VEC_REP::maybe_convert_one_zero_to_idx): Don't redeclare count. |
|
2540 (IDX_VEC_REP::freeze): Don't redeclare max_val and min_val. |
|
2541 (intcmp, sort_data, make_uniq, copy_data, IDX_VEC_REP::print): |
|
2542 Avoid g++ bugs. |
|
2543 |
|
2544 Tue Nov 14 14:24:16 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2545 |
|
2546 * Array-idx.h (maybe_delete_elements): Give useful error message. |
|
2547 |
|
2548 * dbleSCHUR.cc, dbleSVD.cc: Include iostream.h. |
|
2549 |
|
2550 Mon Nov 13 08:35:07 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2551 |
|
2552 * CDiagMatrix.cc (inverse): Return retval, not *this. |
|
2553 * dDiagMatrix.cc (inverse): Use same method as for Complex case. |
|
2554 |
|
2555 Sat Nov 4 05:06:12 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2556 |
|
2557 * Array.h, Array.cc, Array-idx.h [HEAVYWEIGHT_INDEXING]: Keep |
|
2558 index vector object with Array, not ArrayRep. |
|
2559 |
|
2560 Fri Nov 3 06:52:38 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2561 |
|
2562 * Array-idx.h (assign (Array2<T>&, const Array2<T>&): Don't fail |
|
2563 if index is a colon and resizing is maybe needed. |
|
2564 |
|
2565 Tue Oct 31 17:40:01 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2566 |
|
2567 * idx-vector.cc (IDX_VEC_REP::is_colon_equiv): Don't return true |
|
2568 if we have a vector of 1's. |
|
2569 |
|
2570 * Array-idx.h (assign (Array2<LT>&, Array2<RT>&): If lhs has no |
|
2571 current orientation, require index and rhs to conform unless |
|
2572 do_fortran_indexing flag is set. |
|
2573 |
|
2574 Sun Oct 15 23:32:08 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2575 |
|
2576 * Array-d.cc, Array-C.cc, mx-base.h, mx-inlines.cc, dDiagMatrix.h, |
|
2577 CDiagMatrix.h, CMatrix.cc, CMatrix.h, dMatrix.h, mx-defs.h, |
|
2578 cMatrix.h, MArray.cc, MArray.h, MArray-i.cc, MArray-c.cc, |
|
2579 MArray-s.cc, Array.h, Array.cc, Array-c.cc, Array-i.cc, |
|
2580 Array-s.cc, cMatrix.cc, Array-idx.h, dMatrix.cc: |
|
2581 Massive changes to support additional data types. Only charMatrix |
|
2582 is currently used in Octave. |
|
2583 |
|
2584 Thu Oct 12 02:22:36 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2585 |
|
2586 * Array.cc (Array2<T>::insert (Array2<T>&, int, int): New function. |
|
2587 * CMatrix.cc (ComplexMatrix::insert (ComplexMatrix&, int, int): |
|
2588 Simply call Array2<Complex> version. |
|
2589 * dMatrix.cc (Matrix::insert (Matrix&, int, int): Similarly, just |
|
2590 call Array2<double> version. |
|
2591 |
|
2592 * Array-C.cc, Array-d.cc: Instantiate new assign functions too. |
|
2593 |
|
2594 * Array.h, Array.cc: Massive overhaul to support new way of |
|
2595 handling indexing. |
|
2596 * idx-vector.h, idx-vector.cc: Likewise. |
|
2597 * Array-ext.cc, Array-idx.h: New files. |
|
2598 * Makefile.in: Add them to the appropriate lists. |
|
2599 |
|
2600 Wed Oct 11 00:49:58 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2601 |
|
2602 * Range.cc (nelem_internal): Use tfloor here, not round. |
|
2603 |
|
2604 Sun Oct 8 18:21:02 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2605 |
|
2606 * idx-vector.h, idx-vector.cc: New files, moved from ../src. |
|
2607 * Makefile.in (SOURCES, INCLUDES): Include them in the lists. |
|
2608 |
|
2609 Sat Oct 7 19:07:02 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2610 |
|
2611 * CMatrix.cc (pseudo_inverse): Avoid bogus g++ warning. |
|
2612 |
|
2613 * Array.h: Move simple member functions here. |
|
2614 * Array.cc: From here. |
|
2615 |
|
2616 Fri Oct 6 00:36:04 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2617 |
|
2618 * Range.cc (tfloor, tceil, round): New static functions. |
|
2619 (Range::nelem_internal): Rewrite to use better method. |
|
2620 |
|
2621 * dbleSVD.h (SVD::type): New item, sigma_only. |
|
2622 (type_computed): New var. |
|
2623 * dbleSVD.cc (left_singular_matrix, right_singular_matrix): |
|
2624 Handle possible error condition. |
|
2625 (init): Allow for SVD::sigma_only, save type computed. |
|
2626 * CmplxSVD.cc (left_singular_matrix, right_singular_matrix): |
|
2627 Handle possible error condition. |
|
2628 (init): Allow for SVD::sigma_only, save type computed. |
|
2629 |
|
2630 Wed Oct 4 15:33:35 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2631 |
|
2632 * Nearly all non-matrix .h and .cc files: |
|
2633 Move short function bodies into class declarations for inlining. |
|
2634 Generally clean up. |
|
2635 |
|
2636 * base-min.h: New file. |
|
2637 * LP.h (class LP): Derive from base_minimizer. |
|
2638 * QLP.h (class QLP): Derive from base_minimizer. |
|
2639 * NLP.h (class NLP): Derive from base_minimizer. |
|
2640 * Makefile.in (INCLUDES): Add base-min.h to the list. |
|
2641 |
|
2642 * Makefile.in (SOURCES): Delete DAEFunc.cc, LP.cc, NLConst.cc, |
|
2643 NLFunc.cc, Objective.cc and QP.cc from list. |
|
2644 |
|
2645 Tue Sep 26 04:14:23 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2646 |
|
2647 * dbleSCHUR.cc (select_ana): Remove name of unused parameter. |
|
2648 (SCHUR::SCHUR): Delete unused parameter ord. |
|
2649 * CmplxSCHUR.h (ComplexSCHUR::CmplxSCHUR): Likewise. |
|
2650 |
|
2651 * CRowVector.cc |
|
2652 (ComplexRowVector::operator+ (const Complex&, const RowVector&), |
|
2653 (ComplexRowVector::operator- (const Complex&, const RowVector&), |
|
2654 (ComplexRowVector::operator* (const Complex&, const RowVector&), |
|
2655 (ComplexRowVector::operator/ (const Complex&, const RowVector&)): |
|
2656 Actually do something. |
|
2657 |
|
2658 * dMatrix.cc (Matrix::lssolve (ComplexMatrix&)): Use dummy vars. |
|
2659 (Matrix::lssolve (ComplexMatrix&, int&)): Likewise. |
|
2660 (Matrix::lssolve (ComplexMatrix&, int&, int&)): Likewise. |
|
2661 |
|
2662 * Quad.cc (Quad_options::Quad_options (double, double)): New function. |
|
2663 * (Quad::Quad (integrand_fcn, double, double): Properly initialize |
|
2664 tolerances. |
|
2665 |
|
2666 * DAE.cc (ddassl_f, ddassl_j): Remove names of unused parameters. |
|
2667 * LPsolve.cc (LPsolve::minimize): Likewise. |
|
2668 * NPSOL.cc (NPSOL::option, npsol_confun, npsol_objfun): Likewise. |
|
2669 * ODE.cc (lsode_f, lsode_j): Likewise. |
|
2670 * QPSOL.cc (qphess): Likewise. |
|
2671 |
|
2672 Fri Sep 22 04:14:51 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2673 |
|
2674 * dMatrix.cc: Include <cstring>. |
|
2675 |
|
2676 * Array.cc: Try harder to avoid warnings from gcc in functions |
|
2677 that return bogus values after calling the error handler. |
|
2678 |
|
2679 Thu Sep 14 00:56:00 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2680 |
|
2681 * Makefile.in: Use `ifndef omit_deps', not `ifndef $(omit_deps)'. |
|
2682 |
|
2683 * Makefile.in (TEMPLATE_SRC): Add Array-i.cc to the list. |
|
2684 |
|
2685 Tue Aug 22 00:41:06 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2686 |
|
2687 * DAE.cc (dassl_f): Add UNUSED attribute for unused parameters. |
|
2688 (dassl_j): Likewise. |
|
2689 |
|
2690 * DAE.cc, NLEqn.cc, NPSOL.cc, ODE.cc, CColVector.cc, CMatrix.cc, |
|
2691 dColVector.cc, dMatrix.cc, CmplxLU.cc, dbleLU.cc, QPSOL.cc, |
|
2692 Array.cc, CollocWt.cc, FEGrid.h, LinConst.h: |
|
2693 Update for change in for loop variable scope for gcc 2.7.0. |
|
2694 |
|
2695 Mon Aug 21 19:34:53 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2696 |
|
2697 * Makefile.in: Only include dependency files if $(omit_deps) is |
|
2698 not set. |
|
2699 |
|
2700 Mon May 1 13:26:00 1995 John Eaton (jwe@bullwinkle.che.utexas.edu) |
|
2701 |
|
2702 * dbleSCHUR.h dbleSVD.h dbleQRP.h dbleQR.h dbleHESS.h dbleLU.h |
|
2703 dbleCHOL.h dbleGEPBAL.h dbleAEPBAL.h dbleDET.h dDiagMatrix.h |
|
2704 dColVector.h dMatrix.h dRowVector.h Quad.h Range.h QPSOL.h QLD.h |
|
2705 ODEFunc.h QP.h Objective.h NPSOL.h ODE.h NLEqn.h NLFunc.h |
|
2706 NLConst.h LinConst.h LPsolve.h LP.h FSQP.h FEGrid.h EIG.h |
|
2707 DAEFunc.h CollocWt.h DAE.h CmplxSVD.h CmplxQRP.h CmplxSCHUR.h |
|
2708 CmplxHESS.h CmplxDET.h CmplxLU.h CmplxQR.h CmplxCHOL.h |
|
2709 CmplxAEPBAL.h CRowVector.h CDiagMatrix.h Bounds.h CColVector.h |
|
2710 CMatrix.h dbleSCHUR.cc dbleSVD.cc dbleQRP.cc dbleQR.cc |
|
2711 dbleGEPBAL.cc dbleLU.cc dbleHESS.cc dbleDET.cc dbleCHOL.cc |
|
2712 dbleAEPBAL.cc dColVector.cc dRowVector.cc dMatrix.cc |
|
2713 dDiagMatrix.cc QPSOL.cc Range.cc Quad.cc QP.cc ODEFunc.cc QLD.cc |
|
2714 Objective.cc NLEqn.cc ODE.cc NPSOL.cc NLFunc.cc LPsolve.cc |
|
2715 NLConst.cc LinConst.cc FSQP.cc FEGrid.cc LP.cc DAE.cc EIG.cc |
|
2716 CollocWt.cc DAEFunc.cc CmplxSVD.cc CmplxSCHUR.cc CmplxQRP.cc |
|
2717 CmplxLU.cc CmplxQR.cc CmplxHESS.cc CmplxDET.cc CmplxCHOL.cc |
|
2718 CmplxAEPBAL.cc CRowVector.cc CColVector.cc CMatrix.cc |
|
2719 CDiagMatrix.cc Bounds.cc MArray.h MArray.cc Array.cc Array.h |
|
2720 NLP.h: Use pragma interface/implementation. Don't surround |
|
2721 contents in extern "C++". |
|
2722 * lo-error.h sun-utils.h: Don't surround contents in extern "C++". |
|
2723 |
|
2724 Tue Apr 11 10:59:24 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
2725 |
|
2726 * f77-uscore.h (F77_FCN): Allow for possibility of uppercase |
|
2727 identifiers. |
|
2728 * utils.cc dbleSVD.cc dbleSCHUR.cc dbleQRP.cc dbleQR.cc dbleLU.cc |
|
2729 dbleHESS.cc dbleGEPBAL.cc dbleAEPBAL.cc dRowVector.cc |
|
2730 dColVector.cc QLD.cc CmplxSVD.cc CmplxCHOL.cc CmplxHESS.cc |
|
2731 CmplxQR.cc CmplxQRP.cc QPSOL.cc CmplxAEPBAL.cc CmplxLU.cc |
|
2732 CmplxSCHUR.cc dMatrix.cc CColVector.cc CRowVector.cc dbleCHOL.cc |
|
2733 CollocWt.cc NLEqn.cc EIG.cc DAE.cc ODE.cc CMatrix.cc NPSOL.cc |
|
2734 Quad.cc: Change usage of F77_FCN to match new definition |
|
2735 |
|
2736 * utils.cc dbleSVD.cc dbleSCHUR.cc dbleQRP.cc dbleQR.cc dbleLU.cc |
|
2737 dbleHESS.cc dbleGEPBAL.cc dbleAEPBAL.cc dRowVector.cc |
|
2738 dColVector.cc QLD.cc CmplxSVD.cc CmplxCHOL.cc CmplxHESS.cc |
|
2739 CmplxQR.cc CmplxQRP.cc QPSOL.cc CmplxAEPBAL.cc CmplxLU.cc |
|
2740 CmplxSCHUR.cc dMatrix.cc CColVector.cc CRowVector.cc dbleCHOL.cc |
|
2741 CollocWt.cc NLEqn.cc EIG.cc DAE.cc ODE.cc CMatrix.cc NPSOL.cc |
|
2742 Quad.cc: Where appropriate, declare Fortran subroutines to take |
|
2743 args by reference instead of pointer. Change all callers. |
|
2744 |
|
2745 Sun Apr 9 20:11:56 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
2746 |
|
2747 * MArray.h (MArray2::~MArray2, MDiagArray::~MDiagArray): New |
|
2748 functions. Make += and -= operators friend functions. |
|
2749 |
|
2750 * Array.h (Array2::~Array2, Array3::~Array3, |
|
2751 DiagArray::~DiagArray): New functions. |
|
2752 |
|
2753 Wed Apr 5 21:21:13 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
2754 |
|
2755 * Makefile.in (EXTRAS): Don't distribute mx-kludge.cc. |
|
2756 (MATRIX_INC): Don't distribute mx-kludge.h. |
|
2757 |
|
2758 * CColVector.h CColVector.cc CDiagMatrix.h CDiagMatrix.cc |
|
2759 CMatrix.h CMatrix.cc CRowVector.h CRowVector.cc dColVector.h |
|
2760 dColVector.cc dDiagMatrix.h dDiagMatrix.cc dMatrix.h dMatrix.cc |
|
2761 dRowVector.h dRowVector.cc: |
|
2762 Derive classes from MArray, MArray2, and MDiagArray, not Array, |
|
2763 Array2, and DiagArray2. |
|
2764 Don't use functions defined in mx-kludge.cc for arithmetic |
|
2765 like-type operations on arrays. |
|
2766 |
|
2767 * MArray.cc: Use the classes defined here like-type mathematical |
|
2768 operations on Array objects. Abuse CPP more. |
|
2769 * Makefile.in (TEMPLATE_SRC): Add it to the list. |
|
2770 (EXTRAS): Delete it from this list. |
|
2771 |
|
2772 * MArray-C.cc, MArray-d.cc: New files. |
|
2773 * Makefile.in (TI_SRC): Add them to the list. |
|
2774 |
|
2775 Tue Apr 4 14:13:46 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
2776 |
|
2777 * mx-kludge.cc: Abuse CPP even more. |
|
2778 |
|
2779 Mon Apr 3 21:05:30 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
2780 |
|
2781 * Objective.h (objective_function): Add missing const. |
|
2782 (gradient_function): Likewise. |
|
2783 |
|
2784 * CColVector.h CColVector.cc CDiagMatrix.h CDiagMatrix.cc |
|
2785 CMatrix.h CMatrix.cc CRowVector.h CRowVector.cc dColVector.h |
|
2786 dColVector.cc dDiagMatrix.h dDiagMatrix.cc dMatrix.h dMatrix.cc |
|
2787 dRowVector.h dRowVector.cc: |
|
2788 Reorganize to declare and define friends where they should be, |
|
2789 based on the use of private constructors. |
|
2790 |
|
2791 Fri Mar 31 10:09:40 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
2792 |
|
2793 * CRowVector.h (linspace): Add declaration. |
|
2794 * dRowVector.h (linspace): Likewise. |
|
2795 |
|
2796 * dMatrix.cc (Matrix::inverse, Matrix::determinant, Matrix::solve): |
|
2797 Force result of rcond + 1.0 to be stored. |
|
2798 * CMatrix.cc (ComplexMatrix::inverse, ComplexMatrix::determinant, |
|
2799 ComplexMatrix::solve): Likewise. |
|
2800 |
|
2801 See ChangeLog.1 in the top level directory for earlier changes. |