2664
|
1 Sat Feb 8 17:16:09 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2 |
|
3 * pr-output.cc (octave_print_internal): Print a new line for empty |
|
4 string matrices. |
|
5 |
2663
|
6 Wed Feb 5 14:30:44 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7 |
|
8 * oct-stream.cc (scanf_format_list::process_conversion): Accept |
|
9 but don't actually use h, l, and L modifiers. Always insert l |
|
10 modifier for floating point conversions. |
|
11 |
2652
|
12 Fri Jan 31 13:55:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
13 |
|
14 * pager.cc (do_sync): Always flush the cout stream after writing. |
|
15 |
2643
|
16 Wed Jan 29 08:25:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
17 |
2648
|
18 * defaults.cc (exec_path): Don't include bin_dir in std_path. |
|
19 |
2646
|
20 * pager.cc (do_sync): Flush the cout stream after writing if |
|
21 running in interactive or forced_interactive mode. |
|
22 |
|
23 * mk-oct-links: Rename from mk-oct-links.in. |
|
24 Don't use symbolic links. |
|
25 * Makefile.in: Distribute mk-oct-links, not mk-oct-links.in |
|
26 (mk-oct-links): Delete target. |
|
27 (install-oct, bin-dist): Don't depend on mk-oct-links. |
|
28 Run $(srcdir)/mk-oct-links, not ./mk-oct-links. |
|
29 |
2643
|
30 * qr.cc (qr): Doc fix. |
|
31 |
2638
|
32 Tue Jan 28 10:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
33 |
|
34 * Makefile.in (install-inc): Create a relative symbolic link. |
|
35 (install-bin): Create a relative symbolic link. |
|
36 |
2630
|
37 Mon Jan 27 12:12:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
38 |
2634
|
39 * Version 2.0.2 released. |
|
40 |
|
41 * Makefile.in (CXXFLAGS_NO_PT_FLAGS): Rename from XALL_CXXFLAGS. |
|
42 Substitute bsd_gcc_kluge_targets_frag. |
|
43 |
2630
|
44 * sysdep.cc (Fsleep): New function. |
|
45 (Fusleep): New function. |
|
46 |
|
47 * toplev.cc (octave_config_info): Don't include RLD_FLAG. |
|
48 * oct-conf.h.in: Don't define RLD_FLAG |
|
49 |
2626
|
50 Sun Jan 26 19:41:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
51 |
|
52 * sighandlers.cc (sigchld_handler): Block SIGCHLD while |
|
53 sigchld_hander is running. |
|
54 |
2624
|
55 Sat Jan 25 22:36:39 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
56 |
|
57 * Makefile.in (bin-dist): Update for 2.x. |
|
58 |
2621
|
59 Fri Jan 24 10:05:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
60 |
|
61 * mk-oct-links.in: New arg, -p, to just print list of files to link. |
|
62 |
|
63 * lex.l (handle_number): Convert `D' or `d' exponents to `e' |
|
64 before scanning. |
|
65 |
2620
|
66 Thu Jan 23 10:00:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
67 |
|
68 * pt-pr-code.h, pt-pr-code.cc (tree_print_code::visit_no_op_command): |
|
69 New function. |
|
70 * pt-cmd.h, pt-cmd.cc (tree_no_op_command): New class. |
|
71 * parse.y (make_break_command, make_continue_command, |
|
72 make_return_command): Where they don't really make sense, turn |
|
73 these commands into no-ops. Accept return and break if reading a |
|
74 script file. |
|
75 * toplev.cc (parse_and_execute): Handle return and break in script |
|
76 files. Quit executing commands if an error occurs when reading a |
|
77 script file. Set global_command to 0 after deleting it. |
|
78 (main_loop): If not interactive or forced_interactive, handle |
|
79 break and return, and quit executing commands if an error occurs. |
|
80 Set global_command to 0 after deleting it. |
|
81 * error.cc (Ferror): Doc fix. |
|
82 * pt-walk.h (tree_walker): Add declaration for visit_no_op_command. |
|
83 |
2618
|
84 Wed Jan 22 20:54:12 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
85 |
|
86 * input.cc (gnu_readline): If not using readline, flush |
|
87 rl_outstream after printing prompt. |
|
88 (octave_gets): Also call flush_octave_stdout() if |
|
89 forced_interactive, not just if interactive. |
|
90 (do_input_echo): If forced_interactive, only echo prompt and |
|
91 command line if also reading a script file. |
|
92 |
2616
|
93 Tue Jan 21 23:02:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
94 |
|
95 * SLList.h: Include "BaseSLList.h", not <BaseSLList.h>. |
|
96 |
2610
|
97 Mon Jan 20 11:11:12 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
98 |
2614
|
99 * lex.l (token_stack): Don't declare static. |
|
100 * pt-plot.cc (tmp_files): Likewise. |
|
101 * toplev.cc (octave_atexit_functions): Likewise. |
|
102 * unwind-prot.cc (unwind_protect_list): Likewise. |
|
103 |
2613
|
104 * ops.h (MX_MX_BOOL_OP): Correctly handle case of one or both |
|
105 arguments being empty. Change all callers. |
|
106 |
|
107 * oct-stream.cc (printf_value_cache::looking_at_string): |
|
108 Handle empty strings correctly now that they are 0x0. |
|
109 |
2610
|
110 * file-io.cc: Don't include "syswait.h" here. |
|
111 |
|
112 Sun Jan 19 22:38:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
113 |
|
114 * oct-stream.h (octave_base_stream::seek): Declare offset arg as |
|
115 streamoff, not streampos. |
|
116 (octave_stream::seek): Likewise. |
|
117 * oct-strstrm.h (octave_base_strstream::seek): Likewise. |
|
118 * oct-stdstrm.h (octave_base_stdiostream::seek): Likewise. |
|
119 * oct-iostrm.h (octave_base_iostream::seek): Likewise. |
|
120 * oct-fstrm.h (octave_fstream::seek): Likewise. |
|
121 |
2609
|
122 Fri Jan 17 18:13:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
123 |
|
124 * file-io.cc (Ffflush): Handle stdout as a special case. |
|
125 |
|
126 * oct-stream.cc (octave_stream_list::do_get_file_number): |
|
127 Do the work for octave_stream::get_file_number. |
|
128 (octave_stream_list::get_file_number): Convert to static function. |
|
129 |
2608
|
130 Wed Jan 8 11:42:44 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
131 |
|
132 * log.cc (sqrtm): For complex arg case, compute sqrt, not log. |
|
133 |
2602
|
134 Tue Jan 7 00:16:41 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
135 |
|
136 * Version 2.0.1 released. |
|
137 |
|
138 Mon Jan 6 00:00:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
139 |
|
140 * pt-mat.cc (tm_row_const_rep::all_mt): New variable. |
|
141 (tm_row_const::all_empty): New function. |
|
142 (tm_row_const::tm_row_const_rep::init): Set all_mt here. |
|
143 (tm_const::all_mt): New variable. |
|
144 (tm_const::all_emtpy): New function. |
|
145 (tm_const::init): Set all_mt here. |
|
146 (tree_matrix::eval): Return an empty matrix if the list contains |
|
147 only empty elements. If it contains only empty strings, return an |
|
148 empty string. |
|
149 |
2601
|
150 Sun Jan 5 12:50:25 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
151 |
|
152 * ops.h (SC_MX_BOOL_OP, MX_SC_BOOL_OP): New arg, empty_result. |
|
153 * op-cm-cm.cc, op-cm-cs.cc, op-cm-m.cc, op-cm-s.cc, op-cs-cm.cc, |
|
154 op-cs-m.cc, op-m-cm.cc, op-m-cs.cc, op-m-m.cc, op-m-s.cc, |
|
155 op-s-cm.cc, op-s-m.cc, op-str-str.cc: Change all uses of |
|
156 SC_MX_BOOL_OP and MX_SC_BOOL_OP macros. Return correct results |
|
157 for empty matrix cases. |
|
158 |
|
159 * pt-fcn.cc (tree_function::eval): If Vdefine_all_return_values is |
|
160 true, initialize return values before evaluating function, for |
|
161 compatibility with Matlab. |
|
162 |
|
163 * oct-stream.cc (get_size): Correctly set size when arg is scalar. |
|
164 |
|
165 Thu Jan 2 12:40:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
166 |
|
167 * Makefile.in (install-oct): Quote $(OCT_FILES) in for loop to |
|
168 avoid syntax error from ksh. |
|
169 |
|
170 * pr-output.cc (octave_print_internal): Avoid unused parameter |
|
171 warning from gcc. |
|
172 |
2600
|
173 Thu Dec 19 12:13:42 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
174 |
|
175 * oct-stream.cc (octave_base_stream::do_scanf): |
|
176 Don't treat %l{e,f,g} differently from %{e,f,g}. |
|
177 (octave_base_stream::do_oscanf): Likewise. |
|
178 |
|
179 * sighandlers.cc (sigchld_handler): Fix typos. |
|
180 |
2598
|
181 Wed Dec 18 20:17:23 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
182 |
2599
|
183 * file-io.cc (Ffgetl, Ffgets): Also return number of characters read. |
|
184 |
|
185 * ov-range.cc (octave_range::not): New function. |
|
186 * ov-range.h (octave_range::uminus): New function. |
|
187 |
2598
|
188 * BaseSLList.cc: Include error.h. |
|
189 (BaseSLList::error): Call ::error() to process error message. |
|
190 |
2589
|
191 Fri Dec 13 02:38:19 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
192 |
|
193 * ov.cc (octave_value::convert_and_assign): Preserve lhs value if |
|
194 assignment fails. |
|
195 |
2586
|
196 Wed Dec 11 12:33:16 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
197 |
|
198 * pt-plot.cc (GPLOT_CMD_END): Don't put semicolons at the end of |
|
199 each plot command; it causes trouble with gnuplot 3.5. |
|
200 |
2580
|
201 Tue Dec 10 00:31:13 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
202 |
2583
|
203 * Version 2.0 released. |
|
204 |
2584
|
205 * pr-output.cc (set_format_style): Don't try to access argv unless |
|
206 argc > 1. |
|
207 |
2580
|
208 * SLList-expr.cc SLList-misc.cc SLList-plot.cc SLList-str.cc |
|
209 SLList-tc.cc SLList-tm.cc SLList.h SLStack-i.cc SLStack-pc.cc |
|
210 SLStack-str.cc SLStack-sym.cc SLStack-tok.cc SLStack-ue.cc |
|
211 SLStack-ui.cc, pt-mat.cc: Include Stack.h, Stack.cc, SLStack.cc, |
|
212 and SLList.cc as necessary. |
|
213 |
|
214 * Stack.cc, SLStack.cc, SLList.cc: New files. |
|
215 * Makefile.in (SOURCES): Add them to the list. |
|
216 |
2575
|
217 Mon Dec 9 12:03:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
218 |
2577
|
219 * Makefile.in (install-bin): Use $(EXE) suffix so install will |
|
220 find the right file on cygwin32 systems. |
|
221 |
2575
|
222 * ov.h: Declare proper form of do_binary_op as friend to |
|
223 octave_value class. |
|
224 |
2572
|
225 Sat Dec 7 22:00:10 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
226 |
|
227 * oct-stream.cc (do_printf_conv, do_scanf_conv, |
|
228 do_oscanf_num_conv, do_oscanf_str_conv): Convert to real |
|
229 functions instead of CPP macros, using templates where necessary. |
|
230 (do_oscanf_num_conv, do_oscanf_str_conv): Correctly handle |
|
231 discarded values. |
|
232 |
2569
|
233 Fri Dec 6 00:20:25 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
234 |
2572
|
235 * Version 1.94. |
|
236 |
2571
|
237 * Map-*.cc, SLList-*.cc, SLStack-*.cc: Include config.h. |
|
238 |
|
239 * ov.h: Don't include SLList.h. |
|
240 |
|
241 * SLStack.cc: Delete. Move everything to SLStack.h. |
|
242 |
|
243 * BaseSLList.h, BaseSLList.cc: New files. Split out the |
|
244 non-template base class parts of SLList. |
|
245 |
2569
|
246 * Makefile.in (TEMPLATE_SRC): Delete. Move files to SOURCES. |
|
247 * Map.h, Map.cc: Add #pragma interface/implementation. |
|
248 * SLStack.h, SLStack.cc: Add #pragma interface/implementation. |
|
249 |
|
250 * SLList.h, SLList.cc: New files, from libg++, but with #pragma |
|
251 interface/implementation. |
|
252 * Makefile.in (SOURCES): Add SLList.cc. |
|
253 (INCLUDES): Add SLList.h. |
|
254 |
2566
|
255 Thu Dec 5 18:36:44 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
256 |
|
257 * octave.cc: Don't include sun-utils.h. |
|
258 |
2563
|
259 Tue Dec 3 23:47:09 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
260 |
|
261 * op-str-str.cc (eq, ne): Handle operations with scalars. |
|
262 |
2555
|
263 Thu Nov 21 12:30:36 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
264 |
|
265 * ov-str-mat.h (octave_char_matrix_str): Provide transpose and |
|
266 hermitian operators. |
|
267 * ov-ch-mat.h (octave_char_matrix): Likewise. |
|
268 |
2548
|
269 Wed Nov 20 00:35:57 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
270 |
2554
|
271 * sighandlers.h (struct octave_interrupt_handler): Provide |
|
272 forward declaration here. |
|
273 * sighandlers.cc (octave_interrupt_handler): New struct. |
|
274 (octave_catch_interrupts): Rename from catch_interrupts. |
|
275 (octave_ignore_interrupts, octave_set_interrupt_handler): |
|
276 New functions. |
|
277 * help.cc, oct-hist.cc, pager.cc, toplev.cc: Use new functions for |
|
278 handling interrupts so that we can hide the details of whether or |
|
279 not we have to deal with SIGBREAK. |
|
280 |
|
281 * pt-plot.cc [! HAVE_POSIX_SIGNALS] (open_plot_stream): |
|
282 Simply ignore and restore the interrupt handler here. |
|
283 |
|
284 * sighandlers.cc (MAYBE_REINSTALL_SIGHANDLER): New macro. Use it |
|
285 instead of always checking MUST_REINSTALL_SIGHANDLERS everywhere. |
|
286 (sigchld_handler): If octave_child_list is empty, wait for any |
|
287 child, but don't hang, and don't collect status info. |
|
288 [__EMX__] (sigchld_handler): Save and restore handlers for SIGINT, |
|
289 SIGBREAK, and SIGCHLD. Ignore them while waiting on children. |
|
290 (install_signal_handlers): If SIGBREAK exists, handle it like SIGINT. |
|
291 |
2552
|
292 * toplev.cc [USE_READLINE] (clean_up_and_exit): |
|
293 Call rl_deprep_terminal() to restore terminal settings. |
|
294 |
|
295 * sysdep.cc [__EMX__ && OS2] (Fextproc): New command. |
|
296 [__EMX__ && OS2] (FEXTPROC): Alias for Fextproc. |
|
297 |
|
298 * Version 1.93. |
|
299 |
2549
|
300 * sysdep.cc (octave_chdir): [__EMX__]: Make copy of string before |
|
301 converting to upper case. |
|
302 |
2548
|
303 * getgrent.cc (mk_gr_map): Only set the passwd field if |
|
304 HAVE_GR_PASSWD is defined. |
|
305 |
2533
|
306 Tue Nov 19 12:01:13 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
307 |
2546
|
308 * sysdep.cc (OS2_init): New function. |
|
309 [__EMX__] (sysdep_init): Call it. |
|
310 |
2542
|
311 * lex.l (plot_style_token): Add new plot styles for gnuplot 3.6. |
2543
|
312 * pt-plot.cc (subplot_style::columns_ok): Rename from |
|
313 subplot_style::errorbars. Recognize more styles and do a better |
|
314 job of diagnosing column number/style mismatches. |
2542
|
315 |
2536
|
316 * sighandlers.cc (my_friendly_exit): If we are called twice, try |
|
317 to remove the signal handler for SIGABRT and the call abort (). |
|
318 |
2534
|
319 * help.cc (Ftype): If a function is defined from a file and |
|
320 transformed text has not been requested, just print the contents |
|
321 of the file. |
|
322 |
2533
|
323 * parse.y (fold): New functions for constant folding for binary |
|
324 and unary expressions. Keep track of original text even when |
|
325 transformations occur. |
|
326 (make_binary_op, make_boolean_op, make_unary_op): Use them. |
|
327 (finish_colon_expression, finish_matrix): Keep track of original |
|
328 text even when transformations occur. |
|
329 |
|
330 * help.cc (Ftype): Don't mess with Vps4. |
|
331 Handle new option `-transformed'. |
|
332 |
|
333 * pt-const.h, pt-const.cc (tree_constant::print): |
|
334 New arg, pr_orig_text. |
|
335 |
|
336 * pt-exp.h, pt-exp.cc (tree_colon_expression::is_range_constant): |
|
337 Delete. |
|
338 |
|
339 * pt-exp-base.h (tree_expression::original_text): New virtual function. |
|
340 pt-exp-base.cc (tree_expression::original_text): Default version. |
|
341 |
|
342 * pt-pr-code.h (tree_print_code::print_original_text, |
|
343 tree_print_code::prefix): New fields. |
|
344 * pt-pr-code.cc (tree_print_code::visit_constant): Pass |
|
345 print_original_text to tree_constant::print(). |
|
346 (tree_print_code::indent): Use prefix instead of Vps4. |
|
347 * pt-fcn.cc (tree_function::print_function_header, |
|
348 tree_function::print_function_trailer): Pass Vps4 to |
|
349 tree_print_code_constructor for prefix. |
|
350 * pt-misc.cc (tree_statement::maybe_echo_code): Pass Vps4 to |
|
351 tree_print_code_constructor for prefix. |
|
352 |
|
353 * pt-mat.h, pt-mat.cc (tree_matrix::all_elements_are_constant): |
|
354 Rename from is_matrix_constant. |
|
355 (tree_matrix_row::all_elements_are_constant): Likewise. |
|
356 Change all callers. |
|
357 |
|
358 Mon Nov 18 14:13:32 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
359 |
|
360 * Makefile.in (install-inc): Try harder to create the link from |
|
361 include/octave to include/octave-VERSION. |
|
362 |
2524
|
363 Sun Nov 17 14:14:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
364 |
2527
|
365 * Makefile.in (parse.cc): Expect 13 shift/reduce conflicts. |
2526
|
366 |
2525
|
367 * parse.y (set_stmt_print_flag): New function. |
|
368 (sep_type): New member for bison %union declaration. |
|
369 Simplify rules for statement lists keeping track of the type of |
|
370 the first separator in the values associated with the |
|
371 nonterminals for the separators. |
|
372 |
2524
|
373 * lex.l (handle_identifier): Set lexer_flags.doing_set if the |
|
374 token is "gset", not "set". |
|
375 |
|
376 Sat Nov 16 21:41:26 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
377 |
|
378 * Makefile.in (parse.cc, lex.cc): Add special rules for these files. |
|
379 Delete pattern rules for .y and .l files. |
|
380 |
2522
|
381 Fri Nov 15 13:48:02 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
382 |
2523
|
383 * pt-plot.cc: Put semicolons at the ends of all plot commands. |
|
384 |
2522
|
385 * defaults.cc (subst_octave_home): Start subsequent searchs from |
|
386 the end of the replaced text. |
|
387 |
|
388 * pr-output.cc (pr_any_float): Kluge for SCO systems. |
|
389 |
|
390 * pr-output.cc (pr_any_float, pr_complex): Don't declare inline. |
|
391 |
|
392 * mappers.cc: Include lo-ieee.h, for isinf and isnan on SCO |
|
393 systems. |
|
394 |
2512
|
395 Thu Nov 14 00:06:19 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
396 |
2520
|
397 * pt-plot.cc (Fgset, Fgshow): New commands. |
|
398 (Fshow): Print warning and call gshow. |
|
399 (Fset): Print warning and call gset. |
|
400 |
2517
|
401 * variables.cc (parse_fcn_file): Add unwind-protect for file |
|
402 pointer, so the file is always closed. |
|
403 (get_help_from_file): Likewise. |
|
404 * toplev.cc (parse_and_execute): Likewise. |
|
405 |
2516
|
406 * Makefile.in (install-oct): Depend on mk-oct-links. |
|
407 (mk-oct-links): New target. |
|
408 |
2512
|
409 * Version 1.92. |
|
410 |
2508
|
411 Wed Nov 13 11:13:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
412 |
2512
|
413 * sighandlers.cc (sys_siglist): [__EMX__]: Add definitions. |
|
414 |
|
415 * octave.cc (execute_startup_files): Allow init file name ot be |
|
416 specified by an environment variable. |
|
417 |
|
418 * dirfns.cc (make_absolute): [__EMX__]: Path is already absolute |
|
419 if it begins with any character followed by a colon. |
|
420 |
2511
|
421 * load-save.cc (read_mat_ascii_matrix, get_lines_and_columns, |
|
422 get_complete_line): New functions, for reading headless text files. |
|
423 (load_save_format): Add LS_MAT_ASCII, for headless text files. |
|
424 (do_load): Handle LS_MAT_ASCII files. |
|
425 Thanks to Mel Melchner <mjm@research.att.com> for initial version |
|
426 of this code. |
|
427 |
2508
|
428 * sysdep.cc: Conditionally include ieeefp.h. |
|
429 (BSD_init, SCO_init): New functions. |
|
430 (sysdep_init): Conditionally call them here. |
|
431 |
2499
|
432 Tue Nov 12 00:14:56 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
433 |
2508
|
434 * pt-plot.cc (open_plot_stream): Don't block SIGCHLD. |
|
435 |
2499
|
436 * load-save.cc (read_binary_data): When reading string arrays, be |
|
437 sure to create an octave_char_matrix_str object, not just an |
|
438 octave_char_matrix object. |
|
439 (read_ascii_data): Likewise. |
|
440 |
2497
|
441 Mon Nov 11 22:52:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
442 |
|
443 * load-save.cc (read_binary_data): Don't forget teminating NUL for |
|
444 string that we plan to insert. |
|
445 (read_ascii_data): Likewise. |
|
446 |
2495
|
447 Sun Nov 10 16:58:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
448 |
2496
|
449 * dirfns.cc (Ffnmatch): New function. |
|
450 |
2495
|
451 * octave.cc (intern_argv): Use new string_vector constructor. |
|
452 |
|
453 * ov-str-mat.cc (octave_char_matrix_str::all_strings): Have |
|
454 charMatrix::row_as_string() strip trailing whitespace. |
|
455 |
|
456 * dirfns.cc (Fglob): new function. |
|
457 |
|
458 * sysdep.cc (oct_tilde_expand): Provide version that works on |
|
459 string vectors too. |
|
460 (Ftilde_expand): Work on string vector args. |
|
461 |
|
462 * load-save.cc (save_binary_data): Call char_matrix_value() to |
|
463 extract charMatrix from octave_value object, not all_strings(). |
|
464 (save_ascii_data): Likewise. |
|
465 * pt-mat.cc (tree_matrix::eval): Likewise. |
|
466 |
|
467 * ov.h (octave_value::all_strings): Return string_vector, not |
|
468 charMatrix. |
|
469 * ov-base.cc (octave_base_value::all_strings): Likewise. |
|
470 * ov-str-mat.h, ov-str-mat.cc (octave_char_matrix_str::all_strings): |
|
471 Likewise. |
|
472 |
2487
|
473 Fri Nov 8 09:54:59 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
474 |
2492
|
475 * defaults.cc, dynamic-ld.cc, fn-cache.cc, help.cc, oct-hist.cc, |
|
476 octave.cc, pager.cc, pt-fcn.cc, toplev.cc, utils.cc, variables.cc, |
|
477 lex.l: Change #include "" to #include <> for defaults.h, |
|
478 oct-conf.h, oct-gperf.h, y.tab.h, and version.h, to avoid getting |
|
479 them from $srcdir when we really want the version from the build |
|
480 directory. (Maybe this should be done for all the include files, |
|
481 not just those that are auto-generated? Hmm.) |
|
482 |
2488
|
483 * defaults.h.in (CXXLIB_LIST, CXXLIB_PATH, FLIB_LIST, FLIB_PATH): |
|
484 Delete. |
|
485 |
2487
|
486 * Makefile.in (install-oct): Use $(INSTALL_PROGRAM) for .oct files. |
|
487 |
2477
|
488 Thu Nov 7 07:59:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
489 |
2487
|
490 * variables.cc (gobble_leading_white_space): New arg, update_pos. |
|
491 * (is_function_file): Don't update file position information here. |
|
492 |
2482
|
493 * Version 1.91. |
|
494 |
2479
|
495 * pt-fvc.cc (tree_indirect_ref::reference): If the lhs object is |
|
496 not a map, convert it to one. |
|
497 |
|
498 * ov-typeinfo.h (init_tab_sz): New static member. |
|
499 |
2477
|
500 * ov-struct.cc, ov-struct.h: Add hooks for custom memory management. |
|
501 * ov-scalar.cc, ov-scalar.h: Likewise. |
|
502 * ov-re-mat.cc, ov-re-mat.h: Likewise. |
|
503 * ov-range.cc, ov-range.h: Likewise. |
|
504 * ov-cx-mat.cc, ov-cx-mat.h: Likewise. |
|
505 * ov-complex.cc, ov-complex.h: Likewise. |
|
506 * ov-ch-mat.cc, ov-ch-mat.h: Likewise. |
|
507 |
2474
|
508 Wed Nov 6 12:32:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
509 |
2482
|
510 * pager.cc (do_sync): Don't call clear_external_pager() here. |
2476
|
511 |
2475
|
512 * pt-const.h (tree_constant::allocator) New static member. |
|
513 (tree_constant::operator new, tree_constant::operator delete): |
|
514 Implement with custom allocator. |
|
515 |
|
516 * syscalls.cc (Fgetgid, Fgetegid): New functions. |
|
517 |
|
518 * sighandlers.cc (sigchld_handler): If necessary, reinstall |
|
519 handler after call to waitpid(). |
|
520 |
|
521 * pager.cc (pager_death_handler): Don't use warning() to print |
|
522 message. |
|
523 |
|
524 * getgrent.cc: New file. |
|
525 * Makefile.in (DLD_SRC): Add it. |
|
526 |
|
527 * ov.cc (octave_value::print_with_name): Call is_map() instead of |
|
528 print_as_structure(). |
|
529 * ov-struct.cc (octave_struct::print): Likewise. |
|
530 |
|
531 * ov.h, ov.cc, pt-const.h: Delete force_numeric(), make_numeric(), |
|
532 convert_to_matrix_type(), print_as_structure() member functions. |
|
533 |
2474
|
534 * variables.cc (is_function_file): Call gobble_leading_whitespace |
|
535 here to strip all leading whitespace and comments. |
|
536 (parse_fcn_file): If reading a function file, call |
|
537 gobble_leading_whitespace again after resetting parser state to |
|
538 grab help text. |
|
539 |
2469
|
540 Tue Nov 5 13:00:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
541 |
2472
|
542 * syscalls.cc (Fgeteuid, Fgetuid): New functions. |
|
543 |
|
544 * getpwent.cc: Use gripe_not_supported from gripes.cc, instead of |
|
545 local gripe_not_implemented function. |
|
546 |
2470
|
547 * input.cc, sysdep.cc, variables.cc: Only include readline.h and |
|
548 history.h if USE_READLINE is defined. |
|
549 |
|
550 * help.cc: Make it compile without warnings even if USE_GNU_INFO |
|
551 is not defined. |
|
552 |
2469
|
553 * sighandlers.h (octave_child_list): Don't define |
|
554 HAVE_POSIX_SIGNALS HERE. |
|
555 |
|
556 * sighandlers.cc (SIGHANDLER_RETURN): New macro. |
|
557 (generic_sig_handler, sigchld_handler, sigfpe_handler, |
|
558 sigint_handler, sigpipe_handler): Use it. |
|
559 (sigchld_handler, sigfpe_handler, sigint_handler, sigpipe_handler): |
|
560 Only reinstall signal handler if MUST_REINSTALL_SIGHANDLER is defined. |
|
561 |
2463
|
562 Sun Nov 3 00:45:30 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
563 |
2466
|
564 * pt-const.cc (tree_constant::print): Just call val.print(). |
|
565 * ov-base.cc, ov-ch-mat.cc, ov-colon.cc, ov-complex.cc, |
|
566 ov-cx-mat.cc, ov-range.cc, ov-re-mat.cc, ov-scalar.cc, |
|
567 ov-str-mat.cc, ov-struct.cc ov-va-args.cc, ov.cc (print): |
|
568 Handle pr_as_read_syntax arg. |
|
569 |
|
570 * defaults.cc (subst_octave_home): Search for prefix repeatedly in |
|
571 retval, not s. |
|
572 |
|
573 * gripes.h: Make declaration of gripes_not_supported match |
|
574 definition. |
|
575 |
2465
|
576 * mk-oct-links.in: In sed command, match "DEFUN_DLD *( *", not |
|
577 "DEFUN_DLD_BUILTIN *( *". |
|
578 |
|
579 * chol.cc, colloc.cc, dassl.cc, det.cc, eig.cc, expm.cc, fft.cc, |
|
580 fft2.cc, filter.cc, find.cc, fsolve.cc, fsqp.cc, getpwent.cc, |
|
581 getrusage.cc, givens.cc, hess.cc, ifft.cc, ifft2.cc, inv.cc, |
|
582 log.cc, lpsolve.cc, lsode.cc, lu.cc, minmax.cc, npsol.cc, pinv.cc, |
|
583 qpsol.cc, qr.cc, quad.cc, qzval.cc, rand.cc, schur.cc, sort.cc, |
|
584 svd.cc, syl.cc, time.cc: Change all uses of DEFUN_DLD_BUILTIN to |
|
585 be just DEFUN_DLD. |
|
586 |
|
587 * defun-dld.h: Eliminate DEFUN_DLD_BUILTIN. |
|
588 |
2464
|
589 * syswait.h: Use #ifdef HAVE_SYS_WAIT_H, not #if HAVE_SYS_WAIT_H |
|
590 to decide whether to include sys/wait.h. |
|
591 |
|
592 * pt-exp-base.h (tree_expression): Declare oper() here as a |
|
593 virtual member function. |
|
594 |
2463
|
595 * pt-pr-code.cc (tree_print_code::visit_constant): Check for |
|
596 string before checking for char_matrix. |
|
597 |
|
598 * ov-ch-mat.cc (octave_char_matrix::print): Supply correct number |
|
599 of args to octave_print_internal(). |
|
600 |
2457
|
601 Sat Nov 2 20:44:55 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
602 |
2458
|
603 * file-io.cc (Ftmpnam): Rename from Foctave_temp_file_name. |
|
604 |
2457
|
605 * Makefile.in (DLD_SRC): Move time.cc and getrusage.cc here from |
|
606 SOURCES. Add getpwent.cc. |
|
607 |
|
608 * getrusage.cc: Rename from resource.cc. Make getrusage a |
|
609 loadable function. |
|
610 |
|
611 * time.cc: Rename from timefns.cc. Make time functions loadable. |
|
612 |
|
613 * getpwent.cc: New file. |
|
614 |
2439
|
615 Wed Oct 30 01:06:19 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
616 |
2452
|
617 * Version 1.90. |
|
618 |
|
619 * Makefile.in (DISTFILES): Add ChangeLog. |
|
620 |
2449
|
621 * ov-range.cc (octave_range::convert_to_str): New function. |
|
622 |
|
623 * ov-str-mat.h (octave_char_matrix_str::char_matrix_value): |
|
624 Delete function. Already handled by octave_char_matrix class. |
|
625 |
|
626 * ov-ch-mat.h (octave_char_matrix::convert_to_str): New function. |
|
627 |
2448
|
628 * pager.cc (Fmore): Set page_screen_output to 1.0 or 0.0, not |
|
629 "true" or "false". |
|
630 |
2447
|
631 * ov-ch-mat.cc, ov-struct.cc, ov-struct.h, pr-output.cc, |
|
632 pt-cmd.cc, pt-const.cc, pt-const.h, pt-fcn.cc, pt-fvc-base.cc, |
|
633 pt-fvc-base.h, pt-fvc.cc, pt-fvc.h, rand.cc, sighandlers.cc, |
|
634 variables.cc, variables.h: Delete unused code. |
|
635 |
2445
|
636 * octave.cc: Only include pwd.h if HAVE_PWD_H. |
|
637 |
|
638 * oct-strstrm.h: Include <string>, not <string.h>. |
|
639 |
2442
|
640 * defaults.cc, dirfns.cc, file-io.cc, help.cc, input.cc, |
|
641 oct-hist.cc, oct-procbuf.cc, oct-procbuf.h, octave.cc, pager.h, |
|
642 procstream.h, pt-misc.cc, pt-plot.cc, sighandlers.cc, strftime.c, |
|
643 syscalls.cc, sysdep.cc, syswait.h, toplev.cc, utils.cc, |
|
644 variables.cc: Only include sys/types.h if HAVE_SYS_TYPES_H. |
|
645 |
2440
|
646 * error.h (panic): Use GCC_ATTR_NORETURN macro, not NORETURN. |
|
647 * toplev.h (clean_up_and_exit): Likewise. |
|
648 * utils.h (jump_to_top_level): Likewise. |
|
649 |
2439
|
650 * derfaults.h.in, defaults.cc (local_arch_lib_dir): New variable. |
|
651 * defaults.cc (set_default_local_arch_lib_dir): New function. |
|
652 (install_defaults): Call it. |
|
653 (exec_path): Use Vlocal_arch_lib_dir here. |
|
654 * toplev.cc (octave_config_info): Add localarchlibdir to structure. |
|
655 |
2436
|
656 Tue Oct 29 15:54:27 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
657 |
2437
|
658 * Makefile.in (install-oct): Don't do anything if $(OCT_FILES) is |
|
659 empty. |
|
660 |
2436
|
661 * ov-range.cc (octave_range::index): New Function. |
|
662 (octave_range::all, octave_range::any, octave_range::is_true): |
|
663 Make these functions work. |
|
664 |
|
665 * ov.cc (octave_value::try_assignment_with_conversion): Remove |
|
666 left over debugging print statements. |
|
667 |
|
668 Mon Oct 28 10:49:03 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
669 |
|
670 * strftime.c: Add missing #endif for previous change. |
|
671 |
2435
|
672 Sun Oct 27 14:06:44 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
673 |
|
674 * oct-hist.cc (do_history): Rewite option parsing to avoid |
|
675 (probably bogus) errors from g++ on cygwin32 system. |
|
676 |
|
677 * strftime.c: Use autoconf macros TIME_WITH_SYS_TIME and |
|
678 HAVE_SYS_TIME_H to decide which time.h files to include. |
|
679 |
|
680 * oct-stream.h, oct-stream.cc (octave_stream::error, |
|
681 octave_base_stream::error): Rename errno => err_num. |
|
682 |
2432
|
683 Sat Oct 26 10:40:05 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
684 |
2434
|
685 * oct-hist.cc (do_history): Move declaration of file inside |
|
686 conditional. |
|
687 |
2432
|
688 * defun.h (DEFVAR_INT): Set eternal flag with (svc_fcn != 0) |
|
689 instead of (sv_fcn ? 1 : 0) |
|
690 |
2427
|
691 Fri Oct 25 01:10:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
692 |
2431
|
693 * ov-ch-mat.h (octave_char_matrix::any): Return 0.0 instead of false. |
|
694 (octave_char_matrix::all): Likewise. |
|
695 |
|
696 * input.cc (Fecho): When binding value of echo_executing_commands, |
|
697 cast ECHO_* to double. |
|
698 |
|
699 * sighandlers.cc (octave_child_list::do_remove): Delete unused |
|
700 variable `enlarge'. |
|
701 |
|
702 * pt-const.h (tree_constant::tree_constant (const tree_constant&)): |
|
703 Don't pass arg to tree_fvc constructor. |
|
704 |
2427
|
705 * resource.cc (getrusage): [HAVE_GETRUSAGE && RUSAGE_TIMES_ONLY]: |
|
706 Only fill in time values. |
|
707 |
|
708 Thu Oct 24 20:37:28 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
709 |
|
710 * parse.y: Comment out the %expect declaration so byacc can |
|
711 compile this file. |
|
712 (if_cmd_list): Add missing semicolon. |
|
713 Include <cstdlib> for getenv if using byacc. |
|
714 |
|
715 * ov.h: Move typedefs outside of octave_value class scope to avoid |
|
716 problem with cygwin32 beta16 compiler. |
|
717 |
2421
|
718 Fri Oct 18 13:44:33 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
719 |
2423
|
720 * ov.h (octave_value::index): Undo previous change. |
|
721 * ov.cc (octave_value constructors): Call maybe_mutate() in most |
|
722 cases. |
|
723 |
|
724 * ov-complex.cc (octave_complex::index): Avoid implicit type |
|
725 conversion back to scalar type. |
|
726 * ov-scalar.cc (octave_scalar::index): Likewise. |
|
727 |
2421
|
728 * ov.h (octave_value::index): Call maybe_mutate() on retval before |
|
729 returning it. |
|
730 |
2418
|
731 Wed Oct 16 12:00:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
732 |
2420
|
733 * ov.h (octave_value::struct_elt_val): New optional arg, silent. |
|
734 * ov-base.h, ov-base.cc, ov-struct.h, ov-struct.cc: Likewise, but |
|
735 for the derived classes the arg is required. |
|
736 |
|
737 * data.cc (Fstruct_contains): Require arguments to be struct and |
|
738 string, respectively. Call octave_value::struct_elt_val with |
|
739 silent flag set. |
|
740 |
2419
|
741 * pt-mat.cc (tm_row_const::tm_row_const_rep::eval_error, |
|
742 tm_row_const::tm_row_const_rep::eval_warning): New functions. |
|
743 (tm_row_const::tm_row_const (const tree_matrix_row&): Use them to |
|
744 give better error messages. |
|
745 |
2418
|
746 * pt-fvc.cc (tree_identifier::eval): Avoid dereferencing null |
|
747 object_to_eval. |
|
748 |
2412
|
749 Tue Oct 15 11:35:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
750 |
|
751 * op-cs-cm.cc, op-cs-cs.cc, op-cs-m.cc, op-cs-s.cc |
|
752 (complex_matrix_conv): New functions. |
|
753 Install preferred assignment conversion and widening ops. |
|
754 |
|
755 * op-s-cm.cc, op-s-cs.cc (complex_matrix_conv): New functions. |
|
756 Install preferred assignment conversion and widening ops. |
|
757 |
|
758 * op-s-m.cc, op-s-s.cc (matrix_conv): New functions. |
|
759 Install preferred assignment conversion and widening ops. |
|
760 |
|
761 * ov.cc (octave_value::try_assignment_with_conversion, |
|
762 octave_value::convert_and_assign, octave_value::try_assignment): |
|
763 New functions. |
|
764 (octave_value::assign): Use them to implement twisted logic for |
|
765 type conversions in assigments. |
|
766 |
|
767 * pt-const.h (tree_constant::maybe_mutate): New function. |
|
768 * ov.h (octave_value::maybe_mutate): New function. |
|
769 (octave_value::try_narrowing_conversion): New function. |
|
770 Use just one typedef for widening_op_fcn and numeric_conv_fcn. |
|
771 Change all uses. |
|
772 * ov-base.h, ov-complex.h, ov-complex.cc, ov-cx-mat.h, |
|
773 ov-cx-mat.cc, ov-range.h, ov-range.cc, ov-re-mat.h, ov-re-mat.cc, |
|
774 Provide derived class versions of try try_narrowing_conversion(). |
|
775 |
|
776 * pr-output.cc (octave_print_internal): Don't bother handing off |
|
777 to scalar/real versions, even when it would seem appropriate. |
|
778 |
|
779 * symtab.cc (symbol_def::define (tree_constant *)): Call |
|
780 maybe_mutate on constants here. |
|
781 |
2405
|
782 Mon Oct 14 11:05:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
783 |
2407
|
784 * pt-fvc.cc (tree_identifier::eval): If retval is undefined and |
|
785 the object to eval is a constant, print error message. |
2406
|
786 |
2405
|
787 * Makefile (distclean): Remove *.oct too. |
|
788 |
|
789 * defun-int.h: Include variables.h here. |
|
790 |
2403
|
791 Sun Oct 13 10:52:28 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
792 |
2404
|
793 * variables.cc (print_symbol_info_line): Never print negative |
|
794 diminsions. |
|
795 |
|
796 * symtab.h (octave_symbol_record_info): Store const_type as string. |
|
797 (octave_symbol_record_info::init): Delete. Fix constructors. |
|
798 (octave_symbol_record_info::type_name): Handle const_type as string. |
|
799 |
2403
|
800 * octave.cc (maximum_braindamage): Replace "true" with 1.0 and |
|
801 "false" with 0.0 in calls to bind_builtin_variable(). |
|
802 Include sun-utils.h here. |
2404
|
803 (intern_argv): Also bind __argv__. |
2403
|
804 |
2391
|
805 Sat Oct 12 13:40:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
806 |
2399
|
807 * Makefile.in (distclean): Also delete mk-oct-links. |
|
808 |
|
809 Fri Oct 11 13:13:13 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
810 |
2391
|
811 Changes for Octave's new type system: |
|
812 |
|
813 * arith-ops.cc: Delete. |
|
814 * pt-const.h, pt-const.cc: Massive changes. Most functionality |
|
815 moved to ov.h, ov.cc, and derived classes. |
|
816 |
|
817 * variables.h, variables.cc (octave_variable_reference): New class |
|
818 for getting references to variables and structure elements used in |
|
819 assignments or value contexts. |
|
820 |
|
821 * symtab.h, symtab.cc (symbol_record::define (const octave_value&), |
|
822 symbol_record::variable_value, symbol_record::variable_reference): |
|
823 New functions. |
|
824 (symbol_record_info::type_name): Rename from type_as_string. |
|
825 |
|
826 * pt-fvc-base.h, pt-fvc-base.cc (tree_fvc::increment, |
|
827 tree_fvc::decrement): New functions to replace |
|
828 tree_fvc::bump_value. |
|
829 #if 0 assign and lookup_map_element functions. |
|
830 |
|
831 * pt-mvr.cc (tree_multi_assignment_expression::eval): |
|
832 Generated RHS value is now a tree_constant. |
|
833 |
|
834 * pt-exp.h, pt-exp.cc (tree_boolean_expression): New class. |
|
835 (tree_unary_expression, tree_binary_expression, |
|
836 tree_boolean_expression): Move codes here from tree_expression. |
|
837 (tree_simple_assignment_expression): Cope with changes to way of |
|
838 doing assignments. |
|
839 |
|
840 * pt-exp-base.h, pt-exp-base.cc (enum type): Delete codes for |
|
841 unary and binary ops. |
|
842 (tree_expression::expression_type): Delete. |
|
843 (tree_expression::is_logically_true): Hand off to |
|
844 octave_value::is_true to do real work. |
|
845 |
|
846 * pr-output.h, pr-output.cc (any_element_is_inf_or_nan, |
|
847 all_elements_are_ints): Delete. Call member new functions for |
|
848 these operations. |
|
849 (free_format, plus_format, bank_format, hex_format, |
|
850 compact_format, print_e, print_big_e): Use bool, not int. |
|
851 (octave_print_internal): Hand off to scalar/real versions when |
|
852 appropriate. |
|
853 |
|
854 * octave.cc (main): Call initialize_types() and install_ops(). |
|
855 (verbose_usage): Add WWW address to output. |
|
856 |
|
857 * parse.y (indirect_ref): Handle by making a tree instead of a |
|
858 list using new version of tree_indirect_ref class. |
|
859 |
|
860 * parse.y (make_boolean_op): New function. Use it instead of |
|
861 make_binary_op to create trees for && and || ops. |
|
862 (make_binary_op): Codes come from tree_binary_expression now, |
|
863 instead of tree_expression. |
|
864 (make_unary_op): Codes come from tree_unary_expression now, |
|
865 instead of tree_expression. |
|
866 (make_boolean_op): Codes come from tree_boolean_expression. |
|
867 |
|
868 *parse.y (tree_constant_type): Change type to tree_constant* from |
|
869 octave_value*, and rename from octave_value_type. Change uses. |
|
870 |
|
871 * defun.h (DEFVAR_INT): Pass octave_value not pointer to |
|
872 octave_value for defn when creating builtin_variable. |
|
873 |
|
874 * gripes.h, gripes.cc (gripe_invalid_conversion): Args are |
|
875 strings, not char*. |
|
876 (gripe_implicit_conversion, gripe_divide_by_zero): New extern |
|
877 gripe functions. |
|
878 |
|
879 * mkbuiltins: For each file, create a separate static function to |
|
880 install builtins, then create another single extern function to |
|
881 call all of them. |
|
882 |
|
883 * pt-fcn.cc (tree_function::bind_nargin_and_nargout): |
|
884 Just pass doubles and let symbol_record::define handle creating |
|
885 new value. |
|
886 |
|
887 * pt-pr-code.cc, pt-pr-code.h (visit_constant): Renamed from |
|
888 visit_octave_value. |
|
889 (visit_unary_expression): Use tree_expression::is_prefix_op() |
|
890 instead of switch on op types. |
|
891 |
|
892 * pt-walk.h (visit_constant): Renamed from visit_octave_value. |
|
893 |
|
894 * pt-misc.cc (initialize_undefined_elements): Get reference to |
|
895 tmp, then assign. |
|
896 * pt-cmd.cc (do_for_loop_once): Likewise, for loop identifier. |
|
897 |
|
898 * input.cc (generate_struct_completions, looks_like_struct): Cast |
|
899 tmp_fvc to tree_constant*, not octave_value*. |
|
900 (get_user_input): Call print() on retval, not eval(1). |
|
901 |
|
902 * help.cc (Ftype): Cast defn to tree_constant*, not octave_value*. |
|
903 |
|
904 * balance.cc: Fix docstring. |
|
905 |
|
906 * dassl.cc, fsolve.cc, load-save.cc, lsode.cc, npsol.cc, qpsol.cc, |
|
907 quad.cc: |
|
908 Include pt-fvc.h. |
|
909 |
|
910 * data.cc (Fstruct_contains): call octave_value::struct_elt_val, |
|
911 not octave_value::lookup_map_element. |
|
912 |
|
913 * dirfns.cc (Fcd): Pass directory name as string directly to |
|
914 bind_builtin_variable instead of creating new octave_value. |
|
915 |
|
916 * toplev.cc: Include pt-fvc.h and lo-mappers.h |
|
917 |
|
918 * data.cc, error.cc, file-io.cc, load-save.cc, pager.cc, |
|
919 pt-mat.cc, pt-plot.cc, syscalls.cc, toplev.cc: |
|
920 Include variables.h. |
|
921 |
|
922 * Array-tc.cc, Map-tc.cc, SLList-misc.cc SLList-tc.cc, data.cc, |
|
923 defaults.cc, dynamic-ld.cc, error.cc, gripes.cc, lex.l, octave.cc, |
|
924 oct-map.h, oct-map.cc, oct-obj.h, pt-cmd.cc, pt-exp.cc, pt-fcn.cc, |
|
925 pt-fvc-base.cc, pt-mat.cc, pt-misc.cc, pt-mvr-base.cc, pt-mvr.h, |
|
926 resource.cc, strfns.cc, sysdep.cc, timefns.cc, toplev.cc: |
|
927 Include ov.h instead of pt-const.h. |
|
928 |
|
929 * xpow.cc (any_element_is_negative): Delete. |
|
930 (xpow and elem_xpow functions): Check conformance here. |
|
931 |
|
932 * xdiv.cc (mx_leftdiv_conform, mx_div_conform): |
|
933 Now template-based, taking Matrices instead of dimensions as args. |
|
934 Change all callers. |
|
935 |
|
936 * op-cm-cm.cc, op-cm-cm.h, op-cm-cs.cc, op-cm-cs.h, op-cm-m.cc, |
|
937 op-cm-m.h, op-cm-s.cc, op-cm-s.h, op-cs-cm.cc, op-cs-cm.h, |
|
938 op-cs-cs.cc, op-cs-cs.h, op-cs-m.cc, op-cs-m.h, op-cs-s.cc, |
|
939 op-cs-s.h, op-m-cm.cc, op-m-cm.h, op-m-cs.cc, op-m-cs.h, op-m-m.cc, |
|
940 op-m-m.h, op-m-s.cc, op-m-s.h, op-s-cm.cc, op-s-cm.h, op-s-cs.cc, |
|
941 op-s-cs.h, op-s-m.cc, op-s-m.h, op-s-s.cc, op-s-s.h, |
|
942 op-str-str.cc, op-str-str.h, ops.cc, ops.h, ov-base.cc, ov-base.h, |
|
943 ov-ch-mat.cc, ov-ch-mat.h, ov-colon.cc, ov-colon.h, ov-complex.cc, |
|
944 ov-complex.h, ov-cx-mat.cc, ov-cx-mat.h, ov-range.cc, ov-range.h, |
|
945 ov-re-mat.cc, ov-re-mat.h, ov-scalar.cc, ov-scalar.h, ov-str-mat.cc, |
|
946 ov-str-mat.h, ov-struct.cc, ov-struct.h, ov-typeinfo.cc, |
|
947 ov-typeinfo.h, ov-va-args.cc, ov-va-args.h, ov.cc, ov.h: |
|
948 New files for Octave's new type system. |
|
949 * Makefile.in: Add them to the appropriate lists. |
|
950 |
|
951 Sat Sep 14 21:58:33 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
952 |
|
953 * mkbuiltins: Use .df instead of .def. |
|
954 Write one function for each .df file, then call them |
|
955 all in install_builtin_functions(). |
|
956 * Makefile.in: Handle .df instead of .def. |
|
957 |
|
958 * balance.cc (balance): Fix typo in doc string. |
|
959 |
|
960 Wed Aug 28 21:01:49 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
961 |
|
962 * octave.cc (verbose_usage): Include WWW address and bug-octave |
|
963 mailing list address. |
|
964 |
2354
|
965 Tue Aug 20 17:41:19 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
966 |
2358
|
967 * Makefile.in: Only define pattern rules for making .oct files if |
|
968 OCTAVE_LITE is true. |
|
969 Only add pic/ to $(TI_OBJ) if $(SHARED_LIBS) is true. |
|
970 (stamp-picdir): Only create a pic subdirectory if SHARED_LIBS or |
|
971 OCTAVE_LITE is true AND CPICFLAG or CXXPICFLAG is not empty. |
|
972 |
2354
|
973 * minmax.cc (Fmin, Fmax): Deal with changes to Matrix class |
|
974 min/max methods. |
|
975 |
2345
|
976 Thu Jul 25 01:42:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
977 |
2348
|
978 * input.cc (generate_possible_completions): Force the names to be |
|
979 unique. |
|
980 |
2345
|
981 * load-save.cc (read_mat_binary_data): Expect to read terminating |
|
982 NUL character in the variable name. |
|
983 (save_mat_binary_data): Likewise, save it here. |
|
984 |
2341
|
985 Wed Jul 24 05:08:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
986 |
2343
|
987 * lsode.cc (Flsode): Don't set the return value if an error |
|
988 occurred during integration. |
2344
|
989 * dassl.cc (Fdassl): Likewise. |
2343
|
990 |
2341
|
991 * file-io.cc (symbols_of_file_io): Redefine values of SEEK_SET, |
|
992 SEEK_CUR, and SEEK_END for Matlab compatibility. |
|
993 * oct-stream.cc (seek): Check for compatible values of ORIGIN arg. |
|
994 Also handle "bof", "cof", and "eof". |
|
995 |
2338
|
996 Fri Jul 19 15:24:36 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
997 |
|
998 * pt-const.cc: When creating octave_value_reps from ComplexMatrix |
|
999 values, check to see if all the elements are actually real. |
|
1000 |
2330
|
1001 Tue Jul 16 10:53:42 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1002 |
2341
|
1003 * input.cc (decode_prompt_string): Swap meanings of \h and \H. |
2330
|
1004 |
|
1005 Mon Jul 15 16:01:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1006 |
|
1007 * toplev.cc (run_command_and_return_output): Renamed from do_system. |
|
1008 (Fsystem): Make `system ("emacs")' work as one would expect. |
|
1009 |
|
1010 Sun Jul 14 17:34:33 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1011 |
|
1012 * file-io.cc (Ffopen, Ffread, Ffwrite): Update doc strings, |
|
1013 correctly handle default architecture and precision args. |
|
1014 |
|
1015 * load-save.cc (mopt_digit_to_float_format): Rename from |
|
1016 get_floating_point_format. |
|
1017 (float_format_to_mopt_digit): New function. |
|
1018 |
|
1019 * oct-stream.cc (octave_base_stream::read, octave_base_stream::write): |
|
1020 Simplify by calling Matrix::read and Matrix::write to do real work |
|
1021 of reading, writing, and format conversion. |
|
1022 |
|
1023 * oct-stream.h (octave_base_stream): Move data_type enum to |
|
1024 liboctave/data-conv.h. Use float_format from |
|
1025 liboctave/mach-info.h instead of arch_type enum. |
|
1026 |
|
1027 * sysdep.h, sysdep.cc (octave_words_big_endian, ten_little_endians): |
|
1028 Delete. Now part of oct_mach_info class in liboctave. |
|
1029 |
|
1030 Tue Jul 9 11:18:59 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1031 |
|
1032 * arith-ops.cc, balance.cc, dassl.cc, data.cc, filter.cc, find.cc, |
|
1033 fsolve.cc, load-save.cc, log.cc, lsode.cc, minmax.cc, npsol.cc, |
|
1034 oct-obj.cc, oct-stream.cc, pr-output.cc, pt-cmd.cc, pt-const.cc, |
|
1035 pt-fvc.cc, pt-plot.cc, quad.cc, rand.cc, sighandlers.cc, sort.cc, |
|
1036 syscalls.cc, unwind-prot.cc, xdiv.cc, xpow.cc: |
|
1037 When indexing arrays, use operator() instead of elem() so that |
|
1038 bounds checking can be done consistently. |
|
1039 |
|
1040 Mon Jun 24 02:13:27 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1041 |
|
1042 * Makefile.in (install-oct): Use INSTALL_PROGRAM, instead of |
|
1043 INSTALL_DATA for installing shared libraries. |
|
1044 |
|
1045 * lex.l (grab_help_text): Ignore all initial comment characters, |
|
1046 not just the first. |
|
1047 * variables.cc (gobble_leading_white_space): Likewise. |
|
1048 |
|
1049 Sat Jun 22 22:43:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1050 |
|
1051 * input.h, input.cc (octave_completion_matches_called): New varaible. |
|
1052 (Fcompletion_matches): Set it to true on a successful call. |
|
1053 * toplev.cc (main_loop): If octave_completion_matches_called is |
|
1054 true, don't increment current_command_number. |
|
1055 |
|
1056 Thu Jun 13 03:52:19 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1057 |
|
1058 * variables.cc (is_mapper_function_name, |
|
1059 is_builtin_function_name): New functions. |
|
1060 (Fdocument): Use them. |
|
1061 Define as regular function, not a text style function. |
|
1062 |
|
1063 Thu Jun 6 00:09:25 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1064 |
|
1065 * pt-plot.cc: Handle new built-in variable `gnuplot_has_frames'. |
|
1066 |
|
1067 Wed Jun 5 14:45:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1068 |
|
1069 * input.cc (decode_prompt_string): \h now means the whole host |
|
1070 name and \H is the host name up to the first `.'. |
|
1071 |
|
1072 Thu May 30 23:41:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1073 |
|
1074 * fn-cache.cc (octave_fcn_file_name_cache::do_list): Always |
|
1075 recompute the lists of function files instead of trying to cache |
|
1076 them. |
|
1077 |
|
1078 Tue May 28 12:05:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1079 |
|
1080 * utils.cc (warn_old_style_preference): New function. |
|
1081 (check_preference): Use it. |
|
1082 |
|
1083 * fn-cache.h: Include <ctime> here. |
|
1084 |
|
1085 Fri May 24 00:57:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1086 |
|
1087 * input.cc (completion_matches): Don't return empty string_vectors. |
|
1088 |
|
1089 * octave.cc (long_opts): Add braindead. |
|
1090 |
|
1091 Thu May 23 01:49:33 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1092 |
|
1093 * input.cc (gnu_readline): New optional arg, force_readline. |
|
1094 (get_user_input): Use it. |
|
1095 |
|
1096 * pt-const.cc (OCT_VAL_REP::assign): If converting the rhs to a |
|
1097 numeric value, convert a copy, not the actual object. |
|
1098 (OCT_VAL_REP::do_index): Prevent s([]) from resulting in a string |
|
1099 with zero rows. |
|
1100 |
|
1101 * mappers.cc: Handle toascii here. |
|
1102 * strfns.cc: Not here. |
|
1103 |
|
1104 * mappers.cc: Handle tolower and toupper here. |
|
1105 * mappers.h: Rename can_return_complex_for_real to flag and |
|
1106 overload meaning for ch_mapper. |
|
1107 * pt-fvc.cc (apply_mapper_fcn): Handle overloaded meaning. |
|
1108 |
|
1109 * syscalls.cc (stat): Return 3 values instead of just 1. |
|
1110 (lstat): Likewise. |
|
1111 |
|
1112 Wed May 22 02:34:20 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1113 |
|
1114 * pt-const.cc (OCT_VAL_REP::make_numeric): For string to number |
|
1115 conversions, correctly set type tag before calling force_numeric. |
|
1116 (do_binary_op): Force string to number conversion if both args are |
|
1117 strings and we are doing some sort of comparison operation. |
|
1118 |
|
1119 * Makefile.in (stamp-tinst, stamp-interp): Use SH_TERMLIBS and |
|
1120 SH_LIBS instead of TERMLIBS and LIBS. |
|
1121 |
|
1122 * pt-const.cc (do_unary_op): Add special case to handle |
|
1123 transposing strings. |
|
1124 |
|
1125 * pt-mat.cc (Vstring_fill_char): New variable. |
|
1126 (symbols_of_pt_mat): DEFVAR it. |
|
1127 |
|
1128 * input.cc (generate_struct_completions, |
|
1129 generate_possible_completions): Return string_vector, not char **. |
|
1130 Change all callers. |
|
1131 |
|
1132 * pt-const.cc (lookup_map_element): Use substr() correctly. |
|
1133 |
|
1134 Tue May 21 21:37:17 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1135 |
|
1136 * oct.h: New file. |
|
1137 * Makefile.in (INCLUDES): Add it to the list. |
|
1138 |
|
1139 * octave.cc: New args --no-site-file and --no-init-file. Delete |
|
1140 --ignore-init-file. The flag --norc (-f) implies both |
|
1141 --no-site-file and --no-init-file. |
|
1142 |
|
1143 Fri May 17 01:54:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1144 |
|
1145 * input.cc (Fcompletion_matches): New function. |
|
1146 |
|
1147 * utils.cc (get_fcn_file_names): Delete. |
|
1148 * help.cc (simple_help): Use new file name cache instead of |
|
1149 calling get_fcn_file_names. |
|
1150 * variables.cc (make_name_list): Likewise. |
|
1151 |
|
1152 * fn-cache.h, fn-cache.cc, Map-fnc.cc: New files. |
|
1153 * Makefile.in: Add them to the lists. |
|
1154 |
|
1155 * Makefile.in (uninstall): Install in octincludedir, not includedir. |
|
1156 |
|
1157 * pt-plot.h: Include <csignal> here. |
|
1158 |
|
1159 Thu May 16 10:52:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1160 |
|
1161 * oct-stream.cc (octave_stream::oscanf, octave_base_stream::oscanf, |
|
1162 octave_base_stream::do_oscanf): New functions for backward |
|
1163 compatibility with older versions of Octave. |
|
1164 (scanf_format_elt, scanf_format_list): Keep track of width specifier. |
|
1165 * file-io.cc (Fscanf): New function. |
|
1166 (Fscanf, Ffscanf, Fsscanf): Handle compatibility arg. |
|
1167 |
|
1168 Wed May 15 01:00:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1169 |
|
1170 * oct-stream.cc (do_scanf): If doing '%c' conversion, unset |
|
1171 ios::skipws on input stream. |
|
1172 |
|
1173 * sighandlers.h, sighandlers.cc (octave_child, octave_child_list): |
|
1174 New classes for keeping track of the child processes we create. |
|
1175 (sigchld_handler): Check in octave_child_list to see if there is |
|
1176 anything we can do for the child that died. |
|
1177 * pager.cc: Register child pager process. |
|
1178 * pt-plot.cc: Likewise, for the plotter. |
|
1179 * Array-oc.cc: New file |
|
1180 * Makefile.in (TI_SRC): Add it to the list. |
|
1181 |
|
1182 * pager.cc (do_sync): Don't check error_state. |
|
1183 (flushing_output_to_pager): New static variable. |
|
1184 (flush_octave_stdout): Use it to avoid doing anything if already |
|
1185 flushing output. |
|
1186 |
|
1187 * sighandlers.cc (sigchld_handler): Call warning instead of |
|
1188 writing directly to cerr. |
|
1189 (sigpipe_handler): Call warning instead of message. |
|
1190 |
|
1191 * octave.cc (main): Call install_signal_handlers, |
|
1192 initialize_file_io, initialize_symbol_tables, and install_builtins |
|
1193 before parsing command line options. |
|
1194 |
|
1195 * user-prefs.h, user-prefs.cc: Delete. |
|
1196 |
|
1197 * utils.cc (check_preference): Move here. |
|
1198 * user-prefs.cc: From here. |
|
1199 |
|
1200 * defaults.cc: New file. Move initialization stuff from |
|
1201 variables.cc. Move DEFVARS for EDITOR, EXEC_PATH, LOADPATH, |
|
1202 IMAGEPATH, and OCTAVE_VERSION here. |
|
1203 |
|
1204 * user-prefs.h, user-prefs.cc: Delete all stuff related to |
|
1205 INFO_FILE and INFO_PROGRAM. |
|
1206 * help.cc: Move all of that here. |
|
1207 (symbols_of_help): Add DEFVARS for INFO_FILE and INFO_PROGRAM. |
|
1208 |
|
1209 Tue May 14 00:23:06 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1210 |
|
1211 * pager.cc (do_sync): Be more defensive about sending stuff to the |
|
1212 external pager. |
|
1213 * sighandlers.cc (sigchld_handler): For now, only wait for |
|
1214 octave_pager_pid. Don't call error(). Do set octave_pager_pid to |
|
1215 -1 if the pager process no longer exists. |
|
1216 |
|
1217 * user-prefs.h, user-prefs.cc: Delete all stuff related to |
|
1218 PWD. |
|
1219 * dirfns.cc: Move all of that here. |
|
1220 (symbols_of_dirfns): New function. |
|
1221 * variables.cc (install_builtin_variables): Call it. |
|
1222 |
|
1223 * user-prefs.h, user-prefs.cc: Delete all stuff related to |
|
1224 default_save_format and save_precision. |
|
1225 * load-save.cc: Move all of that here. |
|
1226 (symbols_of_load_save): New function. |
|
1227 * variables.cc (install_builtin_variables): Call it. |
|
1228 |
|
1229 * user-prefs.h, user-prefs.cc: Delete all stuff related to |
|
1230 warn_divide_by_zero. |
|
1231 * arith-ops.cc: Move all of that here. |
|
1232 (symbols_of_arith_ops): New function. |
|
1233 * variables.cc (install_builtin_variables): Call it. |
|
1234 |
|
1235 * mappers.cc: Add wrappers for ctype is* functions so that they |
|
1236 will work on systems that only define them as macros. |
|
1237 |
|
1238 Mon May 13 00:27:08 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1239 |
|
1240 * user-prefs.h, user-prefs.cc: Delete all stuff related to |
|
1241 suppress_verbose_help_message. |
|
1242 * help.cc: Move all of that here. |
|
1243 (symbols_of_help): New function. |
|
1244 * variables.cc (install_builtin_variables): Call it. |
|
1245 |
|
1246 * user-prefs.h, user-prefs.cc: Delete all stuff related to |
|
1247 treat_neg_dim_as_zero. |
|
1248 * pt-const.cc: Move all of that here. |
|
1249 |
|
1250 * pager.cc (octave_pager_stream::do_sync): Don't return early if |
|
1251 not interactive. |
|
1252 |
|
1253 * data.h: New file. |
|
1254 * Makefile.in (INCLUDES): Add it to the list. |
|
1255 * data.cc (symbols_of_data): New function. Move definition of I, |
|
1256 Inf, J, NaN, e, eps, i, inf, j, nan, pi, realmin, and realmax here. |
|
1257 * variables.cc: From here. |
|
1258 (install_builtin_variables): Call symbols_of_data. |
|
1259 |
|
1260 * file-io.cc (symbols_of_file_io): New function. Move definition |
|
1261 of SEEK_CUR, SEEK_END, SEEK_SET, stdin, stdout, stderr here. |
|
1262 * variables.cc: From here. |
|
1263 (install_builtin_variables): Call symbols_of_file_io. |
|
1264 |
|
1265 * user-prefs.h, user-prefs.cc: Delete all stuff related to |
|
1266 do_fortran_indexing, implicit_str_to_num_ok, |
|
1267 ok_to_lose_imaginary_part, prefer_column_vectors, |
|
1268 prefer_zero_one_indexing, print_answer_id_name, |
|
1269 propagate_empty_matrices, resize_on_range_error, and |
|
1270 struct_levels_to_print. |
|
1271 * pt-const.cc: Move all of that here. |
|
1272 (symbols_of_pt_const): New function. |
|
1273 * variables.cc (install_builtin_variables): Call it. |
|
1274 * pt-fvc.cc (tree_identifier::assign): Use Vresize_on_range_error |
|
1275 instead of user_pref.resize_on_range_error here. |
|
1276 * load-save.cc (save_mat_binary_data): Use Vimplicit_str_to_num_ok |
|
1277 instead of user_pref.implicit_str_to_num_ok here. |
|
1278 * utils.cc (empty_arg): Use Vpropagate_empty_matrices instead of |
|
1279 user_pref.propagate_empty_matrices here. |
|
1280 * pt-exp-base.cc (tree_expression::is_logically_true): Likewise.. |
|
1281 |
|
1282 * pt-fcn.cc (symbols_of_pt_fcn): Also move DEFVAR for |
|
1283 default_return_value here. |
|
1284 |
|
1285 * user-prefs.h, user-prefs.cc: Delete all stuff related to |
|
1286 ps1, ps2, ps4, and completion_append_char. |
|
1287 * input.cc: Move all of that here. |
|
1288 (symbols_of_input): New function. |
|
1289 * variables.cc (install_builtin_variables): Call it. |
|
1290 * pt-pr-code.cc (indent): Use Vps4 instead of user_pref.ps4 here. |
|
1291 * help.cc (Ftype): Also here. |
|
1292 |
|
1293 * user-prefs.h, user-prefs.cc: Delete all stuff related to |
|
1294 automatic_replot, gnuplot_binary, and gnuplot_has_multiplot. |
|
1295 * pt-plot.cc: Move all of that here. |
|
1296 (symbols_of_pt_plot): New function. |
|
1297 * variables.cc (install_builtin_variables): Call it. |
|
1298 |
|
1299 * user-prefs.h, user-prefs.cc: Delete all stuff related to |
|
1300 beep_on_error. |
|
1301 * error.cc: Move all of that here. |
|
1302 (symbols_of_error): New function. |
|
1303 * variables.cc (install_builtin_variables): Call it. |
|
1304 |
|
1305 * user-prefs.h, user-prefs.cc: Delete all stuff related to |
|
1306 empty_list_elements_ok. |
|
1307 * pt-mat.cc: Move all of that here. |
|
1308 (symbols_of_pt_mat): New function. |
|
1309 * variables.cc (install_builtin_variables): Call it. |
|
1310 |
|
1311 * user-prefs.h, user-prefs.cc: Delete all stuff related to |
|
1312 define_all_return_values, return_last_computed_value, and |
|
1313 silent_functions. |
|
1314 * pt-fcn.cc: Move all of that here. |
|
1315 (symbols_of_pt_fcn): New function. |
|
1316 * variables.cc (install_builtin_variables): Call it. |
|
1317 |
|
1318 * user-prefs.h, user-prefs.cc: Delete all stuff related to |
|
1319 whitespace_in_literal_matrix. |
|
1320 * lex.l: Move all of that here. |
|
1321 (symbols_of_lex): New function. |
|
1322 * variables.cc (install_builtin_variables): Call it. |
|
1323 |
|
1324 * user-prefs.h, user-prefs.cc: Delete all stuff related to |
|
1325 warn_assign_as_truth_value, warn_comma_in_global_decl, |
|
1326 warn_function_name_clash, and warn_missing_semicolon. |
|
1327 * parse.y: Move all of that here. |
|
1328 (symbols_of_parse): New function. |
|
1329 * variables.cc (install_builtin_variables): Call it. |
|
1330 |
|
1331 * user-prefs.h, user-prefs.cc: Delete all stuff related to |
|
1332 output_precision, output_max_field_width, print_empty_dimensions, |
|
1333 and split_long_rows. |
|
1334 * pr-output.cc: Move all of that here. |
|
1335 (symbols_of_pr_output): New function. |
|
1336 * variables.cc (install_builtin_variables): Call it. |
|
1337 |
|
1338 * user-prefs.h, user-prefs.cc: Delete all stuff related to |
|
1339 page_screen_output, page_output_immediately, and pager_binary. |
|
1340 * pager.cc: Move all of that here. |
|
1341 |
|
1342 * user-prefs.h (check_preference): Provide declaration. |
|
1343 * user-prefs.cc (check_preference): Make external. |
|
1344 |
|
1345 * toplev.cc (Foctave_config_info): New function. |
|
1346 |
|
1347 * oct-conf.h.in: New file |
|
1348 * Makefile.in (oct-conf.h): New target. |
|
1349 Add it to the appropriate lists. |
|
1350 |
|
1351 * sighandlers.cc (sigchld_handler): Don't complain about wait |
|
1352 returning a negative value. |
|
1353 |
|
1354 * file-io.cc (Fsscanf, Fsprintf): Pass true for second arg of |
|
1355 octave_stream constructor. |
|
1356 |
|
1357 * oct-stream.h (octave_stream): New field, preserve. |
|
1358 (octave_stream::~octave_stream): If preserve, don't delete rep. |
|
1359 |
|
1360 * pager.cc (symbols_of_pager): Set default for |
|
1361 page_output_immediately to 0. |
|
1362 |
|
1363 * toplev.cc (do_system): Correctly handle return_output. |
|
1364 Append ends to output_buf before calling str(). |
|
1365 |
|
1366 * variables.cc: If M_PI and M_E are available, use them. |
|
1367 |
|
1368 * mk-oct-links.in (links_dir): If old link exists, delete it first. |
|
1369 |
|
1370 Sun May 12 01:46:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1371 |
|
1372 * Makefile.in (DISTFILES): List defaults.h.in and oct-gperf.h here. |
|
1373 (INCLUDES): Not here. |
|
1374 (install-inc): New target. |
|
1375 (uninstall): Also delete libraries and include files. |
|
1376 (install-inc): If linkdir is a directory, leave it alone. |
|
1377 (TERMLIBS, LIBPLPLOT, LIBDLFCN): Don't substitute here (now in |
|
1378 Makeconf). |
|
1379 |
|
1380 * oct-stream.cc (octave_base_stream::do_read): Provide initial |
|
1381 value for tmp var. |
|
1382 |
|
1383 * pt-walk.h, pt-pr-code.h, pt-pr-code.cc: New tree-walking classes. |
|
1384 * Makefile.in: Add them to the appropriate lists. |
|
1385 * pt-fvc-base.h, pt-exp-base.cc, pt-fvc-base.cc, pt-mvr-base.cc, |
|
1386 pt-base.cc, pt-mvr.cc, pt-mat.h, pt-mat.cc, pt-fvc.cc, |
|
1387 pt-const.cc, pt-cmd.cc, pt-const.h, pt-misc.cc, pt-plot.cc, |
|
1388 pt-fcn.cc, pt-plot.h, pt-mvr.h, pt-mvr-base.h, pt-misc.h, |
|
1389 pt-fcn.h, pt-exp.h, pt-exp.cc, pt-exp-base.h, pt-fvc.h, pt-cmd.h, |
|
1390 pt-base.h: |
|
1391 Replace print_code stuff with accept() functions. |
|
1392 Add member access functions where necessary. |
|
1393 * help.cc (Ftype): Update to use new method of walking trees to |
|
1394 print text representation of user-defined functions. |
|
1395 |
|
1396 * file-io.cc (Ffscanf): Update doc string. |
|
1397 (Fsscanf): Likewise. |
|
1398 |
|
1399 * oct-stream.cc (octave_base_stream::do_read): Correctly set max_size. |
|
1400 Pad mval with zeros on final resize. |
|
1401 (octave_base_stream::do_scanf): Likewise. |
|
1402 (do_scanf_conv): Correctly resize mval. |
|
1403 |
|
1404 Sat May 11 05:14:09 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1405 |
|
1406 * pager.cc (octave_pager_buf::sync): Correctly set bypass_pager. |
|
1407 |
|
1408 * lex.l (<MATRIX>{SNLCMT}*\]{S}*): Match SNLCMT, not just SNL. |
|
1409 |
|
1410 Fri May 3 11:05:30 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1411 |
|
1412 * pt-const.cc (OCT_VAL_REP::set_index): Complain if type can't be |
|
1413 indexed. |
|
1414 |
|
1415 * input.cc (get_user_input): Don't increment input line number if |
|
1416 input is coming from eval string. |
|
1417 |
|
1418 * user-prefs.cc: Allow empty strings for prompts. |
|
1419 |
|
1420 Thu May 2 10:50:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1421 |
|
1422 * pt-mvr.h (class tree_oct_obj): Declare values data member const. |
|
1423 |
|
1424 Sun Apr 28 03:16:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1425 |
|
1426 * user-prefs.h (user_preferences): New field, |
|
1427 `page_output_immediately'. |
|
1428 * user-prefs.cc (init_user_prefs): Initialize it. |
|
1429 (page_output_immediately): New function. |
|
1430 * pager.cc (syms_of_pager): Add DEFVAR. |
|
1431 (really_flush_to_pager): New file-scope variable. |
|
1432 (flush_octave_stdout): Set and restore it. |
|
1433 (octave_pager_buf::sync): Check it, user_pref.page_screen_output, |
|
1434 and user_pref.page_output_immediately to decide when to really |
|
1435 flush output. |
|
1436 (more_than_a_screenful): New function. If paging but not |
|
1437 immediately, then check this too. |
|
1438 |
|
1439 * pager.cc (default_pager): Move here from variables.cc. If pager |
|
1440 is less and LESS is not in the environment, append useful flags. |
|
1441 (symbols_of_pager): New function. |
|
1442 * variables.cc (install_builtin_variables): Call it. |
|
1443 Delete pager-related DEFVARs. |
|
1444 |
|
1445 * syswait.h (WIFSIGNALLED): Define if sys/wait.h doesn't. |
|
1446 |
|
1447 * sighandlers.cc: Handle SIGCHLD. |
|
1448 |
|
1449 * pager.cc, pager.h: Rewrite. |
|
1450 * pt-mvr.cc, pt-misc.cc, pt-fcn.cc, pt-const.cc, oct-hist.cc, |
|
1451 file-io.cc, help.cc, variables.cc, qpsol.cc, dassl.cc, quad.cc, |
|
1452 npsol.cc, lsode.cc, fsolve.cc, load-save.cc, dirfns.cc, octave.cc, |
|
1453 toplev.cc, error.cc, input.cc: |
|
1454 Write to octave_stdout and octave_diary instead of calling |
|
1455 maybe_page_output() or maybe_write_to_diary_file(). |
|
1456 |
|
1457 * oct-procbuf.h, oct-procbuf.cc: New files. |
|
1458 * procstream.h (class procstreambase): Use octave_procbuf instead |
|
1459 of procbuf from libg++, so we can get pids of subprocesses. |
|
1460 |
|
1461 Fri Apr 26 01:21:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1462 |
|
1463 * pt-const.cc (OCT_VAL_REP::do_index): Call maybe_mutate() before |
|
1464 returning. |
|
1465 |
|
1466 * mappers.h (struct Mapper_fcn): Delete. |
|
1467 (struct builtin_mapper_function): New field ch_mapper. |
|
1468 * pt-fvc.h (tree_builtin): Convert type of mapper_fcn from |
|
1469 Mapper_fcn to builtin_mapper_function. |
|
1470 * variables.cc (install_builtin_mapper): Likewise, for arg. |
|
1471 Simplify, since we don't have to do the copying ourselves now. |
|
1472 * pt-fvc.cc (apply_mapper_function): Handle ch_mapper case. |
|
1473 * defun.h (DEFUN_MAPPER): Likewise. |
|
1474 * mappers.cc (install_builtin_mappers): Likewise. |
|
1475 Add ctype is* functions here. |
|
1476 |
|
1477 Thu Apr 25 00:57:06 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1478 |
|
1479 * arith-ops.h, defun-int.h, defun.h, dynamic-ld.h, gripes.h, |
|
1480 load-save.h, oct-map.h, oct-obj.h, oct-stream.h, pt-cmd.h, |
|
1481 pt-const.h, pt-exp-base.h, pt-exp.h, pt-fcn.h, pt-fvc-base.h, |
|
1482 pt-fvc.h, pt-mat.h, pt-misc.h, pt-mvr-base.h, pt-mvr.h, pt-plot.h, |
|
1483 symtab.h, toplev.h, utils.h, variables.h, xpow.h, Array-tc.cc, |
|
1484 Map-i.cc, Map-tc.cc, SLList-tc.cc, arith-ops.cc, balance.cc, |
|
1485 bogus.cc, chol.cc, colloc.cc, dassl.cc, data.cc, det.cc, |
|
1486 dirfns.cc, eig.cc, error.cc, expm.cc, fft.cc, fft2.cc, file-io.cc, |
|
1487 filter.cc, find.cc, fsolve.cc, fsqp.cc, givens.cc, gripes.cc, |
|
1488 help.cc, hess.cc, ifft.cc, ifft2.cc, input.cc, inv.cc, |
|
1489 load-save.cc, log.cc, lpsolve.cc, lsode.cc, lu.cc, minmax.cc, |
|
1490 npsol.cc, oct-hist.cc, oct-obj.cc, oct-stream.cc, pager.cc, |
|
1491 pinv.cc, pr-output.cc, pt-cmd.cc, pt-const.cc, pt-exp-base.cc, |
|
1492 pt-exp.cc, pt-fcn.cc, pt-fvc-base.cc, pt-fvc.cc, pt-mat.cc, |
|
1493 pt-misc.cc, pt-mvr-base.cc, pt-mvr.cc, pt-plot.cc, qpsol.cc, |
|
1494 qr.cc, quad.cc, qzval.cc, rand.cc, resource.cc, schur.cc, sort.cc, |
|
1495 strfns.cc, svd.cc, syl.cc, symtab.cc, syscalls.cc, sysdep.cc, |
|
1496 timefns.cc, toplev.cc, utils.cc, variables.cc, xpow.cc, parse.y: |
|
1497 Rename tree_constant -> octave_value. |
|
1498 Rename Octave_object -> octave_value_list. |
|
1499 |
|
1500 Wed Apr 24 22:15:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1501 |
|
1502 * toplev.cc (Fsystem): Merge functionality of async_system and |
|
1503 sync_system. |
|
1504 |
|
1505 * oct-fstrm.h, oct-iostrm.h, oct-prcstrm.h, oct-stdstrm.h, |
|
1506 oct-stream.h, oct-strstrm.h, oct-fstrm.cc, oct-iostrm.cc, |
|
1507 oct-prcstrm.cc, oct-stdstrm.cc, oct-stream.cc, oct-strstrm.cc, |
|
1508 Array-os.cc: New files. |
|
1509 * Makefile.in: Add them to the appropriate lists. |
|
1510 * file-io.cc: Rewrite to use new stream classes. |
|
1511 |
|
1512 Tue Apr 23 18:59:25 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1513 |
|
1514 * gripes.cc (gripe_not_supported): New function. |
|
1515 |
|
1516 * toplev.cc (do_octave_atexit, Fatexit): New functions. |
|
1517 (octave_atexit_functions): New file-scope variable. |
|
1518 * octave.cc (main): Register do_octave_atexit with atexit. |
|
1519 |
|
1520 * variables.cc (install_builtin_variables): Call |
|
1521 symbols_of_syscalls here. |
|
1522 |
|
1523 * syscalls.h, syscalls.cc: New files. |
|
1524 |
|
1525 Mon Apr 22 21:14:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1526 |
|
1527 * syscalls.cc: New file. |
|
1528 (Flstat, Fmkfifo, Fstat, Funlink, Fwait, Fwaitpid): Move here. |
|
1529 * file-io.cc: From here. |
|
1530 * Makefile.in (SOURCES): Add syscalls.cc to the list. |
|
1531 |
|
1532 Wed Apr 17 18:34:10 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1533 |
|
1534 * file-info.h, file-info.cc: Delete files. |
|
1535 * Makefile.in: Remove from lists. |
|
1536 |
|
1537 * toplev.cc (Fquit): Accept exit status argument. |
|
1538 (Fflops): Delete (now a function file). |
|
1539 |
|
1540 Thu Apr 11 16:20:20 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1541 |
|
1542 * lex.l: Recognize `.'. |
|
1543 Update current_input_column even for unrecognized characters. |
|
1544 Return LEXICAL_ERROR for unrecognized characters. |
|
1545 |
|
1546 Mon Apr 8 19:59:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1547 |
|
1548 * variables.cc (install_builtin_variables): Split into several |
|
1549 functions to make compiling with g++ go faster and consume less |
|
1550 memory. |
|
1551 |
|
1552 Sun Apr 7 16:25:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1553 |
|
1554 * load-save.cc (Fsave): Print usage if i == argc. |
|
1555 (Fload): Likewise. |
|
1556 |
|
1557 Sat Apr 6 21:26:49 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1558 |
|
1559 * Makefile.in (clean): Also delete pic/*.o |
|
1560 (maintainer-clean, distclean): Also remove stamp-picdir, |
|
1561 stamp-tinst, stamp-interp, and pic directory. |
|
1562 (stamp-prereq): New target. |
|
1563 |
|
1564 Wed Apr 3 11:19:30 1996 Rick Niles <niles@axp745.gsfc.nasa.gov> |
|
1565 |
|
1566 * resource.cc: Don't make including sys/resource.h and sys/times.h |
|
1567 mutually exclusive. |
|
1568 |
|
1569 Fri Mar 29 13:43:37 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1570 |
|
1571 * Makefile.in (distclean): Delete so_locations, which is created |
|
1572 on DEC Alpha systems. |
|
1573 |
|
1574 Thu Mar 28 02:53:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1575 |
|
1576 * utils.h (undo_string_escape): Provide extern declaration here. |
|
1577 |
|
1578 * lex.l (NL): Allow \r\n as new line character. |
|
1579 (.): Complain if invalid character is found on input |
|
1580 |
|
1581 Fri Mar 22 03:47:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1582 |
|
1583 * resource.cc (getrusage): If getrusage is missing, try using |
|
1584 times to at least fill in the cpu time values. If neither one is |
|
1585 available, return 0 for cpu times instead of NaN. |
|
1586 |
|
1587 * sighandlers.cc (octave_signal_mask): New file-scope variable. |
|
1588 (octave_save_signal_mask, octave_restore_signal_mask): New functions. |
|
1589 * toplev.cc (main_loop): Use them. |
|
1590 |
|
1591 Wed Mar 20 01:21:28 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1592 |
|
1593 * utils.cc (get_fcn_file_names (const string&, int)): Resize |
|
1594 retval to value of k, not i. |
|
1595 (get_fcn_file_names (int)): In loop for copying names to retval, |
|
1596 don't increment j twice. |
|
1597 |
|
1598 Mon Mar 18 22:27:19 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1599 |
|
1600 * Makefile.in ($(MAKEDEPS)): Depend on oct-gperf.h. |
|
1601 |
|
1602 Fri Mar 1 18:15:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1603 |
|
1604 * fsolve.cc (fsolve_options): Delete unused argument nargout. |
|
1605 |
|
1606 * filter.cc: Use MArray instead of Array so that automatic |
|
1607 conversions will work again. |
|
1608 |
|
1609 Tue Feb 27 04:49:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1610 |
|
1611 * variables.cc (looks_like_octave_copyright): Make the strings |
|
1612 that we are trying to match both have length 29. |
|
1613 |
|
1614 * Makefile.in (install-bin): Use $(INSTALL_PROGRAM), not $(INSTALL). |
|
1615 |
|
1616 * load-save.cc (read_mat_binary_data): Make sure name is |
|
1617 NUL terminated. |
|
1618 |
|
1619 Mon Feb 26 18:18:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1620 |
|
1621 * variables.cc (whos): Make argv from tmp_args, not args. |
|
1622 |
|
1623 * defun.h (DEFCONSTX): Don't stringify name. |
|
1624 |
|
1625 Sat Feb 24 01:12:59 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1626 |
|
1627 * Makefile.in (install-oct): Make mk-oct-links executable. |
|
1628 * mk-oct-links.in (links_dir): Update to match new format of |
|
1629 DEFUN_DLD_BUILTIN macro. Use LN_S, not just LN. |
|
1630 (links_dir): |
|
1631 |
|
1632 * pr-output.cc (octave_print_internal): New arg, extra_indent, for |
|
1633 versions of this function that take matrices and ranges. |
|
1634 * pt-const.cc (TC_REP::print (ostream&)): Fix printing of structures. |
|
1635 Pass struct_indent to octave_print_internal as appropriate. |
|
1636 (print_with_name (ostream&, const string&, bool)): Handle spacing |
|
1637 around `=' differently for structures. |
|
1638 |
|
1639 Fri Feb 23 04:51:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1640 |
|
1641 * token.cc (token (double, const string&, int, int)): Store orig_text. |
|
1642 |
|
1643 Tue Feb 20 20:36:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1644 |
|
1645 * variables.cc (Fclear): Fix off-by-one error. |
|
1646 |
|
1647 Sat Feb 17 16:54:02 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1648 |
|
1649 * oct-hist.cc (default_history_file): Append "/.octave_hist" to |
|
1650 return value, not to home_directory. |
|
1651 |
|
1652 Fri Feb 16 18:10:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1653 |
|
1654 * utils.cc: (NINT, D_NINT): Move to liboctave. |
|
1655 |
|
1656 * sysdep.cc (octave_ieee_init): Move to liboctave. |
|
1657 |
|
1658 * procstream.h, procstream.cc: Rewrite. |
|
1659 |
|
1660 * pager.cc (cleanup_oprocstream): New static function. |
|
1661 * toplev.cc (cleanup_iprocstream): Likewise. |
|
1662 * dirfns.cc (cleanup_iprocstream): Likewise. |
|
1663 |
|
1664 * unwind-prot.cc (matrix_cleanup, complex_matrix_cleanup): Delete. |
|
1665 |
|
1666 Thu Feb 15 22:03:28 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1667 |
|
1668 * oct-obj.cc, oct-obj.h: Move most code to the header. |
|
1669 |
|
1670 * oct-obj.cc (make_argv, all_strings): New member functions. |
|
1671 * utils.cc: Moved from here. |
|
1672 |
|
1673 * load-save.cc: Move byte swapping stuff to liboctave. |
|
1674 Move float format conversion stuff to liboctave. |
|
1675 (all_parts_int, too_large_for_float): Move to liboctave. |
|
1676 |
|
1677 * symtab.cc (valid_identifier): Move here. |
|
1678 * load-save.cc: From here. |
|
1679 |
|
1680 * sysdep.cc: Move floating-point format stuff to liboctave. |
|
1681 * pr-output.cc: Include float-fmt.h here. |
|
1682 |
|
1683 Wed Feb 14 01:49:20 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1684 |
|
1685 * defun.h, defun-dld.h, defun-int.h: Simplify interface for DEFUN, |
|
1686 DEFUN_DLD, DEFVAR, and DEFCONST macros. Change all uses. |
|
1687 |
|
1688 * qzval.cc: Move guts to liboctave. |
|
1689 |
|
1690 Tue Feb 13 10:28:27 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1691 |
|
1692 * variables.cc (parse_fcn_file): Also avoid saving history if |
|
1693 input is from a script file. |
|
1694 |
|
1695 * help.cc (Ftype): Call unwind_protect_str for user_pref.ps4. |
|
1696 |
|
1697 * npsol.cc (nonlinear_constraints_ok): Now static. |
|
1698 |
|
1699 * npsol.cc (linear_constraints_ok): Now static. |
|
1700 * qpsol.cc (linear_constraints_ok): Duplicate here. |
|
1701 |
|
1702 * data.cc (Flinspace): Don't print usage message if nargin == 2. |
|
1703 |
|
1704 Sun Feb 11 14:20:32 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1705 |
|
1706 * mk-oct-links.in: Rename from mk-oct-links. |
|
1707 (LN_S): Use this variable instead of ln. |
|
1708 Set -e option for shell. |
|
1709 Exit with status of last command. |
|
1710 Print message when making link. |
|
1711 * Makefile.in (DISTFILES): Add mk-oct-links.in to the list. |
|
1712 (install-oct): Run ./mk-oct-links, not $(srcdir)/mk-oct-links. |
|
1713 |
|
1714 * variables.cc (install_builtin_variables): Restore accidentally |
|
1715 deleted DEFVAR for save_precision. |
|
1716 |
|
1717 Fri Feb 9 11:24:32 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1718 |
|
1719 * Makefile.in (INCLUDES): Delete statdefs.h from the list (it's |
|
1720 now in the liboctave directory). |
|
1721 |
|
1722 * toplev.cc (toplevel): Define here. |
|
1723 * octave.cc (toplevel): Not here. |
|
1724 |
|
1725 * toplev.cc (main_loop): New function. |
|
1726 * octave.cc (main): Call it here instead of doing main loop |
|
1727 actions here. |
|
1728 |
|
1729 * user-prefs.cc (do_fortran_indexing): Also set liboctave_dfi_flag. |
|
1730 (prefer_column_vectors): Also set liboctave_pcv_flag. |
|
1731 (prefer_zero_one_indexing): Also set liboctave_pzo_flag. |
|
1732 (resize_on_range_error): Also set liboctave_rre_flag. |
|
1733 |
|
1734 * variables.cc (restore_command_history): New function. |
|
1735 (parse_fcn_file): Use it here in unwind_protect. |
|
1736 |
|
1737 * dynamic-ld.cc (load_octave_oct_file): Reverse sense of test. |
|
1738 (load_octave_builtin): Delete. |
|
1739 (mangle_octave_oct_file_name): Delete. |
|
1740 |
|
1741 * pt-fvc.cc (tree_builtin::eval): Don't try to dynamically load |
|
1742 functions here. |
|
1743 |
|
1744 * pr-output.cc (set_format_style): Decrement argc for first arg too. |
|
1745 |
|
1746 * input.cc (gnu_readline): If readline returns an empty string, |
|
1747 convert it to a string containing a single newline character. |
|
1748 |
|
1749 * octave.cc (octave_argv): Now a static string_vector. |
|
1750 (intern_argv): Use string_vector ops, not charMatrix ops. |
|
1751 * toplev.cc (octave_argv): Delete definition. |
|
1752 * toplev.h (octave_argv): Delete declaration. |
|
1753 |
|
1754 Thu Feb 8 10:58:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1755 |
|
1756 * Makefile.in (conf-dist): New target. |
|
1757 |
|
1758 Tue Feb 6 10:59:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1759 |
|
1760 * help.cc (Ftype): Correctly handle structure names. |
|
1761 |
|
1762 Sun Feb 4 02:02:20 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1763 |
|
1764 * qpsol.cc (Fqpsol): Call set_options(), not copy() to set |
|
1765 options for QPSOL objects. |
|
1766 |
|
1767 * npsol.cc (Fnpsol): Call set_options(), not copy() to set |
|
1768 options for NPSOL objects. |
|
1769 |
|
1770 * quad.cc (Fquad): Call set_options(), not copy() to set |
|
1771 options for Quad objects. |
|
1772 |
|
1773 * dynamic-ld.cc (load_octave_builtin): Don't call destructor on string. |
|
1774 (load_octave_oct_file): Likewise. |
|
1775 Check oct_file.empty(), not just oct_file. |
|
1776 |
|
1777 * fsolve.cc (Ffsolve): Call set_options(), not copy() to set |
|
1778 options for NLEqn object. |
|
1779 |
|
1780 * variables.cc (do_who): Properly set match patterns from argument |
|
1781 vector for call to maybe_list. |
|
1782 |
|
1783 Sat Feb 3 03:29:33 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1784 |
|
1785 * octave.cc (long_opts): Properly set second field using new enum. |
|
1786 |
|
1787 * lsode.cc: Change ODE to LSODE where appropriate. |
|
1788 Use LSODE_options, not ODE_options. |
|
1789 |
|
1790 * dassl.cc: Change DAE to DASSL where appropriate. |
|
1791 Use DASSL_options, not ODE_options. |
|
1792 |
|
1793 Fri Feb 2 01:41:37 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1794 |
|
1795 * dirfns.cc: Include unistd.h. |
|
1796 |
|
1797 * parse.y, lex.l: Handle matrix lists without ml or mlnm stacks. |
|
1798 * pt-mat.h, pt-mat.cc (tree_matrix): |
|
1799 Rewrite to use SLList instead of home brew list. |
|
1800 * SLList-tm.cc: New file |
|
1801 * Makefile.in: Add it to the lists. |
|
1802 * SLStack-tm.cc: Delete. |
|
1803 * Makefile.in: Delete it from the lists. |
|
1804 |
|
1805 * All pt-* files: Use bool instead of int where appropriate. |
|
1806 |
|
1807 * Makefile.in (DEP_SOURCES_3): Add octave.cc. |
|
1808 |
|
1809 * pt-const.h (class tree_constant::tree_constant_rep): Make |
|
1810 everything in this class public, then it doesn't need to declare |
|
1811 the tree_constant class as a friend. |
|
1812 |
|
1813 Thu Feb 1 01:42:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1814 |
|
1815 * lex.h, lex.l, parse.h, parse.y (class lexical_feedback): New |
|
1816 class for lexer flags. Replace lots of global vars with members |
|
1817 of this class. |
|
1818 |
|
1819 * lex.l (class brace_paren_nesting_level): New class to replace |
|
1820 nesting_level stack. nesting_level is now an instance of this |
|
1821 class. |
|
1822 |
|
1823 * lex.l (yum_yum): New typedef. |
|
1824 (ATE_NOTHING): New global var. |
|
1825 (ATE_SPACE_OR_TAB, ATE_NEWLINE): Don't #define these, declare them |
|
1826 as const yum_yum. |
|
1827 (eat_whitespace, eat_continuation): Return yum_yum, not int. |
|
1828 |
|
1829 * lex.l (SHORT_CIRCUIT_LOGICALS): Delete. Always do this for || |
|
1830 and && tokens. |
|
1831 (yy_flex_alloc, yy_flex_realloc, yy_flex_free, next_char_is_space): |
|
1832 Delete. |
|
1833 |
|
1834 * toplev.cc (verbose_flag): Delete definition. |
|
1835 * toplev.h (verbose_flag): And declaration. |
|
1836 * octave.cc (verbose_flag): Now static. |
|
1837 |
|
1838 * lex.l (lookup_identifier): Arg is now string, not char*. |
|
1839 (handle_identifier, is_plot_keyword, is_keyword): Likewise. |
|
1840 (strip_trailing_whitespace): Return value is now string, not char*. |
|
1841 (plot_style_token): Likewise, for both arg and return value. |
|
1842 |
|
1843 * input.cc (octave_gets_line): Delete. |
|
1844 (gnu_readline, octave_gets, octave_read): |
|
1845 Properly handle input when using_readline is either true or false. |
|
1846 Don't limit length of input lines to flex buffer size. |
|
1847 (get_user_input): New function. |
|
1848 |
|
1849 * octave.cc (main): Handle --no-line-editing. |
|
1850 * toplev.h (using_readline): Provide external declaration here. |
|
1851 * input.h: Not here. |
|
1852 * toplev.cc (using_readline): Define here. |
|
1853 * input.cc: Not here. |
|
1854 |
|
1855 * toplev.h (no_line_editing): Delete declaration. |
|
1856 * input.cc (no_line_editing): Delete definition. |
|
1857 |
|
1858 Wed Jan 31 05:28:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1859 |
|
1860 * input.cc (DEFAULT_ARRAY_SIZE, PROMPT_GROWTH): Delete definitions |
|
1861 of unused macros. |
|
1862 (read_octal): Now static. |
|
1863 |
|
1864 * givens.cc (Fgivens): Use new functions from matrix classes |
|
1865 instead of calling Fortran functions directly. |
|
1866 * syl.cc (Fsyl): Likewise. |
|
1867 * expm.cc (Fexpm): Likewise. |
|
1868 |
|
1869 Mon Jan 29 00:00:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1870 |
|
1871 * octave.cc: Use new prog_args class instead of calling getopt |
|
1872 directly. |
|
1873 |
|
1874 * getopt.h, getopt.c, getopt1.c: Move to liboctave directory. |
|
1875 * Makefile: Remove from lists. |
|
1876 |
|
1877 * utils.cc (strconcat, read_until, discard_until): Delete. |
|
1878 |
|
1879 * pager.cc (terminal_columns, terminal_rows): Move to |
|
1880 liboctave/oct-term.cc. |
|
1881 * pager.cc, pr-output.cc: Include oct-term.h. |
|
1882 |
|
1883 * utils.cc (list_in_columns): Moved to liboctave/str-vec.cc. |
|
1884 Change all callers to use new member function syntax. |
|
1885 |
|
1886 * dirfns.cc (absolute_program): Now static. |
|
1887 (absolute_pathname): Delete. |
|
1888 |
|
1889 * pt-plot.cc (save_in_tmp_file): Call oct_tempnam, not |
|
1890 octave_tmp_file_name. Include file-ops.h. |
|
1891 * file-io.cc (do_scanf, Foctave_tmp_file_name): Likewise. |
|
1892 * oct-hist.cc (mk_tmp_hist_file): Likewise. |
|
1893 |
|
1894 * file-io.cc (Foctave_tmp_file_name): Move here. |
|
1895 * utils.cc: From here. |
|
1896 |
|
1897 * utils.cc (octave_tmp_file_name): Move to liboctave/file-ops.cc. |
|
1898 |
|
1899 * tempname.c, tempnam.c: Move to liboctave directory. |
|
1900 * Makefile.in: Remove from lists. |
|
1901 |
|
1902 Sun Jan 28 19:00:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1903 |
|
1904 * xdiv.cc (all xdiv functions): Return Matrix or ComplexMatrix, |
|
1905 not tree_constant. |
|
1906 |
|
1907 * oct-hist.h, oct-hist.cc, toplev.cc, octave.cc, input.cc, |
|
1908 file-io.cc, user-prefs.cc: Rewrite to use new command_history |
|
1909 class instead of calling readline history functions directly. |
|
1910 |
|
1911 * utils.cc (get_fcn_file_names): Delete num arg. |
|
1912 |
|
1913 Thu Jan 25 20:33:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1914 |
|
1915 * load-save.cc (matches_patterns): Use new glob_match class |
|
1916 instead of calling fnmatch directly. |
|
1917 * symtab.cc (matches_patterns, symbol_table::glob): Likewise. |
|
1918 * variables.cc (Fclear): Likewise. |
|
1919 |
|
1920 Wed Jan 24 02:05:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1921 |
|
1922 * fnmatch.h fnmatch.c: Delete. |
|
1923 * Makefile.in: Add glob stuff in the appropriate places, remove |
|
1924 fnmatch.h and fnmatch.c from lists. |
|
1925 |
|
1926 * octave.cc (program_invocation_name, program_invocation_short_name): |
|
1927 Maybe declare. |
|
1928 (initialize_globals): Maybe initialize them. |
|
1929 |
|
1930 * octave.cc (initialize_pathsearch): Define here, not in pathsearch.cc. |
|
1931 * pathsearch.h, pathsearch.cc: Remove files. |
|
1932 * Makefile.in: Remove them from the lists. |
|
1933 |
|
1934 * help.cc (simple_help): Ignore directories that don't have any .m |
|
1935 or .oct files. |
|
1936 |
|
1937 * utils.cc (search_path_for_file): Use new dir_path class instead |
|
1938 of calling kpathsea routines directly. |
|
1939 (get_fcn_file_names): Likewise. |
|
1940 * help.cc (simple_help): Likewise. |
|
1941 |
|
1942 * dirfns.cc (make_absolute): Don't convert empty arg to "./". |
|
1943 |
|
1944 * sysdir.h: Move to liboctave directory. |
|
1945 * Makefile.in: Remove from lists. |
|
1946 |
|
1947 * dirfns.cc (Freaddir): Use new dir_entry class instead of calling |
|
1948 readdir directly. Include dir-ops.h, not sysdir.h. |
|
1949 * utils.cc (get_fcn_file_names): Likewise. Delete unnecessary |
|
1950 first arg, change all callers. |
|
1951 |
|
1952 Tue Jan 23 00:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1953 |
|
1954 * safe-xstat.hin, safe-xstat.cin, statdefs.h, file-ops.h, |
|
1955 file-ops.cc, filemode.c, mkdir.c, rmdir.c, rename.c: |
|
1956 Files moved to liboctave directory. |
|
1957 * Makefile.in: Remove them from lists. Move appropriate rules. |
|
1958 |
|
1959 * acosh.c, asinh.c, atanh.c, erf.c, erfc.c, gamma.c, lgamma.c: |
|
1960 Files moved to liboctave directory. |
|
1961 * Makefile.in: Remove them from lists. |
|
1962 * missing-math.h: Deleted. |
|
1963 * pr-output.cc, sysdep.cc, minmax.cc, mappers.cc, expm.cc, |
|
1964 arith-ops.cc: Include oct-math.h, not cmath or missing-math.h. |
|
1965 |
|
1966 Mon Jan 22 19:33:05 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1967 |
|
1968 * variables.cc (Fexist): Use file_stat instead of calling stat |
|
1969 directly. Include file-ops.h, not statdefs.h. |
|
1970 * octave.cc (execute_startup_files): Likewise. |
|
1971 * file-io.cc (file_io_get_file, fopen_internal, popen_internal, Fstat): |
|
1972 Likewise. |
|
1973 (mk_stat_map): Likewise, use file_stat object, not struct stat. |
|
1974 * oct-hist.cc (do_history): Likewise. |
|
1975 |
|
1976 * file-ops.h, file-stat.cc: New files. |
|
1977 * Makefile.in: Include them. |
|
1978 * dirfns.cc: Delete is_newer. Don't include statdefs.h. |
|
1979 * toplev.cc: Don't include statdefs.h. |
|
1980 |
|
1981 Sun Jan 21 22:48:03 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1982 |
|
1983 * pt-mvr.h, pt-fvc.h, Map.cc, Map.h, dynamic-ld.h, |
|
1984 pt-fvc-base.cc, SLList-str.cc, pt-fcn.h, pt-fvc-base.h, |
|
1985 SLStack-str.cc, pt-mvr.cc, pt-exp.cc, token.h, token.cc, |
|
1986 user-prefs.h, pt-base.cc, user-prefs.cc, dirfns.h, sysdep.h, |
|
1987 sysdep.cc, input.h, parse.h, lex.l, parse.y, defun.h, mappers.h, |
|
1988 pt-fvc.cc, pt-plot.h, load-save.h, octave.cc, defun-int.h, help.h, |
|
1989 variables.h, oct-map.h, oct-obj.h, oct-obj.cc, pt-const.cc, |
|
1990 oct-map.cc, input.cc, symtab.h, pt-const.h, pathsearch.cc, |
|
1991 pr-output.h, pr-output.cc, toplev.h, timefns.cc, schur.cc, |
|
1992 pt-plot.cc, pager.cc, load-save.cc, dynamic-ld.cc, dirfns.cc, |
|
1993 data.cc, file-info.h, file-info.cc, colloc.cc, utils.h, qpsol.cc, |
|
1994 quad.cc, npsol.cc, lsode.cc, fsolve.cc, dassl.cc, file-io.cc, |
|
1995 help.cc, utils.cc, oct-hist.h, oct-hist.cc, symtab.cc, toplev.cc, |
|
1996 pt-fcn.cc, unwind-prot.h, unwind-prot.cc, variables.cc: |
|
1997 Most functions in these files that deal with character strings |
|
1998 have been converted to use the string class insatead of char*. If |
|
1999 you want more detailed information, you'll have to figure it out |
|
2000 for yourself. |
|
2001 |
|
2002 Sat Jan 20 18:19:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2003 |
|
2004 * dynamic-ld.cc [WITH_DL]: Define RTLD_LAZY to be 1 if it is not |
|
2005 already defined. |
|
2006 |
|
2007 Sun Jan 14 07:48:05 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2008 |
|
2009 * pt-const.cc (print_as_scalar, print_as_structure): |
|
2010 Make these member functions. |
|
2011 (tree_constant::print_with_name): New function, moved here from |
|
2012 old tree-expr.cc file (where it was called print_constant) and |
|
2013 converted to member function. Change all callers. |
|
2014 |
|
2015 Fri Jan 12 01:54:49 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2016 |
|
2017 * octave.cc (initialize_globals): Don't do kpathsearch stuff here. |
|
2018 (main): Call initialize_pathsearch() here. |
|
2019 |
|
2020 * pathsearch.cc: New file. |
|
2021 * Makefile.in (SOURCES): Add it to the list |
|
2022 |
|
2023 * oct-hist.h: Rename from octave-hist.h. |
|
2024 * oct-hist.cc: Rename from octave-hist.cc. |
|
2025 * Makefile.in, parse.y, other .cc files: Cope with it. |
|
2026 |
|
2027 * dynamic-ld.cc: Avoid warnings if !WITH_DYNAMIC_LINKING. |
|
2028 |
|
2029 * load-save.cc (save_ascii_data): string::data() returns const char*. |
|
2030 |
|
2031 * utils.h: Don't provide forward declaration for tree_constant. |
|
2032 |
|
2033 * oct-obj.h: Don't include mx-base.h or provide forward |
|
2034 declarations for Matrix and Range types. |
|
2035 |
|
2036 * file-info.h: Don't include oct-obj.h. Do include cstdio. |
|
2037 |
|
2038 * symtab.h: Don't provide forward declaration for ostream. |
|
2039 |
|
2040 * variables.h: Don't provide forward declarations for istream, |
|
2041 ostrstream, tree, builtin_function, or builtin_variable objects. |
|
2042 |
|
2043 * balance.cc, chol.cc, colloc.cc, dassl.cc, det.cc, eig.cc, |
|
2044 expm.cc, fft.cc, fft2.cc, filter.cc, find.cc, fsolve.cc, fsqp.cc, |
|
2045 givens.cc, hess.cc, ifft.cc, ifft2.cc, inv.cc, log.cc, lpsolve.cc, |
|
2046 lsode.cc, lu.cc, minmax.cc, npsol.cc, pinv.cc, qpsol.cc, qr.cc, |
|
2047 quad.cc, qzval.cc, rand.cc, schur.cc, sort.cc, svd.cc, syl.cc: |
|
2048 Clean up #include statements. |
|
2049 |
|
2050 * pt-const.h: Don't include oct-obj.h or tree-base.h. |
|
2051 Provide forward declaration of Octave_object here. |
|
2052 * pt-const.cc: Include oct-obj.h here. |
|
2053 |
|
2054 * pt-mat.h, pt-fcn.h, pt-const.h, pt-misc.h, pt-plot.h, |
|
2055 pt-exp-base.h, pt-cmd.h, pt-fvc-base.h, pt-mvr-base.h, pt-exp.h, |
|
2056 pt-mvr.h, pt-fvc.h: New files, split from tree-expr.h and/or |
|
2057 renamed from other tree-*.h files (pt == parse tree). |
|
2058 * pt-base.cc, pt-const.cc, pt-exp.cc, pt-fvc-base.cc, pt-mat.cc, |
|
2059 pt-mvr-base.cc, pt-plot.cc, pt-cmd.cc, pt-exp-base.cc, pt-fcn.cc, |
|
2060 pt-fvc.cc, pt-misc.cc, pt-mvr.cc: Likewse, split from tree-expr.cc |
|
2061 and/or other tree-*.cc files. |
|
2062 * Makefile.in: Include them in the appropriate lists. |
|
2063 * All: Fix #include statements to match. |
|
2064 |
|
2065 * Array-tc.cc: Don't instantiate ArrayRep objects. |
|
2066 |
|
2067 Thu Jan 11 02:35:19 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2068 |
|
2069 * tree-const.cc (tree_constant::eval (int, int, const Octave_object&)): |
|
2070 Define here instead of in tree-const.h. |
|
2071 |
|
2072 Wed Jan 10 04:34:20 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2073 |
|
2074 * tree-const.h (tree_constant::tree_constant (const string&): |
|
2075 * tree-const.cc (TC_REP::tree_constant_rep (const string&)): |
|
2076 New constructor. |
|
2077 |
|
2078 Tue Jan 9 04:10:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2079 |
|
2080 * rand.cc (do_rand): Use string_value() result directly instead of |
|
2081 c_str() conversion. |
|
2082 * balance.cc (Fbalance): Likewise. |
|
2083 |
|
2084 * tree-const.cc (TC_REP::string_value()): |
|
2085 Handle new definition of charMatrix::row_as_string() |
|
2086 * load-save.cc (save_ascii_data): Ditto. |
|
2087 (save_binary_data): Ditto. |
|
2088 * pr-output.cc (octave_print_internal): Ditto. |
|
2089 |
|
2090 * balance.cc (Fbalance): |
|
2091 Handle new definition of TC_REP::string_value() |
|
2092 * colloc.cc (Fcolloc): Ditto. |
|
2093 * dassl.cc (Fdassl_options): Ditto. |
|
2094 * data.cc (Fstruct_contains): Ditto. |
|
2095 * dirfns.cc (Fmkdir): Ditto. |
|
2096 (Freaddir): Ditto. |
|
2097 (Frmdir): Ditto. |
|
2098 (Frename): Ditto. |
|
2099 * error.cc (handle_message): Ditto. |
|
2100 * file-io.cc (process_printf_format): Ditto. |
|
2101 (fopen_internal): Ditto. |
|
2102 (file_io_get_file): Ditto. |
|
2103 (return_valid_file): Ditto. |
|
2104 (Flstat): Ditto. |
|
2105 (Fstat): Ditto. |
|
2106 (unlink_internal): Ditto. |
|
2107 (mkfifo_internal): Ditto. |
|
2108 (async_system_internal): Ditto. |
|
2109 (sync_system_internal): Ditto. |
|
2110 (execute_internal): Ditto. |
|
2111 (popen_internal): Ditto. |
|
2112 (fwrite_internal): Ditto. |
|
2113 (fread_internal): Ditto. |
|
2114 (do_printf): Ditto. |
|
2115 (do_scanf): Ditto. |
|
2116 * input.cc (get_user_input): Ditto. |
|
2117 * lsode.cc (Flsode_options): Ditto. |
|
2118 * npsol.cc (Fnpsol_options):Ditto. |
|
2119 * qpsol.cc (Fqpsol_options):Ditto. |
|
2120 * quad.cc (Fquad_options): Ditto. |
|
2121 * rand.cc (do_rand): Ditto. |
|
2122 * schur.cc (Fschur): Ditto. |
|
2123 * sysdep.cc (Fputenv): Ditto. |
|
2124 (Fgetenv): Ditto. |
|
2125 * timefns.cc (extract_tm): Ditto. |
|
2126 (Fstrftime): Ditto. |
|
2127 * toplev.cc (Fsource): Ditto. |
|
2128 (eval_string): Ditto. |
|
2129 (Fsystem): Ditto. |
|
2130 * tree-plot.cc (subplot::handle_plot_data): Ditto. |
|
2131 * variables.cc (is_valid_function): Ditto. |
|
2132 (Fis_global): Ditto. |
|
2133 (Fexist): Ditto. |
|
2134 (builtin_string_variable): Ditto. |
|
2135 * utils.cc (make_argv): Ditto. |
|
2136 (Fundo_string_escapes): Ditto. |
|
2137 |
|
2138 Mon Jan 8 01:54:50 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2139 |
|
2140 * Makefile.in (install-bin): Use $(LN_S), not just ln. |
|
2141 |
|
2142 * variables.cc (octave_fcn_file_dir): New function. |
|
2143 * tree-expr.cc (mark_as_system_fcn_file): Use it instead of |
|
2144 octave_lib_dir. |
|
2145 |
|
2146 * Makefile.in (clean): If $(SHARED_LIBS), also remove shared libs. |
|
2147 |
|
2148 * pr-output.cc (set_format (const ComplexMatrix&, int&, int&)): |
|
2149 Unconditionally call all_elements_are_int_or_inf_or_nan(). |
|
2150 (set_format (const Matrix&, int&, int&)): Likewise. |
|
2151 |
|
2152 Sun Jan 7 19:12:39 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2153 |
|
2154 * utils.cc (oct_putenv): New function. |
|
2155 * sysdep.cc (Fputenv): Use oct_putenv. |
|
2156 * octave.cc (initialize_globals): Likewise. |
|
2157 |
|
2158 Sat Jan 6 23:22:37 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2159 |
|
2160 * sysdep.cc (Fputenv): New function. |
|
2161 |
|
2162 * input.cc (initialize_readline): Call rl_initialize() here. |
|
2163 |
|
2164 * octave.cc: Conditionally define atexit to be on_exit here. |
|
2165 * toplev.cc: Not here. |
|
2166 |
|
2167 Fri Jan 5 14:01:02 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2168 |
|
2169 * toplev.cc: Don't include <pwd.h> here. |
|
2170 |
|
2171 * octave-hist.cc, tree-plot.cc, utils.cc: Do include "sysdep.h". |
|
2172 |
|
2173 * dirfns.cc, file-io.cc, help.cc, load-save.cc, octave.cc, |
|
2174 octave-hist.cc, tree-plot.cc, utils.cc: |
|
2175 Don't include <readline/tilde.h>. |
|
2176 * sysdep.h: Do include it here. |
|
2177 |
|
2178 * tree-const.cc (TC_REP::assign (tree_constant&, Octave_object&)): |
|
2179 If we have a matrix or range, call maybe_mutate before returning. |
|
2180 |
|
2181 Sun Dec 31 15:56:18 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2182 |
|
2183 * npsol.cc (Fnpsol): Improve doc string. |
|
2184 * qpsol.cc (Fqpsol): Likewise. |
|
2185 |
|
2186 Fri Dec 29 21:46:58 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2187 |
|
2188 * defun-dld.h: Make work again for OCTAVE_LITE and |
|
2189 WITH_DYNAMIC_LINKING. |
|
2190 |
|
2191 * Makefile.in: Handle shared libraries. |
|
2192 |
|
2193 Wed Dec 27 17:47:51 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2194 |
|
2195 * mk-oct-links: New file. |
|
2196 * Makefile.in (install-oct): Use it. |
|
2197 * f-*.cc: Rename to *.cc. |
|
2198 |
|
2199 * Makefile.in (install-bin, install-lib, install-oct): New targets. |
|
2200 (install): Use them. |
|
2201 |
|
2202 Tue Dec 26 21:38:22 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2203 |
|
2204 * toplev.cc (reading_startup_message_printed): Move initialization |
|
2205 here and make extern. |
|
2206 |
|
2207 * dirfns.cc, dynamic-ld.cc, help.cc, input.cc, octave-hist.cc, |
|
2208 octave.cc, sighandlers.cc, sysdep.cc, tree-expr.cc, tree-misc.cc, |
|
2209 utils.cc, variables.cc, parse.y, lex.l: Include toplev.h instead |
|
2210 of octave.h. |
|
2211 * toplev.h: rename from octave.h. |
|
2212 |
|
2213 * octave.cc (main): Delete unused variable saved_sigint_handler. |
|
2214 |
|
2215 Sun Dec 24 00:26:54 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2216 |
|
2217 * dynamic-ld.cc: Massive re-write to handle dlopen/dlsym and |
|
2218 shl_load/shl_findsym methods of dynamic linking. |
|
2219 |
|
2220 * utils.cc (get_fcn_file_names): Check for .oct files if |
|
2221 WITH_DYNAMIC_LINKING, not WITH_DLD. |
|
2222 |
|
2223 * Makefile.in (LIB, TERMLIBS): Substitute values. |
|
2224 (octave): Add $(LIBS) to link command and use $(TERMLIBS) instead |
|
2225 of -ltermcap. |
|
2226 |
|
2227 Sat Dec 23 21:56:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2228 |
|
2229 * dynamic-ld.h, dynamic-ld.cc: Remove old unused code. |
|
2230 |
|
2231 * variables.cc (load_fcn_from_file): |
|
2232 Always call load_octave_oct_file. |
|
2233 |
|
2234 Wed Dec 20 00:56:57 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2235 |
|
2236 * pr-output.cc (set_real_format, set_real_matrix_format, |
|
2237 set_complex_format, set_complex_matrix_format, set_range_format): |
|
2238 New functions. Ensure the count of the digits to the right of the |
|
2239 decimal point is positive. |
|
2240 |
|
2241 * xpow.cc (xpow (const Matrix&, double)): Print warning if |
|
2242 inverting singular matrix (but return value anyway, in the name of |
|
2243 compatibility). |
|
2244 xpow (const ComplexMatrix&, double)): Likewise. |
|
2245 |
|
2246 * f-inv.cc (Finv): If matrix is singular, return result anyway, in |
|
2247 the name of compatibility. |
|
2248 |
|
2249 * symtab.cc (symbol_record::pop_context): |
|
2250 Don't assert (! context.empty ()). |
|
2251 |
|
2252 * tree-const.cc (TC_REP::char_matrix_value): Don't complain about |
|
2253 type conversion if object is an empty matrix.f |
|
2254 (TC_REP::assign): If rhs is a string, don't convert to numeric |
|
2255 type if rhs is empty or "". |
|
2256 Only widen if rhs is not empty. |
|
2257 Don't return 0x0 char_matrix if it is supposed to be a string. |
|
2258 |
|
2259 * arith-ops.h, mappers.h, pr-output.h, xdiv.h, xpow.h: Include |
|
2260 oct-cmplx.h in place of forward declaration for class Complex. |
|
2261 |
|
2262 * pr-output.cc, mappers.cc, arith-ops.cc, xdiv.cc, xpow.cc, |
|
2263 utils.cc: Include "oct-cmplx.h" instead of <Complex.h>. |
|
2264 |
|
2265 * octave.cc (initialize_error_handlers): Don't call |
|
2266 set_Complex_error_handler(). |
|
2267 (octave_Complex_error_handler): Delete unused function. |
|
2268 Delete declaration for set_Complex_error_handler(). |
|
2269 |
|
2270 * sighandlers.cc (catch_interrupts): New function. |
|
2271 * octave.cc (main): Call catch_interrupts() instead of calling |
|
2272 octave_set_signal_handler() directly. |
|
2273 |
|
2274 Tue Dec 19 03:22:37 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2275 |
|
2276 * variables.cc (looks_like_octave_copyright): Also recognize the |
|
2277 string " This program is free software". |
|
2278 |
|
2279 Thu Dec 14 01:54:06 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2280 |
|
2281 * octave-hist.cc (clean_up_history): Only write history file if |
|
2282 user_pref.saving_history. |
|
2283 |
|
2284 * octave-hist.cc (initialize_history, clean_up_history, |
|
2285 do_history): Perform tilde expansion on history file name. |
|
2286 |
|
2287 * octave.cc (main): Check `defined (HAVE_ON_EXIT)' not just |
|
2288 `(HAVE_ON_EXIT)'. |
|
2289 |
|
2290 * user-prefs.h (user_preferences): New fields, `history_file' and |
|
2291 `history_size'. |
|
2292 * user-prefs.cc (init_user_prefs): Initialize them. |
|
2293 (sv_history_file, history_size): New functions. |
|
2294 * variables.cc (install_builtin_variables): Initialize user-level |
|
2295 variables history_file and history_size. |
|
2296 * octave-hist.cc (default_history_size): Now extern. |
|
2297 (default_history_file): Likewise. |
|
2298 (octave_hist_size, octave_hist_file): Use user preference |
|
2299 variables instead. |
|
2300 * octave.cc (main): Call initialize_history after |
|
2301 execute_startup_files. |
|
2302 |
|
2303 Fri Dec 8 15:53:59 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2304 |
|
2305 * user-prefs.h (user_preferences): New field, `saving_history'. |
|
2306 * user-prefs.cc (init_user_prefs): Initialize it. |
|
2307 (saving_history): New function. |
|
2308 * variables.cc (install_builtin_variables): Initialize user-level |
|
2309 variable saving_history. |
|
2310 * octave.cc (parse_and_execute): Don't reset value of |
|
2311 saving_history here. |
|
2312 (main) Use user_pref.saving_history instead of saving_history. |
|
2313 * variables.cc (parse_fcn_file): Likewise. |
|
2314 * octave-hist.cc (maybe_save_history): Likewise. |
|
2315 Don't save history if input_from_startup_file. |
|
2316 |
|
2317 Mon Nov 27 23:05:52 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2318 |
|
2319 * resource.cc: Include systime.h before <sys/resource.h>. |
|
2320 |
|
2321 Tue Nov 14 14:09:40 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2322 |
|
2323 * error.cc: Include cstring. |
|
2324 |
|
2325 * tree-expr.cc (print_code): Decrement indent level after printing |
|
2326 function body. |
|
2327 |
|
2328 * Makefile.in: Remove references to oct-str.cc, oct-str.h, and |
|
2329 Array-string.cc. |
|
2330 |
|
2331 * tree-const.h: Don't include oct-str.h. |
|
2332 |
|
2333 Mon Nov 6 11:16:49 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2334 |
|
2335 * parse.y (make_plot_command, finish_colon_expression, |
|
2336 make_unwind_protect, make_try_command, make_for_command, |
|
2337 make_break_command, make_continue_command, make_return_command, |
|
2338 start_if_command, finish_if_command, make_elseif_clause, |
|
2339 make_simple_assignment, make_multi_val_ret, start_function_def, |
|
2340 frob_function_def, finish_function_def, start_matrix, |
|
2341 finish_matrix): New functions. Use them in the grammar to clean |
|
2342 things up a bit. Possibly convert matrix lists, colon |
|
2343 expressions, binary expressions, and unary expressions to constant |
|
2344 values. |
|
2345 (tree_matrix_type): Delete. |
|
2346 (simple_expr1): Handle all expression stuff here, including |
|
2347 assignments. |
|
2348 (simple_expr): Just check to see that simple_expr1 produced |
|
2349 something useful. |
|
2350 |
|
2351 * tree-plot.cc, tree-plot.h: Move most simple constructors to the |
|
2352 header file. |
|
2353 |
|
2354 * tree-expr.h (tree_expression::is_constant): Move virtual |
|
2355 function definition here. |
|
2356 (tree_fvc::is_constant): From here. |
|
2357 (tree_expression::is_matrix_constant): New virtual function. |
|
2358 (tree_expression::is_range_constant): New virtual function. |
|
2359 * tree-expr.cc (tree_matrix::is_matrix_constant): New function. |
|
2360 * tree-expr.cc (tree_colon_expression::is_range_constant): New |
|
2361 function. |
|
2362 |
|
2363 Fri Nov 3 03:42:04 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2364 |
|
2365 * utils.cc, utils.h (jump_to_top_level): Declare as extern "C". |
|
2366 |
|
2367 * tree-const.h (tree_constant::eval ()): Only mutate if printing. |
|
2368 |
|
2369 * tree-const.cc (TC_REP::tree_constant_rep (const Complex&), |
|
2370 TC_REP::tree_constant_rep (const ComplexMatrix&), |
|
2371 TC_REP::tree_constant_rep (const ComplexDiagMatrix&), |
|
2372 TC_REP::tree_constant_rep (const ComplexRowVector&), |
|
2373 TC_REP::tree_constant_rep (const ComplexColumnVector&)): |
|
2374 Also check to see if we can convert to scalar_constant, not just |
|
2375 complex_scalar_constant. |
|
2376 |
|
2377 * user-prefs.h (user_preferences): New field, `exec_path'. |
|
2378 * user-prefs.cc (init_user_prefs): Initialize it. |
|
2379 (sv_exec_path): New function. |
|
2380 * variables.cc (install_builtin_variables): Add DEFUN for EXEC_PATH. |
|
2381 (default_exec_path): New function. |
|
2382 * octave.cc (exec_path): New global variable. |
|
2383 Don't set and putenv() exec path here. |
|
2384 (long_opts): Add --exec-path option. |
|
2385 (main): Handle it. |
|
2386 (initialize_globals): Set default value here. |
|
2387 |
|
2388 * user-prefs.h (user_preferences): New field, `info_prog'. |
|
2389 * user-prefs.cc (init_user_prefs): Initialize it. |
|
2390 (sv_info_prog): New function. |
|
2391 * variables.cc (install_builtin_variables): Add DEFUN for INFO_PROGRAM. |
|
2392 (default_info_prog): New function. |
|
2393 * octave.cc (info_prog): New global variable. |
|
2394 (initialize_globals): Set default value here. |
|
2395 (long_opts): Add --info-prog option. |
|
2396 (main): Handle it. |
|
2397 * help.cc (try_info): Use user_pref.info_prog here. |
|
2398 |
|
2399 * octave.cc (initialize_globals): Put arch_dir and bin_dir ahead |
|
2400 of shell_path when resetting PATH. |
|
2401 |
|
2402 Thu Nov 2 04:30:13 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2403 |
|
2404 * f-rand.cc (Frandn): New function. |
|
2405 (do_initialization): New function. |
|
2406 (do_rand): New function for doing the real work. |
|
2407 (Frand): Use it. |
|
2408 |
|
2409 * octave.cc (parse_and_execute): New arg, warn_for. If given, |
|
2410 print message if file cannot be opened. |
|
2411 Set curr_fcn_file_full_name here. |
|
2412 (Fsource): Pass extra arg to parse_and_execute to get warning message. |
|
2413 |
|
2414 * tree-const.h: Handle line and column info for double, Complex, |
|
2415 and char* constants. |
|
2416 |
|
2417 * parse.y (maybe_convert_to_ans_assign): Pass along line and |
|
2418 column info from expression. |
|
2419 |
|
2420 * parse.y (make_constant): New function. |
|
2421 (simple_expr1, word_list): Use it. |
|
2422 |
|
2423 * input.cc, input.h (curr_fcn_file_full_name): New global. |
|
2424 * variables.cc (load_fcn_from_file): Set it here. |
|
2425 * parse.y (func_def2, yyerror, maybe_warn_missing_semi): Use it. |
|
2426 (func_def2): If !reading_fcn_file, don't call strcmp if |
|
2427 curr_fcn_file_name is 0. |
|
2428 |
|
2429 * octave.cc (Fsource): New function. |
|
2430 (parse_and_execute): Declare file name const char *. |
|
2431 * input.cc (get_input_from_file): Likewise. |
|
2432 |
|
2433 Wed Nov 1 13:54:34 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2434 |
|
2435 * f-filter.cc: New file. |
|
2436 * Makefile.in (DLD_SRC): Add it to the list. |
|
2437 |
|
2438 * sysdep.h (gethostname): Change declaration to match definition |
|
2439 in sysdep.cc. |
|
2440 |
|
2441 * resource.cc: Include sysdep.h here, for octave_NaN. |
|
2442 |
|
2443 Tue Oct 31 02:12:18 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2444 |
|
2445 * tree-const.cc (TC_REP::assign): After converting rhs to a |
|
2446 numeric type, use the converted value, not the original. |
|
2447 |
|
2448 * dirfns.cc (Fpwd): If nargout == 0, print the directory name |
|
2449 instead of returning it. |
|
2450 |
|
2451 * pager.cc (maybe_page_output): Call maybe_write_to_diary_file here. |
|
2452 (flush_output_to_pager): Not here. |
|
2453 |
|
2454 Mon Oct 30 23:39:43 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2455 |
|
2456 * variables.cc (install_builtin_commands): Add DEFVAR for |
|
2457 echo_executing_commands. |
|
2458 |
|
2459 * octave-hist.cc (do_edit_history): Handle new echo stuff. |
|
2460 * variables.cc (parse_fcn_file): Likewise. |
|
2461 * octave.cc (parse_and_execute): Likewise. |
|
2462 (main): Likewise. |
|
2463 * input.cc (do_input_echo): |
|
2464 (Fecho): New function. |
|
2465 |
|
2466 * tree-expr.cc (tree_function::print_code_function_header, |
|
2467 tree_function::print_code_function_trailer): New functions. |
|
2468 (tree_function::print_code): Use them. |
|
2469 (tree_function::eval): Likewise, if echoing commands. |
|
2470 * tree-misc.cc (tree_statement::maybe_echo_code): New function. |
|
2471 |
|
2472 * user-prefs.h (user_preferences): New field, echo_executing_commands. |
|
2473 (echo_state): New enum, for various types of echoing we do. |
|
2474 * user-prefs.cc (echo_executing_commands): New function. |
|
2475 |
|
2476 * tree-base.cc (print_code_indent): Print PS4 as line prefix. |
|
2477 * help.cc (Ftype): Add unwind_protect for ps4 and set it to "" |
|
2478 before printing code. |
|
2479 |
|
2480 * tree-misc.h (tree_statement_list): New field, function_body. |
|
2481 (tree_statement_list::mark_as_function_body): New function. |
|
2482 * parse.y (func_def3): Mark function bodies. |
|
2483 |
|
2484 * pr-output.cc (octave_print_internal): Undo string escapes when |
|
2485 printing charMatrix as strings. |
|
2486 |
|
2487 Sat Oct 28 17:38:29 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2488 |
|
2489 * utils.h (undo_string_escapes): Add missing const in declaration. |
|
2490 |
|
2491 Fri Oct 27 03:49:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2492 |
|
2493 * file-io.cc (next_available_file_number): New stack for keeping |
|
2494 track of next available file number. |
|
2495 (get_next_avail_file_num): New function. |
|
2496 (fopen_file_for_user, fopen_internal, popen_internal, |
|
2497 execute_internal): Use it. |
|
2498 |
|
2499 Mon Oct 23 07:00:09 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2500 |
|
2501 * tree-const.cc (TC_REP::convert_to_matrix_type, |
|
2502 tree_constant::convert_to_matrix_type): New arg, make_complex. |
|
2503 (TC_REP::set_index): New arg, rhs_is_complex. Pass it to |
|
2504 convert_to_matrix_type. |
|
2505 (TC_REP::assign): Pass rhs.is_complex_type() to set_index. |
|
2506 |
|
2507 Thu Oct 19 00:38:38 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2508 |
|
2509 * xpow.cc: Include <climits>. |
|
2510 |
|
2511 * sysdep.cc (Fpause): Do pause even if not interactive. |
|
2512 |
|
2513 * tree-const.cc (TC_REP::assign): Don't make RHS numeric if both |
|
2514 RHS and LHS are strings. |
|
2515 |
|
2516 Wed Oct 18 22:19:16 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2517 |
|
2518 * f-expm.cc (Fexpm): Avoid taking log of negative number. Also, |
|
2519 don't unnecessarily divide the input matrix by 1.0. |
|
2520 |
|
2521 * input.cc (decode_prompt_string): Recognize \[ and \] too. |
|
2522 (initialize_readline): Bind M-p to history-search-backward and M-n |
|
2523 to history-search-forward. |
|
2524 |
|
2525 Tue Oct 17 04:31:06 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2526 |
|
2527 * xpow.cc (xpow): Handle integer powers better for complex^double. |
|
2528 (elem_xpow): Likewise. |
|
2529 |
|
2530 * lex.l ({CCHAR}): If nesting_level.top() is BRACE, return ';', |
|
2531 not '\n'. |
|
2532 |
|
2533 Mon Oct 16 19:03:45 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2534 |
|
2535 * help.cc (Fwhich): Fix doc string. |
|
2536 |
|
2537 * variables.cc (Fexist): Update doc string. |
|
2538 |
|
2539 Sun Oct 15 22:19:16 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2540 |
|
2541 * Another massive set of changes to support character matrices |
|
2542 with indexing. The Octave_str_object class is no longer used. |
|
2543 Anything having to do with Octave_str_object in the following |
|
2544 files has been changed to use charMatrix instead: octave.h, |
|
2545 load-save.cc, octave.cc, strfns.cc, data.cc, pr-output.h, |
|
2546 pr-output.cc, tree-const.h, dirfns.cc, tree-const.cc, |
|
2547 tree-expr.cc. |
|
2548 |
|
2549 Sat Oct 14 22:28:18 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2550 |
|
2551 * f-sort.cc (mx_sort): Don't attempt to sort vectors that have |
|
2552 only one element, or matrices that have only one row. |
|
2553 |
|
2554 Thu Oct 12 02:16:58 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2555 |
|
2556 * mappers.cc (install_mapper_functions): Add gammaln as an alias |
|
2557 for lgamma. |
|
2558 |
|
2559 * tree-const.h, tree-const.cc: Massive overhaul of indexing and |
|
2560 indexed assignment functions. |
|
2561 * tc-inlines.h, tc-rep.h: Remove files. |
|
2562 * Makefile.in: Remove mention of them here too. |
|
2563 |
|
2564 * Makefile.in: Include $(TI_SRC) in DEP_SOURCES_3, not |
|
2565 $(TI_SOURCES). |
|
2566 Include $(DLD_SRC) in DEP_SOURCES_3. |
|
2567 Include $(TI_SRC) in DEF_FILES_5. |
|
2568 |
|
2569 Wed Oct 11 01:26:18 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2570 |
|
2571 * Makefile.in (INCLUDES): Remove tc-inlines.h and tc-rep.h from |
|
2572 the list. |
|
2573 |
|
2574 Mon Oct 9 08:31:04 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2575 |
|
2576 * lex.l (next_token_is_bin_op): Do match `.+', `.*', etc. |
|
2577 |
|
2578 Sun Oct 8 18:19:56 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2579 |
|
2580 * idx-vector.h, idx-vector.cc: Delete files. |
|
2581 * Makefile.in (SOURCES, INCLUDES): Remove them from lists. |
|
2582 |
|
2583 Fri Oct 6 00:52:06 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2584 |
|
2585 * f-svd.cc (Fsvd): If nargout == 0 or nargout == 1, don't ask for |
|
2586 U and V. |
|
2587 |
|
2588 Wed Oct 4 00:04:57 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2589 |
|
2590 * f-npsol.cc (Fnpsol, Fnpsol_options): Avoid unused variable |
|
2591 warnings if NPSOL_MISSING. |
|
2592 * f-qpsol.cc (Fqpsol, Fqpsol_options): Likewise for QPSOL_MISSING. |
|
2593 |
|
2594 * Makefile.in (DISTFILES): Add octave.gperf. |
|
2595 |
|
2596 * lex.l (next_token_is_bin_op): Don't ever return true for `.' |
|
2597 since that causes problems with things like [ .1 .1 ]. |
|
2598 |
|
2599 Tue Oct 3 05:30:24 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2600 |
|
2601 * variables.cc (is_valid_function): Avoid setting error_state if |
|
2602 argument is not a string. |
|
2603 |
|
2604 * parse.y (maybe_warn_missing_semi): New function. |
|
2605 (list1, list): Call it if statement not terminated by semicolon. |
|
2606 * tree-misc.h (tree_statement::line, tree_statement::column): |
|
2607 New functions. |
|
2608 * octave.cc (input_from_command_line_file): New global variable. |
|
2609 (main): Set it. |
|
2610 (parse_and_execute): Unwind-protect it and set it to zero. |
|
2611 (eval_string): Likewise. |
|
2612 * variables.cc (parse_fcn_file): Likewise. |
|
2613 |
|
2614 * user-prefs.cc (warn_missing_semicolon): New function. |
|
2615 * user-prefs.h (user_preferences): New field, warn_missing_semicolon. |
|
2616 * variables.cc (install_builtin_variables): DEFVAR it. |
|
2617 |
|
2618 * tree-expr.cc (tree_expression::is_logically_true): Actually use |
|
2619 argument. |
|
2620 |
|
2621 Mon Oct 2 19:55:48 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2622 |
|
2623 * variables.cc (install_builtin_variables): Reduce the default |
|
2624 value of save_precision to 15. |
|
2625 |
|
2626 * variables.cc (builtin_real_scalar_variable): Return 1 for |
|
2627 success, 0 for failure. |
|
2628 |
|
2629 * user-prefs.cc (struct_levels_to_print, set_save_precision, |
|
2630 set_output_max_field_width, set_output_precision): |
|
2631 Change sense of test for builtin_real_scalar_variable return value. |
|
2632 (check_preference): Rename from check_str_pref. Change all callers. |
|
2633 Accept value of 0 to be the same as "false" and nonzero to be the |
|
2634 same as "true". |
|
2635 Delete val to avoid memory leak. |
|
2636 * variables.cc (install_builtin_variables): Change initial values |
|
2637 from "true" to 1, "false" to 0. |
|
2638 |
|
2639 * variables.cc (install_builtin_variables): Add DEFVAR for |
|
2640 gnuplot_has_multiplot. |
|
2641 |
|
2642 * user-prefs.h (user_preferences): New field, |
|
2643 `gnuplot_has_multiplot'. |
|
2644 * user-prefs.cc (init_user_prefs): Initialize it. |
|
2645 (gnuplot_has_multiplot): New function. |
|
2646 |
|
2647 Sat Sep 30 16:52:57 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2648 |
|
2649 * oct-gperf.h, octave.gperf: Newfiles. |
|
2650 * Makefile.in (DISTFILES): Add octave.gperf. |
|
2651 (INCLUDES): Add oct-gperf.h. |
|
2652 (oct-gperf.h): New rule. |
|
2653 (local-dist, dist): Depend on oct-gperf.h. |
|
2654 * lex.l (is_keyword): Use perfect hash function to lookup |
|
2655 keywords. |
|
2656 |
|
2657 Fri Sep 29 04:36:04 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2658 |
|
2659 * version.h (OCTAVE_NAME_AND_VERSION): Add TARGET_HOST_TYPE to this. |
|
2660 |
|
2661 Thu Sep 28 00:03:51 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2662 |
|
2663 * tree-expr.cc (tree_expression::is_logically_true): New function. |
|
2664 * tree-cmd.cc (tree_while_command::eval): Use it instead of |
|
2665 handling the test directly here. |
|
2666 * tree-misc.cc (tree_if_clause::eval): Likewise |
|
2667 |
|
2668 * tree-const.cc (TC_REP::force_numeric): Don't try to print value |
|
2669 of str_obj with %s. |
|
2670 |
|
2671 * error.cc (buffer_error_messages): Rename from |
|
2672 suppress_octave_error_messages. |
|
2673 (error_message_buffer): New global variable. |
|
2674 (verror): Handle buffering of messages. |
|
2675 (handle_message): New function. |
|
2676 (Ferror, Fwarning, Fusage): Use it instead of duplicating code. |
|
2677 |
|
2678 * octave.cc (Feval): Buffer error messages instead of supressing them. |
|
2679 |
|
2680 * lex.l (is_keyword): Recognize `try', `catch', and `end_try_catch'. |
|
2681 * parse.y (TRY, CATCH): New tokens. |
|
2682 (command): Recognize try-catch block. |
|
2683 (end_error): Add cases for unwind_protect_end and try_catch_end. |
|
2684 * token.h (end_tok_type): New field, try_catch_end. |
|
2685 * tree-cmd.h, tree-cmd.cc (tree_try_catch): New class. |
|
2686 * variables.cc (bind_global_error_variable): New Function. |
|
2687 (clear_global_error_variable): Likewise. |
|
2688 (install_builtin_variables): Add DEFCONST for __error_text__. |
|
2689 * help.cc (keywords): Add `try', `catch', and `end_try_catch'. |
|
2690 |
|
2691 * tree-cmd.cc (tree_unwind_protect::eval): Undo previous change. |
|
2692 |
|
2693 * dirfns.cc (Freaddir, Fmkdir, Frmdir): |
|
2694 Do tilde expansion on the argument. |
|
2695 |
|
2696 Tue Sep 26 00:10:29 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2697 |
|
2698 * f-dassl.cc, f-fsolve.cc, f-lsode.cc, f-npsol.cc, f-quad.cc: |
|
2699 Don't try to figure out if the user-supplied functions take the |
|
2700 correct number of arguments. Simply let the call fail. |
|
2701 * variables.cc (takes_correct_nargs): Delete unused function. |
|
2702 * tree-expr.cc (tree_builtin::eval): Don't complain for too many |
|
2703 arguments to mapper functions. |
|
2704 * tree-expr.h, tree-expr.cc (tree_builtin, tree_function, tree_fvc): |
|
2705 Delete unused function max_expected_args. |
|
2706 |
|
2707 * defun.h (DEFUN): Delete unnecessary args nargin_min and nargout_max. |
|
2708 New arg unused_arg_flags. |
|
2709 (DEFUN_TEXT): Likewise. |
|
2710 * defun-dld.h (DEFUN_DLD_BUILTIN): Likewise. |
|
2711 * defun-int.h (DEFUN_INTERNAL, DECLARE_FUN, DEFINE_FUN_STRUCT): |
|
2712 Do the real work. |
|
2713 |
|
2714 * data.cc, dirfns.cc, dynamic-ld.cc, error.cc, f-balance.cc, |
|
2715 f-chol.cc, f-colloc.cc, f-dassl.cc, f-det.cc, f-eig.cc, f-expm.cc, |
|
2716 f-fft.cc, f-fft2.cc, f-find.cc, f-fsolve.cc, f-fsqp.cc, |
|
2717 f-givens.cc, f-hess.cc, f-ifft.cc, f-ifft2.cc, f-inv.cc, f-log.cc, |
|
2718 f-lpsolve.cc, f-lsode.cc, f-lu.cc, f-minmax.cc, f-npsol.cc, |
|
2719 f-pinv.cc, f-qpsol.cc, f-qr.cc, f-quad.cc, f-qzval.cc, f-rand.cc, |
|
2720 f-schur.cc, f-sort.cc, f-svd.cc, f-syl.cc, file-io.cc, help.cc, |
|
2721 input.cc, lex.l, load-save.cc, mappers.cc, octave-hist.cc, |
|
2722 octave.cc, octave.h, pager.cc, pr-output.cc, resource.cc, |
|
2723 sighandlers.cc, strfns.cc, sysdep.cc, timefns.cc, token.cc, |
|
2724 tree-const.cc, tree-expr.cc, tree-expr.h, tree-plot.cc, |
|
2725 unwind-prot.cc, unwind-prot.h, utils.cc, variables.cc, |
|
2726 variables.h, version.h, xdiv.cc: |
|
2727 Avoid unused variable warnings. |
|
2728 |
|
2729 * tree-expr.h (tree_oct_obj::print_value (ostream&)): |
|
2730 Delete name of unused arg. |
|
2731 (tree_fvc::save (ostream&, int, int): Likewise. |
|
2732 |
|
2733 * tree-const.h (tree_constant::tree_constant (magic_colon)): |
|
2734 Delete name of unused arg. |
|
2735 (tree_constant::tree_constant (all_va_args)): Likewise |
|
2736 (ColumnVector vector_value (int, int)): Likewise. |
|
2737 (ComplexColumnVector vector_value (int, int)): Likewise. |
|
2738 (Octave_object::eval (int, int, const Octave_object&): Likewise. |
|
2739 |
|
2740 * octave.cc (execute_startup_files): Look for octaverc first in |
|
2741 site/m, then in $(version)/m. |
|
2742 * variables.cc (get_local_site_defaults): New function. |
|
2743 * defaults.h.in (OCTAVE_LOCALFCNFILEDIR, OCTAVE_LOCALSTARTUPFILEDIR): |
|
2744 New macros. |
|
2745 * Makefile.in (defaults.h): Also substitute ${localfcndir}. |
|
2746 |
|
2747 Mon Sep 25 17:01:03 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2748 |
|
2749 * variables.cc (install_builtin_variables): Add DEFCONST for "e". |
|
2750 |
|
2751 Fri Sep 22 02:18:45 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2752 |
|
2753 * dirfns.cc (Fls): Delete ls_command after using it, not before. |
|
2754 |
|
2755 * input.h, input.cc (gnu_readline): Don't declare gnu_readline |
|
2756 `extern "C"'. |
|
2757 |
|
2758 * sysdep.h: Only declare gethostname if it is missing, then don't |
|
2759 declare it `extern "C"'. |
|
2760 |
|
2761 * dirfns.cc: Don't declare strerror(). |
|
2762 |
|
2763 * input.cc (command_generator): Use malloc, not xmalloc. Don't |
|
2764 declare xmalloc. |
|
2765 (gnu_readline): Don't declare this `extern "C"'. |
|
2766 |
|
2767 * octave-hist.cc: Don't declare history_get(). It is now in |
|
2768 readline/history.h. |
|
2769 |
|
2770 * input.cc: Don't declare history_get(). It is now in |
|
2771 readline/readline.h. |
|
2772 |
|
2773 * resource.cc: Don't surround include of sys/resource.h in |
|
2774 `extern "C" { }'. |
|
2775 |
|
2776 * fnmatch.h [__cplusplus]: Surround contents in `extern "C" { }'. |
|
2777 * load-save.cc, symtab.cc, variables.cc: Don't surround |
|
2778 fnmatch.h include in `extern "C" { }'. |
|
2779 |
|
2780 * help.cc: Don't #undef __FUNCTION_DEF before including |
|
2781 readline/tilde.h. |
|
2782 |
|
2783 * dirfuns.cc, file-io.cc, help.cc, load-save.cc, octave-hist.cc, |
|
2784 sysdep.cc, tree-plot.cc, utils.cc, variables.cc: |
|
2785 Don't surround readline includes in `extern "C" { }'. |
|
2786 |
|
2787 * sysdep.cc: Move all include statements to top of file. |
|
2788 |
|
2789 Tue Sep 19 01:58:21 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2790 |
|
2791 * octave.cc (Fsystem): Use iprocstream *, and unwind_protect it. |
|
2792 * pager.cc (flush_output_to_pager): Likewise. |
|
2793 * dirfns.cc (Fls): Likewise. |
|
2794 * tree-plot.cc (plot_stream): Now a pointer. |
|
2795 (open_plot_stream): Deal with it. |
|
2796 (send_to_plot_stream, cleanup_tmp_files, do_external_plotter_cd): |
|
2797 Likewise. |
|
2798 |
|
2799 * procstream.cc (cleanup_iprocstream, cleanup_oprocstream): |
|
2800 New functions. |
|
2801 |
|
2802 * procstream.h, procstream.cc (class iprocstream, class oprocstream): |
|
2803 Keep track of pbuf. Initialize it to 0 in default constructors, |
|
2804 delete it in destructor. Don't call close in destructor. |
|
2805 |
|
2806 * sighandlers.cc (octave_set_signal_handler): New function. |
|
2807 Use this name instead of signal everywhere. |
|
2808 * help.cc (try_info): Likewise. |
|
2809 * pager.cc (flush_output_to_pager): Likewise. |
|
2810 * octave.cc (main): Likewise. |
|
2811 * octave-hist.cc (do_edit_history): Likewise. |
|
2812 |
|
2813 * input.cc (initialize_readline): Set rl_paren_string_delimiters |
|
2814 to avoid treating single quotes as string delimiters when doing |
|
2815 paren matching. |
|
2816 |
|
2817 * Makefile.in (SOURCES): Don't list Map.cc or SLStack.cc here. |
|
2818 |
|
2819 * tree-const.cc: Do include utils.h. |
|
2820 |
|
2821 * sysdep.cc: Don't surround terminal includes in extern "C". |
|
2822 Include them before readline.h. |
|
2823 |
|
2824 * Map.h: Don't include utils.h. |
|
2825 (CHNode::CHNode (const char*, const C&, CHNode *t): |
|
2826 Do strsave() inline. |
|
2827 |
|
2828 * input.cc (generate_possible_completions): Generate name list |
|
2829 even when text == 0. |
|
2830 (operate_and_get_next): Don't declare history_stifled, call |
|
2831 history_is_stifled () instead. |
|
2832 Don't declare history_length, or max_input_history either. |
|
2833 Check (where >= history_length - 1) too, as in recent versions of |
|
2834 bash. |
|
2835 |
|
2836 * user-prefs.h (user_prefs): New field, `completion_append_char'. |
|
2837 * user-prefs.cc (init_user_prefs): Initialize it. |
|
2838 (sv_completion_append_char): New function. |
|
2839 * variables.cc (install_builtin_variables): Install |
|
2840 completion_append_char. |
|
2841 * input.cc (command_generator): Use it. |
|
2842 |
|
2843 * SLList-expr.cc, SLList-misc.cc, SLList-plot.cc, SLList-tc.cc, |
|
2844 DLList-fi.cc: Include config.h. |
|
2845 * DLList-fi.cc: Include file-info.h, not file-io.h. |
|
2846 |
|
2847 Mon Sep 18 11:01:24 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2848 |
|
2849 * octave.h (clean_up_and_exit): Tag with NORETURN instead of using |
|
2850 typedef trick. |
|
2851 * error.h (panic): Likewise. |
|
2852 * utils.h (jump_to_top_level): Likewise. |
|
2853 |
|
2854 * file-io.h: Protect from multiple includes with octave_file_io, |
|
2855 not octave_files. |
|
2856 |
|
2857 * file-info.h (class file_info): Convert to using std C++ string |
|
2858 class from char *. |
|
2859 * file-info.cc: Likewise. Don't include utils.h. |
|
2860 * file-io.cc (return_valid_file, fopen_file_for_user, |
|
2861 fflush_internal, do_scanf): Use operator ==, not strcmp. |
|
2862 (close_files): Call error with file.name ().data (), |
|
2863 not file.name (). |
|
2864 (freport_internal): Call form with file.mode ().data () and |
|
2865 file.name ().data (). |
|
2866 |
|
2867 * file-io.cc, file-io.h: Extract file_info class. |
|
2868 * file-info.cc, file-info.h: New files for file_info class. |
|
2869 |
|
2870 * user-prefs.h (user_prefs): New field, `beep_on_error'. |
|
2871 * user-prefs.cc (init_user_prefs): Initialize it. |
|
2872 (beep_on_error): New function. |
|
2873 * variables.cc (install_builtin_variables): Install beep_on_error. |
|
2874 * octave.cc (maximum_braindamage): Set beep_on_error to "true". |
|
2875 * error.cc (verror): Conditionally beep. |
|
2876 (error): Don't reset error_state until after verror is called. |
|
2877 |
|
2878 Sun Sep 17 16:41:25 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2879 |
|
2880 * load-save.cc (read_mat_binary_data, read_ascii_data, |
|
2881 save_ascii_data, read_binary_data, save_binary_data): |
|
2882 Handle string arrays. |
|
2883 |
|
2884 Fri Sep 15 00:24:19 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2885 |
|
2886 * user-prefs.cc (struct_levels_to_print, |
|
2887 set_output_max_field_width, set_output_precision, |
|
2888 set_save_precision): Eliminate unecessary kludge variable. |
|
2889 |
|
2890 * variables.cc (gobble_leading_white_space): New arg, |
|
2891 in_parts. Change all callers. |
|
2892 |
|
2893 * lex.l (HELP_FCN): Delete start state. The `help' command is now |
|
2894 handled the same as any other text-style function. |
|
2895 |
|
2896 * gripes.cc (gripe_invalid_value_specified): New function |
|
2897 * user-prefs.cc: Use it. |
|
2898 |
|
2899 * sysdep.cc (octave_words_big_endian): New global variable. |
|
2900 (ten_little_endians): New function. |
|
2901 (sysdep_init): Call it. |
|
2902 * load-save.cc (words_big_endian): Use this at run-time instead of |
|
2903 depending on WORDS_BIGENDIAN at compile-time. |
|
2904 |
|
2905 * symtab.h (SYMTAB_VARIABLES): New macro. |
|
2906 * variables.cc (Fclear): Use it instead of just |
|
2907 symbol_def::USER_VARIABLE when looking for variables. |
|
2908 |
|
2909 * octave.cc (main): If there is a file to execute, set |
|
2910 program_invocation_name and program_name to the name of the file |
|
2911 and argv to the remaining args. |
|
2912 (intern_argv): Only define argv if there are some remaining |
|
2913 arguments. |
|
2914 |
|
2915 * defun.h (DEFVAR_INT): New macro. |
|
2916 (DEFVAR): Define in terms of DEFVAR_INT. Delete args protect and |
|
2917 eternal. |
|
2918 (DEFCONST): New macro. |
|
2919 * variables.cc (install_builtin_variables): Use DEFCONST where |
|
2920 appropriate, change uses of DEFVAR to match new definition. |
|
2921 |
|
2922 * variables.cc (bind_builtin_variable): New variant that accepts |
|
2923 const tree_constant& value. |
|
2924 (install_builtin_variables): Properly alphabetize DEFVAR for this. |
|
2925 |
|
2926 * octave.cc (short_opts): Prefix with `+' to prevent argv |
|
2927 permutation. |
|
2928 (main): Don't use readline if forced_interactive. |
|
2929 (traditional): New file-scope variable. |
|
2930 (long_opts, usage_string, verbose_usage): Add `--traditional'. |
|
2931 (maximum_braindamage): New function. |
|
2932 (main): Call it if --traditional. |
|
2933 |
|
2934 * input.cc (do_input_echo): Print prompt correctly when |
|
2935 forced_interactive is either true or false. |
|
2936 |
|
2937 Thu Sep 14 00:54:06 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2938 |
|
2939 * data.cc (Fstruct_elements): New function. |
|
2940 |
|
2941 * file-io.cc (Fumask): New function. |
|
2942 |
|
2943 * dirfns.cc (Fmkdir, Frmdir, Frename): New functions. |
|
2944 |
|
2945 * Makefile.in: Add rules and dependencies for building safe-stat.o |
|
2946 and safe-lstat.o. |
|
2947 |
|
2948 * mkdir.c, rename.c, rmdir.c: New files. |
|
2949 * Makefile.in (SOURCES): Include them in the list. |
|
2950 |
|
2951 * safe-xstat.hin, safe-xstat.cin: New files |
|
2952 * Makefile.in (DISTFILES): Include them in the list. |
|
2953 |
|
2954 * sighandlers.cc (octave_new_handler): Try to continue on memory |
|
2955 exhausted errors. |
|
2956 (sigfpe_handler): Improve error message. |
|
2957 |
|
2958 * Makefile.in: Use `ifndef omit_deps', not `ifndef $(omit_deps)'. |
|
2959 |
|
2960 * dirfns.cc (Freaddir): New function. |
|
2961 |
|
2962 * f-sort.cc: Complete rewrite. Now uses stable sort algorithm and |
|
2963 correctly handles complex matrices containing columns of all real |
|
2964 numbers. |
|
2965 |
|
2966 Wed Sep 13 03:16:40 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2967 |
|
2968 * arith-ops.cc: Unconditionally #define DIVIDE_BY_ZERO_ERROR. |
|
2969 |
|
2970 * variables.cc (install_builtin_variables): Unconditionally |
|
2971 install NaN and nan. |
|
2972 |
|
2973 * mappers.cc (xisinf): Don't do bogus things if isinf, isnan, or |
|
2974 finite are missing. |
|
2975 (xfinite): Likewise. |
|
2976 |
|
2977 * sysdep.cc (octave_ieee_init): Don't set octave_NaN and |
|
2978 octave_Inf if values are not available. |
|
2979 |
|
2980 * resource.cc (mk_ru_map): Don't use ru_ or tv_ as prefixes to |
|
2981 Octave names for the structure members. |
|
2982 |
|
2983 Tue Sep 12 02:04:16 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2984 |
|
2985 * procstream.h, procstream.cc: Rewrite. |
|
2986 |
|
2987 Mon Sep 11 18:42:05 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2988 |
|
2989 * filemode.c: New file, from Emacs. |
|
2990 * Makefile.in (SOURCES): Add it to the list. |
|
2991 |
|
2992 * file-io.cc (Fstat, Flstat, mk_stat_map): New functions. |
|
2993 |
|
2994 * timefns.cc (mk_tm_map): Don't use tm_ as prefix to Octave names |
|
2995 for these structure members. |
|
2996 (extract_tm): Likewise. |
|
2997 (Flocaltime): Fix doc string to match. |
|
2998 |
|
2999 Thu Sep 7 02:04:27 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3000 |
|
3001 * load-save.cc (save_user_variables): New function. |
|
3002 * sighandlers.cc (my_friendly_exit): Call it before exiting. |
|
3003 (sigfpe_handler): New function. |
|
3004 (install_signal_handlers) [__alpha__]: Install it. |
|
3005 |
|
3006 Wed Sep 6 14:35:10 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3007 |
|
3008 * tree-cmd.cc (tree_unwind_protect::eval): Ignore errors and |
|
3009 suppress error messages while executing first block of |
|
3010 unwind_protect commands. |
|
3011 |
|
3012 * parse.y (end_error): Add missing case for unwind_protect_end. |
|
3013 |
|
3014 * tree-expr.cc (tree_builtin::eval): Complain if no arguments |
|
3015 given for mapper functions. |
|
3016 (tree_fvc::lookup_map_element): Print error message for invalid |
|
3017 structure reference. |
|
3018 |
|
3019 Tue Sep 5 02:04:12 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3020 |
|
3021 * file-io.cc, input.cc, load-save.cc, octave.cc, sysdep.cc, |
|
3022 variables.cc, octave-hist.cc, utils.cc, f-schur.cc, f-rand.cc, |
|
3023 f-quad.cc, f-qpsol.cc, f-npsol.cc, f-lsode.cc, f-fsolve.cc, |
|
3024 f-dassl.cc, f-colloc.cc, f-balance.cc, error.cc, data.cc: |
|
3025 Add const qualifiers where appropriate. |
|
3026 |
|
3027 * dirfns.h: Include <ctime>, for time_t. |
|
3028 |
|
3029 * tempname.c, file-io.cc, help.cc, input.cc, octave-hist.cc, |
|
3030 octave.cc, sighandlers.cc, sysdep.cc, tree-expr.cc, tree-misc.cc, |
|
3031 tree-plot.cc, utils.cc, variables.cc, sysdir.h: |
|
3032 Move #include <sys/type.h> inside #ifdef HAVE_UNISTD_H. |
|
3033 |
|
3034 * syswait.h: New file. |
|
3035 * Makefile.in (INCLUDES): Add it to the list. |
|
3036 * file-io.cc, sighandlers.cc: Use it instead of including |
|
3037 sys/wait.h directly. |
|
3038 |
|
3039 * octave.cc: Include statdefs.h, not sys/stat.h. |
|
3040 |
|
3041 * sysdir.h: New file. |
|
3042 * Makefile.in (INCLUDES): Add it to the list. |
|
3043 * dirfns.cc, utils.cc: Use it instead of including the headers |
|
3044 directly. |
|
3045 |
|
3046 * pathlen.h: New file. |
|
3047 * Makefile.in (INCLUDES): Add it to the list. |
|
3048 * dirfns.cc, input.cc: Use it instead of including sys/param.h |
|
3049 directly. |
|
3050 * utils.cc: Don't include sys/param.h |
|
3051 |
|
3052 Sun Sep 3 18:52:59 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3053 |
|
3054 * tree-const.cc (TC_REP::string_value): Return const char*, not |
|
3055 char *. |
|
3056 |
|
3057 * All .cc, .y, .l, .y files: Include <cctype>, not <ctype.h>, and |
|
3058 so on for all new C++ versions of these standard C headers. |
|
3059 |
|
3060 Thu Aug 31 17:09:38 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3061 |
|
3062 * pathsearch.h: Also hide `string'. |
|
3063 |
|
3064 * oct-str.cc, oct-str.h: New files. |
|
3065 * Makefile.in: Add to the appropriate lists. |
|
3066 * tc-rep.h: Change char* to Octave_string* in anonymous union. |
|
3067 * tree-expr.cc (tree_matrix::eval): Handle multiple element strings. |
|
3068 * strfns.cc (toascii): Likewise. |
|
3069 * tree-const.cc (print_as_string): Likewise. |
|
3070 (TC_REP::force_numeric, TC_REP::rows, TC_REP::columns, |
|
3071 TC_REP::double_value, TC_REP::complex_value, TC_REP::matrix_value, |
|
3072 TC_REP::complex_matrix_value, TC_REP::convert_to_str): Likewise. |
|
3073 (TC_REP::print): Call octave_print_internal for string case. |
|
3074 (all_strings): New function. |
|
3075 Fix constructors to use new data structure. |
|
3076 * pr-output.cc (octave_print_internal): Add version for strings. |
|
3077 * Array-string.cc: New file. |
|
3078 |
|
3079 * octave.cc (octave_argv): New global variable. |
|
3080 (intern_argv): New function. |
|
3081 (main): Fix argument parsing to do the right thing for arguments |
|
3082 to executable scripts. |
|
3083 * variables.cc: Add DEFUNs for argv, program_invocation_name, and |
|
3084 program_name. |
|
3085 |
|
3086 * defun.h (DEFVAR): Fix comment. |
|
3087 |
|
3088 Thu Aug 24 00:02:00 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3089 |
|
3090 * file-io.cc (fgets_internal): Make second arg optional. Add |
|
3091 optional arg `strip_final_newline'. |
|
3092 (Ffgets): Change to match new definition of fgets_internal. |
|
3093 (Ffgetl): Implement using the new fgets_internal. |
|
3094 |
|
3095 * f-rand.cc (Frand): Update code for sizing return value to match |
|
3096 that used by ones, zeros, and eye. |
|
3097 |
|
3098 Wed Aug 23 19:52:45 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3099 |
|
3100 * tree-const.cc (do_vector_assign): Don't crash for |
|
3101 A(range) = scalar, or A(matrix) = scalar. |
|
3102 |
|
3103 * f-dassl.cc (set_dassl_option): Rename from do_dassl_option. |
|
3104 (show_dassl_option): New function. |
|
3105 (Fdassl_options): Handle single arg. |
|
3106 * f-fsolve.cc (set_fsolve_option): Rename from do_fsolve_option. |
|
3107 (show_fsolve_option): New function. |
|
3108 (Ffsolve_options): Handle single arg. |
|
3109 * f-fsqp.cc (set_fsqp_option): Rename from do_fsqp_option. |
|
3110 (show_fsqp_option): New function. |
|
3111 (Ffsqp_options): Handle single arg. |
|
3112 * f-lpsolve.cc (set_lpsolve_option): Rename from do_lpsolve_option. |
|
3113 (show_lpsolve_option): New function. |
|
3114 (Flpsolve_options): Handle single arg. |
|
3115 * f-lsode.cc (set_lsode_option): Rename from do_lsode_option. |
|
3116 (show_lsode_option): New function. |
|
3117 (Flsode_options): Handle single arg. |
|
3118 * f-npsol.cc (set_npsol_option): Rename from do_npsol_option. |
|
3119 (show_npsol_option): New function. |
|
3120 (Fnpsol_options): Handle single arg. |
|
3121 * f-qpsol.cc (set_qpsol_option): Rename from do_qpsol_option. |
|
3122 (show_qpsol_option): New function. |
|
3123 (Fqpsol_options): Handle single arg. |
|
3124 * f-quad.cc: (set_quad_option): Rename from do_quad_option. |
|
3125 (show_quad_option): New function. |
|
3126 (Fquad_options): Handle single arg. |
|
3127 (Fquad): Doc fix. |
|
3128 |
|
3129 Tue Aug 22 00:38:05 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3130 |
|
3131 * tree-plot.cc (do_external_plotter_cd): New function. |
|
3132 * dirfns.cc (octave_change_to_directory): New function. If cd is |
|
3133 successful, also call do_external_plotter_cd(). |
|
3134 (Fcd): Call octave_change_to_directory(), not change_to_directory(). |
|
3135 |
|
3136 * pr-output.cc (pr_any_float): Change declaration of counter to |
|
3137 size_t to avoid gcc warnings. |
|
3138 |
|
3139 * idx-vector.cc, octave-hist.cc, tree-const.cc, tree-expr.cc, |
|
3140 tree-misc.cc, utils.cc, xpow.cc, Map.cc: |
|
3141 Update for change in for loop variable scope for gcc 2.7.0. |
|
3142 |
|
3143 Mon Aug 21 19:34:53 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3144 |
|
3145 * tree-const.cc (fortran_style_matrix_assignment): Properly handle |
|
3146 case of complex LHS, real RHS. |
|
3147 |
|
3148 * Makefile.in: Only include dependency files if $(omit_deps) is |
|
3149 not set. |
|
3150 |
|
3151 Wed Jul 5 00:03:58 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
3152 |
|
3153 * sysdep.cc: Explicitly include string.h. |
|
3154 |
|
3155 Sun Jun 25 00:18:10 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3156 |
|
3157 * load-save.cc (too_large_for_float (const Matrix&)): |
|
3158 Extract elements as doubles, not Complex. |
|
3159 |
|
3160 Sat Jun 24 22:59:15 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3161 |
|
3162 * pr-output.cc (any_element_is_inf_or_nan): Declare extern, not static. |
|
3163 * f-svd.cc (Fsvd): Call here to avoid trying to take SVD of matrix |
|
3164 containing Inf or NaN values. |
|
3165 |
|
3166 * pr-output.cc (bit_format): New file-scope variable. |
|
3167 (set_format, pr_any_float): Handle bit_format. |
|
3168 (octave_print_internal): Handle bit_format like bank_format. |
|
3169 (init_format_state): Initialize bit_format. |
|
3170 (set_format_style): Allow `format bit' and `format native-bit'. |
|
3171 |
|
3172 Thu Jun 8 15:20:26 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3173 |
|
3174 * mappers.cc (arg, imag, signum): If arg is NaN, return NaN. |
|
3175 |
|
3176 Mon May 15 14:47:04 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3177 |
|
3178 * pager.cc (Fdiary): Initialize diary_file here, not in the |
|
3179 file-scope declaration. |
|
3180 |
|
3181 * tree-expr.cc (tree_index_expression::eval): |
|
3182 Handle nargin == 0 the same as other cases. |
|
3183 |
|
3184 Tue May 2 10:02:23 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3185 |
|
3186 * load-save.cc (do_double_format_conversion): Add missing breaks. |
|
3187 (do_float_format_conversion): Likewise. |
|
3188 |
|
3189 Mon May 1 13:50:24 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3190 |
|
3191 * Makefile.in (OCTAVE_LIBS): Add @LIBPLPLOT@ to the list. |
|
3192 |
|
3193 * timefns.cc (Ftime): Handle GETTIMEOFDAY_NO_TZ. |
|
3194 |
|
3195 * Makefile.in (SOURCES): Delete tc-rep.cc, tc-rep-ass.cc, and |
|
3196 tc-rep-idx.cc from the list. |
|
3197 |
|
3198 * tree-const.h: Add #pragma interface. |
|
3199 * tree-const.cc: Add contents of tc-rep.cc, tc-rep-ass.cc, and |
|
3200 tc-idx.cc to this file. Add #pragma implementation. This makes |
|
3201 tree-const.cc large, but makes the final binary smaller. |
|
3202 |
|
3203 * unwind-prot.h unwind-prot.cc token.cc token.h procstream.cc |
|
3204 procstream.h idx-vector.cc idx-vector.h symtab.cc symtab.h |
|
3205 oct-map.cc oct-map.h oct-obj.cc oct-obj.h tree-plot.h tree-plot.cc |
|
3206 tree-misc.cc tree-misc.h tree-expr.cc tree-expr.h tree-cmd.cc |
|
3207 tree-cmd.h tree-base.cc tree-base.h: |
|
3208 Add #pragma interface/implementation. |
|
3209 |
|
3210 * Makefile.in (OCTAVE_LIBS): Delete @LIBINFO@ from list. |
|
3211 * help.cc: Don't include info headers or extern declarations for |
|
3212 functions from info. |
|
3213 (try_info): Call info as a subprocess. Delete second arg. |
|
3214 Handle SIGINT here, not in help_from_info(). |
|
3215 (help_from_info): Complain if info doesn't work. |
|
3216 |
|
3217 * defun-dld.h (DEFUN_DLD_BUILTIN) [OCTAVE_LITE && MAKE_BUILTINS]: |
|
3218 If ! WITH_DLD, simply emit a character string constant. |
|
3219 |
|
3220 Fri Apr 28 15:23:06 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3221 |
|
3222 * lex.l ({IDENT}{S}*): Don't delete tok. That's handled by |
|
3223 strip_trailing_whitespace() now. |
|
3224 (<HELP_FCN>[^ \t\n]*{S}*|<TEXT_FCN>[^ \t\n\;\,]*{S}*): Ditto. |
|
3225 |
|
3226 * pathsearch.h: Include kpathsea/progname.h. |
|
3227 * octave.cc (initialize_globals): Call kpse_set_progname(). |
|
3228 |
|
3229 * token.h: Declare copy constructor and operator = private. |
|
3230 * token.cc: Abort if copy constructor or operator = is used. |
|
3231 |
|
3232 Thu Apr 27 13:54:39 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3233 |
|
3234 * tree-expr.cc (lookup_map_element): Don't list default argument |
|
3235 values here too. |
|
3236 |
|
3237 * pr-output.cc (hex_format): New file-scope variable. |
|
3238 (set_format, pr_any_float): Handle hex_format. |
|
3239 (octave_print_internal): Handle hex_format like bank_format. |
|
3240 (init_format_state): Initialize hex_format. |
|
3241 (set_format_style): Allow `format hex' and `format native-hex'. |
|
3242 |
|
3243 * variables.cc (bind_ans): Create ans_id each time with new and |
|
3244 ask tree_simple_assignment_expression to handle cleaning it up. |
|
3245 This apparently plugs a memory leak. |
|
3246 |
|
3247 * help.cc (Ftype): Don't try to print map constants. Handle |
|
3248 references to structure members. |
|
3249 |
|
3250 Wed Apr 26 12:40:59 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3251 |
|
3252 * input.cc (generate_struct_completions): New function. |
|
3253 (generate_possible_completions): Likewise. |
|
3254 (looks_like_struct): Likewise. |
|
3255 (command_generator): Handle completion of struct variables. |
|
3256 |
|
3257 * tree-expr.h, tree-expr.cc (tree_fvc::lookup_map_element): |
|
3258 Add insert and silent args. |
|
3259 |
|
3260 * oct-map.cc: New file. |
|
3261 * Makefile.in (SOURCES): Add it to the list. |
|
3262 |
|
3263 Mon Apr 24 09:41:02 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3264 |
|
3265 * variables.cc (Fexist): Handle structure references too. |
|
3266 |
|
3267 * tree-const.cc (lookup_map_element (const char*, int, int): |
|
3268 New function. |
|
3269 (lookup_map_element (SLList<char*>&, int, int): New arg, silent. |
|
3270 * tc-rep.cc (lookup_map_element): New arg, silent. If nonzero, |
|
3271 don't call error(). |
|
3272 |
|
3273 * tc-rep.h (is_empty): Define here. |
|
3274 * tree-const.h (is_empty): Hand off to TC_REP::is_empty(). |
|
3275 |
|
3276 * data.cc (Fstruct_contains): Call lookup_map_element on args(0) |
|
3277 instead of extracting the map and calling contains() on it. |
|
3278 |
|
3279 * parse.y (EPLUS, EMINUS): New tokens. |
|
3280 (simple_expr): Handle EPLUS, EMINUS the same as `+' and `-'. |
|
3281 * lex.l (".+", ".-"): New patterns. Match these separately to |
|
3282 disallow using them as unary operators. |
|
3283 |
|
3284 * lex.l (next_token_is_bin_op): Simplify by noting that spacing |
|
3285 only matters for those tokens that can also be unary ops. |
|
3286 |
|
3287 Fri Apr 21 14:34:45 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3288 |
|
3289 * load-save.cc (read_ascii_data): Allow reading of empty |
|
3290 matrices. |
|
3291 |
|
3292 * tc-rep-ass.cc (vector_assignment): Only assert that we are not |
|
3293 doing fortran-style indexing and that nr <= 1 || nc <= 1. |
|
3294 (do_vector_assign): Handle assignment of [] when one dimension is |
|
3295 zero and the other is anything. |
|
3296 |
|
3297 Thu Apr 20 13:56:21 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3298 |
|
3299 * tc-rep-ass.cc (delete_rows, delete_columns): Simply return if |
|
3300 num_to_delete is 0. |
|
3301 |
|
3302 * lex.l (handle_identifier): Don't match plot option keywords |
|
3303 inside parentheses or braces. |
|
3304 |
|
3305 * variables.cc (parse_fcn_file): Also delete tmp_help_txt if |
|
3306 running a script. |
|
3307 |
|
3308 * tree-cmd.h (tree_command): Add destructor. |
|
3309 |
|
3310 * tree-expr.h tree_simple_assignment_expression (lhs_idx_expr): |
|
3311 Hang on to idx_expr, not just its parts so it can be deleted. |
|
3312 (init): Initialize it. |
|
3313 * tree-expr.cc (~tree_simple_assignment_expression): Delete it. |
|
3314 |
|
3315 * tree-expr.h (tree_multi_val_ret, tree_oct_obj, tree_fvc, |
|
3316 tree_identifier, tree_builtin, tree_function): Add destructors. |
|
3317 * tree-expr.cc (tree_function::~tree_function): Delete some stuff. |
|
3318 |
|
3319 * tree-misc.h (tree_va_return_list): Add destructor. |
|
3320 |
|
3321 * octave.cc (__builtin_new, __builtin_delete): Provide our own, |
|
3322 for debugging. |
|
3323 |
|
3324 * utils.cc (strconcat): Don't depend on the return value from |
|
3325 strcat. |
|
3326 (file_in_path): Simplify logic. |
|
3327 |
|
3328 * parse.y (maybe_convert_to_ans_assign): Create ans_id each time |
|
3329 with new and ask tree_simple_assignment_expression to handle |
|
3330 cleaning it up. This apparently plugs a memory leak. |
|
3331 |
|
3332 * lex.l (strip_trailing_whitespace): Declare retval static. |
|
3333 Delete it before saving next string. |
|
3334 |
|
3335 * error.cc (Ferror): Do call error() for empty string args. |
|
3336 (error_1): Don't print anything if fmt is "" or "\n", but do set |
|
3337 the error state appropriately. |
|
3338 |
|
3339 * tree-cmd.cc (tree_unwind_protect::eval): Handle return and break |
|
3340 in the `try' part of the statement. |
|
3341 |
|
3342 Mon Apr 10 19:29:44 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3343 |
|
3344 * f-expm.cc, f-givens.cc, f-qzval.cc, f-syl.cc, f-rand.cc: |
|
3345 Where appropriate, declare Fortran functions to take reference |
|
3346 instead of pointer args. Change callers. |
|
3347 |
|
3348 * mappers.cc: Declare Fortran functions to take reference instead |
|
3349 of pointer args. Change callers. |
|
3350 |
|
3351 * gamma.c, lgamma.c, erfc.c, erf.c, atanh.c, asinh.c, acosh.c: |
|
3352 Declare Fortran functions to take reference instead of pointer |
|
3353 args. |
|
3354 |
|
3355 Sun Apr 9 19:38:53 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3356 |
|
3357 * file-io.cc (Fpopen, Fpclose, Fexecute, Fsync_system, |
|
3358 Fasync_system, Fwaitpid, Fmkfifo, Funlink): New functions. |
|
3359 |
|
3360 * sighandlers.cc (sigchld_handler): New function. |
|
3361 (install_signal_handlers): Add call to install |
|
3362 sigchld_handler. (This is #if 0'd out, waiting for code to help |
|
3363 determine which child exited and what to do about it). |
|
3364 |
|
3365 * tree-expr.h (tree_oct_obj): New class. |
|
3366 |
|
3367 * tree-expr.h (tree_multi_assignment_expression::preserve): New |
|
3368 data member. Add arg with default value to constructors. Change |
|
3369 callers as necessary. |
|
3370 * tree-expr.cc (~tree_multi_assignment_expression): Conditionally |
|
3371 delete lhs. |
|
3372 |
|
3373 * parse.y (make_multi_val_ret): Pass matrix instead of getting it |
|
3374 from the global matrix list. |
|
3375 (expression): Extract matrix from matrix list before calling |
|
3376 make_multi_val_ret(). |
|
3377 |
|
3378 * parse.y (command): Handle new for loop syntax for structures. |
|
3379 |
|
3380 * tree-plot.h (subplot_list): Include tree_print_code() in |
|
3381 initializer lists for constructors. |
|
3382 * tree-expr.h (tree_statement_list, tree_argument_list, |
|
3383 tree_parameter_list, tree_return_list, tree_global_init_list, |
|
3384 tree_if_command_list, ): Likewise. |
|
3385 |
|
3386 * tree-cmd.h (tree_for_command::id_list): New data member. |
|
3387 (tree_for_command (tree_return_list*, tree_expression*, |
|
3388 tree_statement_list*, int, int)): Likewise. |
|
3389 * tree-cmd.cc (tree_for_command::eval): Handle for loops with |
|
3390 structures. |
|
3391 (do_for_loop_once (tree_return_list*, Octave_object&, int&)): |
|
3392 New form for handling for loops with structures. |
|
3393 |
|
3394 * sysdep.cc (octave_ieee_init): Determine floating point format |
|
3395 here. |
|
3396 (native_float_format): New global variable. |
|
3397 (Fisieee): Compute return value from native_float_format, not by |
|
3398 using preprocessor macros. |
|
3399 * sysdep.h (enum floating_point_format): Move declaration here. |
|
3400 * load-save.cc: From here. |
|
3401 Always define all floating point format conversion routines. |
|
3402 (do_double_format_conversion, do_float_format_conversion): |
|
3403 Use native_float_format instead of preprocessor macros. |
|
3404 |
|
3405 Sat Apr 8 15:41:35 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3406 |
|
3407 * Makefile (TEMPLATE_SRC): New variable. |
|
3408 (DISTFILES): Add $(TEMPLATE_SRC). |
|
3409 (SOURCES): Delete Map.cc and SLStack.cc from here. |
|
3410 |
|
3411 * variables.cc (install_builtin_variables): Use OCTAVE_VERSION |
|
3412 instead of version_string to initialize OCTAVE_VERSION. |
|
3413 * version.h (version_string): Delete. |
|
3414 |
|
3415 * getopt.c (_getopt_internal): Initialize indfound to avoid warning. |
|
3416 |
|
3417 Fri Apr 7 15:29:41 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3418 |
|
3419 * tc-inlines.h (REP_RHS_MATRIX): Just check to see if tc is real |
|
3420 or complex. If conversion fails, return. |
|
3421 |
|
3422 Thu Apr 6 00:10:47 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3423 |
|
3424 * data.cc (Fstruct_contains): New function. |
|
3425 |
|
3426 * tc-rep.cc (print_code): Add extra parens around while condition |
|
3427 to avoid warning. |
|
3428 * utils.cc (undo_string_escapes): Likewise. |
|
3429 * input.cc (decode_prompt_string): Likewise. Also rewrite if |
|
3430 statement to avoid warning. |
|
3431 |
|
3432 Tue Apr 4 22:54:17 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3433 |
|
3434 * tree-expr.cc (tree_multi_assignment_expression::eval, |
|
3435 tree_simple_assignment_expression::eval): Call print_constant |
|
3436 even if user_pref.print_answer_id_name is false. |
|
3437 |
|
3438 Mon Apr 3 17:57:14 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3439 |
|
3440 * tc-inlines.h (TC_REP): Avoid redefinition. |
|
3441 |
|
3442 * tree-const.h (do_binary_op, do_unary_op): Declare as friends of |
|
3443 tree_constant class too. |
|
3444 |
|
3445 * tree-plot.h (subplot_using::have_values): Delete data member. |
|
3446 * tree-plot.cc (subplot_using::eval): Always recompute values. |
|
3447 |
|
3448 Fri Mar 31 10:18:32 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3449 |
|
3450 * tc-rep.cc (print): Print open brace for structures here. |
|
3451 * tree-expr.cc (print_constant): Not here. |
|
3452 |
|
3453 * symtab.cc (define): Don't delete arg if sv_fcn fails. |
|
3454 |
|
3455 * tree-const.cc (print): New function. Create ostrstream buffer |
|
3456 and pass it to rep->print(). |
|
3457 * tree-const.h (eval (int)): Call print(), not rep->print(). |
|
3458 * tc-rep.cc (structure_indent_level): New file-scope variable. |
|
3459 (print): New arg, output_buf, is stream to print to. |
|
3460 Print values of structure elements too. |
|
3461 |
|
3462 * user-prefs.h (user_preferences): New field, struct_levels_to_print. |
|
3463 * user-prefs.cc (struct_levels_to_print): New function. |
|
3464 * variables.cc (install_builtin_variables): Add DEFVAR for new |
|
3465 variable struct_levels_to_print. |
|
3466 |
|
3467 * tree-const.cc (print_as_scalar, print_as_structure): Move here |
|
3468 from tree-expr.cc and make extern. |
|
3469 |
|
3470 * tree-expr.cc (print_as_structure): New function. |
|
3471 (print_constant): Use it. |
|
3472 |
|
3473 * tree-expr.cc (print_constant): New arg, print_padding. |
|
3474 (tree_simple_assignment_expression::eval): Use print_constant |
|
3475 instead of duplicating code here. |
|
3476 (tree_multi_assignment_expression::eval): Likewise. |
|
3477 |
|
3478 Thu Mar 30 13:24:11 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3479 |
|
3480 * Makefile.in (SOURCES): Add resource.cc. |
|
3481 * resource.cc: New file, extracted from timefns.cc. |
|
3482 (Fgetrusage): New function. |
|
3483 * timefns.cc (cputime): Delete (now implemented in a function file |
|
3484 using new getrusage function). |
|
3485 |
|
3486 Wed Mar 29 22:52:42 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3487 |
|
3488 * Makefile.in (SOURCES): Add strftime.c. |
|
3489 * strftime.c: New file, from sh-utils distribution. |
|
3490 |
|
3491 * timefns.cc (mk_tm_map, extract_tm, Ftime, Fgmtime, Flocaltime, |
|
3492 Fmktime, Fstrftime): New basic time functions. |
|
3493 (Fclock, Fdate): Delete (now implemented in function files using new |
|
3494 time functions). |
|
3495 |
|
3496 Tue Mar 28 17:51:51 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3497 |
|
3498 * file-io.cc (return_valid_file, do_printf, do_scanf, |
|
3499 fclose_internal, feof_internal, ferror_internal, fflush_internal, |
|
3500 fgets_internal, fopen_internal, fread_internal, freport_internal, |
|
3501 frewind_internal, fseek_internal, ftell_internal, |
|
3502 fwrite_internal): Declare static. |
|
3503 * file-io.h: Delete extern declarations for them. |
|
3504 |
|
3505 Fri Mar 24 09:52:50 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3506 |
|
3507 * pr-output.cc (pr_col_num_header): New function. |
|
3508 (compact_format): New file-scope variable. |
|
3509 (set_format_style): Handle loose and compact formats. |
|
3510 (octave_print_internal (ostream&, const ComplexMatrix&, int)): |
|
3511 Replace duplicate code with call to pr_col_num_header(). |
|
3512 (octave_print_internal (ostream&, const Matrix&, int): Likewise. |
|
3513 (octave_print_internal (ostream&, const Range&, int): Likewise. |
|
3514 |
|
3515 Tue Mar 21 08:44:48 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3516 |
|
3517 * mappers.cc (xgamma): Always use Slatec library function. |
|
3518 * (xlgamma): Likewise. |
|
3519 * Makefile.in (SOURCES): Don't include lgamma.c. |
|
3520 |
|
3521 Fri Mar 17 22:38:39 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3522 |
|
3523 * tc-rep.cc (TC_REP::new): Don't try to keep track of newlist_tail. |
|
3524 Explicitly initialize newlist to zero. |
|
3525 * tree-const.cc (tree_constant::operator new): Likewise. |
|
3526 |
|
3527 Fri Mar 10 12:40:24 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3528 |
|
3529 * tree-cmd.cc (quit_loop_now): Declare inline. |
|
3530 (tree_for_command::do_for_loop_once): Split into two versions, one |
|
3531 for the general case and one for when the loop variable is a |
|
3532 simple identifier. |
|
3533 (DO_LOOP): New macro. Move tests outside of loop. |
|
3534 (tree_for_command::eval): Speed up by checking to see if loop |
|
3535 variable is a simple identifier and by using DO_LOOP. |
|
3536 |
|
3537 * tree-const.h: New union of rep and freeptr. The freeptr element |
|
3538 is used for our custom memory management functions. |
|
3539 |
|
3540 * tc-rep.h: Add freeptr element to anonymous union (for our custom |
|
3541 memory management functions). |
|
3542 |
|
3543 * tree-const.cc (newlist, newlist_grow_size, newlist_tail): New |
|
3544 static variables. |
|
3545 (tree_constant::operator new): Always define to allow more |
|
3546 efficient allocation of single tree_constants. |
|
3547 (tree_constant::operator delete): Likewise, handle deletion of the |
|
3548 memory we allocate. |
|
3549 |
|
3550 * tc-rep.cc (newlist, newlist_grow_size, newlist_tail): New static |
|
3551 variables. |
|
3552 (tree_constant::operator new): Always define to allow more |
|
3553 efficient allocation of single tree_constants. |
|
3554 (tree_constant::operator delete): Likewise, handle deletion of the |
|
3555 memory we allocate. |
|
3556 |
|
3557 Fri Mar 3 14:00:08 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3558 |
|
3559 * error.cc (verror): Terminate output_buf with ends. |
|
3560 |
|
3561 * statdefs.h: Use C-style comment in first line instead of |
|
3562 C++-style comment. |
|
3563 |
|
3564 Mon Feb 27 10:11:18 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3565 |
|
3566 * parse.y (maybe_convert_to_ans_assign): Only lookup ans once. |
|
3567 * variables.cc (bind_ans): New function. |
|
3568 * tree-expr.cc (tree_identifier::eval (int)): Use it here. |
|
3569 (tree_identifier::eval (int, int, const Octave_object&): And here. |
|
3570 |
|
3571 * tree-expr.cc (install_nargin_and_nargout): New function. |
|
3572 * tree-expr.h (tree_function::tree_function (tree_statement_list *, |
|
3573 symbol_table *, int, int)): Call it. |
|
3574 |
|
3575 * tree-expr.cc (tree_function::bind_nargin_and_nargout): New function. |
|
3576 (tree_function::eval): Call it insead of the one from variables.cc. |
|
3577 |
|
3578 * variables.cc (bind_nargin_and_nargout): #if 0 out. |
|
3579 |
|
3580 Sun Feb 26 00:17:06 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3581 |
|
3582 * load-save.cc (Fload, Fsave): Free fname returned by tilde_expand(). |
|
3583 * dirfns.cc (Fls): Likewise. |
|
3584 |
|
3585 * tree-expr.cc (tree_multi_assignment_expression::eval (int, int, |
|
3586 const Octave_object&)): Call tree_return_list::operator () (Pix) |
|
3587 explicitly. |
|
3588 |
|
3589 * octave.cc (initialize_globals): Put TEXMF in the environment for |
|
3590 kpthsea. |
|
3591 |
|
3592 * Makefile.in (OCTAVE_LIBS): Use @LIBINFO@ and @LIBREADLINE@, |
|
3593 substituted by configure. Use kpathsea.a, not libkpathsea, so we |
|
3594 don't have to modify the kpathsea Makefile. |
|
3595 |
|
3596 Sat Feb 25 18:59:26 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
3597 |
|
3598 * pathsearch.cc: New file. |
|
3599 * pathsearch.h: New file. |
|
3600 * Makefile.in (INCLUDES): Include it in the list. |
|
3601 * dynamic-ld.cc, help.cc, utils.cc: Use it instead of repeating |
|
3602 identical code multiple times. |
|
3603 |
|
3604 * variables.cc (install_builtin_variables): Only DEFVAR |
|
3605 suppress_verbose_help_message if USE_GNU_INFO. |
|
3606 |
|
3607 * help.cc (Fhelp): Only handle -i if USE_GNU_INFO. |
|
3608 (additional_help_message): Only print message if USE_GNU_INFO. |
|
3609 (builtin_help): New function. |
|
3610 (help_from_info): New function. Print warning if not USE_GNU_INFO. |
|
3611 |
|
3612 See ChangeLog.1 in the top level directory for earlier changes. |