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