annotate src/ChangeLog @ 2819:ae3cce876a8e

[project @ 1997-03-17 23:27:45 by jwe]
author jwe
date Mon, 17 Mar 1997 23:27:45 +0000
parents 1dd37f97364a
children 044d25a60ea1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2819
ae3cce876a8e [project @ 1997-03-17 23:27:45 by jwe]
jwe
parents: 2811
diff changeset
1 Mon Mar 17 10:53:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
ae3cce876a8e [project @ 1997-03-17 23:27:45 by jwe]
jwe
parents: 2811
diff changeset
2
ae3cce876a8e [project @ 1997-03-17 23:27:45 by jwe]
jwe
parents: 2811
diff changeset
3 * lex.l (handle_identifier): When handling indirect_ref, set
ae3cce876a8e [project @ 1997-03-17 23:27:45 by jwe]
jwe
parents: 2811
diff changeset
4 lexer_flags.quote_is_transpose to 1 so that a.b' to work as
ae3cce876a8e [project @ 1997-03-17 23:27:45 by jwe]
jwe
parents: 2811
diff changeset
5 expected.
ae3cce876a8e [project @ 1997-03-17 23:27:45 by jwe]
jwe
parents: 2811
diff changeset
6
ae3cce876a8e [project @ 1997-03-17 23:27:45 by jwe]
jwe
parents: 2811
diff changeset
7 * parse.y (param_list_beg, param_list_end): New nonterminals.
ae3cce876a8e [project @ 1997-03-17 23:27:45 by jwe]
jwe
parents: 2811
diff changeset
8 (param_list, param_list1): Use them.
ae3cce876a8e [project @ 1997-03-17 23:27:45 by jwe]
jwe
parents: 2811
diff changeset
9
2811
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2806
diff changeset
10 Wed Mar 12 16:57:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2806
diff changeset
11
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2806
diff changeset
12 * Makefile.in (install-strip): New target.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2806
diff changeset
13
2806
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
14 Mon Mar 10 22:38:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
15
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
16 * Makefile.in (clean): Delete .oct files too.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
17
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
18 * toplev.cc (Vdefault_eval_print_flag): New static variable.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
19 (eval_string): New arg, print.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
20 (Feval): Pass Vdefault_eval_print_flag to eval_string.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
21 (default_eval_print_flag): New function.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
22 (symbols_of_toplev): New function.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
23
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
24 * variables.cc (install_builtin_variables): Call it.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
25
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
26 * pt-exp.h, pt-exp.cc (class tree_boolean_expression): Rename enum
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
27 fields `and' and `or' to `bool_and' and `bool_or'.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
28 (tree_unary_expression): Rename enum field `not' to `unot'.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
29 (class tree_binary_expression): Rename enum fields `and' and `or'
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
30 to `el_and' and `el_or'.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
31 * parse.y: Change all uses.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
32
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
33 * time.cc (extract_tm): Truncate field values instead of rounding.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
34 (gmtime, localtime): Likewise, for timeval.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
35
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
36 * ov.h (class octave_value): Delete unused variable freeptr.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
37
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
38 * mappers.cc: Delete functions that are already in
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
39 liboctave/lo-mappers.cc.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
40
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
41 * oct-strstrm.cc (octave_base_strstream::tell): Use const_cast,
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
42 not static_cast.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
43
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
44 * help.cc (help_from_list): Add missing const qualifiers.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
45 * help.h (struct help_list): Likewise.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
46 * lex.l (match_any, plot_style_token): Likewise.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
47 * load-save.cc (extract_keyword, ascii_save_type): Likewise.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
48 * oct-hist.cc (mk_tmp_hist_file): Likewise.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
49 * octave.cc (execute_startup_files): Likewise.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
50 * octave.gperf (struct octave_kw): Likewise.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
51 * pr-output.cc (pr_any_float): Likewise.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
52 * pt-mvr.cc (tree_index_expression::eval_error): Likewise.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
53 * pt-exp-base.h, pt-exp.h, pt-exp.cc: Likewise.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
54 * parse.y: Likewise.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
55
2800
9aeba8e006a4 [project @ 1997-03-09 09:50:20 by jwe]
jwe
parents: 2799
diff changeset
56 Sun Mar 9 03:46:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
9aeba8e006a4 [project @ 1997-03-09 09:50:20 by jwe]
jwe
parents: 2799
diff changeset
57
2806
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
58 * pt-exp-base.h (tree_expression): Delete extra comma at end of list.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
59
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
60 * dirfns.cc error.cc file-io.cc fsolve.cc input.cc load-save.cc
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
61 npsol.cc pt-fcn.cc qpsol.cc quad.cc syscalls.cc toplev.cc
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
62 variables.cc: Eliminate embedded newlines in string constants.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
63
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
64 * Map.cc, data.cc, dirfns.cc, dynamic-ld.cc, file-io.cc,
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
65 fsolve.cc, getgrent.cc, getpwent.cc, getrusage.cc, help.cc,
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
66 input.cc, load-save.cc, mappers.cc, minmax.cc, npsol.cc,
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
67 oct-fstrm.cc, oct-procbuf.h, oct-stdstrm.cc, oct-stdstrm.h,
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
68 oct-stream.cc, oct-stream.h, oct-strstrm.cc, octave.cc,
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
69 ov-base.h, ov-range.cc, ov-typeinfo.cc, ov.cc, pr-output.cc,
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
70 pt-cmd.cc, pt-exp.cc, pt-fcn.cc, pt-fvc.cc, pt-mat.cc,
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
71 pt-misc.cc, pt-plot.cc, qpsol.cc, quad.cc, sort.cc, strfns.cc,
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
72 symtab.cc, syscalls.cc, sysdep.cc, time.cc, toplev.cc,
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
73 unwind-prot.cc, unwind-prot.h, variables.cc, xpow.cc:
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
74 Use `static_cast<T> (val)' instead of old C-style `(T) val' casts.
2800
9aeba8e006a4 [project @ 1997-03-09 09:50:20 by jwe]
jwe
parents: 2799
diff changeset
75
2799
d77a29e4387f [project @ 1997-03-08 08:35:56 by jwe]
jwe
parents: 2797
diff changeset
76 Sat Mar 8 02:35:13 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
d77a29e4387f [project @ 1997-03-08 08:35:56 by jwe]
jwe
parents: 2797
diff changeset
77
d77a29e4387f [project @ 1997-03-08 08:35:56 by jwe]
jwe
parents: 2797
diff changeset
78 * load-save.cc (save_ascii_data, save_three_d): Where appropriate,
d77a29e4387f [project @ 1997-03-08 08:35:56 by jwe]
jwe
parents: 2797
diff changeset
79 use bool instead of int.
d77a29e4387f [project @ 1997-03-08 08:35:56 by jwe]
jwe
parents: 2797
diff changeset
80 (save_binary_data, save_mat_binary_data, save_ascii_data):
d77a29e4387f [project @ 1997-03-08 08:35:56 by jwe]
jwe
parents: 2797
diff changeset
81 Print warning instead of error for wrong type arg.
d77a29e4387f [project @ 1997-03-08 08:35:56 by jwe]
jwe
parents: 2797
diff changeset
82
d77a29e4387f [project @ 1997-03-08 08:35:56 by jwe]
jwe
parents: 2797
diff changeset
83 * gripes.cc (gripe_wrong_type_arg): New arg, is_error.
d77a29e4387f [project @ 1997-03-08 08:35:56 by jwe]
jwe
parents: 2797
diff changeset
84
d77a29e4387f [project @ 1997-03-08 08:35:56 by jwe]
jwe
parents: 2797
diff changeset
85 * pt-plot.cc (save_in_tmp_file): Call save_ascii_data with bool
d77a29e4387f [project @ 1997-03-08 08:35:56 by jwe]
jwe
parents: 2797
diff changeset
86 arg, not int.
d77a29e4387f [project @ 1997-03-08 08:35:56 by jwe]
jwe
parents: 2797
diff changeset
87
2797
f81117f4754d [project @ 1997-03-07 07:01:08 by jwe]
jwe
parents: 2795
diff changeset
88 Fri Mar 7 00:56:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
f81117f4754d [project @ 1997-03-07 07:01:08 by jwe]
jwe
parents: 2795
diff changeset
89
f81117f4754d [project @ 1997-03-07 07:01:08 by jwe]
jwe
parents: 2795
diff changeset
90 * dassl.cc (show_dassl_option): For values that are determined
f81117f4754d [project @ 1997-03-07 07:01:08 by jwe]
jwe
parents: 2795
diff changeset
91 automatically, return a string instead of a magic value (-1.0).
f81117f4754d [project @ 1997-03-07 07:01:08 by jwe]
jwe
parents: 2795
diff changeset
92 * fsolve.cc (show_fsolve_option): Likewise.
f81117f4754d [project @ 1997-03-07 07:01:08 by jwe]
jwe
parents: 2795
diff changeset
93 * lsode.cc (show_lsode_option): Likewise.
f81117f4754d [project @ 1997-03-07 07:01:08 by jwe]
jwe
parents: 2795
diff changeset
94 * npsol.cc (show_npsol_option): Likewise.
f81117f4754d [project @ 1997-03-07 07:01:08 by jwe]
jwe
parents: 2795
diff changeset
95 * qpsol.cc (show_qpsol_option): Likewise.
f81117f4754d [project @ 1997-03-07 07:01:08 by jwe]
jwe
parents: 2795
diff changeset
96
f81117f4754d [project @ 1997-03-07 07:01:08 by jwe]
jwe
parents: 2795
diff changeset
97 * variables.cc (extract_function): New function.
f81117f4754d [project @ 1997-03-07 07:01:08 by jwe]
jwe
parents: 2795
diff changeset
98 * dassl.cc (Fdassl): Use it instead of is_valid_function.
f81117f4754d [project @ 1997-03-07 07:01:08 by jwe]
jwe
parents: 2795
diff changeset
99 * fsolve.cc (Ffsolve): Likewise.
f81117f4754d [project @ 1997-03-07 07:01:08 by jwe]
jwe
parents: 2795
diff changeset
100 * npsol.cc (Fnpsol): Likewise.
f81117f4754d [project @ 1997-03-07 07:01:08 by jwe]
jwe
parents: 2795
diff changeset
101 * qpsol.cc (Fqpsol): Likewise.
f81117f4754d [project @ 1997-03-07 07:01:08 by jwe]
jwe
parents: 2795
diff changeset
102 * quad.cc (Fquad): Likewise.
f81117f4754d [project @ 1997-03-07 07:01:08 by jwe]
jwe
parents: 2795
diff changeset
103
2795
14d07e4a0265 [project @ 1997-03-07 02:18:49 by jwe]
jwe
parents: 2791
diff changeset
104 Thu Mar 6 20:07:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
14d07e4a0265 [project @ 1997-03-07 02:18:49 by jwe]
jwe
parents: 2791
diff changeset
105
14d07e4a0265 [project @ 1997-03-07 02:18:49 by jwe]
jwe
parents: 2791
diff changeset
106 * sighandlers.cc (my_friendly_exit, octave_new_handler,
14d07e4a0265 [project @ 1997-03-07 02:18:49 by jwe]
jwe
parents: 2791
diff changeset
107 sigfpe_handler, sigpipe_handler): Don't all error() or warning().
14d07e4a0265 [project @ 1997-03-07 02:18:49 by jwe]
jwe
parents: 2791
diff changeset
108
14d07e4a0265 [project @ 1997-03-07 02:18:49 by jwe]
jwe
parents: 2791
diff changeset
109 * pager.cc (pager_death_handler): Don't try to clear pager, just
14d07e4a0265 [project @ 1997-03-07 02:18:49 by jwe]
jwe
parents: 2791
diff changeset
110 print message to cerr.
14d07e4a0265 [project @ 1997-03-07 02:18:49 by jwe]
jwe
parents: 2791
diff changeset
111 (do_sync): If the status of the pager is bad or it looks like it
14d07e4a0265 [project @ 1997-03-07 02:18:49 by jwe]
jwe
parents: 2791
diff changeset
112 is dead, restore the interrupt handler.
14d07e4a0265 [project @ 1997-03-07 02:18:49 by jwe]
jwe
parents: 2791
diff changeset
113
14d07e4a0265 [project @ 1997-03-07 02:18:49 by jwe]
jwe
parents: 2791
diff changeset
114 * load-save.cc (extract_keyword (istream&, char*, int&)):
14d07e4a0265 [project @ 1997-03-07 02:18:49 by jwe]
jwe
parents: 2791
diff changeset
115 Move declaration of buf inside loop, to avoid deleting its guts
14d07e4a0265 [project @ 1997-03-07 02:18:49 by jwe]
jwe
parents: 2791
diff changeset
116 and then trying to reuse it.
14d07e4a0265 [project @ 1997-03-07 02:18:49 by jwe]
jwe
parents: 2791
diff changeset
117 (extract_keyword (istream&, char*)): Likewise.
14d07e4a0265 [project @ 1997-03-07 02:18:49 by jwe]
jwe
parents: 2791
diff changeset
118
2790
ecc1a12678de [project @ 1997-03-05 02:47:54 by jwe]
jwe
parents: 2779
diff changeset
119 Tue Mar 4 20:36:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
ecc1a12678de [project @ 1997-03-05 02:47:54 by jwe]
jwe
parents: 2779
diff changeset
120
2791
ef422e6f6138 [project @ 1997-03-05 04:53:36 by jwe]
jwe
parents: 2790
diff changeset
121 * pt-fcn.cc (tree_function::eval): Protect function from being
ef422e6f6138 [project @ 1997-03-05 04:53:36 by jwe]
jwe
parents: 2790
diff changeset
122 redefined while it is being evaluated.
ef422e6f6138 [project @ 1997-03-05 04:53:36 by jwe]
jwe
parents: 2790
diff changeset
123 (unprotect_function): New function, for use with unwind_protect stuff.
ef422e6f6138 [project @ 1997-03-05 04:53:36 by jwe]
jwe
parents: 2790
diff changeset
124 * pt-fcn.h (tree_function::symtab_entry): New data member.
ef422e6f6138 [project @ 1997-03-05 04:53:36 by jwe]
jwe
parents: 2790
diff changeset
125 (tree_function::init): Initialize it to 0.
ef422e6f6138 [project @ 1997-03-05 04:53:36 by jwe]
jwe
parents: 2790
diff changeset
126 (tree_function::stash_symtab_ptr): New function.
ef422e6f6138 [project @ 1997-03-05 04:53:36 by jwe]
jwe
parents: 2790
diff changeset
127 * parse.y (frob_function_def): Stash pointer to function's
ef422e6f6138 [project @ 1997-03-05 04:53:36 by jwe]
jwe
parents: 2790
diff changeset
128 symbol_record in the function definition.
ef422e6f6138 [project @ 1997-03-05 04:53:36 by jwe]
jwe
parents: 2790
diff changeset
129
ef422e6f6138 [project @ 1997-03-05 04:53:36 by jwe]
jwe
parents: 2790
diff changeset
130 * symtab.cc (symbol_record::read_only_error): New argument,
ef422e6f6138 [project @ 1997-03-05 04:53:36 by jwe]
jwe
parents: 2790
diff changeset
131 action. Change all callers.
ef422e6f6138 [project @ 1997-03-05 04:53:36 by jwe]
jwe
parents: 2790
diff changeset
132 (symbol_record::rename): Don't allow read-only symbols to be renamed.
ef422e6f6138 [project @ 1997-03-05 04:53:36 by jwe]
jwe
parents: 2790
diff changeset
133
2790
ecc1a12678de [project @ 1997-03-05 02:47:54 by jwe]
jwe
parents: 2779
diff changeset
134 * variables.cc (Fexist): Don't let files with `.' in their names
ecc1a12678de [project @ 1997-03-05 02:47:54 by jwe]
jwe
parents: 2779
diff changeset
135 confuse us.
ecc1a12678de [project @ 1997-03-05 02:47:54 by jwe]
jwe
parents: 2779
diff changeset
136
ecc1a12678de [project @ 1997-03-05 02:47:54 by jwe]
jwe
parents: 2779
diff changeset
137 * symtab.cc (valid_identifier (const string&)): New function.
ecc1a12678de [project @ 1997-03-05 02:47:54 by jwe]
jwe
parents: 2779
diff changeset
138
2779
50b31bb6b959 [project @ 1997-03-01 21:24:58 by jwe]
jwe
parents: 2777
diff changeset
139 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2775
c80d72d52385 [project @ 1997-03-01 07:37:31 by jwe]
jwe
parents: 2774
diff changeset
140
c80d72d52385 [project @ 1997-03-01 07:37:31 by jwe]
jwe
parents: 2774
diff changeset
141 * Version 2.0.5 released.
c80d72d52385 [project @ 1997-03-01 07:37:31 by jwe]
jwe
parents: 2774
diff changeset
142
2779
50b31bb6b959 [project @ 1997-03-01 21:24:58 by jwe]
jwe
parents: 2777
diff changeset
143 Sat Mar 1 01:34:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
50b31bb6b959 [project @ 1997-03-01 21:24:58 by jwe]
jwe
parents: 2777
diff changeset
144
50b31bb6b959 [project @ 1997-03-01 21:24:58 by jwe]
jwe
parents: 2777
diff changeset
145 * Makefile.in (stamp-oct-links): New target. Make links in build
50b31bb6b959 [project @ 1997-03-01 21:24:58 by jwe]
jwe
parents: 2777
diff changeset
146 directory too, so that the tests will work.
50b31bb6b959 [project @ 1997-03-01 21:24:58 by jwe]
jwe
parents: 2777
diff changeset
147
2777
d741b18efb63 [project @ 1997-03-01 21:09:32 by jwe]
jwe
parents: 2775
diff changeset
148 * quad.cc: If quad is defined, undefine it.
d741b18efb63 [project @ 1997-03-01 21:09:32 by jwe]
jwe
parents: 2775
diff changeset
149
2775
c80d72d52385 [project @ 1997-03-01 07:37:31 by jwe]
jwe
parents: 2774
diff changeset
150 * octave.cc: If WITH_KPATHSEARCH is defined, don't define
c80d72d52385 [project @ 1997-03-01 07:37:31 by jwe]
jwe
parents: 2774
diff changeset
151 program_invocation_name or program_invocation_short_name.
2774
5ea69876b258 [project @ 1997-03-01 07:29:02 by jwe]
jwe
parents: 2764
diff changeset
152
5ea69876b258 [project @ 1997-03-01 07:29:02 by jwe]
jwe
parents: 2764
diff changeset
153 * strftime.c: Update to current version from FSF.
5ea69876b258 [project @ 1997-03-01 07:29:02 by jwe]
jwe
parents: 2764
diff changeset
154 * time.cc (Fstrftime): Call strftime with buf = 0 to get buffer
5ea69876b258 [project @ 1997-03-01 07:29:02 by jwe]
jwe
parents: 2764
diff changeset
155 size, then call again to actually format the time struct.
5ea69876b258 [project @ 1997-03-01 07:29:02 by jwe]
jwe
parents: 2764
diff changeset
156
2762
ac1427f5c9e6 [project @ 1997-02-28 08:26:30 by jwe]
jwe
parents: 2759
diff changeset
157 Fri Feb 28 01:49:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
ac1427f5c9e6 [project @ 1997-02-28 08:26:30 by jwe]
jwe
parents: 2759
diff changeset
158
2764
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
159 Implement switch statement:
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
160
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
161 * parse.y (Vwarn_variable_switch_label): New static variable.
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
162 (warn_variable_switch_label): New function.
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
163 (symbols_of_parse): Provide warn_variable_switch_label as Octave
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
164 variable here.
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
165 (make_switch_case, finish_switch_command): New functions.
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
166 (maybe_warn_variable_switch_label): New function.
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
167 (end_error): Handle endswitch.
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
168 (switch_command, case_list, case_list1, switch_case, default_case):
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
169 New nonterminals.
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
170 (command): Add switch_command here.
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
171 * lex.l (is_keyword): Handle switch, case, otherwise, and endswitch.
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
172 * octave_gperf: Recognize switch, case, otherwise, and endswitch.
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
173 * token.h (end_tok_type): New item, switch_end.
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
174 * pt-cmd.cc (tree_switch_command): New class.
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
175 * pt-misc.cc (tree_switch_case, tree_switch_case_list): New classes.
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
176 * pt-pr-code.cc (tree_print_code::visit_switch_case,
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
177 tree_print_code::visit_switch_case_list,
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
178 tree_print_code::visit_switch_command): New functions.
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
179 * pt-walk.h (tree_walker::visit_switch_case,
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
180 tree_walker::visit_switch_case_list,
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
181 tree_walker::visit_switch_command): New pure virtual declarations.
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
182 Implement new switch statement.
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
183 * SLList-misc.cc: Instantiate lists of pointers to
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
184 tree_switch_case objects too.
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
185
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
186 * lex.h, lex.l, parse.y: Delete all references to lexer_flags::iffing.
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
187
2762
ac1427f5c9e6 [project @ 1997-02-28 08:26:30 by jwe]
jwe
parents: 2759
diff changeset
188 * syswait.h: Include sys/wait.h on NeXT systems, but don't use the
ac1427f5c9e6 [project @ 1997-02-28 08:26:30 by jwe]
jwe
parents: 2759
diff changeset
189 WIFEXTED, WEXITSTATUS, and WIFSIGNALLED macros defined there.
ac1427f5c9e6 [project @ 1997-02-28 08:26:30 by jwe]
jwe
parents: 2759
diff changeset
190 Also define waitpid in terms of wait4. From Rex A. Dieter
ac1427f5c9e6 [project @ 1997-02-28 08:26:30 by jwe]
jwe
parents: 2759
diff changeset
191 <rdieter@math.unl.edu>.
ac1427f5c9e6 [project @ 1997-02-28 08:26:30 by jwe]
jwe
parents: 2759
diff changeset
192
2759
99dd10f4eaaf [project @ 1997-02-27 08:59:55 by jwe]
jwe
parents: 2745
diff changeset
193 Wed Feb 26 16:43:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
99dd10f4eaaf [project @ 1997-02-27 08:59:55 by jwe]
jwe
parents: 2745
diff changeset
194
99dd10f4eaaf [project @ 1997-02-27 08:59:55 by jwe]
jwe
parents: 2745
diff changeset
195 * oct-stream.cc (octave_base_stream::do_scanf): Don't report an
99dd10f4eaaf [project @ 1997-02-27 08:59:55 by jwe]
jwe
parents: 2745
diff changeset
196 error if a conversion fails or we reach EOF.
99dd10f4eaaf [project @ 1997-02-27 08:59:55 by jwe]
jwe
parents: 2745
diff changeset
197
2745
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2716
diff changeset
198 Tue Feb 25 22:21:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2716
diff changeset
199
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2716
diff changeset
200 * time.cc (strftime): increase initial buffer size.
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2716
diff changeset
201
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2716
diff changeset
202 Mon Feb 24 17:49:21 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2716
diff changeset
203
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2716
diff changeset
204 * pt-fvc.cc (tree_builtin::eval): Enable checking for max number
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2716
diff changeset
205 of arguments.
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2716
diff changeset
206
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2716
diff changeset
207 * error.cc (handle_message): Don't fail if args is empty.
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2716
diff changeset
208
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2716
diff changeset
209 Sun Feb 23 22:42:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2716
diff changeset
210
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2716
diff changeset
211 * lex.h (lexical_feedback::looking_at_return_list): New field.
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2716
diff changeset
212 (lexical_feedback::looking_at_parameter_list): Ditto.
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2716
diff changeset
213 * lex.l (lexical_feedback::init): Initialize them.
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2716
diff changeset
214 (handle_identifier): Use them.
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2716
diff changeset
215 * parse.y: Likewise.
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2716
diff changeset
216
2712
2ff2b536cc9d [project @ 1997-02-21 21:38:21 by jwe]
jwe
parents: 2709
diff changeset
217 Fri Feb 21 15:35:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2ff2b536cc9d [project @ 1997-02-21 21:38:21 by jwe]
jwe
parents: 2709
diff changeset
218
2716
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2712
diff changeset
219 * lex.l: Require flex 2.5 or later (we really want 2.5.4 or later,
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2712
diff changeset
220 but there seems to be no good way to check the patchlevel).
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2712
diff changeset
221
2712
2ff2b536cc9d [project @ 1997-02-21 21:38:21 by jwe]
jwe
parents: 2709
diff changeset
222 * oct-stream.cc (octave_base_stream::oscanf): Instead of returning
2ff2b536cc9d [project @ 1997-02-21 21:38:21 by jwe]
jwe
parents: 2709
diff changeset
223 an error, just quit processing after a conversion fails.
2ff2b536cc9d [project @ 1997-02-21 21:38:21 by jwe]
jwe
parents: 2709
diff changeset
224
2709
0f72b0462b51 [project @ 1997-02-20 17:55:40 by jwe]
jwe
parents: 2706
diff changeset
225 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2702
7a820bb7f406 [project @ 1997-02-19 19:22:34 by jwe]
jwe
parents: 2693
diff changeset
226
7a820bb7f406 [project @ 1997-02-19 19:22:34 by jwe]
jwe
parents: 2693
diff changeset
227 * Version 2.0.4 released.
7a820bb7f406 [project @ 1997-02-19 19:22:34 by jwe]
jwe
parents: 2693
diff changeset
228
2706
5dd7d7e947b2 [project @ 1997-02-20 05:02:43 by jwe]
jwe
parents: 2705
diff changeset
229 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
5dd7d7e947b2 [project @ 1997-02-20 05:02:43 by jwe]
jwe
parents: 2705
diff changeset
230
2705
18395aaeafb7 [project @ 1997-02-20 04:56:43 by jwe]
jwe
parents: 2702
diff changeset
231 * sighandlers.cc (octave_ignore_interrupts,
18395aaeafb7 [project @ 1997-02-20 04:56:43 by jwe]
jwe
parents: 2702
diff changeset
232 octave_catch_interrupts, octave_set_interrupt_handler):
18395aaeafb7 [project @ 1997-02-20 04:56:43 by jwe]
jwe
parents: 2702
diff changeset
233 Return old value, not pointer to static data. Fix all uses.
18395aaeafb7 [project @ 1997-02-20 04:56:43 by jwe]
jwe
parents: 2702
diff changeset
234
18395aaeafb7 [project @ 1997-02-20 04:56:43 by jwe]
jwe
parents: 2702
diff changeset
235 * sighandlers.h (octave_interrupt_handler): Move declaration here.
18395aaeafb7 [project @ 1997-02-20 04:56:43 by jwe]
jwe
parents: 2702
diff changeset
236 * sighandlers.cc: From here.
18395aaeafb7 [project @ 1997-02-20 04:56:43 by jwe]
jwe
parents: 2702
diff changeset
237
18395aaeafb7 [project @ 1997-02-20 04:56:43 by jwe]
jwe
parents: 2702
diff changeset
238 * toplev.cc: Undo previous change.
18395aaeafb7 [project @ 1997-02-20 04:56:43 by jwe]
jwe
parents: 2702
diff changeset
239
2702
7a820bb7f406 [project @ 1997-02-19 19:22:34 by jwe]
jwe
parents: 2693
diff changeset
240 * lex.l (handle_identifier): Allow commands like ls, save, etc. to
7a820bb7f406 [project @ 1997-02-19 19:22:34 by jwe]
jwe
parents: 2693
diff changeset
241 also be used as simple variable names. Also make it possible to
7a820bb7f406 [project @ 1997-02-19 19:22:34 by jwe]
jwe
parents: 2693
diff changeset
242 use the normal function call syntax to invoke them.
7a820bb7f406 [project @ 1997-02-19 19:22:34 by jwe]
jwe
parents: 2693
diff changeset
243
2693
f4d0604cbcc4 [project @ 1997-02-18 15:25:21 by jwe]
jwe
parents: 2692
diff changeset
244 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2689
8c7955a8d49f [project @ 1997-02-18 09:06:10 by jwe]
jwe
parents: 2687
diff changeset
245
2702
7a820bb7f406 [project @ 1997-02-19 19:22:34 by jwe]
jwe
parents: 2693
diff changeset
246 * Makefile.in (%.oct:%.o, %.oct:pic/%.o): Use $(SH_LDFLAGS) here.
7a820bb7f406 [project @ 1997-02-19 19:22:34 by jwe]
jwe
parents: 2693
diff changeset
247
2690
b91b72e856ce [project @ 1997-02-18 09:22:47 by jwe]
jwe
parents: 2689
diff changeset
248 * Version 2.0.3 released.
b91b72e856ce [project @ 1997-02-18 09:22:47 by jwe]
jwe
parents: 2689
diff changeset
249
2693
f4d0604cbcc4 [project @ 1997-02-18 15:25:21 by jwe]
jwe
parents: 2692
diff changeset
250 Tue Feb 18 00:27:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
f4d0604cbcc4 [project @ 1997-02-18 15:25:21 by jwe]
jwe
parents: 2692
diff changeset
251
f4d0604cbcc4 [project @ 1997-02-18 15:25:21 by jwe]
jwe
parents: 2692
diff changeset
252 * toplev.cc (run_command_and_return_output):
f4d0604cbcc4 [project @ 1997-02-18 15:25:21 by jwe]
jwe
parents: 2692
diff changeset
253 Block SIGCHLD while running subprocess.
f4d0604cbcc4 [project @ 1997-02-18 15:25:21 by jwe]
jwe
parents: 2692
diff changeset
254 (cleanup_iprocstream): Unblock it here.
f4d0604cbcc4 [project @ 1997-02-18 15:25:21 by jwe]
jwe
parents: 2692
diff changeset
255
f4d0604cbcc4 [project @ 1997-02-18 15:25:21 by jwe]
jwe
parents: 2692
diff changeset
256 * sighandlers.h (BLOCK_SIGNAL, BLOCK_CHILD, UNBLOCK_CHILD): Move here.
f4d0604cbcc4 [project @ 1997-02-18 15:25:21 by jwe]
jwe
parents: 2692
diff changeset
257 * sighandlers.cc: From here.
f4d0604cbcc4 [project @ 1997-02-18 15:25:21 by jwe]
jwe
parents: 2692
diff changeset
258
2692
25fbbe6074e9 [project @ 1997-02-18 09:49:11 by jwe]
jwe
parents: 2690
diff changeset
259 * toplev.cc (system): Shift then mask exit status.
25fbbe6074e9 [project @ 1997-02-18 09:49:11 by jwe]
jwe
parents: 2690
diff changeset
260
25fbbe6074e9 [project @ 1997-02-18 09:49:11 by jwe]
jwe
parents: 2690
diff changeset
261 * help.cc (try_info): Shift first, then mask exit status.
25fbbe6074e9 [project @ 1997-02-18 09:49:11 by jwe]
jwe
parents: 2690
diff changeset
262
2689
8c7955a8d49f [project @ 1997-02-18 09:06:10 by jwe]
jwe
parents: 2687
diff changeset
263 * toplev.cc (octave_config_info): Handle option argument.
8c7955a8d49f [project @ 1997-02-18 09:06:10 by jwe]
jwe
parents: 2687
diff changeset
264
2686
6d0a6fc92f06 [project @ 1997-02-14 22:31:36 by jwe]
jwe
parents: 2676
diff changeset
265 Fri Feb 14 16:23:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
6d0a6fc92f06 [project @ 1997-02-14 22:31:36 by jwe]
jwe
parents: 2676
diff changeset
266
2687
3e611118ce15 [project @ 1997-02-14 23:37:36 by jwe]
jwe
parents: 2686
diff changeset
267 * oct-stream.cc (octave_base_stream::do_scanf): Don't forget to
3e611118ce15 [project @ 1997-02-14 23:37:36 by jwe]
jwe
parents: 2686
diff changeset
268 check to see if the result matrix needs resizing!
3e611118ce15 [project @ 1997-02-14 23:37:36 by jwe]
jwe
parents: 2686
diff changeset
269
2686
6d0a6fc92f06 [project @ 1997-02-14 22:31:36 by jwe]
jwe
parents: 2676
diff changeset
270 * Makefile.in (bin-dist): Don't write empty strings to LIBRARIES.
6d0a6fc92f06 [project @ 1997-02-14 22:31:36 by jwe]
jwe
parents: 2676
diff changeset
271
2669
c821858188b6 [project @ 1997-02-13 18:25:39 by jwe]
jwe
parents: 2665
diff changeset
272 Thu Feb 13 03:02:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
c821858188b6 [project @ 1997-02-13 18:25:39 by jwe]
jwe
parents: 2665
diff changeset
273
2676
a5a300c61159 [project @ 1997-02-14 03:16:06 by jwe]
jwe
parents: 2675
diff changeset
274 * Makefile.in (stamp-prereq): Depend on stamp-picdir.
a5a300c61159 [project @ 1997-02-14 03:16:06 by jwe]
jwe
parents: 2675
diff changeset
275 (all): Don't depend on stamp-prereq or stamp-picdir.
a5a300c61159 [project @ 1997-02-14 03:16:06 by jwe]
jwe
parents: 2675
diff changeset
276 (stamp-tinst, stamp-interp, libtinst.a, liboctinterp.a):
a5a300c61159 [project @ 1997-02-14 03:16:06 by jwe]
jwe
parents: 2675
diff changeset
277 Do depend on stamp-prereq.
a5a300c61159 [project @ 1997-02-14 03:16:06 by jwe]
jwe
parents: 2675
diff changeset
278 (stamp-picdir): Silence noise about making pic.
a5a300c61159 [project @ 1997-02-14 03:16:06 by jwe]
jwe
parents: 2675
diff changeset
279 (stamp-tinst, stamp-interp): Use $(SH_LD) $(SH_LDFLAGS) instead of
a5a300c61159 [project @ 1997-02-14 03:16:06 by jwe]
jwe
parents: 2675
diff changeset
280 $(CXX) -shared.
a5a300c61159 [project @ 1997-02-14 03:16:06 by jwe]
jwe
parents: 2675
diff changeset
281
2675
5b13fb88db90 [project @ 1997-02-13 22:34:18 by jwe]
jwe
parents: 2672
diff changeset
282 * oct-conf.h.in: Reinstate RLD_FLAG.
5b13fb88db90 [project @ 1997-02-13 22:34:18 by jwe]
jwe
parents: 2672
diff changeset
283 * toplev.cc (octave_config_info): Likewise.
5b13fb88db90 [project @ 1997-02-13 22:34:18 by jwe]
jwe
parents: 2672
diff changeset
284
2672
e93b4c32457b [project @ 1997-02-13 20:34:48 by jwe]
jwe
parents: 2669
diff changeset
285 * data.cc (map_d_m, map_m_d, map_m_m): Rename from map.
e93b4c32457b [project @ 1997-02-13 20:34:48 by jwe]
jwe
parents: 2669
diff changeset
286 (Fatan2): Use new function names.
e93b4c32457b [project @ 1997-02-13 20:34:48 by jwe]
jwe
parents: 2669
diff changeset
287
e93b4c32457b [project @ 1997-02-13 20:34:48 by jwe]
jwe
parents: 2669
diff changeset
288 * pt-fvc.cc (apply_mapper_fcn): Use member function map() instead
e93b4c32457b [project @ 1997-02-13 20:34:48 by jwe]
jwe
parents: 2669
diff changeset
289 of friend function.
e93b4c32457b [project @ 1997-02-13 20:34:48 by jwe]
jwe
parents: 2669
diff changeset
290
2669
c821858188b6 [project @ 1997-02-13 18:25:39 by jwe]
jwe
parents: 2665
diff changeset
291 * gripes.cc (gripe_wrong_type_arg (const char*, const string&)):
c821858188b6 [project @ 1997-02-13 18:25:39 by jwe]
jwe
parents: 2665
diff changeset
292 New function.
c821858188b6 [project @ 1997-02-13 18:25:39 by jwe]
jwe
parents: 2665
diff changeset
293
c821858188b6 [project @ 1997-02-13 18:25:39 by jwe]
jwe
parents: 2665
diff changeset
294 Wed Feb 12 17:27:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
c821858188b6 [project @ 1997-02-13 18:25:39 by jwe]
jwe
parents: 2665
diff changeset
295
c821858188b6 [project @ 1997-02-13 18:25:39 by jwe]
jwe
parents: 2665
diff changeset
296 * syscalls.cc (symbols_of_syscalls): Add O_ASYNC and O_SYNC.
c821858188b6 [project @ 1997-02-13 18:25:39 by jwe]
jwe
parents: 2665
diff changeset
297
c821858188b6 [project @ 1997-02-13 18:25:39 by jwe]
jwe
parents: 2665
diff changeset
298 Mon Feb 10 01:22:27 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
c821858188b6 [project @ 1997-02-13 18:25:39 by jwe]
jwe
parents: 2665
diff changeset
299
c821858188b6 [project @ 1997-02-13 18:25:39 by jwe]
jwe
parents: 2665
diff changeset
300 * dirfns.cc (Freaddir, Fmkdir, Frmdir, Frename):
c821858188b6 [project @ 1997-02-13 18:25:39 by jwe]
jwe
parents: 2665
diff changeset
301 Also return status and error message.
c821858188b6 [project @ 1997-02-13 18:25:39 by jwe]
jwe
parents: 2665
diff changeset
302
c821858188b6 [project @ 1997-02-13 18:25:39 by jwe]
jwe
parents: 2665
diff changeset
303 * syscalls.cc (Fdup2, Fexec, Ffork, Ffcntl, Funlink, Fmkfifo,
c821858188b6 [project @ 1997-02-13 18:25:39 by jwe]
jwe
parents: 2665
diff changeset
304 Fpipe, Fwaitpid): Also return error message.
c821858188b6 [project @ 1997-02-13 18:25:39 by jwe]
jwe
parents: 2665
diff changeset
305
2664
9ccca1037db3 [project @ 1997-02-08 23:17:04 by jwe]
jwe
parents: 2663
diff changeset
306 Sat Feb 8 17:16:09 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
9ccca1037db3 [project @ 1997-02-08 23:17:04 by jwe]
jwe
parents: 2663
diff changeset
307
2665
02f298ddf9f6 [project @ 1997-02-08 23:47:34 by jwe]
jwe
parents: 2664
diff changeset
308 * pt-exp.cc (tree_simple_assignment_expression::eval): Return
02f298ddf9f6 [project @ 1997-02-08 23:47:34 by jwe]
jwe
parents: 2664
diff changeset
309 value of RHS, but (if printing) print complete value of LHS.
02f298ddf9f6 [project @ 1997-02-08 23:47:34 by jwe]
jwe
parents: 2664
diff changeset
310
2664
9ccca1037db3 [project @ 1997-02-08 23:17:04 by jwe]
jwe
parents: 2663
diff changeset
311 * pr-output.cc (octave_print_internal): Print a new line for empty
9ccca1037db3 [project @ 1997-02-08 23:17:04 by jwe]
jwe
parents: 2663
diff changeset
312 string matrices.
9ccca1037db3 [project @ 1997-02-08 23:17:04 by jwe]
jwe
parents: 2663
diff changeset
313
2663
00b2eff19bf5 [project @ 1997-02-08 21:58:49 by jwe]
jwe
parents: 2652
diff changeset
314 Wed Feb 5 14:30:44 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
00b2eff19bf5 [project @ 1997-02-08 21:58:49 by jwe]
jwe
parents: 2652
diff changeset
315
00b2eff19bf5 [project @ 1997-02-08 21:58:49 by jwe]
jwe
parents: 2652
diff changeset
316 * oct-stream.cc (scanf_format_list::process_conversion): Accept
00b2eff19bf5 [project @ 1997-02-08 21:58:49 by jwe]
jwe
parents: 2652
diff changeset
317 but don't actually use h, l, and L modifiers. Always insert l
00b2eff19bf5 [project @ 1997-02-08 21:58:49 by jwe]
jwe
parents: 2652
diff changeset
318 modifier for floating point conversions.
00b2eff19bf5 [project @ 1997-02-08 21:58:49 by jwe]
jwe
parents: 2652
diff changeset
319
2652
69613a17f51a [project @ 1997-01-31 20:30:22 by jwe]
jwe
parents: 2648
diff changeset
320 Fri Jan 31 13:55:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
69613a17f51a [project @ 1997-01-31 20:30:22 by jwe]
jwe
parents: 2648
diff changeset
321
69613a17f51a [project @ 1997-01-31 20:30:22 by jwe]
jwe
parents: 2648
diff changeset
322 * pager.cc (do_sync): Always flush the cout stream after writing.
69613a17f51a [project @ 1997-01-31 20:30:22 by jwe]
jwe
parents: 2648
diff changeset
323
2643
c69a267054d1 [project @ 1997-01-29 14:25:57 by jwe]
jwe
parents: 2638
diff changeset
324 Wed Jan 29 08:25:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
c69a267054d1 [project @ 1997-01-29 14:25:57 by jwe]
jwe
parents: 2638
diff changeset
325
2648
024f4068ecaf [project @ 1997-01-29 20:26:49 by jwe]
jwe
parents: 2646
diff changeset
326 * defaults.cc (exec_path): Don't include bin_dir in std_path.
024f4068ecaf [project @ 1997-01-29 20:26:49 by jwe]
jwe
parents: 2646
diff changeset
327
2646
5adf5280858c [project @ 1997-01-29 18:59:41 by jwe]
jwe
parents: 2643
diff changeset
328 * pager.cc (do_sync): Flush the cout stream after writing if
5adf5280858c [project @ 1997-01-29 18:59:41 by jwe]
jwe
parents: 2643
diff changeset
329 running in interactive or forced_interactive mode.
5adf5280858c [project @ 1997-01-29 18:59:41 by jwe]
jwe
parents: 2643
diff changeset
330
5adf5280858c [project @ 1997-01-29 18:59:41 by jwe]
jwe
parents: 2643
diff changeset
331 * mk-oct-links: Rename from mk-oct-links.in.
5adf5280858c [project @ 1997-01-29 18:59:41 by jwe]
jwe
parents: 2643
diff changeset
332 Don't use symbolic links.
5adf5280858c [project @ 1997-01-29 18:59:41 by jwe]
jwe
parents: 2643
diff changeset
333 * Makefile.in: Distribute mk-oct-links, not mk-oct-links.in
5adf5280858c [project @ 1997-01-29 18:59:41 by jwe]
jwe
parents: 2643
diff changeset
334 (mk-oct-links): Delete target.
5adf5280858c [project @ 1997-01-29 18:59:41 by jwe]
jwe
parents: 2643
diff changeset
335 (install-oct, bin-dist): Don't depend on mk-oct-links.
5adf5280858c [project @ 1997-01-29 18:59:41 by jwe]
jwe
parents: 2643
diff changeset
336 Run $(srcdir)/mk-oct-links, not ./mk-oct-links.
5adf5280858c [project @ 1997-01-29 18:59:41 by jwe]
jwe
parents: 2643
diff changeset
337
2643
c69a267054d1 [project @ 1997-01-29 14:25:57 by jwe]
jwe
parents: 2638
diff changeset
338 * qr.cc (qr): Doc fix.
c69a267054d1 [project @ 1997-01-29 14:25:57 by jwe]
jwe
parents: 2638
diff changeset
339
2638
652a14bff36b [project @ 1997-01-28 16:52:00 by jwe]
jwe
parents: 2634
diff changeset
340 Tue Jan 28 10:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
652a14bff36b [project @ 1997-01-28 16:52:00 by jwe]
jwe
parents: 2634
diff changeset
341
652a14bff36b [project @ 1997-01-28 16:52:00 by jwe]
jwe
parents: 2634
diff changeset
342 * Makefile.in (install-inc): Create a relative symbolic link.
652a14bff36b [project @ 1997-01-28 16:52:00 by jwe]
jwe
parents: 2634
diff changeset
343 (install-bin): Create a relative symbolic link.
652a14bff36b [project @ 1997-01-28 16:52:00 by jwe]
jwe
parents: 2634
diff changeset
344
2630
fdee6fe3e73b [project @ 1997-01-27 19:08:47 by jwe]
jwe
parents: 2626
diff changeset
345 Mon Jan 27 12:12:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
fdee6fe3e73b [project @ 1997-01-27 19:08:47 by jwe]
jwe
parents: 2626
diff changeset
346
2634
eebc31f84a4d [project @ 1997-01-27 21:53:18 by jwe]
jwe
parents: 2630
diff changeset
347 * Version 2.0.2 released.
eebc31f84a4d [project @ 1997-01-27 21:53:18 by jwe]
jwe
parents: 2630
diff changeset
348
eebc31f84a4d [project @ 1997-01-27 21:53:18 by jwe]
jwe
parents: 2630
diff changeset
349 * Makefile.in (CXXFLAGS_NO_PT_FLAGS): Rename from XALL_CXXFLAGS.
eebc31f84a4d [project @ 1997-01-27 21:53:18 by jwe]
jwe
parents: 2630
diff changeset
350 Substitute bsd_gcc_kluge_targets_frag.
eebc31f84a4d [project @ 1997-01-27 21:53:18 by jwe]
jwe
parents: 2630
diff changeset
351
2630
fdee6fe3e73b [project @ 1997-01-27 19:08:47 by jwe]
jwe
parents: 2626
diff changeset
352 * sysdep.cc (Fsleep): New function.
fdee6fe3e73b [project @ 1997-01-27 19:08:47 by jwe]
jwe
parents: 2626
diff changeset
353 (Fusleep): New function.
fdee6fe3e73b [project @ 1997-01-27 19:08:47 by jwe]
jwe
parents: 2626
diff changeset
354
fdee6fe3e73b [project @ 1997-01-27 19:08:47 by jwe]
jwe
parents: 2626
diff changeset
355 * toplev.cc (octave_config_info): Don't include RLD_FLAG.
fdee6fe3e73b [project @ 1997-01-27 19:08:47 by jwe]
jwe
parents: 2626
diff changeset
356 * oct-conf.h.in: Don't define RLD_FLAG
fdee6fe3e73b [project @ 1997-01-27 19:08:47 by jwe]
jwe
parents: 2626
diff changeset
357
2626
b35a5cd8107f [project @ 1997-01-27 01:41:30 by jwe]
jwe
parents: 2624
diff changeset
358 Sun Jan 26 19:41:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
b35a5cd8107f [project @ 1997-01-27 01:41:30 by jwe]
jwe
parents: 2624
diff changeset
359
b35a5cd8107f [project @ 1997-01-27 01:41:30 by jwe]
jwe
parents: 2624
diff changeset
360 * sighandlers.cc (sigchld_handler): Block SIGCHLD while
b35a5cd8107f [project @ 1997-01-27 01:41:30 by jwe]
jwe
parents: 2624
diff changeset
361 sigchld_hander is running.
b35a5cd8107f [project @ 1997-01-27 01:41:30 by jwe]
jwe
parents: 2624
diff changeset
362
2624
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
363 Sat Jan 25 22:36:39 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
364
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
365 * Makefile.in (bin-dist): Update for 2.x.
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
366
2621
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2620
diff changeset
367 Fri Jan 24 10:05:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2620
diff changeset
368
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2620
diff changeset
369 * mk-oct-links.in: New arg, -p, to just print list of files to link.
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2620
diff changeset
370
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2620
diff changeset
371 * lex.l (handle_number): Convert `D' or `d' exponents to `e'
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2620
diff changeset
372 before scanning.
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2620
diff changeset
373
2620
5c773d4745d6 [project @ 1997-01-23 16:26:25 by jwe]
jwe
parents: 2618
diff changeset
374 Thu Jan 23 10:00:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
5c773d4745d6 [project @ 1997-01-23 16:26:25 by jwe]
jwe
parents: 2618
diff changeset
375
5c773d4745d6 [project @ 1997-01-23 16:26:25 by jwe]
jwe
parents: 2618
diff changeset
376 * pt-pr-code.h, pt-pr-code.cc (tree_print_code::visit_no_op_command):
5c773d4745d6 [project @ 1997-01-23 16:26:25 by jwe]
jwe
parents: 2618
diff changeset
377 New function.
5c773d4745d6 [project @ 1997-01-23 16:26:25 by jwe]
jwe
parents: 2618
diff changeset
378 * pt-cmd.h, pt-cmd.cc (tree_no_op_command): New class.
5c773d4745d6 [project @ 1997-01-23 16:26:25 by jwe]
jwe
parents: 2618
diff changeset
379 * parse.y (make_break_command, make_continue_command,
5c773d4745d6 [project @ 1997-01-23 16:26:25 by jwe]
jwe
parents: 2618
diff changeset
380 make_return_command): Where they don't really make sense, turn
5c773d4745d6 [project @ 1997-01-23 16:26:25 by jwe]
jwe
parents: 2618
diff changeset
381 these commands into no-ops. Accept return and break if reading a
5c773d4745d6 [project @ 1997-01-23 16:26:25 by jwe]
jwe
parents: 2618
diff changeset
382 script file.
5c773d4745d6 [project @ 1997-01-23 16:26:25 by jwe]
jwe
parents: 2618
diff changeset
383 * toplev.cc (parse_and_execute): Handle return and break in script
5c773d4745d6 [project @ 1997-01-23 16:26:25 by jwe]
jwe
parents: 2618
diff changeset
384 files. Quit executing commands if an error occurs when reading a
5c773d4745d6 [project @ 1997-01-23 16:26:25 by jwe]
jwe
parents: 2618
diff changeset
385 script file. Set global_command to 0 after deleting it.
5c773d4745d6 [project @ 1997-01-23 16:26:25 by jwe]
jwe
parents: 2618
diff changeset
386 (main_loop): If not interactive or forced_interactive, handle
5c773d4745d6 [project @ 1997-01-23 16:26:25 by jwe]
jwe
parents: 2618
diff changeset
387 break and return, and quit executing commands if an error occurs.
5c773d4745d6 [project @ 1997-01-23 16:26:25 by jwe]
jwe
parents: 2618
diff changeset
388 Set global_command to 0 after deleting it.
5c773d4745d6 [project @ 1997-01-23 16:26:25 by jwe]
jwe
parents: 2618
diff changeset
389 * error.cc (Ferror): Doc fix.
5c773d4745d6 [project @ 1997-01-23 16:26:25 by jwe]
jwe
parents: 2618
diff changeset
390 * pt-walk.h (tree_walker): Add declaration for visit_no_op_command.
5c773d4745d6 [project @ 1997-01-23 16:26:25 by jwe]
jwe
parents: 2618
diff changeset
391
2618
aa667ac18d12 [project @ 1997-01-23 03:16:28 by jwe]
jwe
parents: 2616
diff changeset
392 Wed Jan 22 20:54:12 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
aa667ac18d12 [project @ 1997-01-23 03:16:28 by jwe]
jwe
parents: 2616
diff changeset
393
aa667ac18d12 [project @ 1997-01-23 03:16:28 by jwe]
jwe
parents: 2616
diff changeset
394 * input.cc (gnu_readline): If not using readline, flush
aa667ac18d12 [project @ 1997-01-23 03:16:28 by jwe]
jwe
parents: 2616
diff changeset
395 rl_outstream after printing prompt.
aa667ac18d12 [project @ 1997-01-23 03:16:28 by jwe]
jwe
parents: 2616
diff changeset
396 (octave_gets): Also call flush_octave_stdout() if
aa667ac18d12 [project @ 1997-01-23 03:16:28 by jwe]
jwe
parents: 2616
diff changeset
397 forced_interactive, not just if interactive.
aa667ac18d12 [project @ 1997-01-23 03:16:28 by jwe]
jwe
parents: 2616
diff changeset
398 (do_input_echo): If forced_interactive, only echo prompt and
aa667ac18d12 [project @ 1997-01-23 03:16:28 by jwe]
jwe
parents: 2616
diff changeset
399 command line if also reading a script file.
aa667ac18d12 [project @ 1997-01-23 03:16:28 by jwe]
jwe
parents: 2616
diff changeset
400
2616
4cd6d8d8ac29 [project @ 1997-01-22 05:03:26 by jwe]
jwe
parents: 2614
diff changeset
401 Tue Jan 21 23:02:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
4cd6d8d8ac29 [project @ 1997-01-22 05:03:26 by jwe]
jwe
parents: 2614
diff changeset
402
4cd6d8d8ac29 [project @ 1997-01-22 05:03:26 by jwe]
jwe
parents: 2614
diff changeset
403 * SLList.h: Include "BaseSLList.h", not <BaseSLList.h>.
4cd6d8d8ac29 [project @ 1997-01-22 05:03:26 by jwe]
jwe
parents: 2614
diff changeset
404
2610
8125b6f9c134 [project @ 1997-01-20 17:23:44 by jwe]
jwe
parents: 2609
diff changeset
405 Mon Jan 20 11:11:12 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
8125b6f9c134 [project @ 1997-01-20 17:23:44 by jwe]
jwe
parents: 2609
diff changeset
406
2614
ae47b0911863 [project @ 1997-01-21 03:57:46 by jwe]
jwe
parents: 2613
diff changeset
407 * lex.l (token_stack): Don't declare static.
ae47b0911863 [project @ 1997-01-21 03:57:46 by jwe]
jwe
parents: 2613
diff changeset
408 * pt-plot.cc (tmp_files): Likewise.
ae47b0911863 [project @ 1997-01-21 03:57:46 by jwe]
jwe
parents: 2613
diff changeset
409 * toplev.cc (octave_atexit_functions): Likewise.
ae47b0911863 [project @ 1997-01-21 03:57:46 by jwe]
jwe
parents: 2613
diff changeset
410 * unwind-prot.cc (unwind_protect_list): Likewise.
ae47b0911863 [project @ 1997-01-21 03:57:46 by jwe]
jwe
parents: 2613
diff changeset
411
2613
5bcee07be597 [project @ 1997-01-21 03:52:08 by jwe]
jwe
parents: 2610
diff changeset
412 * ops.h (MX_MX_BOOL_OP): Correctly handle case of one or both
5bcee07be597 [project @ 1997-01-21 03:52:08 by jwe]
jwe
parents: 2610
diff changeset
413 arguments being empty. Change all callers.
5bcee07be597 [project @ 1997-01-21 03:52:08 by jwe]
jwe
parents: 2610
diff changeset
414
5bcee07be597 [project @ 1997-01-21 03:52:08 by jwe]
jwe
parents: 2610
diff changeset
415 * oct-stream.cc (printf_value_cache::looking_at_string):
5bcee07be597 [project @ 1997-01-21 03:52:08 by jwe]
jwe
parents: 2610
diff changeset
416 Handle empty strings correctly now that they are 0x0.
5bcee07be597 [project @ 1997-01-21 03:52:08 by jwe]
jwe
parents: 2610
diff changeset
417
2610
8125b6f9c134 [project @ 1997-01-20 17:23:44 by jwe]
jwe
parents: 2609
diff changeset
418 * file-io.cc: Don't include "syswait.h" here.
8125b6f9c134 [project @ 1997-01-20 17:23:44 by jwe]
jwe
parents: 2609
diff changeset
419
8125b6f9c134 [project @ 1997-01-20 17:23:44 by jwe]
jwe
parents: 2609
diff changeset
420 Sun Jan 19 22:38:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
8125b6f9c134 [project @ 1997-01-20 17:23:44 by jwe]
jwe
parents: 2609
diff changeset
421
8125b6f9c134 [project @ 1997-01-20 17:23:44 by jwe]
jwe
parents: 2609
diff changeset
422 * oct-stream.h (octave_base_stream::seek): Declare offset arg as
8125b6f9c134 [project @ 1997-01-20 17:23:44 by jwe]
jwe
parents: 2609
diff changeset
423 streamoff, not streampos.
8125b6f9c134 [project @ 1997-01-20 17:23:44 by jwe]
jwe
parents: 2609
diff changeset
424 (octave_stream::seek): Likewise.
8125b6f9c134 [project @ 1997-01-20 17:23:44 by jwe]
jwe
parents: 2609
diff changeset
425 * oct-strstrm.h (octave_base_strstream::seek): Likewise.
8125b6f9c134 [project @ 1997-01-20 17:23:44 by jwe]
jwe
parents: 2609
diff changeset
426 * oct-stdstrm.h (octave_base_stdiostream::seek): Likewise.
8125b6f9c134 [project @ 1997-01-20 17:23:44 by jwe]
jwe
parents: 2609
diff changeset
427 * oct-iostrm.h (octave_base_iostream::seek): Likewise.
8125b6f9c134 [project @ 1997-01-20 17:23:44 by jwe]
jwe
parents: 2609
diff changeset
428 * oct-fstrm.h (octave_fstream::seek): Likewise.
8125b6f9c134 [project @ 1997-01-20 17:23:44 by jwe]
jwe
parents: 2609
diff changeset
429
2609
12bc9d0a50b5 [project @ 1997-01-18 00:17:36 by jwe]
jwe
parents: 2608
diff changeset
430 Fri Jan 17 18:13:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
12bc9d0a50b5 [project @ 1997-01-18 00:17:36 by jwe]
jwe
parents: 2608
diff changeset
431
12bc9d0a50b5 [project @ 1997-01-18 00:17:36 by jwe]
jwe
parents: 2608
diff changeset
432 * file-io.cc (Ffflush): Handle stdout as a special case.
12bc9d0a50b5 [project @ 1997-01-18 00:17:36 by jwe]
jwe
parents: 2608
diff changeset
433
12bc9d0a50b5 [project @ 1997-01-18 00:17:36 by jwe]
jwe
parents: 2608
diff changeset
434 * oct-stream.cc (octave_stream_list::do_get_file_number):
12bc9d0a50b5 [project @ 1997-01-18 00:17:36 by jwe]
jwe
parents: 2608
diff changeset
435 Do the work for octave_stream::get_file_number.
12bc9d0a50b5 [project @ 1997-01-18 00:17:36 by jwe]
jwe
parents: 2608
diff changeset
436 (octave_stream_list::get_file_number): Convert to static function.
12bc9d0a50b5 [project @ 1997-01-18 00:17:36 by jwe]
jwe
parents: 2608
diff changeset
437
2608
bac14003d9bb [project @ 1997-01-18 00:11:48 by jwe]
jwe
parents: 2602
diff changeset
438 Wed Jan 8 11:42:44 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
bac14003d9bb [project @ 1997-01-18 00:11:48 by jwe]
jwe
parents: 2602
diff changeset
439
bac14003d9bb [project @ 1997-01-18 00:11:48 by jwe]
jwe
parents: 2602
diff changeset
440 * log.cc (sqrtm): For complex arg case, compute sqrt, not log.
bac14003d9bb [project @ 1997-01-18 00:11:48 by jwe]
jwe
parents: 2602
diff changeset
441
2602
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2601
diff changeset
442 Tue Jan 7 00:16:41 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2601
diff changeset
443
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2601
diff changeset
444 * Version 2.0.1 released.
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2601
diff changeset
445
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2601
diff changeset
446 Mon Jan 6 00:00:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2601
diff changeset
447
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2601
diff changeset
448 * pt-mat.cc (tm_row_const_rep::all_mt): New variable.
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2601
diff changeset
449 (tm_row_const::all_empty): New function.
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2601
diff changeset
450 (tm_row_const::tm_row_const_rep::init): Set all_mt here.
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2601
diff changeset
451 (tm_const::all_mt): New variable.
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2601
diff changeset
452 (tm_const::all_emtpy): New function.
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2601
diff changeset
453 (tm_const::init): Set all_mt here.
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2601
diff changeset
454 (tree_matrix::eval): Return an empty matrix if the list contains
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2601
diff changeset
455 only empty elements. If it contains only empty strings, return an
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2601
diff changeset
456 empty string.
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2601
diff changeset
457
2601
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2600
diff changeset
458 Sun Jan 5 12:50:25 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2600
diff changeset
459
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2600
diff changeset
460 * ops.h (SC_MX_BOOL_OP, MX_SC_BOOL_OP): New arg, empty_result.
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2600
diff changeset
461 * op-cm-cm.cc, op-cm-cs.cc, op-cm-m.cc, op-cm-s.cc, op-cs-cm.cc,
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2600
diff changeset
462 op-cs-m.cc, op-m-cm.cc, op-m-cs.cc, op-m-m.cc, op-m-s.cc,
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2600
diff changeset
463 op-s-cm.cc, op-s-m.cc, op-str-str.cc: Change all uses of
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2600
diff changeset
464 SC_MX_BOOL_OP and MX_SC_BOOL_OP macros. Return correct results
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2600
diff changeset
465 for empty matrix cases.
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2600
diff changeset
466
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2600
diff changeset
467 * pt-fcn.cc (tree_function::eval): If Vdefine_all_return_values is
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2600
diff changeset
468 true, initialize return values before evaluating function, for
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2600
diff changeset
469 compatibility with Matlab.
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2600
diff changeset
470
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2600
diff changeset
471 * oct-stream.cc (get_size): Correctly set size when arg is scalar.
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2600
diff changeset
472
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2600
diff changeset
473 Thu Jan 2 12:40:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2600
diff changeset
474
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2600
diff changeset
475 * Makefile.in (install-oct): Quote $(OCT_FILES) in for loop to
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2600
diff changeset
476 avoid syntax error from ksh.
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2600
diff changeset
477
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2600
diff changeset
478 * pr-output.cc (octave_print_internal): Avoid unused parameter
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2600
diff changeset
479 warning from gcc.
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2600
diff changeset
480
2600
c454cd888ada [project @ 1996-12-19 22:35:54 by jwe]
jwe
parents: 2599
diff changeset
481 Thu Dec 19 12:13:42 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
c454cd888ada [project @ 1996-12-19 22:35:54 by jwe]
jwe
parents: 2599
diff changeset
482
c454cd888ada [project @ 1996-12-19 22:35:54 by jwe]
jwe
parents: 2599
diff changeset
483 * oct-stream.cc (octave_base_stream::do_scanf):
c454cd888ada [project @ 1996-12-19 22:35:54 by jwe]
jwe
parents: 2599
diff changeset
484 Don't treat %l{e,f,g} differently from %{e,f,g}.
c454cd888ada [project @ 1996-12-19 22:35:54 by jwe]
jwe
parents: 2599
diff changeset
485 (octave_base_stream::do_oscanf): Likewise.
c454cd888ada [project @ 1996-12-19 22:35:54 by jwe]
jwe
parents: 2599
diff changeset
486
c454cd888ada [project @ 1996-12-19 22:35:54 by jwe]
jwe
parents: 2599
diff changeset
487 * sighandlers.cc (sigchld_handler): Fix typos.
c454cd888ada [project @ 1996-12-19 22:35:54 by jwe]
jwe
parents: 2599
diff changeset
488
2598
36a4daa9e3c7 [project @ 1996-12-19 02:27:21 by jwe]
jwe
parents: 2589
diff changeset
489 Wed Dec 18 20:17:23 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
36a4daa9e3c7 [project @ 1996-12-19 02:27:21 by jwe]
jwe
parents: 2589
diff changeset
490
2599
9705ea40f0a2 [project @ 1996-12-19 04:49:09 by jwe]
jwe
parents: 2598
diff changeset
491 * file-io.cc (Ffgetl, Ffgets): Also return number of characters read.
9705ea40f0a2 [project @ 1996-12-19 04:49:09 by jwe]
jwe
parents: 2598
diff changeset
492
9705ea40f0a2 [project @ 1996-12-19 04:49:09 by jwe]
jwe
parents: 2598
diff changeset
493 * ov-range.cc (octave_range::not): New function.
9705ea40f0a2 [project @ 1996-12-19 04:49:09 by jwe]
jwe
parents: 2598
diff changeset
494 * ov-range.h (octave_range::uminus): New function.
9705ea40f0a2 [project @ 1996-12-19 04:49:09 by jwe]
jwe
parents: 2598
diff changeset
495
2598
36a4daa9e3c7 [project @ 1996-12-19 02:27:21 by jwe]
jwe
parents: 2589
diff changeset
496 * BaseSLList.cc: Include error.h.
36a4daa9e3c7 [project @ 1996-12-19 02:27:21 by jwe]
jwe
parents: 2589
diff changeset
497 (BaseSLList::error): Call ::error() to process error message.
36a4daa9e3c7 [project @ 1996-12-19 02:27:21 by jwe]
jwe
parents: 2589
diff changeset
498
2589
49ae0d992eea [project @ 1996-12-13 08:41:43 by jwe]
jwe
parents: 2586
diff changeset
499 Fri Dec 13 02:38:19 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
49ae0d992eea [project @ 1996-12-13 08:41:43 by jwe]
jwe
parents: 2586
diff changeset
500
49ae0d992eea [project @ 1996-12-13 08:41:43 by jwe]
jwe
parents: 2586
diff changeset
501 * ov.cc (octave_value::convert_and_assign): Preserve lhs value if
49ae0d992eea [project @ 1996-12-13 08:41:43 by jwe]
jwe
parents: 2586
diff changeset
502 assignment fails.
49ae0d992eea [project @ 1996-12-13 08:41:43 by jwe]
jwe
parents: 2586
diff changeset
503
2586
00163160cf66 [project @ 1996-12-11 18:34:57 by jwe]
jwe
parents: 2584
diff changeset
504 Wed Dec 11 12:33:16 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
00163160cf66 [project @ 1996-12-11 18:34:57 by jwe]
jwe
parents: 2584
diff changeset
505
00163160cf66 [project @ 1996-12-11 18:34:57 by jwe]
jwe
parents: 2584
diff changeset
506 * pt-plot.cc (GPLOT_CMD_END): Don't put semicolons at the end of
00163160cf66 [project @ 1996-12-11 18:34:57 by jwe]
jwe
parents: 2584
diff changeset
507 each plot command; it causes trouble with gnuplot 3.5.
00163160cf66 [project @ 1996-12-11 18:34:57 by jwe]
jwe
parents: 2584
diff changeset
508
2580
fa7dd5fc7c59 [project @ 1996-12-10 06:30:41 by jwe]
jwe
parents: 2577
diff changeset
509 Tue Dec 10 00:31:13 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
fa7dd5fc7c59 [project @ 1996-12-10 06:30:41 by jwe]
jwe
parents: 2577
diff changeset
510
2583
df3124e46963 [project @ 1996-12-10 07:45:00 by jwe]
jwe
parents: 2580
diff changeset
511 * Version 2.0 released.
df3124e46963 [project @ 1996-12-10 07:45:00 by jwe]
jwe
parents: 2580
diff changeset
512
2584
5e41d9c42283 [project @ 1996-12-10 09:39:44 by jwe]
jwe
parents: 2583
diff changeset
513 * pr-output.cc (set_format_style): Don't try to access argv unless
5e41d9c42283 [project @ 1996-12-10 09:39:44 by jwe]
jwe
parents: 2583
diff changeset
514 argc > 1.
5e41d9c42283 [project @ 1996-12-10 09:39:44 by jwe]
jwe
parents: 2583
diff changeset
515
2580
fa7dd5fc7c59 [project @ 1996-12-10 06:30:41 by jwe]
jwe
parents: 2577
diff changeset
516 * SLList-expr.cc SLList-misc.cc SLList-plot.cc SLList-str.cc
fa7dd5fc7c59 [project @ 1996-12-10 06:30:41 by jwe]
jwe
parents: 2577
diff changeset
517 SLList-tc.cc SLList-tm.cc SLList.h SLStack-i.cc SLStack-pc.cc
fa7dd5fc7c59 [project @ 1996-12-10 06:30:41 by jwe]
jwe
parents: 2577
diff changeset
518 SLStack-str.cc SLStack-sym.cc SLStack-tok.cc SLStack-ue.cc
fa7dd5fc7c59 [project @ 1996-12-10 06:30:41 by jwe]
jwe
parents: 2577
diff changeset
519 SLStack-ui.cc, pt-mat.cc: Include Stack.h, Stack.cc, SLStack.cc,
fa7dd5fc7c59 [project @ 1996-12-10 06:30:41 by jwe]
jwe
parents: 2577
diff changeset
520 and SLList.cc as necessary.
fa7dd5fc7c59 [project @ 1996-12-10 06:30:41 by jwe]
jwe
parents: 2577
diff changeset
521
fa7dd5fc7c59 [project @ 1996-12-10 06:30:41 by jwe]
jwe
parents: 2577
diff changeset
522 * Stack.cc, SLStack.cc, SLList.cc: New files.
fa7dd5fc7c59 [project @ 1996-12-10 06:30:41 by jwe]
jwe
parents: 2577
diff changeset
523 * Makefile.in (SOURCES): Add them to the list.
fa7dd5fc7c59 [project @ 1996-12-10 06:30:41 by jwe]
jwe
parents: 2577
diff changeset
524
2575
e57847e2de87 [project @ 1996-12-09 18:05:37 by jwe]
jwe
parents: 2572
diff changeset
525 Mon Dec 9 12:03:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
e57847e2de87 [project @ 1996-12-09 18:05:37 by jwe]
jwe
parents: 2572
diff changeset
526
2577
2f0ea8b0db0e [project @ 1996-12-09 20:28:13 by jwe]
jwe
parents: 2575
diff changeset
527 * Makefile.in (install-bin): Use $(EXE) suffix so install will
2f0ea8b0db0e [project @ 1996-12-09 20:28:13 by jwe]
jwe
parents: 2575
diff changeset
528 find the right file on cygwin32 systems.
2f0ea8b0db0e [project @ 1996-12-09 20:28:13 by jwe]
jwe
parents: 2575
diff changeset
529
2575
e57847e2de87 [project @ 1996-12-09 18:05:37 by jwe]
jwe
parents: 2572
diff changeset
530 * ov.h: Declare proper form of do_binary_op as friend to
e57847e2de87 [project @ 1996-12-09 18:05:37 by jwe]
jwe
parents: 2572
diff changeset
531 octave_value class.
e57847e2de87 [project @ 1996-12-09 18:05:37 by jwe]
jwe
parents: 2572
diff changeset
532
2572
5c2be7c820ed [project @ 1996-12-08 04:02:46 by jwe]
jwe
parents: 2571
diff changeset
533 Sat Dec 7 22:00:10 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
5c2be7c820ed [project @ 1996-12-08 04:02:46 by jwe]
jwe
parents: 2571
diff changeset
534
5c2be7c820ed [project @ 1996-12-08 04:02:46 by jwe]
jwe
parents: 2571
diff changeset
535 * oct-stream.cc (do_printf_conv, do_scanf_conv,
5c2be7c820ed [project @ 1996-12-08 04:02:46 by jwe]
jwe
parents: 2571
diff changeset
536 do_oscanf_num_conv, do_oscanf_str_conv): Convert to real
5c2be7c820ed [project @ 1996-12-08 04:02:46 by jwe]
jwe
parents: 2571
diff changeset
537 functions instead of CPP macros, using templates where necessary.
5c2be7c820ed [project @ 1996-12-08 04:02:46 by jwe]
jwe
parents: 2571
diff changeset
538 (do_oscanf_num_conv, do_oscanf_str_conv): Correctly handle
5c2be7c820ed [project @ 1996-12-08 04:02:46 by jwe]
jwe
parents: 2571
diff changeset
539 discarded values.
5c2be7c820ed [project @ 1996-12-08 04:02:46 by jwe]
jwe
parents: 2571
diff changeset
540
2569
5e0c65023ba5 [project @ 1996-12-06 07:36:46 by jwe]
jwe
parents: 2566
diff changeset
541 Fri Dec 6 00:20:25 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
5e0c65023ba5 [project @ 1996-12-06 07:36:46 by jwe]
jwe
parents: 2566
diff changeset
542
2572
5c2be7c820ed [project @ 1996-12-08 04:02:46 by jwe]
jwe
parents: 2571
diff changeset
543 * Version 1.94.
5c2be7c820ed [project @ 1996-12-08 04:02:46 by jwe]
jwe
parents: 2571
diff changeset
544
2571
2480ef198c46 [project @ 1996-12-06 21:18:39 by jwe]
jwe
parents: 2569
diff changeset
545 * Map-*.cc, SLList-*.cc, SLStack-*.cc: Include config.h.
2480ef198c46 [project @ 1996-12-06 21:18:39 by jwe]
jwe
parents: 2569
diff changeset
546
2480ef198c46 [project @ 1996-12-06 21:18:39 by jwe]
jwe
parents: 2569
diff changeset
547 * ov.h: Don't include SLList.h.
2480ef198c46 [project @ 1996-12-06 21:18:39 by jwe]
jwe
parents: 2569
diff changeset
548
2480ef198c46 [project @ 1996-12-06 21:18:39 by jwe]
jwe
parents: 2569
diff changeset
549 * SLStack.cc: Delete. Move everything to SLStack.h.
2480ef198c46 [project @ 1996-12-06 21:18:39 by jwe]
jwe
parents: 2569
diff changeset
550
2480ef198c46 [project @ 1996-12-06 21:18:39 by jwe]
jwe
parents: 2569
diff changeset
551 * BaseSLList.h, BaseSLList.cc: New files. Split out the
2480ef198c46 [project @ 1996-12-06 21:18:39 by jwe]
jwe
parents: 2569
diff changeset
552 non-template base class parts of SLList.
2480ef198c46 [project @ 1996-12-06 21:18:39 by jwe]
jwe
parents: 2569
diff changeset
553
2569
5e0c65023ba5 [project @ 1996-12-06 07:36:46 by jwe]
jwe
parents: 2566
diff changeset
554 * Makefile.in (TEMPLATE_SRC): Delete. Move files to SOURCES.
5e0c65023ba5 [project @ 1996-12-06 07:36:46 by jwe]
jwe
parents: 2566
diff changeset
555 * Map.h, Map.cc: Add #pragma interface/implementation.
5e0c65023ba5 [project @ 1996-12-06 07:36:46 by jwe]
jwe
parents: 2566
diff changeset
556 * SLStack.h, SLStack.cc: Add #pragma interface/implementation.
5e0c65023ba5 [project @ 1996-12-06 07:36:46 by jwe]
jwe
parents: 2566
diff changeset
557
5e0c65023ba5 [project @ 1996-12-06 07:36:46 by jwe]
jwe
parents: 2566
diff changeset
558 * SLList.h, SLList.cc: New files, from libg++, but with #pragma
5e0c65023ba5 [project @ 1996-12-06 07:36:46 by jwe]
jwe
parents: 2566
diff changeset
559 interface/implementation.
5e0c65023ba5 [project @ 1996-12-06 07:36:46 by jwe]
jwe
parents: 2566
diff changeset
560 * Makefile.in (SOURCES): Add SLList.cc.
5e0c65023ba5 [project @ 1996-12-06 07:36:46 by jwe]
jwe
parents: 2566
diff changeset
561 (INCLUDES): Add SLList.h.
5e0c65023ba5 [project @ 1996-12-06 07:36:46 by jwe]
jwe
parents: 2566
diff changeset
562
2566
bcdd6bf533ea [project @ 1996-12-06 00:51:31 by jwe]
jwe
parents: 2563
diff changeset
563 Thu Dec 5 18:36:44 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
bcdd6bf533ea [project @ 1996-12-06 00:51:31 by jwe]
jwe
parents: 2563
diff changeset
564
bcdd6bf533ea [project @ 1996-12-06 00:51:31 by jwe]
jwe
parents: 2563
diff changeset
565 * octave.cc: Don't include sun-utils.h.
bcdd6bf533ea [project @ 1996-12-06 00:51:31 by jwe]
jwe
parents: 2563
diff changeset
566
2563
8b0911d576bf [project @ 1996-12-05 19:06:58 by jwe]
jwe
parents: 2555
diff changeset
567 Tue Dec 3 23:47:09 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
8b0911d576bf [project @ 1996-12-05 19:06:58 by jwe]
jwe
parents: 2555
diff changeset
568
8b0911d576bf [project @ 1996-12-05 19:06:58 by jwe]
jwe
parents: 2555
diff changeset
569 * op-str-str.cc (eq, ne): Handle operations with scalars.
8b0911d576bf [project @ 1996-12-05 19:06:58 by jwe]
jwe
parents: 2555
diff changeset
570
2555
97abf5d72929 [project @ 1996-11-21 18:31:31 by jwe]
jwe
parents: 2554
diff changeset
571 Thu Nov 21 12:30:36 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
97abf5d72929 [project @ 1996-11-21 18:31:31 by jwe]
jwe
parents: 2554
diff changeset
572
97abf5d72929 [project @ 1996-11-21 18:31:31 by jwe]
jwe
parents: 2554
diff changeset
573 * ov-str-mat.h (octave_char_matrix_str): Provide transpose and
97abf5d72929 [project @ 1996-11-21 18:31:31 by jwe]
jwe
parents: 2554
diff changeset
574 hermitian operators.
97abf5d72929 [project @ 1996-11-21 18:31:31 by jwe]
jwe
parents: 2554
diff changeset
575 * ov-ch-mat.h (octave_char_matrix): Likewise.
97abf5d72929 [project @ 1996-11-21 18:31:31 by jwe]
jwe
parents: 2554
diff changeset
576
2548
b50cc31aa0cd [project @ 1996-11-20 06:43:26 by jwe]
jwe
parents: 2546
diff changeset
577 Wed Nov 20 00:35:57 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
b50cc31aa0cd [project @ 1996-11-20 06:43:26 by jwe]
jwe
parents: 2546
diff changeset
578
2554
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2552
diff changeset
579 * sighandlers.h (struct octave_interrupt_handler): Provide
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2552
diff changeset
580 forward declaration here.
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2552
diff changeset
581 * sighandlers.cc (octave_interrupt_handler): New struct.
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2552
diff changeset
582 (octave_catch_interrupts): Rename from catch_interrupts.
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2552
diff changeset
583 (octave_ignore_interrupts, octave_set_interrupt_handler):
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2552
diff changeset
584 New functions.
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2552
diff changeset
585 * help.cc, oct-hist.cc, pager.cc, toplev.cc: Use new functions for
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2552
diff changeset
586 handling interrupts so that we can hide the details of whether or
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2552
diff changeset
587 not we have to deal with SIGBREAK.
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2552
diff changeset
588
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2552
diff changeset
589 * pt-plot.cc [! HAVE_POSIX_SIGNALS] (open_plot_stream):
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2552
diff changeset
590 Simply ignore and restore the interrupt handler here.
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2552
diff changeset
591
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2552
diff changeset
592 * sighandlers.cc (MAYBE_REINSTALL_SIGHANDLER): New macro. Use it
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2552
diff changeset
593 instead of always checking MUST_REINSTALL_SIGHANDLERS everywhere.
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2552
diff changeset
594 (sigchld_handler): If octave_child_list is empty, wait for any
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2552
diff changeset
595 child, but don't hang, and don't collect status info.
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2552
diff changeset
596 [__EMX__] (sigchld_handler): Save and restore handlers for SIGINT,
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2552
diff changeset
597 SIGBREAK, and SIGCHLD. Ignore them while waiting on children.
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2552
diff changeset
598 (install_signal_handlers): If SIGBREAK exists, handle it like SIGINT.
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2552
diff changeset
599
2552
b9f178af9281 [project @ 1996-11-20 23:20:09 by jwe]
jwe
parents: 2549
diff changeset
600 * toplev.cc [USE_READLINE] (clean_up_and_exit):
b9f178af9281 [project @ 1996-11-20 23:20:09 by jwe]
jwe
parents: 2549
diff changeset
601 Call rl_deprep_terminal() to restore terminal settings.
b9f178af9281 [project @ 1996-11-20 23:20:09 by jwe]
jwe
parents: 2549
diff changeset
602
b9f178af9281 [project @ 1996-11-20 23:20:09 by jwe]
jwe
parents: 2549
diff changeset
603 * sysdep.cc [__EMX__ && OS2] (Fextproc): New command.
b9f178af9281 [project @ 1996-11-20 23:20:09 by jwe]
jwe
parents: 2549
diff changeset
604 [__EMX__ && OS2] (FEXTPROC): Alias for Fextproc.
b9f178af9281 [project @ 1996-11-20 23:20:09 by jwe]
jwe
parents: 2549
diff changeset
605
b9f178af9281 [project @ 1996-11-20 23:20:09 by jwe]
jwe
parents: 2549
diff changeset
606 * Version 1.93.
b9f178af9281 [project @ 1996-11-20 23:20:09 by jwe]
jwe
parents: 2549
diff changeset
607
2549
6551a8230ded [project @ 1996-11-20 06:58:51 by jwe]
jwe
parents: 2548
diff changeset
608 * sysdep.cc (octave_chdir): [__EMX__]: Make copy of string before
6551a8230ded [project @ 1996-11-20 06:58:51 by jwe]
jwe
parents: 2548
diff changeset
609 converting to upper case.
6551a8230ded [project @ 1996-11-20 06:58:51 by jwe]
jwe
parents: 2548
diff changeset
610
2548
b50cc31aa0cd [project @ 1996-11-20 06:43:26 by jwe]
jwe
parents: 2546
diff changeset
611 * getgrent.cc (mk_gr_map): Only set the passwd field if
b50cc31aa0cd [project @ 1996-11-20 06:43:26 by jwe]
jwe
parents: 2546
diff changeset
612 HAVE_GR_PASSWD is defined.
b50cc31aa0cd [project @ 1996-11-20 06:43:26 by jwe]
jwe
parents: 2546
diff changeset
613
2533
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
614 Tue Nov 19 12:01:13 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
615
2546
9b7cd3ff8891 [project @ 1996-11-20 05:15:56 by jwe]
jwe
parents: 2543
diff changeset
616 * sysdep.cc (OS2_init): New function.
9b7cd3ff8891 [project @ 1996-11-20 05:15:56 by jwe]
jwe
parents: 2543
diff changeset
617 [__EMX__] (sysdep_init): Call it.
9b7cd3ff8891 [project @ 1996-11-20 05:15:56 by jwe]
jwe
parents: 2543
diff changeset
618
2542
484977eb65ad [project @ 1996-11-20 02:17:08 by jwe]
jwe
parents: 2536
diff changeset
619 * lex.l (plot_style_token): Add new plot styles for gnuplot 3.6.
2543
050924aee81a [project @ 1996-11-20 03:03:01 by jwe]
jwe
parents: 2542
diff changeset
620 * pt-plot.cc (subplot_style::columns_ok): Rename from
050924aee81a [project @ 1996-11-20 03:03:01 by jwe]
jwe
parents: 2542
diff changeset
621 subplot_style::errorbars. Recognize more styles and do a better
050924aee81a [project @ 1996-11-20 03:03:01 by jwe]
jwe
parents: 2542
diff changeset
622 job of diagnosing column number/style mismatches.
2542
484977eb65ad [project @ 1996-11-20 02:17:08 by jwe]
jwe
parents: 2536
diff changeset
623
2536
1d63e820ee13 [project @ 1996-11-19 20:34:29 by jwe]
jwe
parents: 2534
diff changeset
624 * sighandlers.cc (my_friendly_exit): If we are called twice, try
1d63e820ee13 [project @ 1996-11-19 20:34:29 by jwe]
jwe
parents: 2534
diff changeset
625 to remove the signal handler for SIGABRT and the call abort ().
1d63e820ee13 [project @ 1996-11-19 20:34:29 by jwe]
jwe
parents: 2534
diff changeset
626
2534
c0770352f562 [project @ 1996-11-19 19:06:29 by jwe]
jwe
parents: 2533
diff changeset
627 * help.cc (Ftype): If a function is defined from a file and
c0770352f562 [project @ 1996-11-19 19:06:29 by jwe]
jwe
parents: 2533
diff changeset
628 transformed text has not been requested, just print the contents
c0770352f562 [project @ 1996-11-19 19:06:29 by jwe]
jwe
parents: 2533
diff changeset
629 of the file.
c0770352f562 [project @ 1996-11-19 19:06:29 by jwe]
jwe
parents: 2533
diff changeset
630
2533
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
631 * parse.y (fold): New functions for constant folding for binary
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
632 and unary expressions. Keep track of original text even when
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
633 transformations occur.
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
634 (make_binary_op, make_boolean_op, make_unary_op): Use them.
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
635 (finish_colon_expression, finish_matrix): Keep track of original
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
636 text even when transformations occur.
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
637
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
638 * help.cc (Ftype): Don't mess with Vps4.
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
639 Handle new option `-transformed'.
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
640
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
641 * pt-const.h, pt-const.cc (tree_constant::print):
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
642 New arg, pr_orig_text.
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
643
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
644 * pt-exp.h, pt-exp.cc (tree_colon_expression::is_range_constant):
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
645 Delete.
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
646
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
647 * pt-exp-base.h (tree_expression::original_text): New virtual function.
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
648 pt-exp-base.cc (tree_expression::original_text): Default version.
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
649
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
650 * pt-pr-code.h (tree_print_code::print_original_text,
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
651 tree_print_code::prefix): New fields.
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
652 * pt-pr-code.cc (tree_print_code::visit_constant): Pass
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
653 print_original_text to tree_constant::print().
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
654 (tree_print_code::indent): Use prefix instead of Vps4.
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
655 * pt-fcn.cc (tree_function::print_function_header,
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
656 tree_function::print_function_trailer): Pass Vps4 to
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
657 tree_print_code_constructor for prefix.
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
658 * pt-misc.cc (tree_statement::maybe_echo_code): Pass Vps4 to
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
659 tree_print_code_constructor for prefix.
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
660
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
661 * pt-mat.h, pt-mat.cc (tree_matrix::all_elements_are_constant):
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
662 Rename from is_matrix_constant.
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
663 (tree_matrix_row::all_elements_are_constant): Likewise.
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
664 Change all callers.
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
665
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
666 Mon Nov 18 14:13:32 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
667
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
668 * Makefile.in (install-inc): Try harder to create the link from
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
669 include/octave to include/octave-VERSION.
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
670
2524
7dc71ca5d092 [project @ 1996-11-17 20:16:08 by jwe]
jwe
parents: 2523
diff changeset
671 Sun Nov 17 14:14:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
7dc71ca5d092 [project @ 1996-11-17 20:16:08 by jwe]
jwe
parents: 2523
diff changeset
672
2527
e2a7c830472c [project @ 1996-11-17 21:42:37 by jwe]
jwe
parents: 2526
diff changeset
673 * Makefile.in (parse.cc): Expect 13 shift/reduce conflicts.
2526
aad9cc70dfb2 [project @ 1996-11-17 21:34:03 by jwe]
jwe
parents: 2525
diff changeset
674
2525
8561d88be5f2 [project @ 1996-11-17 21:23:31 by jwe]
jwe
parents: 2524
diff changeset
675 * parse.y (set_stmt_print_flag): New function.
8561d88be5f2 [project @ 1996-11-17 21:23:31 by jwe]
jwe
parents: 2524
diff changeset
676 (sep_type): New member for bison %union declaration.
8561d88be5f2 [project @ 1996-11-17 21:23:31 by jwe]
jwe
parents: 2524
diff changeset
677 Simplify rules for statement lists keeping track of the type of
8561d88be5f2 [project @ 1996-11-17 21:23:31 by jwe]
jwe
parents: 2524
diff changeset
678 the first separator in the values associated with the
8561d88be5f2 [project @ 1996-11-17 21:23:31 by jwe]
jwe
parents: 2524
diff changeset
679 nonterminals for the separators.
8561d88be5f2 [project @ 1996-11-17 21:23:31 by jwe]
jwe
parents: 2524
diff changeset
680
2524
7dc71ca5d092 [project @ 1996-11-17 20:16:08 by jwe]
jwe
parents: 2523
diff changeset
681 * lex.l (handle_identifier): Set lexer_flags.doing_set if the
7dc71ca5d092 [project @ 1996-11-17 20:16:08 by jwe]
jwe
parents: 2523
diff changeset
682 token is "gset", not "set".
7dc71ca5d092 [project @ 1996-11-17 20:16:08 by jwe]
jwe
parents: 2523
diff changeset
683
7dc71ca5d092 [project @ 1996-11-17 20:16:08 by jwe]
jwe
parents: 2523
diff changeset
684 Sat Nov 16 21:41:26 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
7dc71ca5d092 [project @ 1996-11-17 20:16:08 by jwe]
jwe
parents: 2523
diff changeset
685
7dc71ca5d092 [project @ 1996-11-17 20:16:08 by jwe]
jwe
parents: 2523
diff changeset
686 * Makefile.in (parse.cc, lex.cc): Add special rules for these files.
7dc71ca5d092 [project @ 1996-11-17 20:16:08 by jwe]
jwe
parents: 2523
diff changeset
687 Delete pattern rules for .y and .l files.
7dc71ca5d092 [project @ 1996-11-17 20:16:08 by jwe]
jwe
parents: 2523
diff changeset
688
2522
4f095783ee43 [project @ 1996-11-15 20:00:59 by jwe]
jwe
parents: 2520
diff changeset
689 Fri Nov 15 13:48:02 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
4f095783ee43 [project @ 1996-11-15 20:00:59 by jwe]
jwe
parents: 2520
diff changeset
690
2523
007e977442b8 [project @ 1996-11-16 00:33:22 by jwe]
jwe
parents: 2522
diff changeset
691 * pt-plot.cc: Put semicolons at the ends of all plot commands.
007e977442b8 [project @ 1996-11-16 00:33:22 by jwe]
jwe
parents: 2522
diff changeset
692
2522
4f095783ee43 [project @ 1996-11-15 20:00:59 by jwe]
jwe
parents: 2520
diff changeset
693 * defaults.cc (subst_octave_home): Start subsequent searchs from
4f095783ee43 [project @ 1996-11-15 20:00:59 by jwe]
jwe
parents: 2520
diff changeset
694 the end of the replaced text.
4f095783ee43 [project @ 1996-11-15 20:00:59 by jwe]
jwe
parents: 2520
diff changeset
695
4f095783ee43 [project @ 1996-11-15 20:00:59 by jwe]
jwe
parents: 2520
diff changeset
696 * pr-output.cc (pr_any_float): Kluge for SCO systems.
4f095783ee43 [project @ 1996-11-15 20:00:59 by jwe]
jwe
parents: 2520
diff changeset
697
4f095783ee43 [project @ 1996-11-15 20:00:59 by jwe]
jwe
parents: 2520
diff changeset
698 * pr-output.cc (pr_any_float, pr_complex): Don't declare inline.
4f095783ee43 [project @ 1996-11-15 20:00:59 by jwe]
jwe
parents: 2520
diff changeset
699
4f095783ee43 [project @ 1996-11-15 20:00:59 by jwe]
jwe
parents: 2520
diff changeset
700 * mappers.cc: Include lo-ieee.h, for isinf and isnan on SCO
4f095783ee43 [project @ 1996-11-15 20:00:59 by jwe]
jwe
parents: 2520
diff changeset
701 systems.
4f095783ee43 [project @ 1996-11-15 20:00:59 by jwe]
jwe
parents: 2520
diff changeset
702
2512
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2511
diff changeset
703 Thu Nov 14 00:06:19 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2511
diff changeset
704
2520
a034dcdbc282 [project @ 1996-11-15 04:57:21 by jwe]
jwe
parents: 2517
diff changeset
705 * pt-plot.cc (Fgset, Fgshow): New commands.
a034dcdbc282 [project @ 1996-11-15 04:57:21 by jwe]
jwe
parents: 2517
diff changeset
706 (Fshow): Print warning and call gshow.
a034dcdbc282 [project @ 1996-11-15 04:57:21 by jwe]
jwe
parents: 2517
diff changeset
707 (Fset): Print warning and call gset.
a034dcdbc282 [project @ 1996-11-15 04:57:21 by jwe]
jwe
parents: 2517
diff changeset
708
2517
0c5e671499ed [project @ 1996-11-14 20:24:02 by jwe]
jwe
parents: 2516
diff changeset
709 * variables.cc (parse_fcn_file): Add unwind-protect for file
0c5e671499ed [project @ 1996-11-14 20:24:02 by jwe]
jwe
parents: 2516
diff changeset
710 pointer, so the file is always closed.
0c5e671499ed [project @ 1996-11-14 20:24:02 by jwe]
jwe
parents: 2516
diff changeset
711 (get_help_from_file): Likewise.
0c5e671499ed [project @ 1996-11-14 20:24:02 by jwe]
jwe
parents: 2516
diff changeset
712 * toplev.cc (parse_and_execute): Likewise.
0c5e671499ed [project @ 1996-11-14 20:24:02 by jwe]
jwe
parents: 2516
diff changeset
713
2516
70cad7ffd946 [project @ 1996-11-14 18:46:18 by jwe]
jwe
parents: 2512
diff changeset
714 * Makefile.in (install-oct): Depend on mk-oct-links.
70cad7ffd946 [project @ 1996-11-14 18:46:18 by jwe]
jwe
parents: 2512
diff changeset
715 (mk-oct-links): New target.
70cad7ffd946 [project @ 1996-11-14 18:46:18 by jwe]
jwe
parents: 2512
diff changeset
716
2512
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2511
diff changeset
717 * Version 1.92.
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2511
diff changeset
718
2508
f8d5dbbbc50a [project @ 1996-11-13 17:21:07 by jwe]
jwe
parents: 2499
diff changeset
719 Wed Nov 13 11:13:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
f8d5dbbbc50a [project @ 1996-11-13 17:21:07 by jwe]
jwe
parents: 2499
diff changeset
720
2512
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2511
diff changeset
721 * sighandlers.cc (sys_siglist): [__EMX__]: Add definitions.
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2511
diff changeset
722
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2511
diff changeset
723 * octave.cc (execute_startup_files): Allow init file name ot be
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2511
diff changeset
724 specified by an environment variable.
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2511
diff changeset
725
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2511
diff changeset
726 * dirfns.cc (make_absolute): [__EMX__]: Path is already absolute
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2511
diff changeset
727 if it begins with any character followed by a colon.
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2511
diff changeset
728
2511
9b0dd36714eb [project @ 1996-11-14 02:57:33 by jwe]
jwe
parents: 2508
diff changeset
729 * load-save.cc (read_mat_ascii_matrix, get_lines_and_columns,
9b0dd36714eb [project @ 1996-11-14 02:57:33 by jwe]
jwe
parents: 2508
diff changeset
730 get_complete_line): New functions, for reading headless text files.
9b0dd36714eb [project @ 1996-11-14 02:57:33 by jwe]
jwe
parents: 2508
diff changeset
731 (load_save_format): Add LS_MAT_ASCII, for headless text files.
9b0dd36714eb [project @ 1996-11-14 02:57:33 by jwe]
jwe
parents: 2508
diff changeset
732 (do_load): Handle LS_MAT_ASCII files.
9b0dd36714eb [project @ 1996-11-14 02:57:33 by jwe]
jwe
parents: 2508
diff changeset
733 Thanks to Mel Melchner <mjm@research.att.com> for initial version
9b0dd36714eb [project @ 1996-11-14 02:57:33 by jwe]
jwe
parents: 2508
diff changeset
734 of this code.
9b0dd36714eb [project @ 1996-11-14 02:57:33 by jwe]
jwe
parents: 2508
diff changeset
735
2508
f8d5dbbbc50a [project @ 1996-11-13 17:21:07 by jwe]
jwe
parents: 2499
diff changeset
736 * sysdep.cc: Conditionally include ieeefp.h.
f8d5dbbbc50a [project @ 1996-11-13 17:21:07 by jwe]
jwe
parents: 2499
diff changeset
737 (BSD_init, SCO_init): New functions.
f8d5dbbbc50a [project @ 1996-11-13 17:21:07 by jwe]
jwe
parents: 2499
diff changeset
738 (sysdep_init): Conditionally call them here.
f8d5dbbbc50a [project @ 1996-11-13 17:21:07 by jwe]
jwe
parents: 2499
diff changeset
739
2499
20db7604d5c6 [project @ 1996-11-12 06:16:21 by jwe]
jwe
parents: 2497
diff changeset
740 Tue Nov 12 00:14:56 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
20db7604d5c6 [project @ 1996-11-12 06:16:21 by jwe]
jwe
parents: 2497
diff changeset
741
2508
f8d5dbbbc50a [project @ 1996-11-13 17:21:07 by jwe]
jwe
parents: 2499
diff changeset
742 * pt-plot.cc (open_plot_stream): Don't block SIGCHLD.
f8d5dbbbc50a [project @ 1996-11-13 17:21:07 by jwe]
jwe
parents: 2499
diff changeset
743
2499
20db7604d5c6 [project @ 1996-11-12 06:16:21 by jwe]
jwe
parents: 2497
diff changeset
744 * load-save.cc (read_binary_data): When reading string arrays, be
20db7604d5c6 [project @ 1996-11-12 06:16:21 by jwe]
jwe
parents: 2497
diff changeset
745 sure to create an octave_char_matrix_str object, not just an
20db7604d5c6 [project @ 1996-11-12 06:16:21 by jwe]
jwe
parents: 2497
diff changeset
746 octave_char_matrix object.
20db7604d5c6 [project @ 1996-11-12 06:16:21 by jwe]
jwe
parents: 2497
diff changeset
747 (read_ascii_data): Likewise.
20db7604d5c6 [project @ 1996-11-12 06:16:21 by jwe]
jwe
parents: 2497
diff changeset
748
2497
6f7bb8b60579 [project @ 1996-11-12 05:58:39 by jwe]
jwe
parents: 2496
diff changeset
749 Mon Nov 11 22:52:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
6f7bb8b60579 [project @ 1996-11-12 05:58:39 by jwe]
jwe
parents: 2496
diff changeset
750
6f7bb8b60579 [project @ 1996-11-12 05:58:39 by jwe]
jwe
parents: 2496
diff changeset
751 * load-save.cc (read_binary_data): Don't forget teminating NUL for
6f7bb8b60579 [project @ 1996-11-12 05:58:39 by jwe]
jwe
parents: 2496
diff changeset
752 string that we plan to insert.
6f7bb8b60579 [project @ 1996-11-12 05:58:39 by jwe]
jwe
parents: 2496
diff changeset
753 (read_ascii_data): Likewise.
6f7bb8b60579 [project @ 1996-11-12 05:58:39 by jwe]
jwe
parents: 2496
diff changeset
754
2495
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
755 Sun Nov 10 16:58:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
756
2496
9823f8bfd1a5 [project @ 1996-11-11 03:17:10 by jwe]
jwe
parents: 2495
diff changeset
757 * dirfns.cc (Ffnmatch): New function.
9823f8bfd1a5 [project @ 1996-11-11 03:17:10 by jwe]
jwe
parents: 2495
diff changeset
758
2495
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
759 * octave.cc (intern_argv): Use new string_vector constructor.
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
760
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
761 * ov-str-mat.cc (octave_char_matrix_str::all_strings): Have
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
762 charMatrix::row_as_string() strip trailing whitespace.
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
763
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
764 * dirfns.cc (Fglob): new function.
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
765
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
766 * sysdep.cc (oct_tilde_expand): Provide version that works on
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
767 string vectors too.
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
768 (Ftilde_expand): Work on string vector args.
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
769
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
770 * load-save.cc (save_binary_data): Call char_matrix_value() to
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
771 extract charMatrix from octave_value object, not all_strings().
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
772 (save_ascii_data): Likewise.
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
773 * pt-mat.cc (tree_matrix::eval): Likewise.
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
774
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
775 * ov.h (octave_value::all_strings): Return string_vector, not
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
776 charMatrix.
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
777 * ov-base.cc (octave_base_value::all_strings): Likewise.
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
778 * ov-str-mat.h, ov-str-mat.cc (octave_char_matrix_str::all_strings):
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
779 Likewise.
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
780
2487
8c6e9535cbda [project @ 1996-11-08 15:58:52 by jwe]
jwe
parents: 2482
diff changeset
781 Fri Nov 8 09:54:59 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
8c6e9535cbda [project @ 1996-11-08 15:58:52 by jwe]
jwe
parents: 2482
diff changeset
782
2492
06595bc7f2d0 [project @ 1996-11-09 00:13:50 by jwe]
jwe
parents: 2488
diff changeset
783 * defaults.cc, dynamic-ld.cc, fn-cache.cc, help.cc, oct-hist.cc,
06595bc7f2d0 [project @ 1996-11-09 00:13:50 by jwe]
jwe
parents: 2488
diff changeset
784 octave.cc, pager.cc, pt-fcn.cc, toplev.cc, utils.cc, variables.cc,
06595bc7f2d0 [project @ 1996-11-09 00:13:50 by jwe]
jwe
parents: 2488
diff changeset
785 lex.l: Change #include "" to #include <> for defaults.h,
06595bc7f2d0 [project @ 1996-11-09 00:13:50 by jwe]
jwe
parents: 2488
diff changeset
786 oct-conf.h, oct-gperf.h, y.tab.h, and version.h, to avoid getting
06595bc7f2d0 [project @ 1996-11-09 00:13:50 by jwe]
jwe
parents: 2488
diff changeset
787 them from $srcdir when we really want the version from the build
06595bc7f2d0 [project @ 1996-11-09 00:13:50 by jwe]
jwe
parents: 2488
diff changeset
788 directory. (Maybe this should be done for all the include files,
06595bc7f2d0 [project @ 1996-11-09 00:13:50 by jwe]
jwe
parents: 2488
diff changeset
789 not just those that are auto-generated? Hmm.)
06595bc7f2d0 [project @ 1996-11-09 00:13:50 by jwe]
jwe
parents: 2488
diff changeset
790
2488
d4eb39779b88 [project @ 1996-11-08 22:35:59 by jwe]
jwe
parents: 2487
diff changeset
791 * defaults.h.in (CXXLIB_LIST, CXXLIB_PATH, FLIB_LIST, FLIB_PATH):
d4eb39779b88 [project @ 1996-11-08 22:35:59 by jwe]
jwe
parents: 2487
diff changeset
792 Delete.
d4eb39779b88 [project @ 1996-11-08 22:35:59 by jwe]
jwe
parents: 2487
diff changeset
793
2487
8c6e9535cbda [project @ 1996-11-08 15:58:52 by jwe]
jwe
parents: 2482
diff changeset
794 * Makefile.in (install-oct): Use $(INSTALL_PROGRAM) for .oct files.
8c6e9535cbda [project @ 1996-11-08 15:58:52 by jwe]
jwe
parents: 2482
diff changeset
795
2477
3d905d3820a4 [project @ 1996-11-07 16:46:11 by jwe]
jwe
parents: 2476
diff changeset
796 Thu Nov 7 07:59:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
3d905d3820a4 [project @ 1996-11-07 16:46:11 by jwe]
jwe
parents: 2476
diff changeset
797
2487
8c6e9535cbda [project @ 1996-11-08 15:58:52 by jwe]
jwe
parents: 2482
diff changeset
798 * variables.cc (gobble_leading_white_space): New arg, update_pos.
8c6e9535cbda [project @ 1996-11-08 15:58:52 by jwe]
jwe
parents: 2482
diff changeset
799 * (is_function_file): Don't update file position information here.
8c6e9535cbda [project @ 1996-11-08 15:58:52 by jwe]
jwe
parents: 2482
diff changeset
800
2482
c89bce1baba3 [project @ 1996-11-07 18:48:29 by jwe]
jwe
parents: 2479
diff changeset
801 * Version 1.91.
c89bce1baba3 [project @ 1996-11-07 18:48:29 by jwe]
jwe
parents: 2479
diff changeset
802
2479
26e9ee533d87 [project @ 1996-11-07 17:46:14 by jwe]
jwe
parents: 2477
diff changeset
803 * pt-fvc.cc (tree_indirect_ref::reference): If the lhs object is
26e9ee533d87 [project @ 1996-11-07 17:46:14 by jwe]
jwe
parents: 2477
diff changeset
804 not a map, convert it to one.
26e9ee533d87 [project @ 1996-11-07 17:46:14 by jwe]
jwe
parents: 2477
diff changeset
805
26e9ee533d87 [project @ 1996-11-07 17:46:14 by jwe]
jwe
parents: 2477
diff changeset
806 * ov-typeinfo.h (init_tab_sz): New static member.
26e9ee533d87 [project @ 1996-11-07 17:46:14 by jwe]
jwe
parents: 2477
diff changeset
807
2477
3d905d3820a4 [project @ 1996-11-07 16:46:11 by jwe]
jwe
parents: 2476
diff changeset
808 * ov-struct.cc, ov-struct.h: Add hooks for custom memory management.
3d905d3820a4 [project @ 1996-11-07 16:46:11 by jwe]
jwe
parents: 2476
diff changeset
809 * ov-scalar.cc, ov-scalar.h: Likewise.
3d905d3820a4 [project @ 1996-11-07 16:46:11 by jwe]
jwe
parents: 2476
diff changeset
810 * ov-re-mat.cc, ov-re-mat.h: Likewise.
3d905d3820a4 [project @ 1996-11-07 16:46:11 by jwe]
jwe
parents: 2476
diff changeset
811 * ov-range.cc, ov-range.h: Likewise.
3d905d3820a4 [project @ 1996-11-07 16:46:11 by jwe]
jwe
parents: 2476
diff changeset
812 * ov-cx-mat.cc, ov-cx-mat.h: Likewise.
3d905d3820a4 [project @ 1996-11-07 16:46:11 by jwe]
jwe
parents: 2476
diff changeset
813 * ov-complex.cc, ov-complex.h: Likewise.
3d905d3820a4 [project @ 1996-11-07 16:46:11 by jwe]
jwe
parents: 2476
diff changeset
814 * ov-ch-mat.cc, ov-ch-mat.h: Likewise.
3d905d3820a4 [project @ 1996-11-07 16:46:11 by jwe]
jwe
parents: 2476
diff changeset
815
2474
b8c53143581b [project @ 1996-11-06 19:16:07 by jwe]
jwe
parents: 2472
diff changeset
816 Wed Nov 6 12:32:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
b8c53143581b [project @ 1996-11-06 19:16:07 by jwe]
jwe
parents: 2472
diff changeset
817
2482
c89bce1baba3 [project @ 1996-11-07 18:48:29 by jwe]
jwe
parents: 2479
diff changeset
818 * pager.cc (do_sync): Don't call clear_external_pager() here.
2476
4de4cebed088 [project @ 1996-11-07 05:16:19 by jwe]
jwe
parents: 2475
diff changeset
819
2475
1d7925d6bede [project @ 1996-11-07 04:36:00 by jwe]
jwe
parents: 2474
diff changeset
820 * pt-const.h (tree_constant::allocator) New static member.
1d7925d6bede [project @ 1996-11-07 04:36:00 by jwe]
jwe
parents: 2474
diff changeset
821 (tree_constant::operator new, tree_constant::operator delete):
1d7925d6bede [project @ 1996-11-07 04:36:00 by jwe]
jwe
parents: 2474
diff changeset
822 Implement with custom allocator.
1d7925d6bede [project @ 1996-11-07 04:36:00 by jwe]
jwe
parents: 2474
diff changeset
823
1d7925d6bede [project @ 1996-11-07 04:36:00 by jwe]
jwe
parents: 2474
diff changeset
824 * syscalls.cc (Fgetgid, Fgetegid): New functions.
1d7925d6bede [project @ 1996-11-07 04:36:00 by jwe]
jwe
parents: 2474
diff changeset
825
1d7925d6bede [project @ 1996-11-07 04:36:00 by jwe]
jwe
parents: 2474
diff changeset
826 * sighandlers.cc (sigchld_handler): If necessary, reinstall
1d7925d6bede [project @ 1996-11-07 04:36:00 by jwe]
jwe
parents: 2474
diff changeset
827 handler after call to waitpid().
1d7925d6bede [project @ 1996-11-07 04:36:00 by jwe]
jwe
parents: 2474
diff changeset
828
1d7925d6bede [project @ 1996-11-07 04:36:00 by jwe]
jwe
parents: 2474
diff changeset
829 * pager.cc (pager_death_handler): Don't use warning() to print
1d7925d6bede [project @ 1996-11-07 04:36:00 by jwe]
jwe
parents: 2474
diff changeset
830 message.
1d7925d6bede [project @ 1996-11-07 04:36:00 by jwe]
jwe
parents: 2474
diff changeset
831
1d7925d6bede [project @ 1996-11-07 04:36:00 by jwe]
jwe
parents: 2474
diff changeset
832 * getgrent.cc: New file.
1d7925d6bede [project @ 1996-11-07 04:36:00 by jwe]
jwe
parents: 2474
diff changeset
833 * Makefile.in (DLD_SRC): Add it.
1d7925d6bede [project @ 1996-11-07 04:36:00 by jwe]
jwe
parents: 2474
diff changeset
834
1d7925d6bede [project @ 1996-11-07 04:36:00 by jwe]
jwe
parents: 2474
diff changeset
835 * ov.cc (octave_value::print_with_name): Call is_map() instead of
1d7925d6bede [project @ 1996-11-07 04:36:00 by jwe]
jwe
parents: 2474
diff changeset
836 print_as_structure().
1d7925d6bede [project @ 1996-11-07 04:36:00 by jwe]
jwe
parents: 2474
diff changeset
837 * ov-struct.cc (octave_struct::print): Likewise.
1d7925d6bede [project @ 1996-11-07 04:36:00 by jwe]
jwe
parents: 2474
diff changeset
838
1d7925d6bede [project @ 1996-11-07 04:36:00 by jwe]
jwe
parents: 2474
diff changeset
839 * ov.h, ov.cc, pt-const.h: Delete force_numeric(), make_numeric(),
1d7925d6bede [project @ 1996-11-07 04:36:00 by jwe]
jwe
parents: 2474
diff changeset
840 convert_to_matrix_type(), print_as_structure() member functions.
1d7925d6bede [project @ 1996-11-07 04:36:00 by jwe]
jwe
parents: 2474
diff changeset
841
2474
b8c53143581b [project @ 1996-11-06 19:16:07 by jwe]
jwe
parents: 2472
diff changeset
842 * variables.cc (is_function_file): Call gobble_leading_whitespace
b8c53143581b [project @ 1996-11-06 19:16:07 by jwe]
jwe
parents: 2472
diff changeset
843 here to strip all leading whitespace and comments.
b8c53143581b [project @ 1996-11-06 19:16:07 by jwe]
jwe
parents: 2472
diff changeset
844 (parse_fcn_file): If reading a function file, call
b8c53143581b [project @ 1996-11-06 19:16:07 by jwe]
jwe
parents: 2472
diff changeset
845 gobble_leading_whitespace again after resetting parser state to
b8c53143581b [project @ 1996-11-06 19:16:07 by jwe]
jwe
parents: 2472
diff changeset
846 grab help text.
b8c53143581b [project @ 1996-11-06 19:16:07 by jwe]
jwe
parents: 2472
diff changeset
847
2469
f201716926bb [project @ 1996-11-05 19:39:33 by jwe]
jwe
parents: 2466
diff changeset
848 Tue Nov 5 13:00:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
f201716926bb [project @ 1996-11-05 19:39:33 by jwe]
jwe
parents: 2466
diff changeset
849
2472
0c788e9b53b8 [project @ 1996-11-06 04:10:07 by jwe]
jwe
parents: 2470
diff changeset
850 * syscalls.cc (Fgeteuid, Fgetuid): New functions.
0c788e9b53b8 [project @ 1996-11-06 04:10:07 by jwe]
jwe
parents: 2470
diff changeset
851
0c788e9b53b8 [project @ 1996-11-06 04:10:07 by jwe]
jwe
parents: 2470
diff changeset
852 * getpwent.cc: Use gripe_not_supported from gripes.cc, instead of
0c788e9b53b8 [project @ 1996-11-06 04:10:07 by jwe]
jwe
parents: 2470
diff changeset
853 local gripe_not_implemented function.
0c788e9b53b8 [project @ 1996-11-06 04:10:07 by jwe]
jwe
parents: 2470
diff changeset
854
2470
1e673f0648b5 [project @ 1996-11-05 21:46:06 by jwe]
jwe
parents: 2469
diff changeset
855 * input.cc, sysdep.cc, variables.cc: Only include readline.h and
1e673f0648b5 [project @ 1996-11-05 21:46:06 by jwe]
jwe
parents: 2469
diff changeset
856 history.h if USE_READLINE is defined.
1e673f0648b5 [project @ 1996-11-05 21:46:06 by jwe]
jwe
parents: 2469
diff changeset
857
1e673f0648b5 [project @ 1996-11-05 21:46:06 by jwe]
jwe
parents: 2469
diff changeset
858 * help.cc: Make it compile without warnings even if USE_GNU_INFO
1e673f0648b5 [project @ 1996-11-05 21:46:06 by jwe]
jwe
parents: 2469
diff changeset
859 is not defined.
1e673f0648b5 [project @ 1996-11-05 21:46:06 by jwe]
jwe
parents: 2469
diff changeset
860
2469
f201716926bb [project @ 1996-11-05 19:39:33 by jwe]
jwe
parents: 2466
diff changeset
861 * sighandlers.h (octave_child_list): Don't define
f201716926bb [project @ 1996-11-05 19:39:33 by jwe]
jwe
parents: 2466
diff changeset
862 HAVE_POSIX_SIGNALS HERE.
f201716926bb [project @ 1996-11-05 19:39:33 by jwe]
jwe
parents: 2466
diff changeset
863
f201716926bb [project @ 1996-11-05 19:39:33 by jwe]
jwe
parents: 2466
diff changeset
864 * sighandlers.cc (SIGHANDLER_RETURN): New macro.
f201716926bb [project @ 1996-11-05 19:39:33 by jwe]
jwe
parents: 2466
diff changeset
865 (generic_sig_handler, sigchld_handler, sigfpe_handler,
f201716926bb [project @ 1996-11-05 19:39:33 by jwe]
jwe
parents: 2466
diff changeset
866 sigint_handler, sigpipe_handler): Use it.
f201716926bb [project @ 1996-11-05 19:39:33 by jwe]
jwe
parents: 2466
diff changeset
867 (sigchld_handler, sigfpe_handler, sigint_handler, sigpipe_handler):
f201716926bb [project @ 1996-11-05 19:39:33 by jwe]
jwe
parents: 2466
diff changeset
868 Only reinstall signal handler if MUST_REINSTALL_SIGHANDLER is defined.
f201716926bb [project @ 1996-11-05 19:39:33 by jwe]
jwe
parents: 2466
diff changeset
869
2463
4516c3b75851 [project @ 1996-11-03 06:48:26 by jwe]
jwe
parents: 2458
diff changeset
870 Sun Nov 3 00:45:30 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
4516c3b75851 [project @ 1996-11-03 06:48:26 by jwe]
jwe
parents: 2458
diff changeset
871
2466
1573640a9994 [project @ 1996-11-04 03:56:11 by jwe]
jwe
parents: 2465
diff changeset
872 * pt-const.cc (tree_constant::print): Just call val.print().
1573640a9994 [project @ 1996-11-04 03:56:11 by jwe]
jwe
parents: 2465
diff changeset
873 * ov-base.cc, ov-ch-mat.cc, ov-colon.cc, ov-complex.cc,
1573640a9994 [project @ 1996-11-04 03:56:11 by jwe]
jwe
parents: 2465
diff changeset
874 ov-cx-mat.cc, ov-range.cc, ov-re-mat.cc, ov-scalar.cc,
1573640a9994 [project @ 1996-11-04 03:56:11 by jwe]
jwe
parents: 2465
diff changeset
875 ov-str-mat.cc, ov-struct.cc ov-va-args.cc, ov.cc (print):
1573640a9994 [project @ 1996-11-04 03:56:11 by jwe]
jwe
parents: 2465
diff changeset
876 Handle pr_as_read_syntax arg.
1573640a9994 [project @ 1996-11-04 03:56:11 by jwe]
jwe
parents: 2465
diff changeset
877
1573640a9994 [project @ 1996-11-04 03:56:11 by jwe]
jwe
parents: 2465
diff changeset
878 * defaults.cc (subst_octave_home): Search for prefix repeatedly in
1573640a9994 [project @ 1996-11-04 03:56:11 by jwe]
jwe
parents: 2465
diff changeset
879 retval, not s.
1573640a9994 [project @ 1996-11-04 03:56:11 by jwe]
jwe
parents: 2465
diff changeset
880
1573640a9994 [project @ 1996-11-04 03:56:11 by jwe]
jwe
parents: 2465
diff changeset
881 * gripes.h: Make declaration of gripes_not_supported match
1573640a9994 [project @ 1996-11-04 03:56:11 by jwe]
jwe
parents: 2465
diff changeset
882 definition.
1573640a9994 [project @ 1996-11-04 03:56:11 by jwe]
jwe
parents: 2465
diff changeset
883
2465
7ee42ff6536a [project @ 1996-11-03 08:54:14 by jwe]
jwe
parents: 2464
diff changeset
884 * mk-oct-links.in: In sed command, match "DEFUN_DLD *( *", not
7ee42ff6536a [project @ 1996-11-03 08:54:14 by jwe]
jwe
parents: 2464
diff changeset
885 "DEFUN_DLD_BUILTIN *( *".
7ee42ff6536a [project @ 1996-11-03 08:54:14 by jwe]
jwe
parents: 2464
diff changeset
886
7ee42ff6536a [project @ 1996-11-03 08:54:14 by jwe]
jwe
parents: 2464
diff changeset
887 * chol.cc, colloc.cc, dassl.cc, det.cc, eig.cc, expm.cc, fft.cc,
7ee42ff6536a [project @ 1996-11-03 08:54:14 by jwe]
jwe
parents: 2464
diff changeset
888 fft2.cc, filter.cc, find.cc, fsolve.cc, fsqp.cc, getpwent.cc,
7ee42ff6536a [project @ 1996-11-03 08:54:14 by jwe]
jwe
parents: 2464
diff changeset
889 getrusage.cc, givens.cc, hess.cc, ifft.cc, ifft2.cc, inv.cc,
7ee42ff6536a [project @ 1996-11-03 08:54:14 by jwe]
jwe
parents: 2464
diff changeset
890 log.cc, lpsolve.cc, lsode.cc, lu.cc, minmax.cc, npsol.cc, pinv.cc,
7ee42ff6536a [project @ 1996-11-03 08:54:14 by jwe]
jwe
parents: 2464
diff changeset
891 qpsol.cc, qr.cc, quad.cc, qzval.cc, rand.cc, schur.cc, sort.cc,
7ee42ff6536a [project @ 1996-11-03 08:54:14 by jwe]
jwe
parents: 2464
diff changeset
892 svd.cc, syl.cc, time.cc: Change all uses of DEFUN_DLD_BUILTIN to
7ee42ff6536a [project @ 1996-11-03 08:54:14 by jwe]
jwe
parents: 2464
diff changeset
893 be just DEFUN_DLD.
7ee42ff6536a [project @ 1996-11-03 08:54:14 by jwe]
jwe
parents: 2464
diff changeset
894
7ee42ff6536a [project @ 1996-11-03 08:54:14 by jwe]
jwe
parents: 2464
diff changeset
895 * defun-dld.h: Eliminate DEFUN_DLD_BUILTIN.
7ee42ff6536a [project @ 1996-11-03 08:54:14 by jwe]
jwe
parents: 2464
diff changeset
896
2464
76078d0868e9 [project @ 1996-11-03 07:46:20 by jwe]
jwe
parents: 2463
diff changeset
897 * syswait.h: Use #ifdef HAVE_SYS_WAIT_H, not #if HAVE_SYS_WAIT_H
76078d0868e9 [project @ 1996-11-03 07:46:20 by jwe]
jwe
parents: 2463
diff changeset
898 to decide whether to include sys/wait.h.
76078d0868e9 [project @ 1996-11-03 07:46:20 by jwe]
jwe
parents: 2463
diff changeset
899
76078d0868e9 [project @ 1996-11-03 07:46:20 by jwe]
jwe
parents: 2463
diff changeset
900 * pt-exp-base.h (tree_expression): Declare oper() here as a
76078d0868e9 [project @ 1996-11-03 07:46:20 by jwe]
jwe
parents: 2463
diff changeset
901 virtual member function.
76078d0868e9 [project @ 1996-11-03 07:46:20 by jwe]
jwe
parents: 2463
diff changeset
902
2463
4516c3b75851 [project @ 1996-11-03 06:48:26 by jwe]
jwe
parents: 2458
diff changeset
903 * pt-pr-code.cc (tree_print_code::visit_constant): Check for
4516c3b75851 [project @ 1996-11-03 06:48:26 by jwe]
jwe
parents: 2458
diff changeset
904 string before checking for char_matrix.
4516c3b75851 [project @ 1996-11-03 06:48:26 by jwe]
jwe
parents: 2458
diff changeset
905
4516c3b75851 [project @ 1996-11-03 06:48:26 by jwe]
jwe
parents: 2458
diff changeset
906 * ov-ch-mat.cc (octave_char_matrix::print): Supply correct number
4516c3b75851 [project @ 1996-11-03 06:48:26 by jwe]
jwe
parents: 2458
diff changeset
907 of args to octave_print_internal().
4516c3b75851 [project @ 1996-11-03 06:48:26 by jwe]
jwe
parents: 2458
diff changeset
908
2457
5be3f6f5986a [project @ 1996-11-03 02:54:44 by jwe]
jwe
parents: 2452
diff changeset
909 Sat Nov 2 20:44:55 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
5be3f6f5986a [project @ 1996-11-03 02:54:44 by jwe]
jwe
parents: 2452
diff changeset
910
2458
d07a5d0b57e2 [project @ 1996-11-03 03:25:18 by jwe]
jwe
parents: 2457
diff changeset
911 * file-io.cc (Ftmpnam): Rename from Foctave_temp_file_name.
d07a5d0b57e2 [project @ 1996-11-03 03:25:18 by jwe]
jwe
parents: 2457
diff changeset
912
2457
5be3f6f5986a [project @ 1996-11-03 02:54:44 by jwe]
jwe
parents: 2452
diff changeset
913 * Makefile.in (DLD_SRC): Move time.cc and getrusage.cc here from
5be3f6f5986a [project @ 1996-11-03 02:54:44 by jwe]
jwe
parents: 2452
diff changeset
914 SOURCES. Add getpwent.cc.
5be3f6f5986a [project @ 1996-11-03 02:54:44 by jwe]
jwe
parents: 2452
diff changeset
915
5be3f6f5986a [project @ 1996-11-03 02:54:44 by jwe]
jwe
parents: 2452
diff changeset
916 * getrusage.cc: Rename from resource.cc. Make getrusage a
5be3f6f5986a [project @ 1996-11-03 02:54:44 by jwe]
jwe
parents: 2452
diff changeset
917 loadable function.
5be3f6f5986a [project @ 1996-11-03 02:54:44 by jwe]
jwe
parents: 2452
diff changeset
918
5be3f6f5986a [project @ 1996-11-03 02:54:44 by jwe]
jwe
parents: 2452
diff changeset
919 * time.cc: Rename from timefns.cc. Make time functions loadable.
5be3f6f5986a [project @ 1996-11-03 02:54:44 by jwe]
jwe
parents: 2452
diff changeset
920
5be3f6f5986a [project @ 1996-11-03 02:54:44 by jwe]
jwe
parents: 2452
diff changeset
921 * getpwent.cc: New file.
5be3f6f5986a [project @ 1996-11-03 02:54:44 by jwe]
jwe
parents: 2452
diff changeset
922
2439
dc870b8b229f [project @ 1996-10-30 07:57:31 by jwe]
jwe
parents: 2437
diff changeset
923 Wed Oct 30 01:06:19 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
dc870b8b229f [project @ 1996-10-30 07:57:31 by jwe]
jwe
parents: 2437
diff changeset
924
2452
a28ed603c65c [project @ 1996-10-31 19:49:29 by jwe]
jwe
parents: 2449
diff changeset
925 * Version 1.90.
a28ed603c65c [project @ 1996-10-31 19:49:29 by jwe]
jwe
parents: 2449
diff changeset
926
a28ed603c65c [project @ 1996-10-31 19:49:29 by jwe]
jwe
parents: 2449
diff changeset
927 * Makefile.in (DISTFILES): Add ChangeLog.
a28ed603c65c [project @ 1996-10-31 19:49:29 by jwe]
jwe
parents: 2449
diff changeset
928
2449
31d5588dbb61 [project @ 1996-10-30 22:58:44 by jwe]
jwe
parents: 2448
diff changeset
929 * ov-range.cc (octave_range::convert_to_str): New function.
31d5588dbb61 [project @ 1996-10-30 22:58:44 by jwe]
jwe
parents: 2448
diff changeset
930
31d5588dbb61 [project @ 1996-10-30 22:58:44 by jwe]
jwe
parents: 2448
diff changeset
931 * ov-str-mat.h (octave_char_matrix_str::char_matrix_value):
31d5588dbb61 [project @ 1996-10-30 22:58:44 by jwe]
jwe
parents: 2448
diff changeset
932 Delete function. Already handled by octave_char_matrix class.
31d5588dbb61 [project @ 1996-10-30 22:58:44 by jwe]
jwe
parents: 2448
diff changeset
933
31d5588dbb61 [project @ 1996-10-30 22:58:44 by jwe]
jwe
parents: 2448
diff changeset
934 * ov-ch-mat.h (octave_char_matrix::convert_to_str): New function.
31d5588dbb61 [project @ 1996-10-30 22:58:44 by jwe]
jwe
parents: 2448
diff changeset
935
2448
00998e1442ae [project @ 1996-10-30 22:27:18 by jwe]
jwe
parents: 2447
diff changeset
936 * pager.cc (Fmore): Set page_screen_output to 1.0 or 0.0, not
00998e1442ae [project @ 1996-10-30 22:27:18 by jwe]
jwe
parents: 2447
diff changeset
937 "true" or "false".
00998e1442ae [project @ 1996-10-30 22:27:18 by jwe]
jwe
parents: 2447
diff changeset
938
2447
e46137c06781 [project @ 1996-10-30 19:39:03 by jwe]
jwe
parents: 2445
diff changeset
939 * ov-ch-mat.cc, ov-struct.cc, ov-struct.h, pr-output.cc,
e46137c06781 [project @ 1996-10-30 19:39:03 by jwe]
jwe
parents: 2445
diff changeset
940 pt-cmd.cc, pt-const.cc, pt-const.h, pt-fcn.cc, pt-fvc-base.cc,
e46137c06781 [project @ 1996-10-30 19:39:03 by jwe]
jwe
parents: 2445
diff changeset
941 pt-fvc-base.h, pt-fvc.cc, pt-fvc.h, rand.cc, sighandlers.cc,
e46137c06781 [project @ 1996-10-30 19:39:03 by jwe]
jwe
parents: 2445
diff changeset
942 variables.cc, variables.h: Delete unused code.
e46137c06781 [project @ 1996-10-30 19:39:03 by jwe]
jwe
parents: 2445
diff changeset
943
2445
6577af9f7504 [project @ 1996-10-30 19:01:57 by jwe]
jwe
parents: 2442
diff changeset
944 * octave.cc: Only include pwd.h if HAVE_PWD_H.
6577af9f7504 [project @ 1996-10-30 19:01:57 by jwe]
jwe
parents: 2442
diff changeset
945
6577af9f7504 [project @ 1996-10-30 19:01:57 by jwe]
jwe
parents: 2442
diff changeset
946 * oct-strstrm.h: Include <string>, not <string.h>.
6577af9f7504 [project @ 1996-10-30 19:01:57 by jwe]
jwe
parents: 2442
diff changeset
947
2442
f667d7ec08b9 [project @ 1996-10-30 18:46:22 by jwe]
jwe
parents: 2440
diff changeset
948 * defaults.cc, dirfns.cc, file-io.cc, help.cc, input.cc,
f667d7ec08b9 [project @ 1996-10-30 18:46:22 by jwe]
jwe
parents: 2440
diff changeset
949 oct-hist.cc, oct-procbuf.cc, oct-procbuf.h, octave.cc, pager.h,
f667d7ec08b9 [project @ 1996-10-30 18:46:22 by jwe]
jwe
parents: 2440
diff changeset
950 procstream.h, pt-misc.cc, pt-plot.cc, sighandlers.cc, strftime.c,
f667d7ec08b9 [project @ 1996-10-30 18:46:22 by jwe]
jwe
parents: 2440
diff changeset
951 syscalls.cc, sysdep.cc, syswait.h, toplev.cc, utils.cc,
f667d7ec08b9 [project @ 1996-10-30 18:46:22 by jwe]
jwe
parents: 2440
diff changeset
952 variables.cc: Only include sys/types.h if HAVE_SYS_TYPES_H.
f667d7ec08b9 [project @ 1996-10-30 18:46:22 by jwe]
jwe
parents: 2440
diff changeset
953
2440
d95b5eb82e22 [project @ 1996-10-30 17:53:42 by jwe]
jwe
parents: 2439
diff changeset
954 * error.h (panic): Use GCC_ATTR_NORETURN macro, not NORETURN.
d95b5eb82e22 [project @ 1996-10-30 17:53:42 by jwe]
jwe
parents: 2439
diff changeset
955 * toplev.h (clean_up_and_exit): Likewise.
d95b5eb82e22 [project @ 1996-10-30 17:53:42 by jwe]
jwe
parents: 2439
diff changeset
956 * utils.h (jump_to_top_level): Likewise.
d95b5eb82e22 [project @ 1996-10-30 17:53:42 by jwe]
jwe
parents: 2439
diff changeset
957
2439
dc870b8b229f [project @ 1996-10-30 07:57:31 by jwe]
jwe
parents: 2437
diff changeset
958 * derfaults.h.in, defaults.cc (local_arch_lib_dir): New variable.
dc870b8b229f [project @ 1996-10-30 07:57:31 by jwe]
jwe
parents: 2437
diff changeset
959 * defaults.cc (set_default_local_arch_lib_dir): New function.
dc870b8b229f [project @ 1996-10-30 07:57:31 by jwe]
jwe
parents: 2437
diff changeset
960 (install_defaults): Call it.
dc870b8b229f [project @ 1996-10-30 07:57:31 by jwe]
jwe
parents: 2437
diff changeset
961 (exec_path): Use Vlocal_arch_lib_dir here.
dc870b8b229f [project @ 1996-10-30 07:57:31 by jwe]
jwe
parents: 2437
diff changeset
962 * toplev.cc (octave_config_info): Add localarchlibdir to structure.
dc870b8b229f [project @ 1996-10-30 07:57:31 by jwe]
jwe
parents: 2437
diff changeset
963
2436
a628e881be66 [project @ 1996-10-29 22:08:28 by jwe]
jwe
parents: 2435
diff changeset
964 Tue Oct 29 15:54:27 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
a628e881be66 [project @ 1996-10-29 22:08:28 by jwe]
jwe
parents: 2435
diff changeset
965
2437
61306ea5f870 [project @ 1996-10-29 23:34:45 by jwe]
jwe
parents: 2436
diff changeset
966 * Makefile.in (install-oct): Don't do anything if $(OCT_FILES) is
61306ea5f870 [project @ 1996-10-29 23:34:45 by jwe]
jwe
parents: 2436
diff changeset
967 empty.
61306ea5f870 [project @ 1996-10-29 23:34:45 by jwe]
jwe
parents: 2436
diff changeset
968
2436
a628e881be66 [project @ 1996-10-29 22:08:28 by jwe]
jwe
parents: 2435
diff changeset
969 * ov-range.cc (octave_range::index): New Function.
a628e881be66 [project @ 1996-10-29 22:08:28 by jwe]
jwe
parents: 2435
diff changeset
970 (octave_range::all, octave_range::any, octave_range::is_true):
a628e881be66 [project @ 1996-10-29 22:08:28 by jwe]
jwe
parents: 2435
diff changeset
971 Make these functions work.
a628e881be66 [project @ 1996-10-29 22:08:28 by jwe]
jwe
parents: 2435
diff changeset
972
a628e881be66 [project @ 1996-10-29 22:08:28 by jwe]
jwe
parents: 2435
diff changeset
973 * ov.cc (octave_value::try_assignment_with_conversion): Remove
a628e881be66 [project @ 1996-10-29 22:08:28 by jwe]
jwe
parents: 2435
diff changeset
974 left over debugging print statements.
a628e881be66 [project @ 1996-10-29 22:08:28 by jwe]
jwe
parents: 2435
diff changeset
975
a628e881be66 [project @ 1996-10-29 22:08:28 by jwe]
jwe
parents: 2435
diff changeset
976 Mon Oct 28 10:49:03 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
a628e881be66 [project @ 1996-10-29 22:08:28 by jwe]
jwe
parents: 2435
diff changeset
977
a628e881be66 [project @ 1996-10-29 22:08:28 by jwe]
jwe
parents: 2435
diff changeset
978 * strftime.c: Add missing #endif for previous change.
a628e881be66 [project @ 1996-10-29 22:08:28 by jwe]
jwe
parents: 2435
diff changeset
979
2435
3be97fe02051 [project @ 1996-10-27 21:31:29 by jwe]
jwe
parents: 2434
diff changeset
980 Sun Oct 27 14:06:44 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
3be97fe02051 [project @ 1996-10-27 21:31:29 by jwe]
jwe
parents: 2434
diff changeset
981
3be97fe02051 [project @ 1996-10-27 21:31:29 by jwe]
jwe
parents: 2434
diff changeset
982 * oct-hist.cc (do_history): Rewite option parsing to avoid
3be97fe02051 [project @ 1996-10-27 21:31:29 by jwe]
jwe
parents: 2434
diff changeset
983 (probably bogus) errors from g++ on cygwin32 system.
3be97fe02051 [project @ 1996-10-27 21:31:29 by jwe]
jwe
parents: 2434
diff changeset
984
3be97fe02051 [project @ 1996-10-27 21:31:29 by jwe]
jwe
parents: 2434
diff changeset
985 * strftime.c: Use autoconf macros TIME_WITH_SYS_TIME and
3be97fe02051 [project @ 1996-10-27 21:31:29 by jwe]
jwe
parents: 2434
diff changeset
986 HAVE_SYS_TIME_H to decide which time.h files to include.
3be97fe02051 [project @ 1996-10-27 21:31:29 by jwe]
jwe
parents: 2434
diff changeset
987
3be97fe02051 [project @ 1996-10-27 21:31:29 by jwe]
jwe
parents: 2434
diff changeset
988 * oct-stream.h, oct-stream.cc (octave_stream::error,
3be97fe02051 [project @ 1996-10-27 21:31:29 by jwe]
jwe
parents: 2434
diff changeset
989 octave_base_stream::error): Rename errno => err_num.
3be97fe02051 [project @ 1996-10-27 21:31:29 by jwe]
jwe
parents: 2434
diff changeset
990
2432
874f758eade5 [project @ 1996-10-26 16:37:36 by jwe]
jwe
parents: 2431
diff changeset
991 Sat Oct 26 10:40:05 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
874f758eade5 [project @ 1996-10-26 16:37:36 by jwe]
jwe
parents: 2431
diff changeset
992
2434
ced642d8ba6a [project @ 1996-10-27 04:42:08 by jwe]
jwe
parents: 2432
diff changeset
993 * oct-hist.cc (do_history): Move declaration of file inside
ced642d8ba6a [project @ 1996-10-27 04:42:08 by jwe]
jwe
parents: 2432
diff changeset
994 conditional.
ced642d8ba6a [project @ 1996-10-27 04:42:08 by jwe]
jwe
parents: 2432
diff changeset
995
2432
874f758eade5 [project @ 1996-10-26 16:37:36 by jwe]
jwe
parents: 2431
diff changeset
996 * defun.h (DEFVAR_INT): Set eternal flag with (svc_fcn != 0)
874f758eade5 [project @ 1996-10-26 16:37:36 by jwe]
jwe
parents: 2431
diff changeset
997 instead of (sv_fcn ? 1 : 0)
874f758eade5 [project @ 1996-10-26 16:37:36 by jwe]
jwe
parents: 2431
diff changeset
998
2427
2f50b24ce84f [project @ 1996-10-25 06:15:28 by jwe]
jwe
parents: 2423
diff changeset
999 Fri Oct 25 01:10:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
2f50b24ce84f [project @ 1996-10-25 06:15:28 by jwe]
jwe
parents: 2423
diff changeset
1000
2431
8426659cd60e [project @ 1996-10-26 04:37:45 by jwe]
jwe
parents: 2427
diff changeset
1001 * ov-ch-mat.h (octave_char_matrix::any): Return 0.0 instead of false.
8426659cd60e [project @ 1996-10-26 04:37:45 by jwe]
jwe
parents: 2427
diff changeset
1002 (octave_char_matrix::all): Likewise.
8426659cd60e [project @ 1996-10-26 04:37:45 by jwe]
jwe
parents: 2427
diff changeset
1003
8426659cd60e [project @ 1996-10-26 04:37:45 by jwe]
jwe
parents: 2427
diff changeset
1004 * input.cc (Fecho): When binding value of echo_executing_commands,
8426659cd60e [project @ 1996-10-26 04:37:45 by jwe]
jwe
parents: 2427
diff changeset
1005 cast ECHO_* to double.
8426659cd60e [project @ 1996-10-26 04:37:45 by jwe]
jwe
parents: 2427
diff changeset
1006
8426659cd60e [project @ 1996-10-26 04:37:45 by jwe]
jwe
parents: 2427
diff changeset
1007 * sighandlers.cc (octave_child_list::do_remove): Delete unused
8426659cd60e [project @ 1996-10-26 04:37:45 by jwe]
jwe
parents: 2427
diff changeset
1008 variable `enlarge'.
8426659cd60e [project @ 1996-10-26 04:37:45 by jwe]
jwe
parents: 2427
diff changeset
1009
8426659cd60e [project @ 1996-10-26 04:37:45 by jwe]
jwe
parents: 2427
diff changeset
1010 * pt-const.h (tree_constant::tree_constant (const tree_constant&)):
8426659cd60e [project @ 1996-10-26 04:37:45 by jwe]
jwe
parents: 2427
diff changeset
1011 Don't pass arg to tree_fvc constructor.
8426659cd60e [project @ 1996-10-26 04:37:45 by jwe]
jwe
parents: 2427
diff changeset
1012
2427
2f50b24ce84f [project @ 1996-10-25 06:15:28 by jwe]
jwe
parents: 2423
diff changeset
1013 * resource.cc (getrusage): [HAVE_GETRUSAGE && RUSAGE_TIMES_ONLY]:
2f50b24ce84f [project @ 1996-10-25 06:15:28 by jwe]
jwe
parents: 2423
diff changeset
1014 Only fill in time values.
2f50b24ce84f [project @ 1996-10-25 06:15:28 by jwe]
jwe
parents: 2423
diff changeset
1015
2f50b24ce84f [project @ 1996-10-25 06:15:28 by jwe]
jwe
parents: 2423
diff changeset
1016 Thu Oct 24 20:37:28 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
2f50b24ce84f [project @ 1996-10-25 06:15:28 by jwe]
jwe
parents: 2423
diff changeset
1017
2f50b24ce84f [project @ 1996-10-25 06:15:28 by jwe]
jwe
parents: 2423
diff changeset
1018 * parse.y: Comment out the %expect declaration so byacc can
2f50b24ce84f [project @ 1996-10-25 06:15:28 by jwe]
jwe
parents: 2423
diff changeset
1019 compile this file.
2f50b24ce84f [project @ 1996-10-25 06:15:28 by jwe]
jwe
parents: 2423
diff changeset
1020 (if_cmd_list): Add missing semicolon.
2f50b24ce84f [project @ 1996-10-25 06:15:28 by jwe]
jwe
parents: 2423
diff changeset
1021 Include <cstdlib> for getenv if using byacc.
2f50b24ce84f [project @ 1996-10-25 06:15:28 by jwe]
jwe
parents: 2423
diff changeset
1022
2f50b24ce84f [project @ 1996-10-25 06:15:28 by jwe]
jwe
parents: 2423
diff changeset
1023 * ov.h: Move typedefs outside of octave_value class scope to avoid
2f50b24ce84f [project @ 1996-10-25 06:15:28 by jwe]
jwe
parents: 2423
diff changeset
1024 problem with cygwin32 beta16 compiler.
2f50b24ce84f [project @ 1996-10-25 06:15:28 by jwe]
jwe
parents: 2423
diff changeset
1025
2421
d64502c62840 [project @ 1996-10-18 18:45:26 by jwe]
jwe
parents: 2420
diff changeset
1026 Fri Oct 18 13:44:33 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
d64502c62840 [project @ 1996-10-18 18:45:26 by jwe]
jwe
parents: 2420
diff changeset
1027
2423
de430cdd9234 [project @ 1996-10-18 20:39:41 by jwe]
jwe
parents: 2421
diff changeset
1028 * ov.h (octave_value::index): Undo previous change.
de430cdd9234 [project @ 1996-10-18 20:39:41 by jwe]
jwe
parents: 2421
diff changeset
1029 * ov.cc (octave_value constructors): Call maybe_mutate() in most
de430cdd9234 [project @ 1996-10-18 20:39:41 by jwe]
jwe
parents: 2421
diff changeset
1030 cases.
de430cdd9234 [project @ 1996-10-18 20:39:41 by jwe]
jwe
parents: 2421
diff changeset
1031
de430cdd9234 [project @ 1996-10-18 20:39:41 by jwe]
jwe
parents: 2421
diff changeset
1032 * ov-complex.cc (octave_complex::index): Avoid implicit type
de430cdd9234 [project @ 1996-10-18 20:39:41 by jwe]
jwe
parents: 2421
diff changeset
1033 conversion back to scalar type.
de430cdd9234 [project @ 1996-10-18 20:39:41 by jwe]
jwe
parents: 2421
diff changeset
1034 * ov-scalar.cc (octave_scalar::index): Likewise.
de430cdd9234 [project @ 1996-10-18 20:39:41 by jwe]
jwe
parents: 2421
diff changeset
1035
2421
d64502c62840 [project @ 1996-10-18 18:45:26 by jwe]
jwe
parents: 2420
diff changeset
1036 * ov.h (octave_value::index): Call maybe_mutate() on retval before
d64502c62840 [project @ 1996-10-18 18:45:26 by jwe]
jwe
parents: 2420
diff changeset
1037 returning it.
d64502c62840 [project @ 1996-10-18 18:45:26 by jwe]
jwe
parents: 2420
diff changeset
1038
2418
25a26fe3f1d4 [project @ 1996-10-16 17:02:16 by jwe]
jwe
parents: 2412
diff changeset
1039 Wed Oct 16 12:00:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
25a26fe3f1d4 [project @ 1996-10-16 17:02:16 by jwe]
jwe
parents: 2412
diff changeset
1040
2420
449f35baba49 [project @ 1996-10-16 18:46:25 by jwe]
jwe
parents: 2419
diff changeset
1041 * ov.h (octave_value::struct_elt_val): New optional arg, silent.
449f35baba49 [project @ 1996-10-16 18:46:25 by jwe]
jwe
parents: 2419
diff changeset
1042 * ov-base.h, ov-base.cc, ov-struct.h, ov-struct.cc: Likewise, but
449f35baba49 [project @ 1996-10-16 18:46:25 by jwe]
jwe
parents: 2419
diff changeset
1043 for the derived classes the arg is required.
449f35baba49 [project @ 1996-10-16 18:46:25 by jwe]
jwe
parents: 2419
diff changeset
1044
449f35baba49 [project @ 1996-10-16 18:46:25 by jwe]
jwe
parents: 2419
diff changeset
1045 * data.cc (Fstruct_contains): Require arguments to be struct and
449f35baba49 [project @ 1996-10-16 18:46:25 by jwe]
jwe
parents: 2419
diff changeset
1046 string, respectively. Call octave_value::struct_elt_val with
449f35baba49 [project @ 1996-10-16 18:46:25 by jwe]
jwe
parents: 2419
diff changeset
1047 silent flag set.
449f35baba49 [project @ 1996-10-16 18:46:25 by jwe]
jwe
parents: 2419
diff changeset
1048
2419
015cbef2b75f [project @ 1996-10-16 17:46:12 by jwe]
jwe
parents: 2418
diff changeset
1049 * pt-mat.cc (tm_row_const::tm_row_const_rep::eval_error,
015cbef2b75f [project @ 1996-10-16 17:46:12 by jwe]
jwe
parents: 2418
diff changeset
1050 tm_row_const::tm_row_const_rep::eval_warning): New functions.
015cbef2b75f [project @ 1996-10-16 17:46:12 by jwe]
jwe
parents: 2418
diff changeset
1051 (tm_row_const::tm_row_const (const tree_matrix_row&): Use them to
015cbef2b75f [project @ 1996-10-16 17:46:12 by jwe]
jwe
parents: 2418
diff changeset
1052 give better error messages.
015cbef2b75f [project @ 1996-10-16 17:46:12 by jwe]
jwe
parents: 2418
diff changeset
1053
2418
25a26fe3f1d4 [project @ 1996-10-16 17:02:16 by jwe]
jwe
parents: 2412
diff changeset
1054 * pt-fvc.cc (tree_identifier::eval): Avoid dereferencing null
25a26fe3f1d4 [project @ 1996-10-16 17:02:16 by jwe]
jwe
parents: 2412
diff changeset
1055 object_to_eval.
25a26fe3f1d4 [project @ 1996-10-16 17:02:16 by jwe]
jwe
parents: 2412
diff changeset
1056
2412
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
1057 Tue Oct 15 11:35:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
1058
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
1059 * op-cs-cm.cc, op-cs-cs.cc, op-cs-m.cc, op-cs-s.cc
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
1060 (complex_matrix_conv): New functions.
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
1061 Install preferred assignment conversion and widening ops.
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
1062
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
1063 * op-s-cm.cc, op-s-cs.cc (complex_matrix_conv): New functions.
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
1064 Install preferred assignment conversion and widening ops.
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
1065
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
1066 * op-s-m.cc, op-s-s.cc (matrix_conv): New functions.
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
1067 Install preferred assignment conversion and widening ops.
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
1068
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
1069 * ov.cc (octave_value::try_assignment_with_conversion,
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
1070 octave_value::convert_and_assign, octave_value::try_assignment):
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
1071 New functions.
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
1072 (octave_value::assign): Use them to implement twisted logic for
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
1073 type conversions in assigments.
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
1074
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
1075 * pt-const.h (tree_constant::maybe_mutate): New function.
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
1076 * ov.h (octave_value::maybe_mutate): New function.
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
1077 (octave_value::try_narrowing_conversion): New function.
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
1078 Use just one typedef for widening_op_fcn and numeric_conv_fcn.
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
1079 Change all uses.
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
1080 * ov-base.h, ov-complex.h, ov-complex.cc, ov-cx-mat.h,
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
1081 ov-cx-mat.cc, ov-range.h, ov-range.cc, ov-re-mat.h, ov-re-mat.cc,
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
1082 Provide derived class versions of try try_narrowing_conversion().
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
1083
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
1084 * pr-output.cc (octave_print_internal): Don't bother handing off
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
1085 to scalar/real versions, even when it would seem appropriate.
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
1086
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
1087 * symtab.cc (symbol_def::define (tree_constant *)): Call
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
1088 maybe_mutate on constants here.
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
1089
2405
e6adec89527e [project @ 1996-10-14 16:23:48 by jwe]
jwe
parents: 2404
diff changeset
1090 Mon Oct 14 11:05:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
e6adec89527e [project @ 1996-10-14 16:23:48 by jwe]
jwe
parents: 2404
diff changeset
1091
2407
4f55dc039a7e [project @ 1996-10-14 19:48:50 by jwe]
jwe
parents: 2406
diff changeset
1092 * pt-fvc.cc (tree_identifier::eval): If retval is undefined and
4f55dc039a7e [project @ 1996-10-14 19:48:50 by jwe]
jwe
parents: 2406
diff changeset
1093 the object to eval is a constant, print error message.
2406
13b3c87b192e [project @ 1996-10-14 18:20:55 by jwe]
jwe
parents: 2405
diff changeset
1094
2405
e6adec89527e [project @ 1996-10-14 16:23:48 by jwe]
jwe
parents: 2404
diff changeset
1095 * Makefile (distclean): Remove *.oct too.
e6adec89527e [project @ 1996-10-14 16:23:48 by jwe]
jwe
parents: 2404
diff changeset
1096
e6adec89527e [project @ 1996-10-14 16:23:48 by jwe]
jwe
parents: 2404
diff changeset
1097 * defun-int.h: Include variables.h here.
e6adec89527e [project @ 1996-10-14 16:23:48 by jwe]
jwe
parents: 2404
diff changeset
1098
2403
3a413ee50517 [project @ 1996-10-13 16:52:12 by jwe]
jwe
parents: 2399
diff changeset
1099 Sun Oct 13 10:52:28 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
3a413ee50517 [project @ 1996-10-13 16:52:12 by jwe]
jwe
parents: 2399
diff changeset
1100
2404
68c5868dbe83 [project @ 1996-10-13 18:39:19 by jwe]
jwe
parents: 2403
diff changeset
1101 * variables.cc (print_symbol_info_line): Never print negative
68c5868dbe83 [project @ 1996-10-13 18:39:19 by jwe]
jwe
parents: 2403
diff changeset
1102 diminsions.
68c5868dbe83 [project @ 1996-10-13 18:39:19 by jwe]
jwe
parents: 2403
diff changeset
1103
68c5868dbe83 [project @ 1996-10-13 18:39:19 by jwe]
jwe
parents: 2403
diff changeset
1104 * symtab.h (octave_symbol_record_info): Store const_type as string.
68c5868dbe83 [project @ 1996-10-13 18:39:19 by jwe]
jwe
parents: 2403
diff changeset
1105 (octave_symbol_record_info::init): Delete. Fix constructors.
68c5868dbe83 [project @ 1996-10-13 18:39:19 by jwe]
jwe
parents: 2403
diff changeset
1106 (octave_symbol_record_info::type_name): Handle const_type as string.
68c5868dbe83 [project @ 1996-10-13 18:39:19 by jwe]
jwe
parents: 2403
diff changeset
1107
2403
3a413ee50517 [project @ 1996-10-13 16:52:12 by jwe]
jwe
parents: 2399
diff changeset
1108 * octave.cc (maximum_braindamage): Replace "true" with 1.0 and
3a413ee50517 [project @ 1996-10-13 16:52:12 by jwe]
jwe
parents: 2399
diff changeset
1109 "false" with 0.0 in calls to bind_builtin_variable().
3a413ee50517 [project @ 1996-10-13 16:52:12 by jwe]
jwe
parents: 2399
diff changeset
1110 Include sun-utils.h here.
2404
68c5868dbe83 [project @ 1996-10-13 18:39:19 by jwe]
jwe
parents: 2403
diff changeset
1111 (intern_argv): Also bind __argv__.
2403
3a413ee50517 [project @ 1996-10-13 16:52:12 by jwe]
jwe
parents: 2399
diff changeset
1112
2391
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1113 Sat Oct 12 13:40:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1114
2399
96abb5c4568d [project @ 1996-10-13 05:03:02 by jwe]
jwe
parents: 2391
diff changeset
1115 * Makefile.in (distclean): Also delete mk-oct-links.
96abb5c4568d [project @ 1996-10-13 05:03:02 by jwe]
jwe
parents: 2391
diff changeset
1116
96abb5c4568d [project @ 1996-10-13 05:03:02 by jwe]
jwe
parents: 2391
diff changeset
1117 Fri Oct 11 13:13:13 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
96abb5c4568d [project @ 1996-10-13 05:03:02 by jwe]
jwe
parents: 2391
diff changeset
1118
2391
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1119 Changes for Octave's new type system:
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1120
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1121 * arith-ops.cc: Delete.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1122 * pt-const.h, pt-const.cc: Massive changes. Most functionality
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1123 moved to ov.h, ov.cc, and derived classes.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1124
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1125 * variables.h, variables.cc (octave_variable_reference): New class
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1126 for getting references to variables and structure elements used in
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1127 assignments or value contexts.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1128
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1129 * symtab.h, symtab.cc (symbol_record::define (const octave_value&),
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1130 symbol_record::variable_value, symbol_record::variable_reference):
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1131 New functions.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1132 (symbol_record_info::type_name): Rename from type_as_string.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1133
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1134 * pt-fvc-base.h, pt-fvc-base.cc (tree_fvc::increment,
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1135 tree_fvc::decrement): New functions to replace
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1136 tree_fvc::bump_value.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1137 #if 0 assign and lookup_map_element functions.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1138
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1139 * pt-mvr.cc (tree_multi_assignment_expression::eval):
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1140 Generated RHS value is now a tree_constant.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1141
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1142 * pt-exp.h, pt-exp.cc (tree_boolean_expression): New class.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1143 (tree_unary_expression, tree_binary_expression,
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1144 tree_boolean_expression): Move codes here from tree_expression.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1145 (tree_simple_assignment_expression): Cope with changes to way of
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1146 doing assignments.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1147
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1148 * pt-exp-base.h, pt-exp-base.cc (enum type): Delete codes for
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1149 unary and binary ops.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1150 (tree_expression::expression_type): Delete.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1151 (tree_expression::is_logically_true): Hand off to
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1152 octave_value::is_true to do real work.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1153
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1154 * pr-output.h, pr-output.cc (any_element_is_inf_or_nan,
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1155 all_elements_are_ints): Delete. Call member new functions for
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1156 these operations.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1157 (free_format, plus_format, bank_format, hex_format,
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1158 compact_format, print_e, print_big_e): Use bool, not int.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1159 (octave_print_internal): Hand off to scalar/real versions when
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1160 appropriate.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1161
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1162 * octave.cc (main): Call initialize_types() and install_ops().
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1163 (verbose_usage): Add WWW address to output.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1164
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1165 * parse.y (indirect_ref): Handle by making a tree instead of a
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1166 list using new version of tree_indirect_ref class.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1167
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1168 * parse.y (make_boolean_op): New function. Use it instead of
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1169 make_binary_op to create trees for && and || ops.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1170 (make_binary_op): Codes come from tree_binary_expression now,
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1171 instead of tree_expression.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1172 (make_unary_op): Codes come from tree_unary_expression now,
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1173 instead of tree_expression.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1174 (make_boolean_op): Codes come from tree_boolean_expression.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1175
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1176 *parse.y (tree_constant_type): Change type to tree_constant* from
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1177 octave_value*, and rename from octave_value_type. Change uses.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1178
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1179 * defun.h (DEFVAR_INT): Pass octave_value not pointer to
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1180 octave_value for defn when creating builtin_variable.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1181
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1182 * gripes.h, gripes.cc (gripe_invalid_conversion): Args are
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1183 strings, not char*.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1184 (gripe_implicit_conversion, gripe_divide_by_zero): New extern
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1185 gripe functions.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1186
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1187 * mkbuiltins: For each file, create a separate static function to
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1188 install builtins, then create another single extern function to
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1189 call all of them.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1190
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1191 * pt-fcn.cc (tree_function::bind_nargin_and_nargout):
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1192 Just pass doubles and let symbol_record::define handle creating
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1193 new value.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1194
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1195 * pt-pr-code.cc, pt-pr-code.h (visit_constant): Renamed from
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1196 visit_octave_value.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1197 (visit_unary_expression): Use tree_expression::is_prefix_op()
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1198 instead of switch on op types.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1199
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1200 * pt-walk.h (visit_constant): Renamed from visit_octave_value.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1201
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1202 * pt-misc.cc (initialize_undefined_elements): Get reference to
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1203 tmp, then assign.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1204 * pt-cmd.cc (do_for_loop_once): Likewise, for loop identifier.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1205
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1206 * input.cc (generate_struct_completions, looks_like_struct): Cast
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1207 tmp_fvc to tree_constant*, not octave_value*.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1208 (get_user_input): Call print() on retval, not eval(1).
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1209
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1210 * help.cc (Ftype): Cast defn to tree_constant*, not octave_value*.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1211
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1212 * balance.cc: Fix docstring.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1213
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1214 * dassl.cc, fsolve.cc, load-save.cc, lsode.cc, npsol.cc, qpsol.cc,
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1215 quad.cc:
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1216 Include pt-fvc.h.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1217
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1218 * data.cc (Fstruct_contains): call octave_value::struct_elt_val,
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1219 not octave_value::lookup_map_element.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1220
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1221 * dirfns.cc (Fcd): Pass directory name as string directly to
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1222 bind_builtin_variable instead of creating new octave_value.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1223
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1224 * toplev.cc: Include pt-fvc.h and lo-mappers.h
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1225
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1226 * data.cc, error.cc, file-io.cc, load-save.cc, pager.cc,
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1227 pt-mat.cc, pt-plot.cc, syscalls.cc, toplev.cc:
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1228 Include variables.h.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1229
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1230 * Array-tc.cc, Map-tc.cc, SLList-misc.cc SLList-tc.cc, data.cc,
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1231 defaults.cc, dynamic-ld.cc, error.cc, gripes.cc, lex.l, octave.cc,
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1232 oct-map.h, oct-map.cc, oct-obj.h, pt-cmd.cc, pt-exp.cc, pt-fcn.cc,
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1233 pt-fvc-base.cc, pt-mat.cc, pt-misc.cc, pt-mvr-base.cc, pt-mvr.h,
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1234 resource.cc, strfns.cc, sysdep.cc, timefns.cc, toplev.cc:
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1235 Include ov.h instead of pt-const.h.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1236
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1237 * xpow.cc (any_element_is_negative): Delete.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1238 (xpow and elem_xpow functions): Check conformance here.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1239
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1240 * xdiv.cc (mx_leftdiv_conform, mx_div_conform):
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1241 Now template-based, taking Matrices instead of dimensions as args.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1242 Change all callers.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1243
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1244 * op-cm-cm.cc, op-cm-cm.h, op-cm-cs.cc, op-cm-cs.h, op-cm-m.cc,
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1245 op-cm-m.h, op-cm-s.cc, op-cm-s.h, op-cs-cm.cc, op-cs-cm.h,
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1246 op-cs-cs.cc, op-cs-cs.h, op-cs-m.cc, op-cs-m.h, op-cs-s.cc,
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1247 op-cs-s.h, op-m-cm.cc, op-m-cm.h, op-m-cs.cc, op-m-cs.h, op-m-m.cc,
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1248 op-m-m.h, op-m-s.cc, op-m-s.h, op-s-cm.cc, op-s-cm.h, op-s-cs.cc,
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1249 op-s-cs.h, op-s-m.cc, op-s-m.h, op-s-s.cc, op-s-s.h,
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1250 op-str-str.cc, op-str-str.h, ops.cc, ops.h, ov-base.cc, ov-base.h,
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1251 ov-ch-mat.cc, ov-ch-mat.h, ov-colon.cc, ov-colon.h, ov-complex.cc,
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1252 ov-complex.h, ov-cx-mat.cc, ov-cx-mat.h, ov-range.cc, ov-range.h,
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1253 ov-re-mat.cc, ov-re-mat.h, ov-scalar.cc, ov-scalar.h, ov-str-mat.cc,
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1254 ov-str-mat.h, ov-struct.cc, ov-struct.h, ov-typeinfo.cc,
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1255 ov-typeinfo.h, ov-va-args.cc, ov-va-args.h, ov.cc, ov.h:
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1256 New files for Octave's new type system.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1257 * Makefile.in: Add them to the appropriate lists.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1258
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1259 Sat Sep 14 21:58:33 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1260
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1261 * mkbuiltins: Use .df instead of .def.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1262 Write one function for each .df file, then call them
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1263 all in install_builtin_functions().
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1264 * Makefile.in: Handle .df instead of .def.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1265
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1266 * balance.cc (balance): Fix typo in doc string.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1267
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1268 Wed Aug 28 21:01:49 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1269
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1270 * octave.cc (verbose_usage): Include WWW address and bug-octave
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1271 mailing list address.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
1272
2354
2ce6e1ec9b53 [project @ 1996-08-20 22:44:25 by jwe]
jwe
parents: 2348
diff changeset
1273 Tue Aug 20 17:41:19 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
2ce6e1ec9b53 [project @ 1996-08-20 22:44:25 by jwe]
jwe
parents: 2348
diff changeset
1274
2358
b3d7a8e3bcc7 [project @ 1996-08-21 03:11:55 by jwe]
jwe
parents: 2354
diff changeset
1275 * Makefile.in: Only define pattern rules for making .oct files if
b3d7a8e3bcc7 [project @ 1996-08-21 03:11:55 by jwe]
jwe
parents: 2354
diff changeset
1276 OCTAVE_LITE is true.
b3d7a8e3bcc7 [project @ 1996-08-21 03:11:55 by jwe]
jwe
parents: 2354
diff changeset
1277 Only add pic/ to $(TI_OBJ) if $(SHARED_LIBS) is true.
b3d7a8e3bcc7 [project @ 1996-08-21 03:11:55 by jwe]
jwe
parents: 2354
diff changeset
1278 (stamp-picdir): Only create a pic subdirectory if SHARED_LIBS or
b3d7a8e3bcc7 [project @ 1996-08-21 03:11:55 by jwe]
jwe
parents: 2354
diff changeset
1279 OCTAVE_LITE is true AND CPICFLAG or CXXPICFLAG is not empty.
b3d7a8e3bcc7 [project @ 1996-08-21 03:11:55 by jwe]
jwe
parents: 2354
diff changeset
1280
2354
2ce6e1ec9b53 [project @ 1996-08-20 22:44:25 by jwe]
jwe
parents: 2348
diff changeset
1281 * minmax.cc (Fmin, Fmax): Deal with changes to Matrix class
2ce6e1ec9b53 [project @ 1996-08-20 22:44:25 by jwe]
jwe
parents: 2348
diff changeset
1282 min/max methods.
2ce6e1ec9b53 [project @ 1996-08-20 22:44:25 by jwe]
jwe
parents: 2348
diff changeset
1283
2345
0f441b4fefdb [project @ 1996-07-25 06:51:03 by jwe]
jwe
parents: 2344
diff changeset
1284 Thu Jul 25 01:42:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
0f441b4fefdb [project @ 1996-07-25 06:51:03 by jwe]
jwe
parents: 2344
diff changeset
1285
2348
a88c5cc51f62 [project @ 1996-07-25 09:54:40 by jwe]
jwe
parents: 2345
diff changeset
1286 * input.cc (generate_possible_completions): Force the names to be
a88c5cc51f62 [project @ 1996-07-25 09:54:40 by jwe]
jwe
parents: 2345
diff changeset
1287 unique.
a88c5cc51f62 [project @ 1996-07-25 09:54:40 by jwe]
jwe
parents: 2345
diff changeset
1288
2345
0f441b4fefdb [project @ 1996-07-25 06:51:03 by jwe]
jwe
parents: 2344
diff changeset
1289 * load-save.cc (read_mat_binary_data): Expect to read terminating
0f441b4fefdb [project @ 1996-07-25 06:51:03 by jwe]
jwe
parents: 2344
diff changeset
1290 NUL character in the variable name.
0f441b4fefdb [project @ 1996-07-25 06:51:03 by jwe]
jwe
parents: 2344
diff changeset
1291 (save_mat_binary_data): Likewise, save it here.
0f441b4fefdb [project @ 1996-07-25 06:51:03 by jwe]
jwe
parents: 2344
diff changeset
1292
2341
6ee55c0f25a9 [project @ 1996-07-24 10:33:09 by jwe]
jwe
parents: 2338
diff changeset
1293 Wed Jul 24 05:08:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
6ee55c0f25a9 [project @ 1996-07-24 10:33:09 by jwe]
jwe
parents: 2338
diff changeset
1294
2343
d7592de300ea [project @ 1996-07-24 21:42:44 by jwe]
jwe
parents: 2341
diff changeset
1295 * lsode.cc (Flsode): Don't set the return value if an error
d7592de300ea [project @ 1996-07-24 21:42:44 by jwe]
jwe
parents: 2341
diff changeset
1296 occurred during integration.
2344
968a33af8b3d [project @ 1996-07-24 21:49:32 by jwe]
jwe
parents: 2343
diff changeset
1297 * dassl.cc (Fdassl): Likewise.
2343
d7592de300ea [project @ 1996-07-24 21:42:44 by jwe]
jwe
parents: 2341
diff changeset
1298
2341
6ee55c0f25a9 [project @ 1996-07-24 10:33:09 by jwe]
jwe
parents: 2338
diff changeset
1299 * file-io.cc (symbols_of_file_io): Redefine values of SEEK_SET,
6ee55c0f25a9 [project @ 1996-07-24 10:33:09 by jwe]
jwe
parents: 2338
diff changeset
1300 SEEK_CUR, and SEEK_END for Matlab compatibility.
6ee55c0f25a9 [project @ 1996-07-24 10:33:09 by jwe]
jwe
parents: 2338
diff changeset
1301 * oct-stream.cc (seek): Check for compatible values of ORIGIN arg.
6ee55c0f25a9 [project @ 1996-07-24 10:33:09 by jwe]
jwe
parents: 2338
diff changeset
1302 Also handle "bof", "cof", and "eof".
6ee55c0f25a9 [project @ 1996-07-24 10:33:09 by jwe]
jwe
parents: 2338
diff changeset
1303
2338
18953de8c308 [project @ 1996-07-19 20:28:11 by jwe]
jwe
parents: 2330
diff changeset
1304 Fri Jul 19 15:24:36 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
18953de8c308 [project @ 1996-07-19 20:28:11 by jwe]
jwe
parents: 2330
diff changeset
1305
18953de8c308 [project @ 1996-07-19 20:28:11 by jwe]
jwe
parents: 2330
diff changeset
1306 * pt-const.cc: When creating octave_value_reps from ComplexMatrix
18953de8c308 [project @ 1996-07-19 20:28:11 by jwe]
jwe
parents: 2330
diff changeset
1307 values, check to see if all the elements are actually real.
18953de8c308 [project @ 1996-07-19 20:28:11 by jwe]
jwe
parents: 2330
diff changeset
1308
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1309 Tue Jul 16 10:53:42 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1310
2341
6ee55c0f25a9 [project @ 1996-07-24 10:33:09 by jwe]
jwe
parents: 2338
diff changeset
1311 * input.cc (decode_prompt_string): Swap meanings of \h and \H.
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1312
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1313 Mon Jul 15 16:01:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1314
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1315 * toplev.cc (run_command_and_return_output): Renamed from do_system.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1316 (Fsystem): Make `system ("emacs")' work as one would expect.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1317
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1318 Sun Jul 14 17:34:33 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1319
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1320 * file-io.cc (Ffopen, Ffread, Ffwrite): Update doc strings,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1321 correctly handle default architecture and precision args.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1322
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1323 * load-save.cc (mopt_digit_to_float_format): Rename from
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1324 get_floating_point_format.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1325 (float_format_to_mopt_digit): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1326
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1327 * oct-stream.cc (octave_base_stream::read, octave_base_stream::write):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1328 Simplify by calling Matrix::read and Matrix::write to do real work
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1329 of reading, writing, and format conversion.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1331 * oct-stream.h (octave_base_stream): Move data_type enum to
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1332 liboctave/data-conv.h. Use float_format from
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1333 liboctave/mach-info.h instead of arch_type enum.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1334
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1335 * sysdep.h, sysdep.cc (octave_words_big_endian, ten_little_endians):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1336 Delete. Now part of oct_mach_info class in liboctave.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1337
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1338 Tue Jul 9 11:18:59 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1339
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1340 * arith-ops.cc, balance.cc, dassl.cc, data.cc, filter.cc, find.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1341 fsolve.cc, load-save.cc, log.cc, lsode.cc, minmax.cc, npsol.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1342 oct-obj.cc, oct-stream.cc, pr-output.cc, pt-cmd.cc, pt-const.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1343 pt-fvc.cc, pt-plot.cc, quad.cc, rand.cc, sighandlers.cc, sort.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1344 syscalls.cc, unwind-prot.cc, xdiv.cc, xpow.cc:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1345 When indexing arrays, use operator() instead of elem() so that
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1346 bounds checking can be done consistently.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1347
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1348 Mon Jun 24 02:13:27 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1349
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1350 * Makefile.in (install-oct): Use INSTALL_PROGRAM, instead of
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1351 INSTALL_DATA for installing shared libraries.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1352
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1353 * lex.l (grab_help_text): Ignore all initial comment characters,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1354 not just the first.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1355 * variables.cc (gobble_leading_white_space): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1356
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1357 Sat Jun 22 22:43:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1358
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1359 * input.h, input.cc (octave_completion_matches_called): New varaible.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1360 (Fcompletion_matches): Set it to true on a successful call.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1361 * toplev.cc (main_loop): If octave_completion_matches_called is
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1362 true, don't increment current_command_number.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1363
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1364 Thu Jun 13 03:52:19 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1365
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1366 * variables.cc (is_mapper_function_name,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1367 is_builtin_function_name): New functions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1368 (Fdocument): Use them.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1369 Define as regular function, not a text style function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1370
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1371 Thu Jun 6 00:09:25 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1372
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1373 * pt-plot.cc: Handle new built-in variable `gnuplot_has_frames'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1374
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1375 Wed Jun 5 14:45:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1376
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1377 * input.cc (decode_prompt_string): \h now means the whole host
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1378 name and \H is the host name up to the first `.'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1379
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1380 Thu May 30 23:41:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1381
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1382 * fn-cache.cc (octave_fcn_file_name_cache::do_list): Always
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1383 recompute the lists of function files instead of trying to cache
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1384 them.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1385
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1386 Tue May 28 12:05:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1387
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1388 * utils.cc (warn_old_style_preference): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1389 (check_preference): Use it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1390
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1391 * fn-cache.h: Include <ctime> here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1392
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1393 Fri May 24 00:57:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1394
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1395 * input.cc (completion_matches): Don't return empty string_vectors.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1396
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1397 * octave.cc (long_opts): Add braindead.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1398
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1399 Thu May 23 01:49:33 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1400
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1401 * input.cc (gnu_readline): New optional arg, force_readline.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1402 (get_user_input): Use it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1403
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1404 * pt-const.cc (OCT_VAL_REP::assign): If converting the rhs to a
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1405 numeric value, convert a copy, not the actual object.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1406 (OCT_VAL_REP::do_index): Prevent s([]) from resulting in a string
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1407 with zero rows.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1408
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1409 * mappers.cc: Handle toascii here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1410 * strfns.cc: Not here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1411
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1412 * mappers.cc: Handle tolower and toupper here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1413 * mappers.h: Rename can_return_complex_for_real to flag and
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1414 overload meaning for ch_mapper.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1415 * pt-fvc.cc (apply_mapper_fcn): Handle overloaded meaning.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1416
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1417 * syscalls.cc (stat): Return 3 values instead of just 1.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1418 (lstat): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1419
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1420 Wed May 22 02:34:20 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1421
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1422 * pt-const.cc (OCT_VAL_REP::make_numeric): For string to number
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1423 conversions, correctly set type tag before calling force_numeric.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1424 (do_binary_op): Force string to number conversion if both args are
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1425 strings and we are doing some sort of comparison operation.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1426
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1427 * Makefile.in (stamp-tinst, stamp-interp): Use SH_TERMLIBS and
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1428 SH_LIBS instead of TERMLIBS and LIBS.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1429
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1430 * pt-const.cc (do_unary_op): Add special case to handle
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1431 transposing strings.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1432
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1433 * pt-mat.cc (Vstring_fill_char): New variable.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1434 (symbols_of_pt_mat): DEFVAR it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1435
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1436 * input.cc (generate_struct_completions,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1437 generate_possible_completions): Return string_vector, not char **.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1438 Change all callers.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1439
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1440 * pt-const.cc (lookup_map_element): Use substr() correctly.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1441
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1442 Tue May 21 21:37:17 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1443
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1444 * oct.h: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1445 * Makefile.in (INCLUDES): Add it to the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1446
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1447 * octave.cc: New args --no-site-file and --no-init-file. Delete
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1448 --ignore-init-file. The flag --norc (-f) implies both
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1449 --no-site-file and --no-init-file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1450
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1451 Fri May 17 01:54:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1452
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1453 * input.cc (Fcompletion_matches): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1454
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1455 * utils.cc (get_fcn_file_names): Delete.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1456 * help.cc (simple_help): Use new file name cache instead of
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1457 calling get_fcn_file_names.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1458 * variables.cc (make_name_list): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1459
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1460 * fn-cache.h, fn-cache.cc, Map-fnc.cc: New files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1461 * Makefile.in: Add them to the lists.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1462
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1463 * Makefile.in (uninstall): Install in octincludedir, not includedir.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1464
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1465 * pt-plot.h: Include <csignal> here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1466
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1467 Thu May 16 10:52:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1468
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1469 * oct-stream.cc (octave_stream::oscanf, octave_base_stream::oscanf,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1470 octave_base_stream::do_oscanf): New functions for backward
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1471 compatibility with older versions of Octave.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1472 (scanf_format_elt, scanf_format_list): Keep track of width specifier.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1473 * file-io.cc (Fscanf): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1474 (Fscanf, Ffscanf, Fsscanf): Handle compatibility arg.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1475
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1476 Wed May 15 01:00:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1477
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1478 * oct-stream.cc (do_scanf): If doing '%c' conversion, unset
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1479 ios::skipws on input stream.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1480
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1481 * sighandlers.h, sighandlers.cc (octave_child, octave_child_list):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1482 New classes for keeping track of the child processes we create.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1483 (sigchld_handler): Check in octave_child_list to see if there is
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1484 anything we can do for the child that died.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1485 * pager.cc: Register child pager process.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1486 * pt-plot.cc: Likewise, for the plotter.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1487 * Array-oc.cc: New file
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1488 * Makefile.in (TI_SRC): Add it to the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1489
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1490 * pager.cc (do_sync): Don't check error_state.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1491 (flushing_output_to_pager): New static variable.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1492 (flush_octave_stdout): Use it to avoid doing anything if already
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1493 flushing output.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1494
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1495 * sighandlers.cc (sigchld_handler): Call warning instead of
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1496 writing directly to cerr.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1497 (sigpipe_handler): Call warning instead of message.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1498
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1499 * octave.cc (main): Call install_signal_handlers,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1500 initialize_file_io, initialize_symbol_tables, and install_builtins
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1501 before parsing command line options.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1502
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1503 * user-prefs.h, user-prefs.cc: Delete.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1504
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1505 * utils.cc (check_preference): Move here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1506 * user-prefs.cc: From here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1507
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1508 * defaults.cc: New file. Move initialization stuff from
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1509 variables.cc. Move DEFVARS for EDITOR, EXEC_PATH, LOADPATH,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1510 IMAGEPATH, and OCTAVE_VERSION here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1511
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1512 * user-prefs.h, user-prefs.cc: Delete all stuff related to
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1513 INFO_FILE and INFO_PROGRAM.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1514 * help.cc: Move all of that here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1515 (symbols_of_help): Add DEFVARS for INFO_FILE and INFO_PROGRAM.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1516
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1517 Tue May 14 00:23:06 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1518
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1519 * pager.cc (do_sync): Be more defensive about sending stuff to the
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1520 external pager.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1521 * sighandlers.cc (sigchld_handler): For now, only wait for
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1522 octave_pager_pid. Don't call error(). Do set octave_pager_pid to
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1523 -1 if the pager process no longer exists.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1524
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1525 * user-prefs.h, user-prefs.cc: Delete all stuff related to
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1526 PWD.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1527 * dirfns.cc: Move all of that here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1528 (symbols_of_dirfns): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1529 * variables.cc (install_builtin_variables): Call it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1530
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1531 * user-prefs.h, user-prefs.cc: Delete all stuff related to
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1532 default_save_format and save_precision.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1533 * load-save.cc: Move all of that here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1534 (symbols_of_load_save): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1535 * variables.cc (install_builtin_variables): Call it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1536
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1537 * user-prefs.h, user-prefs.cc: Delete all stuff related to
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1538 warn_divide_by_zero.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1539 * arith-ops.cc: Move all of that here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1540 (symbols_of_arith_ops): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1541 * variables.cc (install_builtin_variables): Call it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1542
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1543 * mappers.cc: Add wrappers for ctype is* functions so that they
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1544 will work on systems that only define them as macros.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1545
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1546 Mon May 13 00:27:08 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1547
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1548 * user-prefs.h, user-prefs.cc: Delete all stuff related to
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1549 suppress_verbose_help_message.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1550 * help.cc: Move all of that here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1551 (symbols_of_help): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1552 * variables.cc (install_builtin_variables): Call it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1553
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1554 * user-prefs.h, user-prefs.cc: Delete all stuff related to
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1555 treat_neg_dim_as_zero.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1556 * pt-const.cc: Move all of that here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1557
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1558 * pager.cc (octave_pager_stream::do_sync): Don't return early if
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1559 not interactive.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1560
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1561 * data.h: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1562 * Makefile.in (INCLUDES): Add it to the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1563 * data.cc (symbols_of_data): New function. Move definition of I,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1564 Inf, J, NaN, e, eps, i, inf, j, nan, pi, realmin, and realmax here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1565 * variables.cc: From here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1566 (install_builtin_variables): Call symbols_of_data.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1567
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1568 * file-io.cc (symbols_of_file_io): New function. Move definition
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1569 of SEEK_CUR, SEEK_END, SEEK_SET, stdin, stdout, stderr here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1570 * variables.cc: From here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1571 (install_builtin_variables): Call symbols_of_file_io.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1572
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1573 * user-prefs.h, user-prefs.cc: Delete all stuff related to
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1574 do_fortran_indexing, implicit_str_to_num_ok,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1575 ok_to_lose_imaginary_part, prefer_column_vectors,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1576 prefer_zero_one_indexing, print_answer_id_name,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1577 propagate_empty_matrices, resize_on_range_error, and
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1578 struct_levels_to_print.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1579 * pt-const.cc: Move all of that here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1580 (symbols_of_pt_const): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1581 * variables.cc (install_builtin_variables): Call it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1582 * pt-fvc.cc (tree_identifier::assign): Use Vresize_on_range_error
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1583 instead of user_pref.resize_on_range_error here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1584 * load-save.cc (save_mat_binary_data): Use Vimplicit_str_to_num_ok
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1585 instead of user_pref.implicit_str_to_num_ok here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1586 * utils.cc (empty_arg): Use Vpropagate_empty_matrices instead of
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1587 user_pref.propagate_empty_matrices here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1588 * pt-exp-base.cc (tree_expression::is_logically_true): Likewise..
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1589
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1590 * pt-fcn.cc (symbols_of_pt_fcn): Also move DEFVAR for
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1591 default_return_value here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1592
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1593 * user-prefs.h, user-prefs.cc: Delete all stuff related to
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1594 ps1, ps2, ps4, and completion_append_char.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1595 * input.cc: Move all of that here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1596 (symbols_of_input): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1597 * variables.cc (install_builtin_variables): Call it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1598 * pt-pr-code.cc (indent): Use Vps4 instead of user_pref.ps4 here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1599 * help.cc (Ftype): Also here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1600
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1601 * user-prefs.h, user-prefs.cc: Delete all stuff related to
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1602 automatic_replot, gnuplot_binary, and gnuplot_has_multiplot.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1603 * pt-plot.cc: Move all of that here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1604 (symbols_of_pt_plot): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1605 * variables.cc (install_builtin_variables): Call it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1606
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1607 * user-prefs.h, user-prefs.cc: Delete all stuff related to
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1608 beep_on_error.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1609 * error.cc: Move all of that here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1610 (symbols_of_error): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1611 * variables.cc (install_builtin_variables): Call it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1612
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1613 * user-prefs.h, user-prefs.cc: Delete all stuff related to
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1614 empty_list_elements_ok.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1615 * pt-mat.cc: Move all of that here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1616 (symbols_of_pt_mat): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1617 * variables.cc (install_builtin_variables): Call it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1618
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1619 * user-prefs.h, user-prefs.cc: Delete all stuff related to
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1620 define_all_return_values, return_last_computed_value, and
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1621 silent_functions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1622 * pt-fcn.cc: Move all of that here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1623 (symbols_of_pt_fcn): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1624 * variables.cc (install_builtin_variables): Call it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1625
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1626 * user-prefs.h, user-prefs.cc: Delete all stuff related to
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1627 whitespace_in_literal_matrix.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1628 * lex.l: Move all of that here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1629 (symbols_of_lex): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1630 * variables.cc (install_builtin_variables): Call it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1631
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1632 * user-prefs.h, user-prefs.cc: Delete all stuff related to
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1633 warn_assign_as_truth_value, warn_comma_in_global_decl,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1634 warn_function_name_clash, and warn_missing_semicolon.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1635 * parse.y: Move all of that here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1636 (symbols_of_parse): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1637 * variables.cc (install_builtin_variables): Call it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1638
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1639 * user-prefs.h, user-prefs.cc: Delete all stuff related to
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1640 output_precision, output_max_field_width, print_empty_dimensions,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1641 and split_long_rows.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1642 * pr-output.cc: Move all of that here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1643 (symbols_of_pr_output): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1644 * variables.cc (install_builtin_variables): Call it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1645
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1646 * user-prefs.h, user-prefs.cc: Delete all stuff related to
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1647 page_screen_output, page_output_immediately, and pager_binary.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1648 * pager.cc: Move all of that here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1649
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1650 * user-prefs.h (check_preference): Provide declaration.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1651 * user-prefs.cc (check_preference): Make external.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1652
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1653 * toplev.cc (Foctave_config_info): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1654
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1655 * oct-conf.h.in: New file
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1656 * Makefile.in (oct-conf.h): New target.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1657 Add it to the appropriate lists.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1658
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1659 * sighandlers.cc (sigchld_handler): Don't complain about wait
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1660 returning a negative value.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1661
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1662 * file-io.cc (Fsscanf, Fsprintf): Pass true for second arg of
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1663 octave_stream constructor.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1664
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1665 * oct-stream.h (octave_stream): New field, preserve.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1666 (octave_stream::~octave_stream): If preserve, don't delete rep.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1667
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1668 * pager.cc (symbols_of_pager): Set default for
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1669 page_output_immediately to 0.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1670
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1671 * toplev.cc (do_system): Correctly handle return_output.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1672 Append ends to output_buf before calling str().
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1673
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1674 * variables.cc: If M_PI and M_E are available, use them.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1675
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1676 * mk-oct-links.in (links_dir): If old link exists, delete it first.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1677
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1678 Sun May 12 01:46:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1679
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1680 * Makefile.in (DISTFILES): List defaults.h.in and oct-gperf.h here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1681 (INCLUDES): Not here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1682 (install-inc): New target.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1683 (uninstall): Also delete libraries and include files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1684 (install-inc): If linkdir is a directory, leave it alone.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1685 (TERMLIBS, LIBPLPLOT, LIBDLFCN): Don't substitute here (now in
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1686 Makeconf).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1687
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1688 * oct-stream.cc (octave_base_stream::do_read): Provide initial
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1689 value for tmp var.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1690
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1691 * pt-walk.h, pt-pr-code.h, pt-pr-code.cc: New tree-walking classes.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1692 * Makefile.in: Add them to the appropriate lists.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1693 * pt-fvc-base.h, pt-exp-base.cc, pt-fvc-base.cc, pt-mvr-base.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1694 pt-base.cc, pt-mvr.cc, pt-mat.h, pt-mat.cc, pt-fvc.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1695 pt-const.cc, pt-cmd.cc, pt-const.h, pt-misc.cc, pt-plot.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1696 pt-fcn.cc, pt-plot.h, pt-mvr.h, pt-mvr-base.h, pt-misc.h,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1697 pt-fcn.h, pt-exp.h, pt-exp.cc, pt-exp-base.h, pt-fvc.h, pt-cmd.h,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1698 pt-base.h:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1699 Replace print_code stuff with accept() functions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1700 Add member access functions where necessary.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1701 * help.cc (Ftype): Update to use new method of walking trees to
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1702 print text representation of user-defined functions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1703
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1704 * file-io.cc (Ffscanf): Update doc string.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1705 (Fsscanf): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1706
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1707 * oct-stream.cc (octave_base_stream::do_read): Correctly set max_size.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1708 Pad mval with zeros on final resize.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1709 (octave_base_stream::do_scanf): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1710 (do_scanf_conv): Correctly resize mval.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1711
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1712 Sat May 11 05:14:09 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1713
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1714 * pager.cc (octave_pager_buf::sync): Correctly set bypass_pager.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1715
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1716 * lex.l (<MATRIX>{SNLCMT}*\]{S}*): Match SNLCMT, not just SNL.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1717
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1718 Fri May 3 11:05:30 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1719
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1720 * pt-const.cc (OCT_VAL_REP::set_index): Complain if type can't be
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1721 indexed.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1722
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1723 * input.cc (get_user_input): Don't increment input line number if
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1724 input is coming from eval string.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1725
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1726 * user-prefs.cc: Allow empty strings for prompts.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1727
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1728 Thu May 2 10:50:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1729
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1730 * pt-mvr.h (class tree_oct_obj): Declare values data member const.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1731
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1732 Sun Apr 28 03:16:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1733
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1734 * user-prefs.h (user_preferences): New field,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1735 `page_output_immediately'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1736 * user-prefs.cc (init_user_prefs): Initialize it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1737 (page_output_immediately): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1738 * pager.cc (syms_of_pager): Add DEFVAR.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1739 (really_flush_to_pager): New file-scope variable.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1740 (flush_octave_stdout): Set and restore it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1741 (octave_pager_buf::sync): Check it, user_pref.page_screen_output,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1742 and user_pref.page_output_immediately to decide when to really
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1743 flush output.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1744 (more_than_a_screenful): New function. If paging but not
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1745 immediately, then check this too.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1746
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1747 * pager.cc (default_pager): Move here from variables.cc. If pager
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1748 is less and LESS is not in the environment, append useful flags.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1749 (symbols_of_pager): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1750 * variables.cc (install_builtin_variables): Call it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1751 Delete pager-related DEFVARs.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1752
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1753 * syswait.h (WIFSIGNALLED): Define if sys/wait.h doesn't.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1754
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1755 * sighandlers.cc: Handle SIGCHLD.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1756
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1757 * pager.cc, pager.h: Rewrite.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1758 * pt-mvr.cc, pt-misc.cc, pt-fcn.cc, pt-const.cc, oct-hist.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1759 file-io.cc, help.cc, variables.cc, qpsol.cc, dassl.cc, quad.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1760 npsol.cc, lsode.cc, fsolve.cc, load-save.cc, dirfns.cc, octave.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1761 toplev.cc, error.cc, input.cc:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1762 Write to octave_stdout and octave_diary instead of calling
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1763 maybe_page_output() or maybe_write_to_diary_file().
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1764
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1765 * oct-procbuf.h, oct-procbuf.cc: New files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1766 * procstream.h (class procstreambase): Use octave_procbuf instead
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1767 of procbuf from libg++, so we can get pids of subprocesses.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1768
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1769 Fri Apr 26 01:21:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1770
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1771 * pt-const.cc (OCT_VAL_REP::do_index): Call maybe_mutate() before
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1772 returning.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1773
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1774 * mappers.h (struct Mapper_fcn): Delete.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1775 (struct builtin_mapper_function): New field ch_mapper.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1776 * pt-fvc.h (tree_builtin): Convert type of mapper_fcn from
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1777 Mapper_fcn to builtin_mapper_function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1778 * variables.cc (install_builtin_mapper): Likewise, for arg.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1779 Simplify, since we don't have to do the copying ourselves now.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1780 * pt-fvc.cc (apply_mapper_function): Handle ch_mapper case.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1781 * defun.h (DEFUN_MAPPER): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1782 * mappers.cc (install_builtin_mappers): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1783 Add ctype is* functions here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1784
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1785 Thu Apr 25 00:57:06 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1786
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1787 * arith-ops.h, defun-int.h, defun.h, dynamic-ld.h, gripes.h,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1788 load-save.h, oct-map.h, oct-obj.h, oct-stream.h, pt-cmd.h,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1789 pt-const.h, pt-exp-base.h, pt-exp.h, pt-fcn.h, pt-fvc-base.h,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1790 pt-fvc.h, pt-mat.h, pt-misc.h, pt-mvr-base.h, pt-mvr.h, pt-plot.h,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1791 symtab.h, toplev.h, utils.h, variables.h, xpow.h, Array-tc.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1792 Map-i.cc, Map-tc.cc, SLList-tc.cc, arith-ops.cc, balance.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1793 bogus.cc, chol.cc, colloc.cc, dassl.cc, data.cc, det.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1794 dirfns.cc, eig.cc, error.cc, expm.cc, fft.cc, fft2.cc, file-io.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1795 filter.cc, find.cc, fsolve.cc, fsqp.cc, givens.cc, gripes.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1796 help.cc, hess.cc, ifft.cc, ifft2.cc, input.cc, inv.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1797 load-save.cc, log.cc, lpsolve.cc, lsode.cc, lu.cc, minmax.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1798 npsol.cc, oct-hist.cc, oct-obj.cc, oct-stream.cc, pager.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1799 pinv.cc, pr-output.cc, pt-cmd.cc, pt-const.cc, pt-exp-base.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1800 pt-exp.cc, pt-fcn.cc, pt-fvc-base.cc, pt-fvc.cc, pt-mat.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1801 pt-misc.cc, pt-mvr-base.cc, pt-mvr.cc, pt-plot.cc, qpsol.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1802 qr.cc, quad.cc, qzval.cc, rand.cc, resource.cc, schur.cc, sort.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1803 strfns.cc, svd.cc, syl.cc, symtab.cc, syscalls.cc, sysdep.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1804 timefns.cc, toplev.cc, utils.cc, variables.cc, xpow.cc, parse.y:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1805 Rename tree_constant -> octave_value.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1806 Rename Octave_object -> octave_value_list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1807
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1808 Wed Apr 24 22:15:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1809
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1810 * toplev.cc (Fsystem): Merge functionality of async_system and
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1811 sync_system.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1812
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1813 * oct-fstrm.h, oct-iostrm.h, oct-prcstrm.h, oct-stdstrm.h,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1814 oct-stream.h, oct-strstrm.h, oct-fstrm.cc, oct-iostrm.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1815 oct-prcstrm.cc, oct-stdstrm.cc, oct-stream.cc, oct-strstrm.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1816 Array-os.cc: New files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1817 * Makefile.in: Add them to the appropriate lists.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1818 * file-io.cc: Rewrite to use new stream classes.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1819
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1820 Tue Apr 23 18:59:25 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1821
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1822 * gripes.cc (gripe_not_supported): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1823
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1824 * toplev.cc (do_octave_atexit, Fatexit): New functions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1825 (octave_atexit_functions): New file-scope variable.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1826 * octave.cc (main): Register do_octave_atexit with atexit.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1827
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1828 * variables.cc (install_builtin_variables): Call
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1829 symbols_of_syscalls here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1830
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1831 * syscalls.h, syscalls.cc: New files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1832
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1833 Mon Apr 22 21:14:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1834
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1835 * syscalls.cc: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1836 (Flstat, Fmkfifo, Fstat, Funlink, Fwait, Fwaitpid): Move here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1837 * file-io.cc: From here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1838 * Makefile.in (SOURCES): Add syscalls.cc to the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1839
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1840 Wed Apr 17 18:34:10 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1841
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1842 * file-info.h, file-info.cc: Delete files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1843 * Makefile.in: Remove from lists.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1844
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1845 * toplev.cc (Fquit): Accept exit status argument.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1846 (Fflops): Delete (now a function file).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1847
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1848 Thu Apr 11 16:20:20 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1849
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1850 * lex.l: Recognize `.'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1851 Update current_input_column even for unrecognized characters.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1852 Return LEXICAL_ERROR for unrecognized characters.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1853
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1854 Mon Apr 8 19:59:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1855
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1856 * variables.cc (install_builtin_variables): Split into several
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1857 functions to make compiling with g++ go faster and consume less
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1858 memory.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1859
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1860 Sun Apr 7 16:25:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1861
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1862 * load-save.cc (Fsave): Print usage if i == argc.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1863 (Fload): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1864
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1865 Sat Apr 6 21:26:49 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1866
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1867 * Makefile.in (clean): Also delete pic/*.o
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1868 (maintainer-clean, distclean): Also remove stamp-picdir,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1869 stamp-tinst, stamp-interp, and pic directory.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1870 (stamp-prereq): New target.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1871
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1872 Wed Apr 3 11:19:30 1996 Rick Niles <niles@axp745.gsfc.nasa.gov>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1873
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1874 * resource.cc: Don't make including sys/resource.h and sys/times.h
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1875 mutually exclusive.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1876
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1877 Fri Mar 29 13:43:37 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1878
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1879 * Makefile.in (distclean): Delete so_locations, which is created
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1880 on DEC Alpha systems.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1881
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1882 Thu Mar 28 02:53:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1883
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1884 * utils.h (undo_string_escape): Provide extern declaration here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1885
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1886 * lex.l (NL): Allow \r\n as new line character.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1887 (.): Complain if invalid character is found on input
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1888
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1889 Fri Mar 22 03:47:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1890
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1891 * resource.cc (getrusage): If getrusage is missing, try using
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1892 times to at least fill in the cpu time values. If neither one is
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1893 available, return 0 for cpu times instead of NaN.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1894
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1895 * sighandlers.cc (octave_signal_mask): New file-scope variable.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1896 (octave_save_signal_mask, octave_restore_signal_mask): New functions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1897 * toplev.cc (main_loop): Use them.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1898
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1899 Wed Mar 20 01:21:28 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1900
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1901 * utils.cc (get_fcn_file_names (const string&, int)): Resize
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1902 retval to value of k, not i.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1903 (get_fcn_file_names (int)): In loop for copying names to retval,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1904 don't increment j twice.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1905
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1906 Mon Mar 18 22:27:19 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1907
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1908 * Makefile.in ($(MAKEDEPS)): Depend on oct-gperf.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1909
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1910 Fri Mar 1 18:15:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1911
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1912 * fsolve.cc (fsolve_options): Delete unused argument nargout.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1913
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1914 * filter.cc: Use MArray instead of Array so that automatic
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1915 conversions will work again.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1916
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1917 Tue Feb 27 04:49:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1918
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1919 * variables.cc (looks_like_octave_copyright): Make the strings
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1920 that we are trying to match both have length 29.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1921
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1922 * Makefile.in (install-bin): Use $(INSTALL_PROGRAM), not $(INSTALL).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1923
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1924 * load-save.cc (read_mat_binary_data): Make sure name is
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1925 NUL terminated.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1926
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1927 Mon Feb 26 18:18:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1928
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1929 * variables.cc (whos): Make argv from tmp_args, not args.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1930
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1931 * defun.h (DEFCONSTX): Don't stringify name.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1932
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1933 Sat Feb 24 01:12:59 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1934
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1935 * Makefile.in (install-oct): Make mk-oct-links executable.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1936 * mk-oct-links.in (links_dir): Update to match new format of
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1937 DEFUN_DLD_BUILTIN macro. Use LN_S, not just LN.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1938 (links_dir):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1939
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1940 * pr-output.cc (octave_print_internal): New arg, extra_indent, for
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1941 versions of this function that take matrices and ranges.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1942 * pt-const.cc (TC_REP::print (ostream&)): Fix printing of structures.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1943 Pass struct_indent to octave_print_internal as appropriate.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1944 (print_with_name (ostream&, const string&, bool)): Handle spacing
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1945 around `=' differently for structures.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1946
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1947 Fri Feb 23 04:51:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1948
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1949 * token.cc (token (double, const string&, int, int)): Store orig_text.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1950
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1951 Tue Feb 20 20:36:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1952
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1953 * variables.cc (Fclear): Fix off-by-one error.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1954
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1955 Sat Feb 17 16:54:02 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1956
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1957 * oct-hist.cc (default_history_file): Append "/.octave_hist" to
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1958 return value, not to home_directory.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1959
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1960 Fri Feb 16 18:10:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1961
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1962 * utils.cc: (NINT, D_NINT): Move to liboctave.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1963
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1964 * sysdep.cc (octave_ieee_init): Move to liboctave.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1965
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1966 * procstream.h, procstream.cc: Rewrite.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1967
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1968 * pager.cc (cleanup_oprocstream): New static function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1969 * toplev.cc (cleanup_iprocstream): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1970 * dirfns.cc (cleanup_iprocstream): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1971
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1972 * unwind-prot.cc (matrix_cleanup, complex_matrix_cleanup): Delete.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1973
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1974 Thu Feb 15 22:03:28 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1975
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1976 * oct-obj.cc, oct-obj.h: Move most code to the header.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1977
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1978 * oct-obj.cc (make_argv, all_strings): New member functions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1979 * utils.cc: Moved from here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1980
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1981 * load-save.cc: Move byte swapping stuff to liboctave.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1982 Move float format conversion stuff to liboctave.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1983 (all_parts_int, too_large_for_float): Move to liboctave.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1984
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1985 * symtab.cc (valid_identifier): Move here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1986 * load-save.cc: From here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1987
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1988 * sysdep.cc: Move floating-point format stuff to liboctave.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1989 * pr-output.cc: Include float-fmt.h here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1990
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1991 Wed Feb 14 01:49:20 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1992
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1993 * defun.h, defun-dld.h, defun-int.h: Simplify interface for DEFUN,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1994 DEFUN_DLD, DEFVAR, and DEFCONST macros. Change all uses.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1995
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1996 * qzval.cc: Move guts to liboctave.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1997
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1998 Tue Feb 13 10:28:27 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1999
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2000 * variables.cc (parse_fcn_file): Also avoid saving history if
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2001 input is from a script file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2002
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2003 * help.cc (Ftype): Call unwind_protect_str for user_pref.ps4.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2004
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2005 * npsol.cc (nonlinear_constraints_ok): Now static.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2006
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2007 * npsol.cc (linear_constraints_ok): Now static.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2008 * qpsol.cc (linear_constraints_ok): Duplicate here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2009
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2010 * data.cc (Flinspace): Don't print usage message if nargin == 2.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2011
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2012 Sun Feb 11 14:20:32 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2013
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2014 * mk-oct-links.in: Rename from mk-oct-links.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2015 (LN_S): Use this variable instead of ln.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2016 Set -e option for shell.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2017 Exit with status of last command.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2018 Print message when making link.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2019 * Makefile.in (DISTFILES): Add mk-oct-links.in to the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2020 (install-oct): Run ./mk-oct-links, not $(srcdir)/mk-oct-links.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2021
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2022 * variables.cc (install_builtin_variables): Restore accidentally
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2023 deleted DEFVAR for save_precision.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2024
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2025 Fri Feb 9 11:24:32 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2026
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2027 * Makefile.in (INCLUDES): Delete statdefs.h from the list (it's
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2028 now in the liboctave directory).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2029
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2030 * toplev.cc (toplevel): Define here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2031 * octave.cc (toplevel): Not here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2032
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2033 * toplev.cc (main_loop): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2034 * octave.cc (main): Call it here instead of doing main loop
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2035 actions here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2036
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2037 * user-prefs.cc (do_fortran_indexing): Also set liboctave_dfi_flag.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2038 (prefer_column_vectors): Also set liboctave_pcv_flag.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2039 (prefer_zero_one_indexing): Also set liboctave_pzo_flag.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2040 (resize_on_range_error): Also set liboctave_rre_flag.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2041
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2042 * variables.cc (restore_command_history): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2043 (parse_fcn_file): Use it here in unwind_protect.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2044
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2045 * dynamic-ld.cc (load_octave_oct_file): Reverse sense of test.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2046 (load_octave_builtin): Delete.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2047 (mangle_octave_oct_file_name): Delete.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2048
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2049 * pt-fvc.cc (tree_builtin::eval): Don't try to dynamically load
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2050 functions here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2051
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2052 * pr-output.cc (set_format_style): Decrement argc for first arg too.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2053
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2054 * input.cc (gnu_readline): If readline returns an empty string,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2055 convert it to a string containing a single newline character.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2056
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2057 * octave.cc (octave_argv): Now a static string_vector.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2058 (intern_argv): Use string_vector ops, not charMatrix ops.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2059 * toplev.cc (octave_argv): Delete definition.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2060 * toplev.h (octave_argv): Delete declaration.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2061
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2062 Thu Feb 8 10:58:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2063
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2064 * Makefile.in (conf-dist): New target.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2065
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2066 Tue Feb 6 10:59:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2067
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2068 * help.cc (Ftype): Correctly handle structure names.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2069
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2070 Sun Feb 4 02:02:20 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2071
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2072 * qpsol.cc (Fqpsol): Call set_options(), not copy() to set
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2073 options for QPSOL objects.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2074
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2075 * npsol.cc (Fnpsol): Call set_options(), not copy() to set
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2076 options for NPSOL objects.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2077
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2078 * quad.cc (Fquad): Call set_options(), not copy() to set
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2079 options for Quad objects.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2080
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2081 * dynamic-ld.cc (load_octave_builtin): Don't call destructor on string.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2082 (load_octave_oct_file): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2083 Check oct_file.empty(), not just oct_file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2084
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2085 * fsolve.cc (Ffsolve): Call set_options(), not copy() to set
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2086 options for NLEqn object.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2087
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2088 * variables.cc (do_who): Properly set match patterns from argument
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2089 vector for call to maybe_list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2090
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2091 Sat Feb 3 03:29:33 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2092
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2093 * octave.cc (long_opts): Properly set second field using new enum.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2094
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2095 * lsode.cc: Change ODE to LSODE where appropriate.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2096 Use LSODE_options, not ODE_options.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2097
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2098 * dassl.cc: Change DAE to DASSL where appropriate.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2099 Use DASSL_options, not ODE_options.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2100
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2101 Fri Feb 2 01:41:37 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2102
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2103 * dirfns.cc: Include unistd.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2104
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2105 * parse.y, lex.l: Handle matrix lists without ml or mlnm stacks.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2106 * pt-mat.h, pt-mat.cc (tree_matrix):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2107 Rewrite to use SLList instead of home brew list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2108 * SLList-tm.cc: New file
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2109 * Makefile.in: Add it to the lists.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2110 * SLStack-tm.cc: Delete.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2111 * Makefile.in: Delete it from the lists.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2112
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2113 * All pt-* files: Use bool instead of int where appropriate.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2114
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2115 * Makefile.in (DEP_SOURCES_3): Add octave.cc.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2116
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2117 * pt-const.h (class tree_constant::tree_constant_rep): Make
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2118 everything in this class public, then it doesn't need to declare
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2119 the tree_constant class as a friend.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2120
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2121 Thu Feb 1 01:42:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2122
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2123 * lex.h, lex.l, parse.h, parse.y (class lexical_feedback): New
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2124 class for lexer flags. Replace lots of global vars with members
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2125 of this class.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2126
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2127 * lex.l (class brace_paren_nesting_level): New class to replace
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2128 nesting_level stack. nesting_level is now an instance of this
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2129 class.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2130
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2131 * lex.l (yum_yum): New typedef.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2132 (ATE_NOTHING): New global var.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2133 (ATE_SPACE_OR_TAB, ATE_NEWLINE): Don't #define these, declare them
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2134 as const yum_yum.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2135 (eat_whitespace, eat_continuation): Return yum_yum, not int.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2136
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2137 * lex.l (SHORT_CIRCUIT_LOGICALS): Delete. Always do this for ||
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2138 and && tokens.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2139 (yy_flex_alloc, yy_flex_realloc, yy_flex_free, next_char_is_space):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2140 Delete.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2141
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2142 * toplev.cc (verbose_flag): Delete definition.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2143 * toplev.h (verbose_flag): And declaration.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2144 * octave.cc (verbose_flag): Now static.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2145
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2146 * lex.l (lookup_identifier): Arg is now string, not char*.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2147 (handle_identifier, is_plot_keyword, is_keyword): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2148 (strip_trailing_whitespace): Return value is now string, not char*.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2149 (plot_style_token): Likewise, for both arg and return value.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2150
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2151 * input.cc (octave_gets_line): Delete.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2152 (gnu_readline, octave_gets, octave_read):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2153 Properly handle input when using_readline is either true or false.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2154 Don't limit length of input lines to flex buffer size.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2155 (get_user_input): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2156
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2157 * octave.cc (main): Handle --no-line-editing.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2158 * toplev.h (using_readline): Provide external declaration here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2159 * input.h: Not here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2160 * toplev.cc (using_readline): Define here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2161 * input.cc: Not here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2162
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2163 * toplev.h (no_line_editing): Delete declaration.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2164 * input.cc (no_line_editing): Delete definition.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2165
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2166 Wed Jan 31 05:28:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2167
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2168 * input.cc (DEFAULT_ARRAY_SIZE, PROMPT_GROWTH): Delete definitions
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2169 of unused macros.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2170 (read_octal): Now static.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2171
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2172 * givens.cc (Fgivens): Use new functions from matrix classes
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2173 instead of calling Fortran functions directly.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2174 * syl.cc (Fsyl): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2175 * expm.cc (Fexpm): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2176
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2177 Mon Jan 29 00:00:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2178
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2179 * octave.cc: Use new prog_args class instead of calling getopt
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2180 directly.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2181
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2182 * getopt.h, getopt.c, getopt1.c: Move to liboctave directory.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2183 * Makefile: Remove from lists.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2184
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2185 * utils.cc (strconcat, read_until, discard_until): Delete.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2186
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2187 * pager.cc (terminal_columns, terminal_rows): Move to
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2188 liboctave/oct-term.cc.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2189 * pager.cc, pr-output.cc: Include oct-term.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2190
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2191 * utils.cc (list_in_columns): Moved to liboctave/str-vec.cc.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2192 Change all callers to use new member function syntax.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2193
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2194 * dirfns.cc (absolute_program): Now static.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2195 (absolute_pathname): Delete.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2196
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2197 * pt-plot.cc (save_in_tmp_file): Call oct_tempnam, not
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2198 octave_tmp_file_name. Include file-ops.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2199 * file-io.cc (do_scanf, Foctave_tmp_file_name): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2200 * oct-hist.cc (mk_tmp_hist_file): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2201
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2202 * file-io.cc (Foctave_tmp_file_name): Move here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2203 * utils.cc: From here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2204
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2205 * utils.cc (octave_tmp_file_name): Move to liboctave/file-ops.cc.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2206
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2207 * tempname.c, tempnam.c: Move to liboctave directory.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2208 * Makefile.in: Remove from lists.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2209
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2210 Sun Jan 28 19:00:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2211
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2212 * xdiv.cc (all xdiv functions): Return Matrix or ComplexMatrix,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2213 not tree_constant.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2214
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2215 * oct-hist.h, oct-hist.cc, toplev.cc, octave.cc, input.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2216 file-io.cc, user-prefs.cc: Rewrite to use new command_history
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2217 class instead of calling readline history functions directly.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2218
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2219 * utils.cc (get_fcn_file_names): Delete num arg.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2220
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2221 Thu Jan 25 20:33:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2222
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2223 * load-save.cc (matches_patterns): Use new glob_match class
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2224 instead of calling fnmatch directly.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2225 * symtab.cc (matches_patterns, symbol_table::glob): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2226 * variables.cc (Fclear): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2227
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2228 Wed Jan 24 02:05:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2229
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2230 * fnmatch.h fnmatch.c: Delete.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2231 * Makefile.in: Add glob stuff in the appropriate places, remove
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2232 fnmatch.h and fnmatch.c from lists.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2233
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2234 * octave.cc (program_invocation_name, program_invocation_short_name):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2235 Maybe declare.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2236 (initialize_globals): Maybe initialize them.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2237
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2238 * octave.cc (initialize_pathsearch): Define here, not in pathsearch.cc.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2239 * pathsearch.h, pathsearch.cc: Remove files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2240 * Makefile.in: Remove them from the lists.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2241
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2242 * help.cc (simple_help): Ignore directories that don't have any .m
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2243 or .oct files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2244
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2245 * utils.cc (search_path_for_file): Use new dir_path class instead
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2246 of calling kpathsea routines directly.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2247 (get_fcn_file_names): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2248 * help.cc (simple_help): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2249
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2250 * dirfns.cc (make_absolute): Don't convert empty arg to "./".
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2251
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2252 * sysdir.h: Move to liboctave directory.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2253 * Makefile.in: Remove from lists.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2254
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2255 * dirfns.cc (Freaddir): Use new dir_entry class instead of calling
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2256 readdir directly. Include dir-ops.h, not sysdir.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2257 * utils.cc (get_fcn_file_names): Likewise. Delete unnecessary
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2258 first arg, change all callers.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2259
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2260 Tue Jan 23 00:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2261
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2262 * safe-xstat.hin, safe-xstat.cin, statdefs.h, file-ops.h,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2263 file-ops.cc, filemode.c, mkdir.c, rmdir.c, rename.c:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2264 Files moved to liboctave directory.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2265 * Makefile.in: Remove them from lists. Move appropriate rules.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2266
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2267 * acosh.c, asinh.c, atanh.c, erf.c, erfc.c, gamma.c, lgamma.c:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2268 Files moved to liboctave directory.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2269 * Makefile.in: Remove them from lists.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2270 * missing-math.h: Deleted.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2271 * pr-output.cc, sysdep.cc, minmax.cc, mappers.cc, expm.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2272 arith-ops.cc: Include oct-math.h, not cmath or missing-math.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2273
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2274 Mon Jan 22 19:33:05 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2275
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2276 * variables.cc (Fexist): Use file_stat instead of calling stat
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2277 directly. Include file-ops.h, not statdefs.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2278 * octave.cc (execute_startup_files): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2279 * file-io.cc (file_io_get_file, fopen_internal, popen_internal, Fstat):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2280 Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2281 (mk_stat_map): Likewise, use file_stat object, not struct stat.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2282 * oct-hist.cc (do_history): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2283
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2284 * file-ops.h, file-stat.cc: New files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2285 * Makefile.in: Include them.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2286 * dirfns.cc: Delete is_newer. Don't include statdefs.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2287 * toplev.cc: Don't include statdefs.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2288
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2289 Sun Jan 21 22:48:03 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2290
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2291 * pt-mvr.h, pt-fvc.h, Map.cc, Map.h, dynamic-ld.h,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2292 pt-fvc-base.cc, SLList-str.cc, pt-fcn.h, pt-fvc-base.h,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2293 SLStack-str.cc, pt-mvr.cc, pt-exp.cc, token.h, token.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2294 user-prefs.h, pt-base.cc, user-prefs.cc, dirfns.h, sysdep.h,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2295 sysdep.cc, input.h, parse.h, lex.l, parse.y, defun.h, mappers.h,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2296 pt-fvc.cc, pt-plot.h, load-save.h, octave.cc, defun-int.h, help.h,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2297 variables.h, oct-map.h, oct-obj.h, oct-obj.cc, pt-const.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2298 oct-map.cc, input.cc, symtab.h, pt-const.h, pathsearch.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2299 pr-output.h, pr-output.cc, toplev.h, timefns.cc, schur.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2300 pt-plot.cc, pager.cc, load-save.cc, dynamic-ld.cc, dirfns.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2301 data.cc, file-info.h, file-info.cc, colloc.cc, utils.h, qpsol.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2302 quad.cc, npsol.cc, lsode.cc, fsolve.cc, dassl.cc, file-io.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2303 help.cc, utils.cc, oct-hist.h, oct-hist.cc, symtab.cc, toplev.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2304 pt-fcn.cc, unwind-prot.h, unwind-prot.cc, variables.cc:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2305 Most functions in these files that deal with character strings
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2306 have been converted to use the string class insatead of char*. If
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2307 you want more detailed information, you'll have to figure it out
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2308 for yourself.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2309
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2310 Sat Jan 20 18:19:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2311
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2312 * dynamic-ld.cc [WITH_DL]: Define RTLD_LAZY to be 1 if it is not
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2313 already defined.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2314
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2315 Sun Jan 14 07:48:05 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2316
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2317 * pt-const.cc (print_as_scalar, print_as_structure):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2318 Make these member functions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2319 (tree_constant::print_with_name): New function, moved here from
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2320 old tree-expr.cc file (where it was called print_constant) and
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2321 converted to member function. Change all callers.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2322
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2323 Fri Jan 12 01:54:49 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2324
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2325 * octave.cc (initialize_globals): Don't do kpathsearch stuff here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2326 (main): Call initialize_pathsearch() here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2327
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2328 * pathsearch.cc: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2329 * Makefile.in (SOURCES): Add it to the list
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2331 * oct-hist.h: Rename from octave-hist.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2332 * oct-hist.cc: Rename from octave-hist.cc.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2333 * Makefile.in, parse.y, other .cc files: Cope with it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2334
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2335 * dynamic-ld.cc: Avoid warnings if !WITH_DYNAMIC_LINKING.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2336
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2337 * load-save.cc (save_ascii_data): string::data() returns const char*.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2338
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2339 * utils.h: Don't provide forward declaration for tree_constant.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2340
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2341 * oct-obj.h: Don't include mx-base.h or provide forward
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2342 declarations for Matrix and Range types.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2343
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2344 * file-info.h: Don't include oct-obj.h. Do include cstdio.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2345
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2346 * symtab.h: Don't provide forward declaration for ostream.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2347
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2348 * variables.h: Don't provide forward declarations for istream,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2349 ostrstream, tree, builtin_function, or builtin_variable objects.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2350
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2351 * balance.cc, chol.cc, colloc.cc, dassl.cc, det.cc, eig.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2352 expm.cc, fft.cc, fft2.cc, filter.cc, find.cc, fsolve.cc, fsqp.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2353 givens.cc, hess.cc, ifft.cc, ifft2.cc, inv.cc, log.cc, lpsolve.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2354 lsode.cc, lu.cc, minmax.cc, npsol.cc, pinv.cc, qpsol.cc, qr.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2355 quad.cc, qzval.cc, rand.cc, schur.cc, sort.cc, svd.cc, syl.cc:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2356 Clean up #include statements.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2357
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2358 * pt-const.h: Don't include oct-obj.h or tree-base.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2359 Provide forward declaration of Octave_object here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2360 * pt-const.cc: Include oct-obj.h here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2361
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2362 * pt-mat.h, pt-fcn.h, pt-const.h, pt-misc.h, pt-plot.h,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2363 pt-exp-base.h, pt-cmd.h, pt-fvc-base.h, pt-mvr-base.h, pt-exp.h,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2364 pt-mvr.h, pt-fvc.h: New files, split from tree-expr.h and/or
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2365 renamed from other tree-*.h files (pt == parse tree).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2366 * pt-base.cc, pt-const.cc, pt-exp.cc, pt-fvc-base.cc, pt-mat.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2367 pt-mvr-base.cc, pt-plot.cc, pt-cmd.cc, pt-exp-base.cc, pt-fcn.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2368 pt-fvc.cc, pt-misc.cc, pt-mvr.cc: Likewse, split from tree-expr.cc
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2369 and/or other tree-*.cc files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2370 * Makefile.in: Include them in the appropriate lists.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2371 * All: Fix #include statements to match.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2372
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2373 * Array-tc.cc: Don't instantiate ArrayRep objects.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2374
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2375 Thu Jan 11 02:35:19 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2376
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2377 * tree-const.cc (tree_constant::eval (int, int, const Octave_object&)):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2378 Define here instead of in tree-const.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2379
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2380 Wed Jan 10 04:34:20 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2381
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2382 * tree-const.h (tree_constant::tree_constant (const string&):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2383 * tree-const.cc (TC_REP::tree_constant_rep (const string&)):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2384 New constructor.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2385
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2386 Tue Jan 9 04:10:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2387
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2388 * rand.cc (do_rand): Use string_value() result directly instead of
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2389 c_str() conversion.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2390 * balance.cc (Fbalance): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2391
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2392 * tree-const.cc (TC_REP::string_value()):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2393 Handle new definition of charMatrix::row_as_string()
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2394 * load-save.cc (save_ascii_data): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2395 (save_binary_data): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2396 * pr-output.cc (octave_print_internal): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2397
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2398 * balance.cc (Fbalance):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2399 Handle new definition of TC_REP::string_value()
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2400 * colloc.cc (Fcolloc): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2401 * dassl.cc (Fdassl_options): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2402 * data.cc (Fstruct_contains): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2403 * dirfns.cc (Fmkdir): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2404 (Freaddir): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2405 (Frmdir): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2406 (Frename): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2407 * error.cc (handle_message): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2408 * file-io.cc (process_printf_format): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2409 (fopen_internal): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2410 (file_io_get_file): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2411 (return_valid_file): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2412 (Flstat): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2413 (Fstat): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2414 (unlink_internal): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2415 (mkfifo_internal): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2416 (async_system_internal): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2417 (sync_system_internal): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2418 (execute_internal): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2419 (popen_internal): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2420 (fwrite_internal): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2421 (fread_internal): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2422 (do_printf): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2423 (do_scanf): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2424 * input.cc (get_user_input): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2425 * lsode.cc (Flsode_options): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2426 * npsol.cc (Fnpsol_options):Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2427 * qpsol.cc (Fqpsol_options):Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2428 * quad.cc (Fquad_options): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2429 * rand.cc (do_rand): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2430 * schur.cc (Fschur): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2431 * sysdep.cc (Fputenv): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2432 (Fgetenv): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2433 * timefns.cc (extract_tm): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2434 (Fstrftime): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2435 * toplev.cc (Fsource): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2436 (eval_string): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2437 (Fsystem): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2438 * tree-plot.cc (subplot::handle_plot_data): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2439 * variables.cc (is_valid_function): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2440 (Fis_global): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2441 (Fexist): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2442 (builtin_string_variable): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2443 * utils.cc (make_argv): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2444 (Fundo_string_escapes): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2445
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2446 Mon Jan 8 01:54:50 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2447
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2448 * Makefile.in (install-bin): Use $(LN_S), not just ln.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2449
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2450 * variables.cc (octave_fcn_file_dir): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2451 * tree-expr.cc (mark_as_system_fcn_file): Use it instead of
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2452 octave_lib_dir.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2453
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2454 * Makefile.in (clean): If $(SHARED_LIBS), also remove shared libs.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2455
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2456 * pr-output.cc (set_format (const ComplexMatrix&, int&, int&)):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2457 Unconditionally call all_elements_are_int_or_inf_or_nan().
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2458 (set_format (const Matrix&, int&, int&)): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2459
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2460 Sun Jan 7 19:12:39 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2461
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2462 * utils.cc (oct_putenv): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2463 * sysdep.cc (Fputenv): Use oct_putenv.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2464 * octave.cc (initialize_globals): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2465
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2466 Sat Jan 6 23:22:37 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2467
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2468 * sysdep.cc (Fputenv): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2469
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2470 * input.cc (initialize_readline): Call rl_initialize() here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2471
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2472 * octave.cc: Conditionally define atexit to be on_exit here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2473 * toplev.cc: Not here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2474
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2475 Fri Jan 5 14:01:02 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2476
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2477 * toplev.cc: Don't include <pwd.h> here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2478
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2479 * octave-hist.cc, tree-plot.cc, utils.cc: Do include "sysdep.h".
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2480
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2481 * dirfns.cc, file-io.cc, help.cc, load-save.cc, octave.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2482 octave-hist.cc, tree-plot.cc, utils.cc:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2483 Don't include <readline/tilde.h>.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2484 * sysdep.h: Do include it here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2485
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2486 * tree-const.cc (TC_REP::assign (tree_constant&, Octave_object&)):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2487 If we have a matrix or range, call maybe_mutate before returning.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2488
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2489 Sun Dec 31 15:56:18 1995 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2490
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2491 * npsol.cc (Fnpsol): Improve doc string.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2492 * qpsol.cc (Fqpsol): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2493
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2494 Fri Dec 29 21:46:58 1995 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2495
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2496 * defun-dld.h: Make work again for OCTAVE_LITE and
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2497 WITH_DYNAMIC_LINKING.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2498
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2499 * Makefile.in: Handle shared libraries.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2500
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2501 Wed Dec 27 17:47:51 1995 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2502
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2503 * mk-oct-links: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2504 * Makefile.in (install-oct): Use it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2505 * f-*.cc: Rename to *.cc.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2506
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2507 * Makefile.in (install-bin, install-lib, install-oct): New targets.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2508 (install): Use them.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2509
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2510 Tue Dec 26 21:38:22 1995 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2511
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2512 * toplev.cc (reading_startup_message_printed): Move initialization
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2513 here and make extern.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2514
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2515 * dirfns.cc, dynamic-ld.cc, help.cc, input.cc, octave-hist.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2516 octave.cc, sighandlers.cc, sysdep.cc, tree-expr.cc, tree-misc.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2517 utils.cc, variables.cc, parse.y, lex.l: Include toplev.h instead
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2518 of octave.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2519 * toplev.h: rename from octave.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2520
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2521 * octave.cc (main): Delete unused variable saved_sigint_handler.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2522
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2523 Sun Dec 24 00:26:54 1995 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2524
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2525 * dynamic-ld.cc: Massive re-write to handle dlopen/dlsym and
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2526 shl_load/shl_findsym methods of dynamic linking.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2527
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2528 * utils.cc (get_fcn_file_names): Check for .oct files if
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2529 WITH_DYNAMIC_LINKING, not WITH_DLD.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2530
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2531 * Makefile.in (LIB, TERMLIBS): Substitute values.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2532 (octave): Add $(LIBS) to link command and use $(TERMLIBS) instead
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2533 of -ltermcap.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2534
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2535 Sat Dec 23 21:56:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2536
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2537 * dynamic-ld.h, dynamic-ld.cc: Remove old unused code.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2538
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2539 * variables.cc (load_fcn_from_file):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2540 Always call load_octave_oct_file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2541
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2542 Wed Dec 20 00:56:57 1995 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2543
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2544 * pr-output.cc (set_real_format, set_real_matrix_format,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2545 set_complex_format, set_complex_matrix_format, set_range_format):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2546 New functions. Ensure the count of the digits to the right of the
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2547 decimal point is positive.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2548
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2549 * xpow.cc (xpow (const Matrix&, double)): Print warning if
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2550 inverting singular matrix (but return value anyway, in the name of
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2551 compatibility).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2552 xpow (const ComplexMatrix&, double)): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2553
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2554 * f-inv.cc (Finv): If matrix is singular, return result anyway, in
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2555 the name of compatibility.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2556
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2557 * symtab.cc (symbol_record::pop_context):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2558 Don't assert (! context.empty ()).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2559
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2560 * tree-const.cc (TC_REP::char_matrix_value): Don't complain about
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2561 type conversion if object is an empty matrix.f
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2562 (TC_REP::assign): If rhs is a string, don't convert to numeric
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2563 type if rhs is empty or "".
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2564 Only widen if rhs is not empty.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2565 Don't return 0x0 char_matrix if it is supposed to be a string.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2566
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2567 * arith-ops.h, mappers.h, pr-output.h, xdiv.h, xpow.h: Include
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2568 oct-cmplx.h in place of forward declaration for class Complex.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2569
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2570 * pr-output.cc, mappers.cc, arith-ops.cc, xdiv.cc, xpow.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2571 utils.cc: Include "oct-cmplx.h" instead of <Complex.h>.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2572
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2573 * octave.cc (initialize_error_handlers): Don't call
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2574 set_Complex_error_handler().
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2575 (octave_Complex_error_handler): Delete unused function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2576 Delete declaration for set_Complex_error_handler().
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2577
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2578 * sighandlers.cc (catch_interrupts): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2579 * octave.cc (main): Call catch_interrupts() instead of calling
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2580 octave_set_signal_handler() directly.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2581
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2582 Tue Dec 19 03:22:37 1995 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2583
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2584 * variables.cc (looks_like_octave_copyright): Also recognize the
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2585 string " This program is free software".
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2586
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2587 Thu Dec 14 01:54:06 1995 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2588
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2589 * octave-hist.cc (clean_up_history): Only write history file if
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2590 user_pref.saving_history.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2591
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2592 * octave-hist.cc (initialize_history, clean_up_history,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2593 do_history): Perform tilde expansion on history file name.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2594
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2595 * octave.cc (main): Check `defined (HAVE_ON_EXIT)' not just
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2596 `(HAVE_ON_EXIT)'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2597
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2598 * user-prefs.h (user_preferences): New fields, `history_file' and
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2599 `history_size'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2600 * user-prefs.cc (init_user_prefs): Initialize them.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2601 (sv_history_file, history_size): New functions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2602 * variables.cc (install_builtin_variables): Initialize user-level
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2603 variables history_file and history_size.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2604 * octave-hist.cc (default_history_size): Now extern.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2605 (default_history_file): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2606 (octave_hist_size, octave_hist_file): Use user preference
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2607 variables instead.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2608 * octave.cc (main): Call initialize_history after
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2609 execute_startup_files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2610
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2611 Fri Dec 8 15:53:59 1995 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2612
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2613 * user-prefs.h (user_preferences): New field, `saving_history'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2614 * user-prefs.cc (init_user_prefs): Initialize it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2615 (saving_history): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2616 * variables.cc (install_builtin_variables): Initialize user-level
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2617 variable saving_history.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2618 * octave.cc (parse_and_execute): Don't reset value of
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2619 saving_history here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2620 (main) Use user_pref.saving_history instead of saving_history.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2621 * variables.cc (parse_fcn_file): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2622 * octave-hist.cc (maybe_save_history): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2623 Don't save history if input_from_startup_file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2624
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2625 Mon Nov 27 23:05:52 1995 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2626
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2627 * resource.cc: Include systime.h before <sys/resource.h>.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2628
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2629 Tue Nov 14 14:09:40 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2630
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2631 * error.cc: Include cstring.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2632
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2633 * tree-expr.cc (print_code): Decrement indent level after printing
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2634 function body.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2635
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2636 * Makefile.in: Remove references to oct-str.cc, oct-str.h, and
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2637 Array-string.cc.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2638
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2639 * tree-const.h: Don't include oct-str.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2640
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2641 Mon Nov 6 11:16:49 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2642
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2643 * parse.y (make_plot_command, finish_colon_expression,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2644 make_unwind_protect, make_try_command, make_for_command,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2645 make_break_command, make_continue_command, make_return_command,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2646 start_if_command, finish_if_command, make_elseif_clause,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2647 make_simple_assignment, make_multi_val_ret, start_function_def,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2648 frob_function_def, finish_function_def, start_matrix,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2649 finish_matrix): New functions. Use them in the grammar to clean
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2650 things up a bit. Possibly convert matrix lists, colon
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2651 expressions, binary expressions, and unary expressions to constant
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2652 values.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2653 (tree_matrix_type): Delete.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2654 (simple_expr1): Handle all expression stuff here, including
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2655 assignments.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2656 (simple_expr): Just check to see that simple_expr1 produced
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2657 something useful.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2658
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2659 * tree-plot.cc, tree-plot.h: Move most simple constructors to the
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2660 header file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2661
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2662 * tree-expr.h (tree_expression::is_constant): Move virtual
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2663 function definition here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2664 (tree_fvc::is_constant): From here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2665 (tree_expression::is_matrix_constant): New virtual function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2666 (tree_expression::is_range_constant): New virtual function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2667 * tree-expr.cc (tree_matrix::is_matrix_constant): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2668 * tree-expr.cc (tree_colon_expression::is_range_constant): New
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2669 function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2670
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2671 Fri Nov 3 03:42:04 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2672
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2673 * utils.cc, utils.h (jump_to_top_level): Declare as extern "C".
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2674
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2675 * tree-const.h (tree_constant::eval ()): Only mutate if printing.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2676
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2677 * tree-const.cc (TC_REP::tree_constant_rep (const Complex&),
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2678 TC_REP::tree_constant_rep (const ComplexMatrix&),
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2679 TC_REP::tree_constant_rep (const ComplexDiagMatrix&),
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2680 TC_REP::tree_constant_rep (const ComplexRowVector&),
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2681 TC_REP::tree_constant_rep (const ComplexColumnVector&)):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2682 Also check to see if we can convert to scalar_constant, not just
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2683 complex_scalar_constant.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2684
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2685 * user-prefs.h (user_preferences): New field, `exec_path'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2686 * user-prefs.cc (init_user_prefs): Initialize it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2687 (sv_exec_path): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2688 * variables.cc (install_builtin_variables): Add DEFUN for EXEC_PATH.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2689 (default_exec_path): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2690 * octave.cc (exec_path): New global variable.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2691 Don't set and putenv() exec path here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2692 (long_opts): Add --exec-path option.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2693 (main): Handle it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2694 (initialize_globals): Set default value here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2695
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2696 * user-prefs.h (user_preferences): New field, `info_prog'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2697 * user-prefs.cc (init_user_prefs): Initialize it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2698 (sv_info_prog): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2699 * variables.cc (install_builtin_variables): Add DEFUN for INFO_PROGRAM.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2700 (default_info_prog): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2701 * octave.cc (info_prog): New global variable.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2702 (initialize_globals): Set default value here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2703 (long_opts): Add --info-prog option.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2704 (main): Handle it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2705 * help.cc (try_info): Use user_pref.info_prog here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2706
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2707 * octave.cc (initialize_globals): Put arch_dir and bin_dir ahead
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2708 of shell_path when resetting PATH.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2709
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2710 Thu Nov 2 04:30:13 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2711
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2712 * f-rand.cc (Frandn): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2713 (do_initialization): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2714 (do_rand): New function for doing the real work.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2715 (Frand): Use it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2716
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2717 * octave.cc (parse_and_execute): New arg, warn_for. If given,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2718 print message if file cannot be opened.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2719 Set curr_fcn_file_full_name here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2720 (Fsource): Pass extra arg to parse_and_execute to get warning message.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2721
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2722 * tree-const.h: Handle line and column info for double, Complex,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2723 and char* constants.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2724
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2725 * parse.y (maybe_convert_to_ans_assign): Pass along line and
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2726 column info from expression.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2727
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2728 * parse.y (make_constant): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2729 (simple_expr1, word_list): Use it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2730
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2731 * input.cc, input.h (curr_fcn_file_full_name): New global.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2732 * variables.cc (load_fcn_from_file): Set it here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2733 * parse.y (func_def2, yyerror, maybe_warn_missing_semi): Use it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2734 (func_def2): If !reading_fcn_file, don't call strcmp if
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2735 curr_fcn_file_name is 0.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2736
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2737 * octave.cc (Fsource): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2738 (parse_and_execute): Declare file name const char *.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2739 * input.cc (get_input_from_file): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2740
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2741 Wed Nov 1 13:54:34 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2742
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2743 * f-filter.cc: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2744 * Makefile.in (DLD_SRC): Add it to the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2745
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2746 * sysdep.h (gethostname): Change declaration to match definition
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2747 in sysdep.cc.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2748
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2749 * resource.cc: Include sysdep.h here, for octave_NaN.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2750
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2751 Tue Oct 31 02:12:18 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2752
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2753 * tree-const.cc (TC_REP::assign): After converting rhs to a
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2754 numeric type, use the converted value, not the original.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2755
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2756 * dirfns.cc (Fpwd): If nargout == 0, print the directory name
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2757 instead of returning it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2758
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2759 * pager.cc (maybe_page_output): Call maybe_write_to_diary_file here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2760 (flush_output_to_pager): Not here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2761
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2762 Mon Oct 30 23:39:43 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2763
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2764 * variables.cc (install_builtin_commands): Add DEFVAR for
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2765 echo_executing_commands.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2766
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2767 * octave-hist.cc (do_edit_history): Handle new echo stuff.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2768 * variables.cc (parse_fcn_file): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2769 * octave.cc (parse_and_execute): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2770 (main): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2771 * input.cc (do_input_echo):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2772 (Fecho): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2773
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2774 * tree-expr.cc (tree_function::print_code_function_header,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2775 tree_function::print_code_function_trailer): New functions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2776 (tree_function::print_code): Use them.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2777 (tree_function::eval): Likewise, if echoing commands.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2778 * tree-misc.cc (tree_statement::maybe_echo_code): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2779
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2780 * user-prefs.h (user_preferences): New field, echo_executing_commands.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2781 (echo_state): New enum, for various types of echoing we do.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2782 * user-prefs.cc (echo_executing_commands): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2783
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2784 * tree-base.cc (print_code_indent): Print PS4 as line prefix.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2785 * help.cc (Ftype): Add unwind_protect for ps4 and set it to ""
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2786 before printing code.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2787
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2788 * tree-misc.h (tree_statement_list): New field, function_body.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2789 (tree_statement_list::mark_as_function_body): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2790 * parse.y (func_def3): Mark function bodies.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2791
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2792 * pr-output.cc (octave_print_internal): Undo string escapes when
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2793 printing charMatrix as strings.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2794
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2795 Sat Oct 28 17:38:29 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2796
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2797 * utils.h (undo_string_escapes): Add missing const in declaration.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2798
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2799 Fri Oct 27 03:49:44 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2800
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2801 * file-io.cc (next_available_file_number): New stack for keeping
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2802 track of next available file number.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2803 (get_next_avail_file_num): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2804 (fopen_file_for_user, fopen_internal, popen_internal,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2805 execute_internal): Use it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2806
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2807 Mon Oct 23 07:00:09 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2808
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2809 * tree-const.cc (TC_REP::convert_to_matrix_type,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2810 tree_constant::convert_to_matrix_type): New arg, make_complex.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2811 (TC_REP::set_index): New arg, rhs_is_complex. Pass it to
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2812 convert_to_matrix_type.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2813 (TC_REP::assign): Pass rhs.is_complex_type() to set_index.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2814
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2815 Thu Oct 19 00:38:38 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2816
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2817 * xpow.cc: Include <climits>.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2818
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2819 * sysdep.cc (Fpause): Do pause even if not interactive.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2820
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2821 * tree-const.cc (TC_REP::assign): Don't make RHS numeric if both
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2822 RHS and LHS are strings.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2823
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2824 Wed Oct 18 22:19:16 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2825
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2826 * f-expm.cc (Fexpm): Avoid taking log of negative number. Also,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2827 don't unnecessarily divide the input matrix by 1.0.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2828
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2829 * input.cc (decode_prompt_string): Recognize \[ and \] too.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2830 (initialize_readline): Bind M-p to history-search-backward and M-n
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2831 to history-search-forward.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2832
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2833 Tue Oct 17 04:31:06 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2834
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2835 * xpow.cc (xpow): Handle integer powers better for complex^double.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2836 (elem_xpow): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2837
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2838 * lex.l ({CCHAR}): If nesting_level.top() is BRACE, return ';',
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2839 not '\n'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2840
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2841 Mon Oct 16 19:03:45 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2842
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2843 * help.cc (Fwhich): Fix doc string.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2844
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2845 * variables.cc (Fexist): Update doc string.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2846
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2847 Sun Oct 15 22:19:16 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2848
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2849 * Another massive set of changes to support character matrices
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2850 with indexing. The Octave_str_object class is no longer used.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2851 Anything having to do with Octave_str_object in the following
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2852 files has been changed to use charMatrix instead: octave.h,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2853 load-save.cc, octave.cc, strfns.cc, data.cc, pr-output.h,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2854 pr-output.cc, tree-const.h, dirfns.cc, tree-const.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2855 tree-expr.cc.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2856
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2857 Sat Oct 14 22:28:18 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2858
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2859 * f-sort.cc (mx_sort): Don't attempt to sort vectors that have
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2860 only one element, or matrices that have only one row.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2861
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2862 Thu Oct 12 02:16:58 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2863
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2864 * mappers.cc (install_mapper_functions): Add gammaln as an alias
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2865 for lgamma.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2866
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2867 * tree-const.h, tree-const.cc: Massive overhaul of indexing and
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2868 indexed assignment functions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2869 * tc-inlines.h, tc-rep.h: Remove files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2870 * Makefile.in: Remove mention of them here too.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2871
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2872 * Makefile.in: Include $(TI_SRC) in DEP_SOURCES_3, not
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2873 $(TI_SOURCES).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2874 Include $(DLD_SRC) in DEP_SOURCES_3.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2875 Include $(TI_SRC) in DEF_FILES_5.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2876
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2877 Wed Oct 11 01:26:18 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2878
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2879 * Makefile.in (INCLUDES): Remove tc-inlines.h and tc-rep.h from
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2880 the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2881
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2882 Mon Oct 9 08:31:04 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2883
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2884 * lex.l (next_token_is_bin_op): Do match `.+', `.*', etc.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2885
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2886 Sun Oct 8 18:19:56 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2887
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2888 * idx-vector.h, idx-vector.cc: Delete files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2889 * Makefile.in (SOURCES, INCLUDES): Remove them from lists.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2890
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2891 Fri Oct 6 00:52:06 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2892
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2893 * f-svd.cc (Fsvd): If nargout == 0 or nargout == 1, don't ask for
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2894 U and V.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2895
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2896 Wed Oct 4 00:04:57 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2897
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2898 * f-npsol.cc (Fnpsol, Fnpsol_options): Avoid unused variable
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2899 warnings if NPSOL_MISSING.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2900 * f-qpsol.cc (Fqpsol, Fqpsol_options): Likewise for QPSOL_MISSING.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2901
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2902 * Makefile.in (DISTFILES): Add octave.gperf.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2903
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2904 * lex.l (next_token_is_bin_op): Don't ever return true for `.'
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2905 since that causes problems with things like [ .1 .1 ].
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2906
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2907 Tue Oct 3 05:30:24 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2908
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2909 * variables.cc (is_valid_function): Avoid setting error_state if
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2910 argument is not a string.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2911
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2912 * parse.y (maybe_warn_missing_semi): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2913 (list1, list): Call it if statement not terminated by semicolon.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2914 * tree-misc.h (tree_statement::line, tree_statement::column):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2915 New functions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2916 * octave.cc (input_from_command_line_file): New global variable.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2917 (main): Set it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2918 (parse_and_execute): Unwind-protect it and set it to zero.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2919 (eval_string): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2920 * variables.cc (parse_fcn_file): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2921
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2922 * user-prefs.cc (warn_missing_semicolon): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2923 * user-prefs.h (user_preferences): New field, warn_missing_semicolon.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2924 * variables.cc (install_builtin_variables): DEFVAR it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2925
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2926 * tree-expr.cc (tree_expression::is_logically_true): Actually use
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2927 argument.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2928
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2929 Mon Oct 2 19:55:48 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2930
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2931 * variables.cc (install_builtin_variables): Reduce the default
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2932 value of save_precision to 15.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2933
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2934 * variables.cc (builtin_real_scalar_variable): Return 1 for
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2935 success, 0 for failure.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2936
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2937 * user-prefs.cc (struct_levels_to_print, set_save_precision,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2938 set_output_max_field_width, set_output_precision):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2939 Change sense of test for builtin_real_scalar_variable return value.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2940 (check_preference): Rename from check_str_pref. Change all callers.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2941 Accept value of 0 to be the same as "false" and nonzero to be the
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2942 same as "true".
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2943 Delete val to avoid memory leak.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2944 * variables.cc (install_builtin_variables): Change initial values
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2945 from "true" to 1, "false" to 0.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2946
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2947 * variables.cc (install_builtin_variables): Add DEFVAR for
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2948 gnuplot_has_multiplot.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2949
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2950 * user-prefs.h (user_preferences): New field,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2951 `gnuplot_has_multiplot'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2952 * user-prefs.cc (init_user_prefs): Initialize it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2953 (gnuplot_has_multiplot): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2954
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2955 Sat Sep 30 16:52:57 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2956
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2957 * oct-gperf.h, octave.gperf: Newfiles.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2958 * Makefile.in (DISTFILES): Add octave.gperf.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2959 (INCLUDES): Add oct-gperf.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2960 (oct-gperf.h): New rule.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2961 (local-dist, dist): Depend on oct-gperf.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2962 * lex.l (is_keyword): Use perfect hash function to lookup
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2963 keywords.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2964
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2965 Fri Sep 29 04:36:04 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2966
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2967 * version.h (OCTAVE_NAME_AND_VERSION): Add TARGET_HOST_TYPE to this.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2968
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2969 Thu Sep 28 00:03:51 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2970
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2971 * tree-expr.cc (tree_expression::is_logically_true): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2972 * tree-cmd.cc (tree_while_command::eval): Use it instead of
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2973 handling the test directly here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2974 * tree-misc.cc (tree_if_clause::eval): Likewise
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2975
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2976 * tree-const.cc (TC_REP::force_numeric): Don't try to print value
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2977 of str_obj with %s.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2978
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2979 * error.cc (buffer_error_messages): Rename from
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2980 suppress_octave_error_messages.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2981 (error_message_buffer): New global variable.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2982 (verror): Handle buffering of messages.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2983 (handle_message): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2984 (Ferror, Fwarning, Fusage): Use it instead of duplicating code.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2985
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2986 * octave.cc (Feval): Buffer error messages instead of supressing them.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2987
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2988 * lex.l (is_keyword): Recognize `try', `catch', and `end_try_catch'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2989 * parse.y (TRY, CATCH): New tokens.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2990 (command): Recognize try-catch block.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2991 (end_error): Add cases for unwind_protect_end and try_catch_end.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2992 * token.h (end_tok_type): New field, try_catch_end.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2993 * tree-cmd.h, tree-cmd.cc (tree_try_catch): New class.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2994 * variables.cc (bind_global_error_variable): New Function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2995 (clear_global_error_variable): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2996 (install_builtin_variables): Add DEFCONST for __error_text__.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2997 * help.cc (keywords): Add `try', `catch', and `end_try_catch'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2998
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2999 * tree-cmd.cc (tree_unwind_protect::eval): Undo previous change.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3000
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3001 * dirfns.cc (Freaddir, Fmkdir, Frmdir):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3002 Do tilde expansion on the argument.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3003
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3004 Tue Sep 26 00:10:29 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3005
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3006 * f-dassl.cc, f-fsolve.cc, f-lsode.cc, f-npsol.cc, f-quad.cc:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3007 Don't try to figure out if the user-supplied functions take the
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3008 correct number of arguments. Simply let the call fail.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3009 * variables.cc (takes_correct_nargs): Delete unused function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3010 * tree-expr.cc (tree_builtin::eval): Don't complain for too many
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3011 arguments to mapper functions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3012 * tree-expr.h, tree-expr.cc (tree_builtin, tree_function, tree_fvc):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3013 Delete unused function max_expected_args.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3014
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3015 * defun.h (DEFUN): Delete unnecessary args nargin_min and nargout_max.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3016 New arg unused_arg_flags.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3017 (DEFUN_TEXT): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3018 * defun-dld.h (DEFUN_DLD_BUILTIN): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3019 * defun-int.h (DEFUN_INTERNAL, DECLARE_FUN, DEFINE_FUN_STRUCT):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3020 Do the real work.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3021
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3022 * data.cc, dirfns.cc, dynamic-ld.cc, error.cc, f-balance.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3023 f-chol.cc, f-colloc.cc, f-dassl.cc, f-det.cc, f-eig.cc, f-expm.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3024 f-fft.cc, f-fft2.cc, f-find.cc, f-fsolve.cc, f-fsqp.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3025 f-givens.cc, f-hess.cc, f-ifft.cc, f-ifft2.cc, f-inv.cc, f-log.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3026 f-lpsolve.cc, f-lsode.cc, f-lu.cc, f-minmax.cc, f-npsol.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3027 f-pinv.cc, f-qpsol.cc, f-qr.cc, f-quad.cc, f-qzval.cc, f-rand.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3028 f-schur.cc, f-sort.cc, f-svd.cc, f-syl.cc, file-io.cc, help.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3029 input.cc, lex.l, load-save.cc, mappers.cc, octave-hist.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3030 octave.cc, octave.h, pager.cc, pr-output.cc, resource.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3031 sighandlers.cc, strfns.cc, sysdep.cc, timefns.cc, token.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3032 tree-const.cc, tree-expr.cc, tree-expr.h, tree-plot.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3033 unwind-prot.cc, unwind-prot.h, utils.cc, variables.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3034 variables.h, version.h, xdiv.cc:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3035 Avoid unused variable warnings.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3036
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3037 * tree-expr.h (tree_oct_obj::print_value (ostream&)):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3038 Delete name of unused arg.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3039 (tree_fvc::save (ostream&, int, int): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3040
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3041 * tree-const.h (tree_constant::tree_constant (magic_colon)):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3042 Delete name of unused arg.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3043 (tree_constant::tree_constant (all_va_args)): Likewise
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3044 (ColumnVector vector_value (int, int)): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3045 (ComplexColumnVector vector_value (int, int)): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3046 (Octave_object::eval (int, int, const Octave_object&): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3047
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3048 * octave.cc (execute_startup_files): Look for octaverc first in
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3049 site/m, then in $(version)/m.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3050 * variables.cc (get_local_site_defaults): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3051 * defaults.h.in (OCTAVE_LOCALFCNFILEDIR, OCTAVE_LOCALSTARTUPFILEDIR):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3052 New macros.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3053 * Makefile.in (defaults.h): Also substitute ${localfcndir}.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3054
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3055 Mon Sep 25 17:01:03 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3056
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3057 * variables.cc (install_builtin_variables): Add DEFCONST for "e".
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3058
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3059 Fri Sep 22 02:18:45 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3060
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3061 * dirfns.cc (Fls): Delete ls_command after using it, not before.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3062
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3063 * input.h, input.cc (gnu_readline): Don't declare gnu_readline
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3064 `extern "C"'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3065
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3066 * sysdep.h: Only declare gethostname if it is missing, then don't
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3067 declare it `extern "C"'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3068
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3069 * dirfns.cc: Don't declare strerror().
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3070
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3071 * input.cc (command_generator): Use malloc, not xmalloc. Don't
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3072 declare xmalloc.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3073 (gnu_readline): Don't declare this `extern "C"'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3074
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3075 * octave-hist.cc: Don't declare history_get(). It is now in
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3076 readline/history.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3077
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3078 * input.cc: Don't declare history_get(). It is now in
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3079 readline/readline.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3080
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3081 * resource.cc: Don't surround include of sys/resource.h in
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3082 `extern "C" { }'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3083
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3084 * fnmatch.h [__cplusplus]: Surround contents in `extern "C" { }'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3085 * load-save.cc, symtab.cc, variables.cc: Don't surround
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3086 fnmatch.h include in `extern "C" { }'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3087
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3088 * help.cc: Don't #undef __FUNCTION_DEF before including
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3089 readline/tilde.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3090
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3091 * dirfuns.cc, file-io.cc, help.cc, load-save.cc, octave-hist.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3092 sysdep.cc, tree-plot.cc, utils.cc, variables.cc:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3093 Don't surround readline includes in `extern "C" { }'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3094
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3095 * sysdep.cc: Move all include statements to top of file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3096
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3097 Tue Sep 19 01:58:21 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3098
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3099 * octave.cc (Fsystem): Use iprocstream *, and unwind_protect it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3100 * pager.cc (flush_output_to_pager): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3101 * dirfns.cc (Fls): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3102 * tree-plot.cc (plot_stream): Now a pointer.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3103 (open_plot_stream): Deal with it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3104 (send_to_plot_stream, cleanup_tmp_files, do_external_plotter_cd):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3105 Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3106
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3107 * procstream.cc (cleanup_iprocstream, cleanup_oprocstream):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3108 New functions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3109
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3110 * procstream.h, procstream.cc (class iprocstream, class oprocstream):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3111 Keep track of pbuf. Initialize it to 0 in default constructors,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3112 delete it in destructor. Don't call close in destructor.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3113
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3114 * sighandlers.cc (octave_set_signal_handler): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3115 Use this name instead of signal everywhere.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3116 * help.cc (try_info): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3117 * pager.cc (flush_output_to_pager): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3118 * octave.cc (main): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3119 * octave-hist.cc (do_edit_history): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3120
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3121 * input.cc (initialize_readline): Set rl_paren_string_delimiters
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3122 to avoid treating single quotes as string delimiters when doing
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3123 paren matching.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3124
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3125 * Makefile.in (SOURCES): Don't list Map.cc or SLStack.cc here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3126
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3127 * tree-const.cc: Do include utils.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3128
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3129 * sysdep.cc: Don't surround terminal includes in extern "C".
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3130 Include them before readline.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3131
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3132 * Map.h: Don't include utils.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3133 (CHNode::CHNode (const char*, const C&, CHNode *t):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3134 Do strsave() inline.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3135
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3136 * input.cc (generate_possible_completions): Generate name list
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3137 even when text == 0.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3138 (operate_and_get_next): Don't declare history_stifled, call
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3139 history_is_stifled () instead.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3140 Don't declare history_length, or max_input_history either.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3141 Check (where >= history_length - 1) too, as in recent versions of
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3142 bash.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3143
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3144 * user-prefs.h (user_prefs): New field, `completion_append_char'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3145 * user-prefs.cc (init_user_prefs): Initialize it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3146 (sv_completion_append_char): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3147 * variables.cc (install_builtin_variables): Install
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3148 completion_append_char.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3149 * input.cc (command_generator): Use it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3150
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3151 * SLList-expr.cc, SLList-misc.cc, SLList-plot.cc, SLList-tc.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3152 DLList-fi.cc: Include config.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3153 * DLList-fi.cc: Include file-info.h, not file-io.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3154
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3155 Mon Sep 18 11:01:24 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3156
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3157 * octave.h (clean_up_and_exit): Tag with NORETURN instead of using
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3158 typedef trick.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3159 * error.h (panic): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3160 * utils.h (jump_to_top_level): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3161
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3162 * file-io.h: Protect from multiple includes with octave_file_io,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3163 not octave_files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3164
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3165 * file-info.h (class file_info): Convert to using std C++ string
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3166 class from char *.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3167 * file-info.cc: Likewise. Don't include utils.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3168 * file-io.cc (return_valid_file, fopen_file_for_user,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3169 fflush_internal, do_scanf): Use operator ==, not strcmp.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3170 (close_files): Call error with file.name ().data (),
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3171 not file.name ().
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3172 (freport_internal): Call form with file.mode ().data () and
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3173 file.name ().data ().
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3174
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3175 * file-io.cc, file-io.h: Extract file_info class.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3176 * file-info.cc, file-info.h: New files for file_info class.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3177
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3178 * user-prefs.h (user_prefs): New field, `beep_on_error'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3179 * user-prefs.cc (init_user_prefs): Initialize it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3180 (beep_on_error): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3181 * variables.cc (install_builtin_variables): Install beep_on_error.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3182 * octave.cc (maximum_braindamage): Set beep_on_error to "true".
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3183 * error.cc (verror): Conditionally beep.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3184 (error): Don't reset error_state until after verror is called.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3185
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3186 Sun Sep 17 16:41:25 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3187
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3188 * load-save.cc (read_mat_binary_data, read_ascii_data,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3189 save_ascii_data, read_binary_data, save_binary_data):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3190 Handle string arrays.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3191
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3192 Fri Sep 15 00:24:19 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3193
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3194 * user-prefs.cc (struct_levels_to_print,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3195 set_output_max_field_width, set_output_precision,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3196 set_save_precision): Eliminate unecessary kludge variable.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3197
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3198 * variables.cc (gobble_leading_white_space): New arg,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3199 in_parts. Change all callers.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3200
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3201 * lex.l (HELP_FCN): Delete start state. The `help' command is now
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3202 handled the same as any other text-style function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3203
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3204 * gripes.cc (gripe_invalid_value_specified): New function
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3205 * user-prefs.cc: Use it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3206
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3207 * sysdep.cc (octave_words_big_endian): New global variable.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3208 (ten_little_endians): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3209 (sysdep_init): Call it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3210 * load-save.cc (words_big_endian): Use this at run-time instead of
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3211 depending on WORDS_BIGENDIAN at compile-time.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3212
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3213 * symtab.h (SYMTAB_VARIABLES): New macro.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3214 * variables.cc (Fclear): Use it instead of just
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3215 symbol_def::USER_VARIABLE when looking for variables.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3216
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3217 * octave.cc (main): If there is a file to execute, set
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3218 program_invocation_name and program_name to the name of the file
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3219 and argv to the remaining args.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3220 (intern_argv): Only define argv if there are some remaining
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3221 arguments.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3222
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3223 * defun.h (DEFVAR_INT): New macro.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3224 (DEFVAR): Define in terms of DEFVAR_INT. Delete args protect and
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3225 eternal.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3226 (DEFCONST): New macro.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3227 * variables.cc (install_builtin_variables): Use DEFCONST where
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3228 appropriate, change uses of DEFVAR to match new definition.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3229
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3230 * variables.cc (bind_builtin_variable): New variant that accepts
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3231 const tree_constant& value.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3232 (install_builtin_variables): Properly alphabetize DEFVAR for this.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3233
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3234 * octave.cc (short_opts): Prefix with `+' to prevent argv
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3235 permutation.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3236 (main): Don't use readline if forced_interactive.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3237 (traditional): New file-scope variable.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3238 (long_opts, usage_string, verbose_usage): Add `--traditional'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3239 (maximum_braindamage): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3240 (main): Call it if --traditional.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3241
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3242 * input.cc (do_input_echo): Print prompt correctly when
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3243 forced_interactive is either true or false.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3244
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3245 Thu Sep 14 00:54:06 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3246
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3247 * data.cc (Fstruct_elements): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3248
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3249 * file-io.cc (Fumask): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3250
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3251 * dirfns.cc (Fmkdir, Frmdir, Frename): New functions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3252
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3253 * Makefile.in: Add rules and dependencies for building safe-stat.o
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3254 and safe-lstat.o.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3255
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3256 * mkdir.c, rename.c, rmdir.c: New files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3257 * Makefile.in (SOURCES): Include them in the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3258
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3259 * safe-xstat.hin, safe-xstat.cin: New files
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3260 * Makefile.in (DISTFILES): Include them in the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3261
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3262 * sighandlers.cc (octave_new_handler): Try to continue on memory
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3263 exhausted errors.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3264 (sigfpe_handler): Improve error message.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3265
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3266 * Makefile.in: Use `ifndef omit_deps', not `ifndef $(omit_deps)'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3267
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3268 * dirfns.cc (Freaddir): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3269
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3270 * f-sort.cc: Complete rewrite. Now uses stable sort algorithm and
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3271 correctly handles complex matrices containing columns of all real
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3272 numbers.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3273
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3274 Wed Sep 13 03:16:40 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3275
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3276 * arith-ops.cc: Unconditionally #define DIVIDE_BY_ZERO_ERROR.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3277
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3278 * variables.cc (install_builtin_variables): Unconditionally
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3279 install NaN and nan.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3280
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3281 * mappers.cc (xisinf): Don't do bogus things if isinf, isnan, or
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3282 finite are missing.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3283 (xfinite): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3284
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3285 * sysdep.cc (octave_ieee_init): Don't set octave_NaN and
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3286 octave_Inf if values are not available.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3287
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3288 * resource.cc (mk_ru_map): Don't use ru_ or tv_ as prefixes to
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3289 Octave names for the structure members.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3290
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3291 Tue Sep 12 02:04:16 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3292
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3293 * procstream.h, procstream.cc: Rewrite.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3294
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3295 Mon Sep 11 18:42:05 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3296
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3297 * filemode.c: New file, from Emacs.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3298 * Makefile.in (SOURCES): Add it to the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3299
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3300 * file-io.cc (Fstat, Flstat, mk_stat_map): New functions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3301
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3302 * timefns.cc (mk_tm_map): Don't use tm_ as prefix to Octave names
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3303 for these structure members.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3304 (extract_tm): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3305 (Flocaltime): Fix doc string to match.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3306
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3307 Thu Sep 7 02:04:27 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3308
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3309 * load-save.cc (save_user_variables): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3310 * sighandlers.cc (my_friendly_exit): Call it before exiting.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3311 (sigfpe_handler): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3312 (install_signal_handlers) [__alpha__]: Install it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3313
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3314 Wed Sep 6 14:35:10 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3315
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3316 * tree-cmd.cc (tree_unwind_protect::eval): Ignore errors and
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3317 suppress error messages while executing first block of
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3318 unwind_protect commands.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3319
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3320 * parse.y (end_error): Add missing case for unwind_protect_end.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3321
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3322 * tree-expr.cc (tree_builtin::eval): Complain if no arguments
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3323 given for mapper functions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3324 (tree_fvc::lookup_map_element): Print error message for invalid
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3325 structure reference.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3326
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3327 Tue Sep 5 02:04:12 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3328
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3329 * file-io.cc, input.cc, load-save.cc, octave.cc, sysdep.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3330 variables.cc, octave-hist.cc, utils.cc, f-schur.cc, f-rand.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3331 f-quad.cc, f-qpsol.cc, f-npsol.cc, f-lsode.cc, f-fsolve.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3332 f-dassl.cc, f-colloc.cc, f-balance.cc, error.cc, data.cc:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3333 Add const qualifiers where appropriate.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3334
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3335 * dirfns.h: Include <ctime>, for time_t.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3336
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3337 * tempname.c, file-io.cc, help.cc, input.cc, octave-hist.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3338 octave.cc, sighandlers.cc, sysdep.cc, tree-expr.cc, tree-misc.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3339 tree-plot.cc, utils.cc, variables.cc, sysdir.h:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3340 Move #include <sys/type.h> inside #ifdef HAVE_UNISTD_H.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3341
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3342 * syswait.h: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3343 * Makefile.in (INCLUDES): Add it to the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3344 * file-io.cc, sighandlers.cc: Use it instead of including
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3345 sys/wait.h directly.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3346
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3347 * octave.cc: Include statdefs.h, not sys/stat.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3348
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3349 * sysdir.h: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3350 * Makefile.in (INCLUDES): Add it to the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3351 * dirfns.cc, utils.cc: Use it instead of including the headers
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3352 directly.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3353
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3354 * pathlen.h: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3355 * Makefile.in (INCLUDES): Add it to the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3356 * dirfns.cc, input.cc: Use it instead of including sys/param.h
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3357 directly.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3358 * utils.cc: Don't include sys/param.h
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3359
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3360 Sun Sep 3 18:52:59 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3361
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3362 * tree-const.cc (TC_REP::string_value): Return const char*, not
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3363 char *.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3364
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3365 * All .cc, .y, .l, .y files: Include <cctype>, not <ctype.h>, and
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3366 so on for all new C++ versions of these standard C headers.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3367
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3368 Thu Aug 31 17:09:38 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3369
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3370 * pathsearch.h: Also hide `string'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3371
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3372 * oct-str.cc, oct-str.h: New files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3373 * Makefile.in: Add to the appropriate lists.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3374 * tc-rep.h: Change char* to Octave_string* in anonymous union.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3375 * tree-expr.cc (tree_matrix::eval): Handle multiple element strings.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3376 * strfns.cc (toascii): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3377 * tree-const.cc (print_as_string): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3378 (TC_REP::force_numeric, TC_REP::rows, TC_REP::columns,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3379 TC_REP::double_value, TC_REP::complex_value, TC_REP::matrix_value,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3380 TC_REP::complex_matrix_value, TC_REP::convert_to_str): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3381 (TC_REP::print): Call octave_print_internal for string case.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3382 (all_strings): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3383 Fix constructors to use new data structure.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3384 * pr-output.cc (octave_print_internal): Add version for strings.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3385 * Array-string.cc: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3386
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3387 * octave.cc (octave_argv): New global variable.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3388 (intern_argv): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3389 (main): Fix argument parsing to do the right thing for arguments
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3390 to executable scripts.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3391 * variables.cc: Add DEFUNs for argv, program_invocation_name, and
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3392 program_name.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3393
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3394 * defun.h (DEFVAR): Fix comment.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3395
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3396 Thu Aug 24 00:02:00 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3397
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3398 * file-io.cc (fgets_internal): Make second arg optional. Add
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3399 optional arg `strip_final_newline'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3400 (Ffgets): Change to match new definition of fgets_internal.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3401 (Ffgetl): Implement using the new fgets_internal.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3402
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3403 * f-rand.cc (Frand): Update code for sizing return value to match
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3404 that used by ones, zeros, and eye.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3405
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3406 Wed Aug 23 19:52:45 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3407
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3408 * tree-const.cc (do_vector_assign): Don't crash for
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3409 A(range) = scalar, or A(matrix) = scalar.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3410
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3411 * f-dassl.cc (set_dassl_option): Rename from do_dassl_option.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3412 (show_dassl_option): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3413 (Fdassl_options): Handle single arg.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3414 * f-fsolve.cc (set_fsolve_option): Rename from do_fsolve_option.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3415 (show_fsolve_option): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3416 (Ffsolve_options): Handle single arg.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3417 * f-fsqp.cc (set_fsqp_option): Rename from do_fsqp_option.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3418 (show_fsqp_option): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3419 (Ffsqp_options): Handle single arg.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3420 * f-lpsolve.cc (set_lpsolve_option): Rename from do_lpsolve_option.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3421 (show_lpsolve_option): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3422 (Flpsolve_options): Handle single arg.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3423 * f-lsode.cc (set_lsode_option): Rename from do_lsode_option.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3424 (show_lsode_option): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3425 (Flsode_options): Handle single arg.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3426 * f-npsol.cc (set_npsol_option): Rename from do_npsol_option.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3427 (show_npsol_option): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3428 (Fnpsol_options): Handle single arg.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3429 * f-qpsol.cc (set_qpsol_option): Rename from do_qpsol_option.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3430 (show_qpsol_option): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3431 (Fqpsol_options): Handle single arg.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3432 * f-quad.cc: (set_quad_option): Rename from do_quad_option.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3433 (show_quad_option): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3434 (Fquad_options): Handle single arg.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3435 (Fquad): Doc fix.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3436
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3437 Tue Aug 22 00:38:05 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3438
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3439 * tree-plot.cc (do_external_plotter_cd): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3440 * dirfns.cc (octave_change_to_directory): New function. If cd is
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3441 successful, also call do_external_plotter_cd().
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3442 (Fcd): Call octave_change_to_directory(), not change_to_directory().
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3443
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3444 * pr-output.cc (pr_any_float): Change declaration of counter to
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3445 size_t to avoid gcc warnings.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3446
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3447 * idx-vector.cc, octave-hist.cc, tree-const.cc, tree-expr.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3448 tree-misc.cc, utils.cc, xpow.cc, Map.cc:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3449 Update for change in for loop variable scope for gcc 2.7.0.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3450
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3451 Mon Aug 21 19:34:53 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3452
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3453 * tree-const.cc (fortran_style_matrix_assignment): Properly handle
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3454 case of complex LHS, real RHS.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3455
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3456 * Makefile.in: Only include dependency files if $(omit_deps) is
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3457 not set.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3458
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3459 Wed Jul 5 00:03:58 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3460
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3461 * sysdep.cc: Explicitly include string.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3462
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3463 Sun Jun 25 00:18:10 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3464
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3465 * load-save.cc (too_large_for_float (const Matrix&)):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3466 Extract elements as doubles, not Complex.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3467
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3468 Sat Jun 24 22:59:15 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3469
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3470 * pr-output.cc (any_element_is_inf_or_nan): Declare extern, not static.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3471 * f-svd.cc (Fsvd): Call here to avoid trying to take SVD of matrix
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3472 containing Inf or NaN values.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3473
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3474 * pr-output.cc (bit_format): New file-scope variable.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3475 (set_format, pr_any_float): Handle bit_format.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3476 (octave_print_internal): Handle bit_format like bank_format.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3477 (init_format_state): Initialize bit_format.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3478 (set_format_style): Allow `format bit' and `format native-bit'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3479
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3480 Thu Jun 8 15:20:26 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3481
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3482 * mappers.cc (arg, imag, signum): If arg is NaN, return NaN.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3483
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3484 Mon May 15 14:47:04 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3485
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3486 * pager.cc (Fdiary): Initialize diary_file here, not in the
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3487 file-scope declaration.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3488
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3489 * tree-expr.cc (tree_index_expression::eval):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3490 Handle nargin == 0 the same as other cases.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3491
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3492 Tue May 2 10:02:23 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3493
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3494 * load-save.cc (do_double_format_conversion): Add missing breaks.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3495 (do_float_format_conversion): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3496
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3497 Mon May 1 13:50:24 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3498
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3499 * Makefile.in (OCTAVE_LIBS): Add @LIBPLPLOT@ to the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3500
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3501 * timefns.cc (Ftime): Handle GETTIMEOFDAY_NO_TZ.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3502
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3503 * Makefile.in (SOURCES): Delete tc-rep.cc, tc-rep-ass.cc, and
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3504 tc-rep-idx.cc from the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3505
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3506 * tree-const.h: Add #pragma interface.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3507 * tree-const.cc: Add contents of tc-rep.cc, tc-rep-ass.cc, and
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3508 tc-idx.cc to this file. Add #pragma implementation. This makes
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3509 tree-const.cc large, but makes the final binary smaller.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3510
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3511 * unwind-prot.h unwind-prot.cc token.cc token.h procstream.cc
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3512 procstream.h idx-vector.cc idx-vector.h symtab.cc symtab.h
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3513 oct-map.cc oct-map.h oct-obj.cc oct-obj.h tree-plot.h tree-plot.cc
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3514 tree-misc.cc tree-misc.h tree-expr.cc tree-expr.h tree-cmd.cc
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3515 tree-cmd.h tree-base.cc tree-base.h:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3516 Add #pragma interface/implementation.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3517
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3518 * Makefile.in (OCTAVE_LIBS): Delete @LIBINFO@ from list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3519 * help.cc: Don't include info headers or extern declarations for
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3520 functions from info.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3521 (try_info): Call info as a subprocess. Delete second arg.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3522 Handle SIGINT here, not in help_from_info().
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3523 (help_from_info): Complain if info doesn't work.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3524
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3525 * defun-dld.h (DEFUN_DLD_BUILTIN) [OCTAVE_LITE && MAKE_BUILTINS]:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3526 If ! WITH_DLD, simply emit a character string constant.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3527
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3528 Fri Apr 28 15:23:06 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3529
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3530 * lex.l ({IDENT}{S}*): Don't delete tok. That's handled by
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3531 strip_trailing_whitespace() now.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3532 (<HELP_FCN>[^ \t\n]*{S}*|<TEXT_FCN>[^ \t\n\;\,]*{S}*): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3533
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3534 * pathsearch.h: Include kpathsea/progname.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3535 * octave.cc (initialize_globals): Call kpse_set_progname().
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3536
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3537 * token.h: Declare copy constructor and operator = private.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3538 * token.cc: Abort if copy constructor or operator = is used.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3539
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3540 Thu Apr 27 13:54:39 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3541
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3542 * tree-expr.cc (lookup_map_element): Don't list default argument
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3543 values here too.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3544
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3545 * pr-output.cc (hex_format): New file-scope variable.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3546 (set_format, pr_any_float): Handle hex_format.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3547 (octave_print_internal): Handle hex_format like bank_format.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3548 (init_format_state): Initialize hex_format.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3549 (set_format_style): Allow `format hex' and `format native-hex'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3550
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3551 * variables.cc (bind_ans): Create ans_id each time with new and
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3552 ask tree_simple_assignment_expression to handle cleaning it up.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3553 This apparently plugs a memory leak.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3554
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3555 * help.cc (Ftype): Don't try to print map constants. Handle
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3556 references to structure members.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3557
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3558 Wed Apr 26 12:40:59 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3559
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3560 * input.cc (generate_struct_completions): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3561 (generate_possible_completions): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3562 (looks_like_struct): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3563 (command_generator): Handle completion of struct variables.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3564
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3565 * tree-expr.h, tree-expr.cc (tree_fvc::lookup_map_element):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3566 Add insert and silent args.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3567
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3568 * oct-map.cc: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3569 * Makefile.in (SOURCES): Add it to the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3570
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3571 Mon Apr 24 09:41:02 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3572
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3573 * variables.cc (Fexist): Handle structure references too.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3574
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3575 * tree-const.cc (lookup_map_element (const char*, int, int):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3576 New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3577 (lookup_map_element (SLList<char*>&, int, int): New arg, silent.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3578 * tc-rep.cc (lookup_map_element): New arg, silent. If nonzero,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3579 don't call error().
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3580
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3581 * tc-rep.h (is_empty): Define here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3582 * tree-const.h (is_empty): Hand off to TC_REP::is_empty().
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3583
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3584 * data.cc (Fstruct_contains): Call lookup_map_element on args(0)
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3585 instead of extracting the map and calling contains() on it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3586
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3587 * parse.y (EPLUS, EMINUS): New tokens.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3588 (simple_expr): Handle EPLUS, EMINUS the same as `+' and `-'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3589 * lex.l (".+", ".-"): New patterns. Match these separately to
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3590 disallow using them as unary operators.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3591
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3592 * lex.l (next_token_is_bin_op): Simplify by noting that spacing
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3593 only matters for those tokens that can also be unary ops.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3594
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3595 Fri Apr 21 14:34:45 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3596
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3597 * load-save.cc (read_ascii_data): Allow reading of empty
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3598 matrices.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3599
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3600 * tc-rep-ass.cc (vector_assignment): Only assert that we are not
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3601 doing fortran-style indexing and that nr <= 1 || nc <= 1.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3602 (do_vector_assign): Handle assignment of [] when one dimension is
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3603 zero and the other is anything.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3604
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3605 Thu Apr 20 13:56:21 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3606
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3607 * tc-rep-ass.cc (delete_rows, delete_columns): Simply return if
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3608 num_to_delete is 0.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3609
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3610 * lex.l (handle_identifier): Don't match plot option keywords
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3611 inside parentheses or braces.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3612
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3613 * variables.cc (parse_fcn_file): Also delete tmp_help_txt if
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3614 running a script.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3615
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3616 * tree-cmd.h (tree_command): Add destructor.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3617
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3618 * tree-expr.h tree_simple_assignment_expression (lhs_idx_expr):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3619 Hang on to idx_expr, not just its parts so it can be deleted.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3620 (init): Initialize it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3621 * tree-expr.cc (~tree_simple_assignment_expression): Delete it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3622
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3623 * tree-expr.h (tree_multi_val_ret, tree_oct_obj, tree_fvc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3624 tree_identifier, tree_builtin, tree_function): Add destructors.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3625 * tree-expr.cc (tree_function::~tree_function): Delete some stuff.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3626
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3627 * tree-misc.h (tree_va_return_list): Add destructor.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3628
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3629 * octave.cc (__builtin_new, __builtin_delete): Provide our own,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3630 for debugging.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3631
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3632 * utils.cc (strconcat): Don't depend on the return value from
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3633 strcat.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3634 (file_in_path): Simplify logic.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3635
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3636 * parse.y (maybe_convert_to_ans_assign): Create ans_id each time
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3637 with new and ask tree_simple_assignment_expression to handle
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3638 cleaning it up. This apparently plugs a memory leak.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3639
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3640 * lex.l (strip_trailing_whitespace): Declare retval static.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3641 Delete it before saving next string.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3642
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3643 * error.cc (Ferror): Do call error() for empty string args.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3644 (error_1): Don't print anything if fmt is "" or "\n", but do set
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3645 the error state appropriately.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3646
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3647 * tree-cmd.cc (tree_unwind_protect::eval): Handle return and break
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3648 in the `try' part of the statement.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3649
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3650 Mon Apr 10 19:29:44 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3651
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3652 * f-expm.cc, f-givens.cc, f-qzval.cc, f-syl.cc, f-rand.cc:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3653 Where appropriate, declare Fortran functions to take reference
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3654 instead of pointer args. Change callers.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3655
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3656 * mappers.cc: Declare Fortran functions to take reference instead
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3657 of pointer args. Change callers.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3658
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3659 * gamma.c, lgamma.c, erfc.c, erf.c, atanh.c, asinh.c, acosh.c:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3660 Declare Fortran functions to take reference instead of pointer
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3661 args.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3662
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3663 Sun Apr 9 19:38:53 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3664
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3665 * file-io.cc (Fpopen, Fpclose, Fexecute, Fsync_system,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3666 Fasync_system, Fwaitpid, Fmkfifo, Funlink): New functions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3667
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3668 * sighandlers.cc (sigchld_handler): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3669 (install_signal_handlers): Add call to install
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3670 sigchld_handler. (This is #if 0'd out, waiting for code to help
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3671 determine which child exited and what to do about it).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3672
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3673 * tree-expr.h (tree_oct_obj): New class.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3674
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3675 * tree-expr.h (tree_multi_assignment_expression::preserve): New
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3676 data member. Add arg with default value to constructors. Change
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3677 callers as necessary.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3678 * tree-expr.cc (~tree_multi_assignment_expression): Conditionally
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3679 delete lhs.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3680
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3681 * parse.y (make_multi_val_ret): Pass matrix instead of getting it
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3682 from the global matrix list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3683 (expression): Extract matrix from matrix list before calling
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3684 make_multi_val_ret().
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3685
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3686 * parse.y (command): Handle new for loop syntax for structures.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3687
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3688 * tree-plot.h (subplot_list): Include tree_print_code() in
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3689 initializer lists for constructors.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3690 * tree-expr.h (tree_statement_list, tree_argument_list,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3691 tree_parameter_list, tree_return_list, tree_global_init_list,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3692 tree_if_command_list, ): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3693
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3694 * tree-cmd.h (tree_for_command::id_list): New data member.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3695 (tree_for_command (tree_return_list*, tree_expression*,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3696 tree_statement_list*, int, int)): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3697 * tree-cmd.cc (tree_for_command::eval): Handle for loops with
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3698 structures.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3699 (do_for_loop_once (tree_return_list*, Octave_object&, int&)):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3700 New form for handling for loops with structures.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3701
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3702 * sysdep.cc (octave_ieee_init): Determine floating point format
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3703 here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3704 (native_float_format): New global variable.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3705 (Fisieee): Compute return value from native_float_format, not by
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3706 using preprocessor macros.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3707 * sysdep.h (enum floating_point_format): Move declaration here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3708 * load-save.cc: From here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3709 Always define all floating point format conversion routines.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3710 (do_double_format_conversion, do_float_format_conversion):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3711 Use native_float_format instead of preprocessor macros.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3712
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3713 Sat Apr 8 15:41:35 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3714
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3715 * Makefile (TEMPLATE_SRC): New variable.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3716 (DISTFILES): Add $(TEMPLATE_SRC).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3717 (SOURCES): Delete Map.cc and SLStack.cc from here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3718
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3719 * variables.cc (install_builtin_variables): Use OCTAVE_VERSION
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3720 instead of version_string to initialize OCTAVE_VERSION.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3721 * version.h (version_string): Delete.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3722
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3723 * getopt.c (_getopt_internal): Initialize indfound to avoid warning.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3724
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3725 Fri Apr 7 15:29:41 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3726
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3727 * tc-inlines.h (REP_RHS_MATRIX): Just check to see if tc is real
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3728 or complex. If conversion fails, return.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3729
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3730 Thu Apr 6 00:10:47 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3731
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3732 * data.cc (Fstruct_contains): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3733
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3734 * tc-rep.cc (print_code): Add extra parens around while condition
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3735 to avoid warning.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3736 * utils.cc (undo_string_escapes): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3737 * input.cc (decode_prompt_string): Likewise. Also rewrite if
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3738 statement to avoid warning.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3739
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3740 Tue Apr 4 22:54:17 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3741
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3742 * tree-expr.cc (tree_multi_assignment_expression::eval,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3743 tree_simple_assignment_expression::eval): Call print_constant
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3744 even if user_pref.print_answer_id_name is false.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3745
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3746 Mon Apr 3 17:57:14 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3747
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3748 * tc-inlines.h (TC_REP): Avoid redefinition.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3749
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3750 * tree-const.h (do_binary_op, do_unary_op): Declare as friends of
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3751 tree_constant class too.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3752
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3753 * tree-plot.h (subplot_using::have_values): Delete data member.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3754 * tree-plot.cc (subplot_using::eval): Always recompute values.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3755
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3756 Fri Mar 31 10:18:32 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3757
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3758 * tc-rep.cc (print): Print open brace for structures here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3759 * tree-expr.cc (print_constant): Not here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3760
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3761 * symtab.cc (define): Don't delete arg if sv_fcn fails.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3762
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3763 * tree-const.cc (print): New function. Create ostrstream buffer
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3764 and pass it to rep->print().
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3765 * tree-const.h (eval (int)): Call print(), not rep->print().
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3766 * tc-rep.cc (structure_indent_level): New file-scope variable.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3767 (print): New arg, output_buf, is stream to print to.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3768 Print values of structure elements too.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3769
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3770 * user-prefs.h (user_preferences): New field, struct_levels_to_print.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3771 * user-prefs.cc (struct_levels_to_print): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3772 * variables.cc (install_builtin_variables): Add DEFVAR for new
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3773 variable struct_levels_to_print.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3774
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3775 * tree-const.cc (print_as_scalar, print_as_structure): Move here
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3776 from tree-expr.cc and make extern.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3777
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3778 * tree-expr.cc (print_as_structure): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3779 (print_constant): Use it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3780
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3781 * tree-expr.cc (print_constant): New arg, print_padding.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3782 (tree_simple_assignment_expression::eval): Use print_constant
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3783 instead of duplicating code here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3784 (tree_multi_assignment_expression::eval): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3785
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3786 Thu Mar 30 13:24:11 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3787
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3788 * Makefile.in (SOURCES): Add resource.cc.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3789 * resource.cc: New file, extracted from timefns.cc.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3790 (Fgetrusage): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3791 * timefns.cc (cputime): Delete (now implemented in a function file
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3792 using new getrusage function).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3793
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3794 Wed Mar 29 22:52:42 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3795
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3796 * Makefile.in (SOURCES): Add strftime.c.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3797 * strftime.c: New file, from sh-utils distribution.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3798
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3799 * timefns.cc (mk_tm_map, extract_tm, Ftime, Fgmtime, Flocaltime,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3800 Fmktime, Fstrftime): New basic time functions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3801 (Fclock, Fdate): Delete (now implemented in function files using new
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3802 time functions).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3803
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3804 Tue Mar 28 17:51:51 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3805
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3806 * file-io.cc (return_valid_file, do_printf, do_scanf,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3807 fclose_internal, feof_internal, ferror_internal, fflush_internal,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3808 fgets_internal, fopen_internal, fread_internal, freport_internal,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3809 frewind_internal, fseek_internal, ftell_internal,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3810 fwrite_internal): Declare static.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3811 * file-io.h: Delete extern declarations for them.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3812
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3813 Fri Mar 24 09:52:50 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3814
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3815 * pr-output.cc (pr_col_num_header): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3816 (compact_format): New file-scope variable.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3817 (set_format_style): Handle loose and compact formats.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3818 (octave_print_internal (ostream&, const ComplexMatrix&, int)):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3819 Replace duplicate code with call to pr_col_num_header().
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3820 (octave_print_internal (ostream&, const Matrix&, int): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3821 (octave_print_internal (ostream&, const Range&, int): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3822
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3823 Tue Mar 21 08:44:48 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3824
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3825 * mappers.cc (xgamma): Always use Slatec library function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3826 * (xlgamma): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3827 * Makefile.in (SOURCES): Don't include lgamma.c.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3828
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3829 Fri Mar 17 22:38:39 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3830
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3831 * tc-rep.cc (TC_REP::new): Don't try to keep track of newlist_tail.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3832 Explicitly initialize newlist to zero.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3833 * tree-const.cc (tree_constant::operator new): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3834
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3835 Fri Mar 10 12:40:24 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3836
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3837 * tree-cmd.cc (quit_loop_now): Declare inline.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3838 (tree_for_command::do_for_loop_once): Split into two versions, one
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3839 for the general case and one for when the loop variable is a
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3840 simple identifier.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3841 (DO_LOOP): New macro. Move tests outside of loop.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3842 (tree_for_command::eval): Speed up by checking to see if loop
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3843 variable is a simple identifier and by using DO_LOOP.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3844
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3845 * tree-const.h: New union of rep and freeptr. The freeptr element
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3846 is used for our custom memory management functions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3847
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3848 * tc-rep.h: Add freeptr element to anonymous union (for our custom
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3849 memory management functions).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3850
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3851 * tree-const.cc (newlist, newlist_grow_size, newlist_tail): New
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3852 static variables.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3853 (tree_constant::operator new): Always define to allow more
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3854 efficient allocation of single tree_constants.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3855 (tree_constant::operator delete): Likewise, handle deletion of the
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3856 memory we allocate.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3857
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3858 * tc-rep.cc (newlist, newlist_grow_size, newlist_tail): New static
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3859 variables.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3860 (tree_constant::operator new): Always define to allow more
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3861 efficient allocation of single tree_constants.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3862 (tree_constant::operator delete): Likewise, handle deletion of the
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3863 memory we allocate.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3864
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3865 Fri Mar 3 14:00:08 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3866
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3867 * error.cc (verror): Terminate output_buf with ends.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3868
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3869 * statdefs.h: Use C-style comment in first line instead of
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3870 C++-style comment.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3871
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3872 Mon Feb 27 10:11:18 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3873
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3874 * parse.y (maybe_convert_to_ans_assign): Only lookup ans once.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3875 * variables.cc (bind_ans): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3876 * tree-expr.cc (tree_identifier::eval (int)): Use it here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3877 (tree_identifier::eval (int, int, const Octave_object&): And here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3878
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3879 * tree-expr.cc (install_nargin_and_nargout): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3880 * tree-expr.h (tree_function::tree_function (tree_statement_list *,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3881 symbol_table *, int, int)): Call it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3882
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3883 * tree-expr.cc (tree_function::bind_nargin_and_nargout): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3884 (tree_function::eval): Call it insead of the one from variables.cc.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3885
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3886 * variables.cc (bind_nargin_and_nargout): #if 0 out.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3887
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3888 Sun Feb 26 00:17:06 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3889
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3890 * load-save.cc (Fload, Fsave): Free fname returned by tilde_expand().
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3891 * dirfns.cc (Fls): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3892
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3893 * tree-expr.cc (tree_multi_assignment_expression::eval (int, int,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3894 const Octave_object&)): Call tree_return_list::operator () (Pix)
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3895 explicitly.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3896
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3897 * octave.cc (initialize_globals): Put TEXMF in the environment for
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3898 kpthsea.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3899
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3900 * Makefile.in (OCTAVE_LIBS): Use @LIBINFO@ and @LIBREADLINE@,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3901 substituted by configure. Use kpathsea.a, not libkpathsea, so we
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3902 don't have to modify the kpathsea Makefile.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3903
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3904 Sat Feb 25 18:59:26 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3905
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3906 * pathsearch.cc: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3907 * pathsearch.h: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3908 * Makefile.in (INCLUDES): Include it in the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3909 * dynamic-ld.cc, help.cc, utils.cc: Use it instead of repeating
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3910 identical code multiple times.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3911
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3912 * variables.cc (install_builtin_variables): Only DEFVAR
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3913 suppress_verbose_help_message if USE_GNU_INFO.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3914
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3915 * help.cc (Fhelp): Only handle -i if USE_GNU_INFO.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3916 (additional_help_message): Only print message if USE_GNU_INFO.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3917 (builtin_help): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3918 (help_from_info): New function. Print warning if not USE_GNU_INFO.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3919
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3920 See ChangeLog.1 in the top level directory for earlier changes.