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