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