3091
|
1 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2 |
3092
|
3 * specfun/gammai.m: Avoid problems with whitespace when |
|
4 constructing matrices. |
|
5 |
3091
|
6 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
|
7 <SJL@nrc.gov>. Also return yf in the same orientation as the |
|
8 original y vector. |
|
9 |
3085
|
10 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
11 |
|
12 * linear-algebra/cross.m: Use direct formula instead of calling |
|
13 det three times in a loop. If both args are column (row) vectors, |
|
14 return a column (row) vector. If they don't match, pay attention |
|
15 to the value of prefer_column_vectors. |
|
16 |
|
17 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
|
18 |
|
19 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for |
|
20 nonsymmetric matrices. |
|
21 |
|
22 * general/tril.m: Fix usage message. |
|
23 |
|
24 * polynomial/polyvalm.m: Fix error messages. |
|
25 * polynomial/polyderiv.m: Likewise. |
|
26 * polynomial/polyval.m: Likewise. |
|
27 |
3081
|
28 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
29 |
|
30 * strings/blanks.m: Allow blanks(0) to return empty string. |
|
31 Allow negative arguments if treat_neg_dim_as_zero is true. |
|
32 |
3063
|
33 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
34 |
|
35 * plot/mesh.m: Set noparametric plot mode after plotting. |
|
36 |
3062
|
37 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
|
38 |
|
39 * plot/__pltopt__.m: Handle key/legend names. |
|
40 Correctly set colors, line styles, and point styles. |
|
41 |
3061
|
42 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
43 |
|
44 * polynomial/polyfit.m: Return fit y values as second output. |
|
45 Don't use QR factorization to solve least squares problem. |
|
46 |
|
47 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
48 |
|
49 * control/dlqr.m: Use ao, not a, to compute k. |
|
50 |
3024
|
51 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
52 |
|
53 * miscellaneous/path.m: New file. |
|
54 |
2993
|
55 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
56 |
|
57 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file |
|
58 name. |
|
59 |
2968
|
60 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
61 |
|
62 * specfun/erfinv.m: Add missing semicolon. |
|
63 |
2870
|
64 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
65 |
|
66 * miscellaneous/xor.m: Make type of return value logical. |
|
67 |
2853
|
68 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
69 |
|
70 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
71 warn_comma_in_global_decl. |
|
72 |
2831
|
73 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
74 |
|
75 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find |
|
76 octave-bug script. |
|
77 |
2823
|
78 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
79 |
2824
|
80 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
81 prefer_zero_one_indexing. |
|
82 |
2823
|
83 * general/logical.m: New file. |
|
84 |
2816
|
85 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
86 |
|
87 * general/nextpow2.m: Correctly handle new meaning of is_scalar() |
|
88 and is_vector(). |
|
89 |
2813
|
90 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
|
91 |
|
92 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. |
|
93 Use tolerance of 2 * eps. |
|
94 |
2811
|
95 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
96 |
|
97 * Makefile.in (install-strip): New target. |
|
98 * audio/Makefile.in: Ditto. |
|
99 * control/Makefile.in: Ditto. |
|
100 * elfun/Makefile.in: Ditto. |
|
101 * general/Makefile.in: Ditto. |
|
102 * image/Makefile.in: Ditto. |
|
103 * io/Makefile.in: Ditto. |
|
104 * linear-algebra/Makefile.in: Ditto. |
|
105 * miscellaneous/Makefile.in: Ditto. |
|
106 * plot/Makefile.in: Ditto. |
|
107 * polynomial/Makefile.in: Ditto. |
|
108 * set/Makefile.in: Ditto. |
|
109 * signal/Makefile.in: Ditto. |
|
110 * specfun/Makefile.in: Ditto. |
|
111 * special-matrix/Makefile.in: Ditto. |
|
112 * startup/Makefile.in: Ditto. |
|
113 * statistics/Makefile.in: Ditto. |
|
114 * strings/Makefile.in: Ditto. |
|
115 |
2809
|
116 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
117 |
|
118 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). |
|
119 |
2798
|
120 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
121 |
|
122 * statistics/corrcoef.m: Make it actually work. |
|
123 |
2795
|
124 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
125 |
2798
|
126 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795
|
127 |
2779
|
128 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775
|
129 |
|
130 * Version 2.0.5 released. |
|
131 |
2745
|
132 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
133 |
2749
|
134 * Makefile.in (maintainer-clean): Also remove configure. |
|
135 |
2746
|
136 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
|
137 |
2745
|
138 * general/is_matrix.m: Return zero for empty matrices. |
|
139 |
|
140 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
141 |
|
142 * linear-algebra/vech.m: Size result just once. |
|
143 |
2726
|
144 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
145 |
|
146 * general/is_square.m: Handle empty matrices correctly. |
|
147 * general/is_symmetric.m: Handle empty matrices and strings. |
|
148 |
2716
|
149 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
150 |
|
151 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). |
|
152 * polynomial/deconv.m: Likewise. |
|
153 * polynomial/polyderiv.m: Likewise. |
|
154 * polynomial/polyinteg.m: Likewise. |
|
155 * polynomial/polyreduce.m: Likewise. |
|
156 * polynomial/polyval.m: Likewise. |
|
157 * polynomial/polyvalm.m: Likewise. |
|
158 * general/postpad.m: Likewise. |
|
159 * general/prepad.m: Likewise. |
|
160 |
|
161 * polynomial/compan.m: Check input with is_vector(), not |
|
162 is_matrix(). Handle scalar case. |
|
163 |
2711
|
164 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
165 |
2715
|
166 * plot/contour.m: Order data so that it is consistent with |
|
167 meshgrid and mesh. |
|
168 |
2711
|
169 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
|
170 * plot/sombrero.m: Use meshgrid, not meshdom. |
|
171 |
2709
|
172 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702
|
173 |
|
174 * Version 2.0.4 released. |
|
175 |
2706
|
176 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
177 |
2702
|
178 * miscellaneous/paren.m: New file. |
|
179 |
2693
|
180 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690
|
181 |
|
182 * Version 2.0.3 released. |
|
183 |
2676
|
184 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
185 |
|
186 * image/saveimage.m: Only clip image data that is actually out of |
|
187 range. |
|
188 |
2667
|
189 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
190 |
|
191 * general/is_matrix.m: Scalars, vectors, and empty matrices may |
|
192 also be considered to be matrices. |
|
193 |
|
194 * general/is_vector.m: Scalars may also be considered to be vectors. |
|
195 |
|
196 * general/isempty.m: Use size(), not rows() and columns(). |
|
197 |
|
198 * plot/contour.m: Convert set to gset. |
|
199 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. |
|
200 |
2663
|
201 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
202 |
|
203 * specfun/erfinv.m: Fix typo in last change. |
|
204 |
2650
|
205 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
206 |
|
207 * image/loadimage.m: Make it possible to load files with image |
|
208 data named X or img. |
|
209 |
|
210 * image/default.img: Change name of image from X to img to match |
|
211 what saveimage does now. |
|
212 |
|
213 * image/loadimage.m: Rename X to be img, to match what saveimage |
|
214 does now. |
|
215 |
2632
|
216 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
217 |
2634
|
218 * Version 2.0.2 released. |
|
219 |
2632
|
220 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
|
221 weird missing-lines bug without creating extra plots unecessarily. |
|
222 |
2624
|
223 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
224 |
|
225 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
226 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
227 io/Makefile.in, linear-algebra/Makefile.in, |
|
228 miscellaneous/Makefile.in, plot/Makefile.in, |
|
229 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
230 specfun/Makefile.in, special-matrix/Makefile.in, |
|
231 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, |
|
232 time/Makefile.in (bin-dist): New target. |
|
233 |
2621
|
234 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
235 |
|
236 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. |
|
237 |
|
238 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
239 |
|
240 * miscellaneous/xor.m: Make it work. |
|
241 |
2613
|
242 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
243 |
|
244 * plot/sombrero.m: Doc fix. |
|
245 |
2602
|
246 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
247 |
|
248 * Version 2.0.1 released. |
|
249 |
2601
|
250 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
251 |
|
252 * elfun/lcm.m: Replace missing if statement. |
|
253 |
|
254 * elfun/gcd.m: Report error if no input args. |
|
255 * elfun/lcm.m: Likewise. |
|
256 |
2597
|
257 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
258 |
|
259 * Makefile.in (install): Use ls -LR to create ls-R database. |
|
260 Also list contents of $libexecdir/octave in ls-R database. |
|
261 |
2583
|
262 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
263 |
|
264 * Version 2.0 released. |
|
265 |
2575
|
266 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
267 |
|
268 * Version 1.94. |
|
269 |
2558
|
270 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
271 |
|
272 * strings/str2num.m: New file. |
|
273 |
2554
|
274 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
275 |
|
276 * Version 1.93. |
|
277 |
2540
|
278 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
279 |
|
280 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, |
|
281 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, |
|
282 linear-algebra/vech.m: New files from Kurt Hornik. |
|
283 |
|
284 * general/nextpow2.m, general/shift.m, general/diff.m, |
|
285 general/common_size.m: New files from Kurt Hornik. |
|
286 |
|
287 * miscellaneous/bincoeff.m, miscellaneous/xor.m: |
|
288 New files from Kurt Hornik. |
|
289 |
|
290 * signal/detrend.m: New file from Kurt Hornik. |
|
291 |
|
292 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, |
|
293 specfun/pow2.m, specfun/log2.m: |
|
294 New files and updates from Kurt Hornik. |
|
295 |
2523
|
296 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
297 |
|
298 * plot/__plt__.m: Add explicit replot after last command is |
|
299 issued, to force all lines to be displayed. Hmm. |
|
300 |
2512
|
301 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
302 |
2520
|
303 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
|
304 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, |
|
305 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, |
|
306 plot/plot_border.m, plot/polar.m, plot/semilogx.m, |
|
307 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, |
|
308 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: |
|
309 Uset gset, not set. |
|
310 |
2512
|
311 * Version 1.92. |
|
312 |
2482
|
313 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
314 |
2486
|
315 * image/saveimage.m: When writing PostScript, name Octave as the |
|
316 almighty Creator. Use single call to fprintf instead of looping. |
|
317 |
|
318 * image/Makefile.in: Delete references to octtopnm. |
|
319 |
|
320 * general/logspace.m: Doc fix. |
|
321 |
2482
|
322 * Version 1.91. |
|
323 |
2458
|
324 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
325 |
|
326 * image/image.m: Use tmpnam() instead of home-brew scheme. |
|
327 |
|
328 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of |
|
329 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is |
|
330 deleted. |
|
331 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead |
|
332 of a system() command to delete the tmp file. |
|
333 |
2452
|
334 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
335 |
|
336 * Version 1.90. |
|
337 |
|
338 * Makefile.in (DISTFILES): Add ChangeLog. |
|
339 |
2360
|
340 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
341 |
|
342 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: |
|
343 Don't check for string value of automatic_replot. |
|
344 |
|
345 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: |
|
346 Temporarily set do_fortran_indexing to 1, not "true". |
|
347 |
|
348 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, |
|
349 not "false". |
|
350 |
|
351 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to |
|
352 "false". |
|
353 |
2355
|
354 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
|
355 |
|
356 * strings/substr.m: Allow negative OFFSET. LEN is now optional. |
|
357 |
2330
|
358 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
359 |
|
360 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in |
|
361 system command. |
|
362 |
|
363 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
364 |
|
365 * __plr1__.m: Renamed from polar_int_1.m. |
|
366 * __plr2__.m: Renamed from polar_int_2.m. |
|
367 * __plr__.m: Renamed from polar_int.m. |
|
368 * __plt1__.m: Renamed from plot_int_1.m. |
|
369 * __plt2__.m: Renamed from plot_int_2.m. |
|
370 * __plt2mm__.m: Renamed from plot_2_m_m_.m. |
|
371 * __plt2mv__.m: Renamed from plot_2_m_v_.m. |
|
372 * __plt2ss__.m: Renamed from plot_2_s_s_.m. |
|
373 * __plt2vm__.m: Renamed from plot_2_v_m_.m. |
|
374 * __plt2vv__.m: Renamed from plot_2_v_v_.m. |
|
375 * __plt__.m: Renamed from plot_int.m. |
|
376 * __pltopt__.m: Renamed from plot_opt.m. |
|
377 Change all callers. |
|
378 |
|
379 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
380 |
|
381 * All .m files: Add regular Author:, Created:, and Adapted-By: |
|
382 comments like those found in Emacs lisp files. |
|
383 |
|
384 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
385 |
|
386 * All .m files: Change comment style. |
|
387 |
|
388 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
389 |
|
390 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, |
|
391 subplot.m, subwindow.m, top_title.m: |
|
392 Print error message if gnuplot_has_multiplot is not true. |
|
393 |
|
394 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
395 |
|
396 * plot/figure.m: New function. |
|
397 |
|
398 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
399 |
|
400 * strings/strrep.m: New function. |
|
401 |
|
402 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
403 |
|
404 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, |
|
405 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, |
|
406 strings/hex2dec.m, strings/index.m, strings/rindex.m, |
|
407 strings/split.m, strings/str2mat.m, strings/substr.m: |
|
408 New functions from Kurt Hornik, heavily modified by jwe. |
|
409 |
|
410 * general/reshape.m: Allow strings to be reshaped too. |
|
411 |
|
412 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. |
|
413 Always return a scalar. |
|
414 |
|
415 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
416 |
|
417 * polynomial/polyfit.m: Make orientation of result compatible with |
|
418 Matlab. |
|
419 |
|
420 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
421 |
|
422 * polynomial/polyfit.m: Add missing close paren. |
|
423 |
|
424 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
425 |
|
426 * plot/plot_opt.m: Set compatibility arg in call to sscanf. |
|
427 |
|
428 * io/scanf.m: Delete. |
|
429 |
|
430 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
431 |
|
432 * statistics/median.m: Fix typo in usage message. |
|
433 |
|
434 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
435 |
|
436 * miscellaneous/popen2.m: New file. |
|
437 |
|
438 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
439 |
|
440 * configure.in (AC_OUTPUT): Add io/Makefile. |
|
441 |
|
442 * io: New directory. |
|
443 * Makefile.in (SUBDIRS): Add it to the list. |
|
444 |
|
445 * miscellaneous/flops.m: New file. |
|
446 |
|
447 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
448 |
|
449 * miscellaneous/cputime.m: Return three arguments instead of a |
|
450 vector, for compatibility with previous versions and with Matlab |
|
451 (which only returns one scalar value). |
|
452 |
|
453 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> |
|
454 |
|
455 * general/triu.m: Compute lower bound on loop index correctly. |
|
456 * general/tril.m: Likewise, for upper bound. |
|
457 |
|
458 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
459 |
|
460 * image/saveimage.m: For color images, make sure indices into |
|
461 temporary colormap and result matrix have proper orientation. |
|
462 Set grey flag correctly. |
|
463 |
|
464 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
465 |
|
466 * statistics/std.m: Use better formula (from Jim Van Zandt |
|
467 jrv@vanzandt.mv.com). |
|
468 |
|
469 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
470 |
|
471 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). |
|
472 * mesh.m: Transpose Z if only one arg. |
|
473 Handle case of all three args being matrices (from Jim Van Zandt |
|
474 jrv@vanzandt.mv.com). |
|
475 * meshdom.m: Undo previous change. |
|
476 |
|
477 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
478 |
|
479 * configure.in (AC_OUTPUT): Add audio/Makefile |
|
480 |
|
481 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
482 |
|
483 * audio: New directory of files from Kurt Hornik and Andreas |
|
484 Weingessel. |
|
485 * audio/Makefile.in: New file. |
|
486 * Makefile.in (SUBDIRS): Add audio to the list. |
|
487 |
|
488 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
489 |
|
490 * polynomial/polyfit.m: Use `economy-stle' QR factorization. |
|
491 |
|
492 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
493 |
|
494 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == |
|
495 columns (z), not the other way around. |
|
496 * plot/meshdom.m: Don't reverse order of elements in y. |
|
497 |
|
498 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
499 |
|
500 * plot/axis.m: Return current axis if nargin == 0. |
|
501 |
|
502 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
503 |
|
504 * polynomial/roots.m: Updates from Kurt Hornik. |
|
505 |
|
506 * polynomial/polyder.m: New file. |
|
507 |
|
508 * polynomial/polyderiv.m: Give return value and arg different names. |
|
509 |
|
510 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
511 |
|
512 * specfun/betainc.m: New file. |
|
513 * specfun/gammainc.m: New file. |
|
514 |
|
515 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
516 |
|
517 * general/strerror.m: New file. |
|
518 * general/perror.m: Implement using strerror(). |
|
519 |
|
520 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
521 |
|
522 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m |
|
523 plot/plot_border.m plot/subplot.m plot/subwindow.m |
|
524 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. |
|
525 |
|
526 * image/saveimage.m: Round img values first. |
|
527 |
|
528 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
529 |
|
530 * control/abcddim.m control/are.m general/tril.m general/triu.m |
|
531 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m |
|
532 linear-algebra/null.m miscellaneous/etime.m plot/contour.m |
|
533 plot/mesh.m plot/plot_int.m plot/polar_int.m |
|
534 special-matrix/hankel.m special-matrix/toeplitz.m |
|
535 tuwien/strfun/split.m: Add missing semicolons. |
|
536 |
|
537 * plot/polar_int.m: Use .', not ' to make vectors conform. |
|
538 |
|
539 * image/Makefile.in: Don't build or install octtoppm. |
|
540 |
|
541 * image/saveimage.m: Rewrite to avoid using octoppm and pbm |
|
542 routines so that people who don't have the the pbm stuff installed |
|
543 can still use this function. |
|
544 |
|
545 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
546 |
|
547 * image/saveimage.m: Better error checking, clean up a bit. |
|
548 |
|
549 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
550 |
|
551 * plot/plot_opt.m: Change more to more_opts as a temporary fix to |
|
552 avoid conflict with new built-in text-style function more. |
|
553 |
|
554 * linear-algebra/norm.m: Also allow 2nd arg == "inf". |
|
555 |
|
556 * startup/Makefile.in (install): Also install octaverc in |
|
557 $localfcnfiledir/startup/octavrc. |
|
558 |
|
559 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
560 |
|
561 * mkinstalldirs: New file. |
|
562 * Makefile.in (DISTFILES): Add it to the list. |
|
563 |
|
564 * Makefile.in (DISTFILES): Distribute configure.in and configure. |
|
565 |
|
566 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
567 |
|
568 * special-matrix/hankel.m: Compatibility fix. Complain if |
|
569 r(1) != c(nr), not if r(1) != c(1). |
|
570 |
|
571 * signal/filter.m: Doc fix. |
|
572 |
|
573 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
574 |
|
575 * miscellaneous/cputime.m: Use new resource structure names (no |
|
576 ru_ or tv_ prefixes). |
|
577 |
|
578 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
579 |
|
580 * time/ctime.m: Fix doc string and usage message. |
|
581 |
|
582 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
583 |
|
584 * time/clock.m: Use new time structure names (no tm_ prefix). |
|
585 |
|
586 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
587 |
|
588 * control/c2d.m: Make function work for any value of |
|
589 whitespace_in_literal_matrix. |
|
590 * control/dare.m: Likewise. |
|
591 * control/tzero.m: Likewise. |
|
592 * elfun/gcd.m: Likewise. |
|
593 * elfun/lcm.m: Likewise. |
|
594 * general/postpad.m: Likewise. |
|
595 * general/prepad.m: Likewise. |
|
596 * linear-algebra/kron.m: Likewise. |
|
597 * miscellaneous/etime.m: Likewise. |
|
598 * polynomial/conv.m: Likewise. |
|
599 * polynomial/deconv.m: Likewise. |
|
600 * polynomial/poly.m: Likewise. |
|
601 * polynomial/roots.m: Likewise. |
|
602 * signal/filter.m: Likewise. |
|
603 * signal/freqz.m: Likewise. |
|
604 * signal/fftfilt.m: Likewise. |
|
605 |
|
606 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
607 |
|
608 * miscellaneous/is_leap_year.m: Make work for vector args. |
|
609 |
|
610 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
611 |
|
612 * plot/polar_int_2.m: Add missing semicolons. |
|
613 Set theta = theta', not rho'. |
|
614 |
|
615 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
616 |
|
617 * polynomial/roots.m: Make it work for any value of |
|
618 whitespace_in_literal_matrix. |
|
619 |
|
620 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
621 |
|
622 * configure.in: New file. |
|
623 |
|
624 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
625 |
|
626 * control/lyap.m: Add missing semicolon. |
|
627 |
|
628 * miscellaneous/cputime.m: New function file. |
|
629 |
|
630 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
631 |
|
632 * time: New directory. |
|
633 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: |
|
634 New function files. |
|
635 * time/Makefile.in: New file. |
|
636 * Makefile.in (SUBDIRS): Add time. |
|
637 |
|
638 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
639 |
|
640 * polynomial/polyreduce.m: Make sure initial index is not empty. |
|
641 |
|
642 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
643 |
|
644 * plot/plot_int_1.m: Transpose data with .', not '. |
|
645 |
|
646 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
647 |
|
648 * Makefile.in (install uninstall clean mostlyclean distclean |
|
649 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. |
|
650 |
|
651 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
652 |
|
653 * Makefile.in (install): Create ls-R database file. |
|
654 (uninstall): Delete it. |
|
655 |
|
656 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
657 |
|
658 * scripts/image/saveimage.m: Fix typo. |
|
659 |
|
660 See ChangeLog.1 in the top level directory for earlier changes. |