annotate src/ChangeLog @ 4710:48191fcee04d

[project @ 2004-01-22 19:12:02 by jwe]
author jwe
date Thu, 22 Jan 2004 19:12:02 +0000
parents a1b165f5e934
children 7bed0ef1a6ad
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4710
48191fcee04d [project @ 2004-01-22 19:12:02 by jwe]
jwe
parents: 4705
diff changeset
1 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu>
48191fcee04d [project @ 2004-01-22 19:12:02 by jwe]
jwe
parents: 4705
diff changeset
2
48191fcee04d [project @ 2004-01-22 19:12:02 by jwe]
jwe
parents: 4705
diff changeset
3 * Makefile.in (distclean): Remove DOCSTRINGS.
48191fcee04d [project @ 2004-01-22 19:12:02 by jwe]
jwe
parents: 4705
diff changeset
4 (maintainer-clean): Remove $(OPT_HANDLERS).
48191fcee04d [project @ 2004-01-22 19:12:02 by jwe]
jwe
parents: 4705
diff changeset
5
4701
34a740dc31a6 [project @ 2004-01-21 19:55:36 by jwe]
jwe
parents: 4700
diff changeset
6 2004-01-21 John W. Eaton <jwe@bevo.che.wisc.edu>
34a740dc31a6 [project @ 2004-01-21 19:55:36 by jwe]
jwe
parents: 4700
diff changeset
7
4705
a1b165f5e934 [project @ 2004-01-22 04:26:19 by jwe]
jwe
parents: 4701
diff changeset
8 * ov-cell.cc (octave_cell::subsref): Make '{' case N-d aware.
a1b165f5e934 [project @ 2004-01-22 04:26:19 by jwe]
jwe
parents: 4701
diff changeset
9
4701
34a740dc31a6 [project @ 2004-01-21 19:55:36 by jwe]
jwe
parents: 4700
diff changeset
10 * ov-scalar.cc (streamoff_array_value): New function.
34a740dc31a6 [project @ 2004-01-21 19:55:36 by jwe]
jwe
parents: 4700
diff changeset
11 * ov-scalar.h: Provide decl.
34a740dc31a6 [project @ 2004-01-21 19:55:36 by jwe]
jwe
parents: 4700
diff changeset
12
34a740dc31a6 [project @ 2004-01-21 19:55:36 by jwe]
jwe
parents: 4700
diff changeset
13 * OPERATORS/op-streamoff.cc (STREAMOFF_COMP_OP): New maco.
34a740dc31a6 [project @ 2004-01-21 19:55:36 by jwe]
jwe
parents: 4700
diff changeset
14 Use it to define streamoff by matrix, streamoff by scalar, scalar
34a740dc31a6 [project @ 2004-01-21 19:55:36 by jwe]
jwe
parents: 4700
diff changeset
15 by streamoff, and matrix by streamoff comparison operators.
34a740dc31a6 [project @ 2004-01-21 19:55:36 by jwe]
jwe
parents: 4700
diff changeset
16 (install_streamoff_ops): Install them.
34a740dc31a6 [project @ 2004-01-21 19:55:36 by jwe]
jwe
parents: 4700
diff changeset
17
34a740dc31a6 [project @ 2004-01-21 19:55:36 by jwe]
jwe
parents: 4700
diff changeset
18 * Cell.h (Cell::operator ()): Delete (we inherit them from Array<T>).
34a740dc31a6 [project @ 2004-01-21 19:55:36 by jwe]
jwe
parents: 4700
diff changeset
19 (maybe_resize, elem_internal): Delete unused functions.
34a740dc31a6 [project @ 2004-01-21 19:55:36 by jwe]
jwe
parents: 4700
diff changeset
20
34a740dc31a6 [project @ 2004-01-21 19:55:36 by jwe]
jwe
parents: 4700
diff changeset
21 * ls-mat5.cc (write_mat5_cell_array): Cell& arg is now const.
34a740dc31a6 [project @ 2004-01-21 19:55:36 by jwe]
jwe
parents: 4700
diff changeset
22
4699
5e2c68946f30 [project @ 2004-01-20 23:04:46 by jwe]
jwe
parents: 4697
diff changeset
23 2004-01-20 John W. Eaton <jwe@bevo.che.wisc.edu>
5e2c68946f30 [project @ 2004-01-20 23:04:46 by jwe]
jwe
parents: 4697
diff changeset
24
4700
ca3a1d687bba [project @ 2004-01-21 03:28:31 by jwe]
jwe
parents: 4699
diff changeset
25 * variables.cc (is_valid_function): If warn, also print error
ca3a1d687bba [project @ 2004-01-21 03:28:31 by jwe]
jwe
parents: 4699
diff changeset
26 message if arg is not a string.
ca3a1d687bba [project @ 2004-01-21 03:28:31 by jwe]
jwe
parents: 4699
diff changeset
27
ca3a1d687bba [project @ 2004-01-21 03:28:31 by jwe]
jwe
parents: 4699
diff changeset
28 * ov-usr-fcn.cc (Fnargin, Fnargout): New functions.
ca3a1d687bba [project @ 2004-01-21 03:28:31 by jwe]
jwe
parents: 4699
diff changeset
29
ca3a1d687bba [project @ 2004-01-21 03:28:31 by jwe]
jwe
parents: 4699
diff changeset
30 * octave.cc (intern_argv): Lookup __nargin__ instead of nargin.
ca3a1d687bba [project @ 2004-01-21 03:28:31 by jwe]
jwe
parents: 4699
diff changeset
31 * ov-usr-fcn.cc (octave_user_function::install_automatic_vars):
ca3a1d687bba [project @ 2004-01-21 03:28:31 by jwe]
jwe
parents: 4699
diff changeset
32 Lookup __nargin__ and __nargout__ instead of nargin and nargout.
ca3a1d687bba [project @ 2004-01-21 03:28:31 by jwe]
jwe
parents: 4699
diff changeset
33
ca3a1d687bba [project @ 2004-01-21 03:28:31 by jwe]
jwe
parents: 4699
diff changeset
34 * variables.h (at_top_level): Now extern.
ca3a1d687bba [project @ 2004-01-21 03:28:31 by jwe]
jwe
parents: 4699
diff changeset
35 (lookup_user_function): New function.
ca3a1d687bba [project @ 2004-01-21 03:28:31 by jwe]
jwe
parents: 4699
diff changeset
36 * variables.cc: Provide decls.
ca3a1d687bba [project @ 2004-01-21 03:28:31 by jwe]
jwe
parents: 4699
diff changeset
37
ca3a1d687bba [project @ 2004-01-21 03:28:31 by jwe]
jwe
parents: 4699
diff changeset
38 * ov.h, ov.cc (octave_value::user_function_value):
ca3a1d687bba [project @ 2004-01-21 03:28:31 by jwe]
jwe
parents: 4699
diff changeset
39 New virtual function.
ca3a1d687bba [project @ 2004-01-21 03:28:31 by jwe]
jwe
parents: 4699
diff changeset
40 * ov-base.h, ov-base.cc (octave_base_value::user_function_value):
ca3a1d687bba [project @ 2004-01-21 03:28:31 by jwe]
jwe
parents: 4699
diff changeset
41 Provide default version.
ca3a1d687bba [project @ 2004-01-21 03:28:31 by jwe]
jwe
parents: 4699
diff changeset
42 * ov-usr-fcn.h (octave_user_function::user_function_value):
ca3a1d687bba [project @ 2004-01-21 03:28:31 by jwe]
jwe
parents: 4699
diff changeset
43 New function.
ca3a1d687bba [project @ 2004-01-21 03:28:31 by jwe]
jwe
parents: 4699
diff changeset
44
4699
5e2c68946f30 [project @ 2004-01-20 23:04:46 by jwe]
jwe
parents: 4697
diff changeset
45 * ov-re-mat.cc (complex_array_value): New function.
5e2c68946f30 [project @ 2004-01-20 23:04:46 by jwe]
jwe
parents: 4697
diff changeset
46 * ov-re-mat.h: Provide decl.
5e2c68946f30 [project @ 2004-01-20 23:04:46 by jwe]
jwe
parents: 4697
diff changeset
47
5e2c68946f30 [project @ 2004-01-20 23:04:46 by jwe]
jwe
parents: 4697
diff changeset
48 * ov-cell.cc (Fiscellstr): Don't return value on usage error.
5e2c68946f30 [project @ 2004-01-20 23:04:46 by jwe]
jwe
parents: 4697
diff changeset
49
5e2c68946f30 [project @ 2004-01-20 23:04:46 by jwe]
jwe
parents: 4697
diff changeset
50 * error.cc: (symbols_of_error): Delete DEFVAR for error_text.
5e2c68946f30 [project @ 2004-01-20 23:04:46 by jwe]
jwe
parents: 4697
diff changeset
51 Define __error_text__ and error_text as aliases for lasterr.
5e2c68946f30 [project @ 2004-01-20 23:04:46 by jwe]
jwe
parents: 4697
diff changeset
52
5e2c68946f30 [project @ 2004-01-20 23:04:46 by jwe]
jwe
parents: 4697
diff changeset
53 * error.cc (bind_global_error_variable, clear_global_error_variable):
5e2c68946f30 [project @ 2004-01-20 23:04:46 by jwe]
jwe
parents: 4697
diff changeset
54 Delete.
5e2c68946f30 [project @ 2004-01-20 23:04:46 by jwe]
jwe
parents: 4697
diff changeset
55 * variables.h: Delete decls.
5e2c68946f30 [project @ 2004-01-20 23:04:46 by jwe]
jwe
parents: 4697
diff changeset
56
5e2c68946f30 [project @ 2004-01-20 23:04:46 by jwe]
jwe
parents: 4697
diff changeset
57 * parse.y (Feval, Fevalin): Don't call bind_global_error_variable.
5e2c68946f30 [project @ 2004-01-20 23:04:46 by jwe]
jwe
parents: 4697
diff changeset
58 Don't add clear_global_error_variable to the unwind_protect stack.
5e2c68946f30 [project @ 2004-01-20 23:04:46 by jwe]
jwe
parents: 4697
diff changeset
59 Increment buffer_error_messages before evaluating "eval" code,
5e2c68946f30 [project @ 2004-01-20 23:04:46 by jwe]
jwe
parents: 4697
diff changeset
60 decrement it before evaluating "catch" code.
5e2c68946f30 [project @ 2004-01-20 23:04:46 by jwe]
jwe
parents: 4697
diff changeset
61
5e2c68946f30 [project @ 2004-01-20 23:04:46 by jwe]
jwe
parents: 4697
diff changeset
62 * pt-except.cc (do_catch_code): Don't call bind_global_error_variable.
5e2c68946f30 [project @ 2004-01-20 23:04:46 by jwe]
jwe
parents: 4697
diff changeset
63 Don't add clear_global_error_variable to the unwind_protect stack.
5e2c68946f30 [project @ 2004-01-20 23:04:46 by jwe]
jwe
parents: 4697
diff changeset
64 Decrement buffer_error_messages here.
5e2c68946f30 [project @ 2004-01-20 23:04:46 by jwe]
jwe
parents: 4697
diff changeset
65 (tree_try_catch_command::eval): Increment buffer_error_messages here.
5e2c68946f30 [project @ 2004-01-20 23:04:46 by jwe]
jwe
parents: 4697
diff changeset
66
5e2c68946f30 [project @ 2004-01-20 23:04:46 by jwe]
jwe
parents: 4697
diff changeset
67 * error.cc, error.h (buffer_error_messages): Now an int.
5e2c68946f30 [project @ 2004-01-20 23:04:46 by jwe]
jwe
parents: 4697
diff changeset
68
4697
c26904f532f1 [project @ 2004-01-16 17:49:20 by jwe]
jwe
parents: 4696
diff changeset
69 2004-01-16 John W. Eaton <jwe@bevo.che.wisc.edu>
c26904f532f1 [project @ 2004-01-16 17:49:20 by jwe]
jwe
parents: 4696
diff changeset
70
c26904f532f1 [project @ 2004-01-16 17:49:20 by jwe]
jwe
parents: 4696
diff changeset
71 * toplev.cc (octave_config_info): Add float_format,
c26904f532f1 [project @ 2004-01-16 17:49:20 by jwe]
jwe
parents: 4696
diff changeset
72 words_big_endian, and words_little_endian to the struct.
c26904f532f1 [project @ 2004-01-16 17:49:20 by jwe]
jwe
parents: 4696
diff changeset
73
4696
fcab389ad291 [project @ 2004-01-15 02:11:59 by jwe]
jwe
parents: 4695
diff changeset
74 2004-01-14 David Bateman <dbateman@free.fr>
fcab389ad291 [project @ 2004-01-15 02:11:59 by jwe]
jwe
parents: 4695
diff changeset
75
fcab389ad291 [project @ 2004-01-15 02:11:59 by jwe]
jwe
parents: 4695
diff changeset
76 * ov-cell.cc (octave_cell::load_hdf5): Fix for HDF5 version 1.6
fcab389ad291 [project @ 2004-01-15 02:11:59 by jwe]
jwe
parents: 4695
diff changeset
77 handling of number of objects in a group.
fcab389ad291 [project @ 2004-01-15 02:11:59 by jwe]
jwe
parents: 4695
diff changeset
78 * ov-struct.cc (octave_struct::load_hdf5): Likewise.
fcab389ad291 [project @ 2004-01-15 02:11:59 by jwe]
jwe
parents: 4695
diff changeset
79 * ov-list.cc (octave_list::load_hdf5): Likewise.
fcab389ad291 [project @ 2004-01-15 02:11:59 by jwe]
jwe
parents: 4695
diff changeset
80 * ls-hdf5.cc (read_hdf5_data): Likewise.
fcab389ad291 [project @ 2004-01-15 02:11:59 by jwe]
jwe
parents: 4695
diff changeset
81
4695
f31b93ef2ca0 [project @ 2004-01-14 02:06:23 by jwe]
jwe
parents: 4693
diff changeset
82 2004-01-13 John W. Eaton <jwe@bevo.che.wisc.edu>
f31b93ef2ca0 [project @ 2004-01-14 02:06:23 by jwe]
jwe
parents: 4693
diff changeset
83
f31b93ef2ca0 [project @ 2004-01-14 02:06:23 by jwe]
jwe
parents: 4693
diff changeset
84 * ls-hdf5.h: Surround contents with #if defined (HAVE_HDF5).
f31b93ef2ca0 [project @ 2004-01-14 02:06:23 by jwe]
jwe
parents: 4693
diff changeset
85
4691
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4687
diff changeset
86 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu>
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4687
diff changeset
87
4693
3387590ed11d [project @ 2004-01-10 22:49:19 by jwe]
jwe
parents: 4691
diff changeset
88 * oct-stream.cc (convert_to_valid_int, get_size):
3387590ed11d [project @ 2004-01-10 22:49:19 by jwe]
jwe
parents: 4691
diff changeset
89 Use lo_ieee_is_NaN_or_NA instead of xisnan.
3387590ed11d [project @ 2004-01-10 22:49:19 by jwe]
jwe
parents: 4691
diff changeset
90 (octave_base_stream::do_printf): Correct special case check for
3387590ed11d [project @ 2004-01-10 22:49:19 by jwe]
jwe
parents: 4691
diff changeset
91 NA, NaN, Inf, or out of range integers.
3387590ed11d [project @ 2004-01-10 22:49:19 by jwe]
jwe
parents: 4691
diff changeset
92
4691
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4687
diff changeset
93 * dirfns.cc (Fglob): Always return list of files as a cell array.
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4687
diff changeset
94 (Freaddir): Likewise.
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4687
diff changeset
95
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4687
diff changeset
96 * dirfns.cc (Fls): If nargout > 0, return ls output.
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4687
diff changeset
97
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4687
diff changeset
98 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu>
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4687
diff changeset
99
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4687
diff changeset
100 * load-save.cc (Fload): Assume -force by default.
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4687
diff changeset
101
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4687
diff changeset
102 * oct-stream.cc (octave_base_stream::write):
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4687
diff changeset
103 Allow fwrite (fid, "some string") to work.
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4687
diff changeset
104
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4687
diff changeset
105 * toplev.cc (Fcomputer): Delete.
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4687
diff changeset
106 (octave_config_info): Add unix and windows fields to the struct.
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4687
diff changeset
107
4687
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
108 2004-01-06 David Bateman <dbateman@free.fr>
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
109
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
110 * ls-hdf5.cc: Fix handle of old versus new format files.
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
111
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
112 * ls-oct-binary.cc: Split the load/save functionality into the types
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
113 themselves. Backward compatibility maintained.
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
114
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
115 * ov-struct.cc (save_binary, load_binary):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
116 * ov-str-mat.cc (save_binary, load_binary):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
117 * ov-scalar.cc (save_binary, load_binary):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
118 * ov-re-mat.cc (save_binary, load_binary):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
119 * ov-range.cc (save_binary, load_binary):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
120 * ov-list.cc (save_binary, load_binary):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
121 * ov-cx-mat.cc (save_binary, load_binary):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
122 * ov-complex.cc (save_binary, load_binary):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
123 * ov-cell.cc (save_binary, load_binary):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
124 * ov-bool.cc (save_binary, load_binary):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
125 * ov-bool-mat.cc (save_binary, load_binary):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
126 New functions for loading and saving structures in octave binary
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
127 format.
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
128
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
129 * ov-str-mat.h (save_binary, load_binary):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
130 * ov-scalar.h (save_binary, load_binary):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
131 * ov-re-mat.h (save_binary, load_binary):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
132 * ov-range.h (save_binary, load_binary):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
133 * ov-list.h (save_binary, load_binary):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
134 * ov-cx-mat.h (save_binary, load_binary):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
135 * ov-complex.h (save_binary, load_binary):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
136 * ov-cell.h (save_binary, load_binary):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
137 * ov-bool.h (save_binary, load_binary):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
138 * ov-bool-mat.h (save_binary, load_binary):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
139 * ov-struct.h (save_binary, load_binary):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
140 Provide decls.
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
141
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
142 * ov.h (save_binary, load_binary): New virtual functions.
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
143
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
144 * ov-base.cc (save_binary, load_binary): New functions, for fallbacks
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
145 with error message.
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
146 * ov-base.h: Provide decls.
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
147
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
148 * load-save.cc: Remove "-import" flag and make it the default.
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
149 * load-save.h: Likewise.
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
150
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
151 * ls-oct-ascii.cc: Split the load/save functionality into the types
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
152 themselves. Save "string" variables with the name "string" rather than
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
153 string array. Backward compatiability maintained in ov-cs-mat.cc.
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
154 Include new version of extract_keyword that halts if the next value is
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
155 invalid rather that searching for the next valid value.
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
156
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
157 * ls-oct-ascii.h: Extract_keyword header updated.
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
158 Include definition of OCT_RBV and CELL_ELT_TAG, since they are now
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
159 used elsewhere.
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
160
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
161 * ls-hdf5.cc: Split load/save functionality into the types themselves.
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
162 The hdf5 format is changed so that each object is a group with a
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
163 dataset "type" being a string with the octave_value type and the
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
164 dataset or group "value" containing the value of the data, struct, etc.
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
165 This allows extensibility. Backward compatibility is maintained. The
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
166 "import" flag is now assumed to always be true and has been removed.
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
167
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
168 * ov-struct.cc (save_ascii, load_ascii, save_hdf5, load_hdf5):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
169 * ov-str-mat.cc (save_ascii, load_ascii, save_hdf5, load_hdf5):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
170 * ov-scalar.cc (save_ascii, load_ascii, save_hdf5, load_hdf5):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
171 * ov-re-mat.cc (save_ascii, load_ascii, save_hdf5, load_hdf5):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
172 * ov-range.cc (save_ascii, load_ascii, save_hdf5, load_hdf5):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
173 * ov-list.cc (save_ascii, load_ascii, save_hdf5, load_hdf5):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
174 * ov-cx-mat.cc (save_ascii, load_ascii, save_hdf5, load_hdf5):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
175 * ov-complex.cc (save_ascii, load_ascii, save_hdf5, load_hdf5):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
176 * ov-cell.cc (save_ascii, load_ascii, save_hdf5, load_hdf5):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
177 * ov-bool.cc (save_ascii, load_ascii, save_hdf5, load_hdf5):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
178 * ov-bool-mat.cc (save_ascii, load_ascii, save_hdf5, load_hdf5):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
179 New functions for loading and saving structures in octave ascii
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
180 and hdf5 formatted files.
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
181
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
182 * ov-struct.h (save_ascii, load_ascii, save_hdf5, load_hdf5):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
183 * ov-str-mat.h (save_ascii, load_ascii, save_hdf5, load_hdf5):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
184 * ov-scalar.h (save_ascii, load_ascii, save_hdf5, load_hdf5):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
185 * ov-re-mat.h (save_ascii, load_ascii, save_hdf5, load_hdf5):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
186 * ov-range.h (save_ascii, load_ascii, save_hdf5, load_hdf5):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
187 * ov-list.h (save_ascii, load_ascii, save_hdf5, load_hdf5):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
188 * ov-cx-mat.h (save_ascii, load_ascii, save_hdf5, load_hdf5):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
189 * ov-complex.h (save_ascii, load_ascii, save_hdf5, load_hdf5):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
190 * ov-cell.h (save_ascii, load_ascii, save_hdf5, load_hdf5):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
191 * ov-bool.h (save_ascii, load_ascii, save_hdf5, load_hdf5):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
192 * ov-bool-mat.h (save_ascii, load_ascii, save_hdf5, load_hdf5):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
193 Provide decls.
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
194
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
195 * ov-typeinfo.cc (octave_value_typeinfo::do_lookup_type): Include
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
196 make_unique so that the stored type value is not used for all loaded
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
197 variables.
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
198
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
199 * ov.h: (save_ascii, load_ascii, save_hdf5 and load_hdf5):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
200 New virtual functions.
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
201
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
202 * ov-base.cc (save_ascii, load_ascii, save_hdf5, load_hdf5):
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
203 New functions, for fallbacks with error message.
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
204 * ov-base.h: Provide decls.
e95c86d48732 [project @ 2004-01-06 21:53:34 by jwe]
jwe
parents: 4686
diff changeset
205
4686
c7ae43dfdea4 [project @ 2004-01-06 19:29:23 by jwe]
jwe
parents: 4682
diff changeset
206 2003-12-22 John W. Eaton <jwe@bevo.che.wisc.edu>
c7ae43dfdea4 [project @ 2004-01-06 19:29:23 by jwe]
jwe
parents: 4682
diff changeset
207
c7ae43dfdea4 [project @ 2004-01-06 19:29:23 by jwe]
jwe
parents: 4682
diff changeset
208 * ov-cx-mat.cc (octave_complex_matrix::assign): RHS arg is N-d.
c7ae43dfdea4 [project @ 2004-01-06 19:29:23 by jwe]
jwe
parents: 4682
diff changeset
209 * ov-cx-mat.h: Fix decl.
c7ae43dfdea4 [project @ 2004-01-06 19:29:23 by jwe]
jwe
parents: 4682
diff changeset
210
c7ae43dfdea4 [project @ 2004-01-06 19:29:23 by jwe]
jwe
parents: 4682
diff changeset
211 * ops.h (DEFNDASSIGNOP_FN): New macro.
c7ae43dfdea4 [project @ 2004-01-06 19:29:23 by jwe]
jwe
parents: 4682
diff changeset
212 * OPERATORS/op-bm-b.cc, OPERATORS/op-bm-bm.cc,
c7ae43dfdea4 [project @ 2004-01-06 19:29:23 by jwe]
jwe
parents: 4682
diff changeset
213 OPERATORS/op-cm-cm.cc, OPERATORS/op-cm-cs.cc,
c7ae43dfdea4 [project @ 2004-01-06 19:29:23 by jwe]
jwe
parents: 4682
diff changeset
214 OPERATORS/op-cm-m.cc, OPERATORS/op-cm-s.cc, OPERATORS/op-m-m.cc,
c7ae43dfdea4 [project @ 2004-01-06 19:29:23 by jwe]
jwe
parents: 4682
diff changeset
215 OPERATORS/op-m-s.cc: Use it instead of DEFASSIGNOP_FN.
c7ae43dfdea4 [project @ 2004-01-06 19:29:23 by jwe]
jwe
parents: 4682
diff changeset
216
4682
994f449a1eba [project @ 2003-12-19 15:37:14 by jwe]
jwe
parents: 4681
diff changeset
217 2003-12-19 John W. Eaton <jwe@bevo.che.wisc.edu>
994f449a1eba [project @ 2003-12-19 15:37:14 by jwe]
jwe
parents: 4681
diff changeset
218
994f449a1eba [project @ 2003-12-19 15:37:14 by jwe]
jwe
parents: 4681
diff changeset
219 * xpow.cc (xpow (double, double)): Avoid apparent GNU libm bug.
994f449a1eba [project @ 2003-12-19 15:37:14 by jwe]
jwe
parents: 4681
diff changeset
220
4681
bb9515a3527d [project @ 2003-12-18 15:35:09 by jwe]
jwe
parents: 4678
diff changeset
221 2003-12-17 John W. Eaton <jwe@bevo.che.wisc.edu>
bb9515a3527d [project @ 2003-12-18 15:35:09 by jwe]
jwe
parents: 4678
diff changeset
222
bb9515a3527d [project @ 2003-12-18 15:35:09 by jwe]
jwe
parents: 4678
diff changeset
223 * symtab.cc (symbol_record::print_symbol_info_line):
bb9515a3527d [project @ 2003-12-18 15:35:09 by jwe]
jwe
parents: 4678
diff changeset
224 Also check is_static to see if a symbol can be cleared.
bb9515a3527d [project @ 2003-12-18 15:35:09 by jwe]
jwe
parents: 4678
diff changeset
225
4676
c0aa75a64635 [project @ 2003-12-16 16:47:52 by jwe]
jwe
parents: 4675
diff changeset
226 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu>
c0aa75a64635 [project @ 2003-12-16 16:47:52 by jwe]
jwe
parents: 4675
diff changeset
227
4678
e1c2d8ca8bc0 [project @ 2003-12-17 00:36:36 by jwe]
jwe
parents: 4676
diff changeset
228 * lex.l (is_keyword): Also allow varargout_kw if
e1c2d8ca8bc0 [project @ 2003-12-17 00:36:36 by jwe]
jwe
parents: 4676
diff changeset
229 lexer_flags.looking_at_return_list is false provided that we are
e1c2d8ca8bc0 [project @ 2003-12-17 00:36:36 by jwe]
jwe
parents: 4676
diff changeset
230 defining a function and we haven't seen the function name yet.
e1c2d8ca8bc0 [project @ 2003-12-17 00:36:36 by jwe]
jwe
parents: 4676
diff changeset
231 * parse.y (return_list): Don't require [] around varargout.
e1c2d8ca8bc0 [project @ 2003-12-17 00:36:36 by jwe]
jwe
parents: 4676
diff changeset
232
e1c2d8ca8bc0 [project @ 2003-12-17 00:36:36 by jwe]
jwe
parents: 4676
diff changeset
233 * DLD-FUNCTIONS/find.cc (DO_FIND_OP): Delete macro.
e1c2d8ca8bc0 [project @ 2003-12-17 00:36:36 by jwe]
jwe
parents: 4676
diff changeset
234 (find_to_fortran_idx): Delete. Move guts of function to
e1c2d8ca8bc0 [project @ 2003-12-17 00:36:36 by jwe]
jwe
parents: 4676
diff changeset
235 find_nonzero_elem_idx.
e1c2d8ca8bc0 [project @ 2003-12-17 00:36:36 by jwe]
jwe
parents: 4676
diff changeset
236 (find_nonzero_elem_idx): Now a template function. Handle overall
e1c2d8ca8bc0 [project @ 2003-12-17 00:36:36 by jwe]
jwe
parents: 4676
diff changeset
237 array index here too. Make it N-d aware.
e1c2d8ca8bc0 [project @ 2003-12-17 00:36:36 by jwe]
jwe
parents: 4676
diff changeset
238
4676
c0aa75a64635 [project @ 2003-12-16 16:47:52 by jwe]
jwe
parents: 4675
diff changeset
239 * pt-pr-code.cc (tree_print_code::visit_complex_for_command,
c0aa75a64635 [project @ 2003-12-16 16:47:52 by jwe]
jwe
parents: 4675
diff changeset
240 tree_print_code::visit_octave_user_function_header,
c0aa75a64635 [project @ 2003-12-16 16:47:52 by jwe]
jwe
parents: 4675
diff changeset
241 tree_print_code::visit_matrix, tree_print_code::visit_cell,
c0aa75a64635 [project @ 2003-12-16 16:47:52 by jwe]
jwe
parents: 4675
diff changeset
242 tree_print_code::visit_multi_assignment): Keep track of nearest
c0aa75a64635 [project @ 2003-12-16 16:47:52 by jwe]
jwe
parents: 4675
diff changeset
243 [, {, or ( nesting level.
c0aa75a64635 [project @ 2003-12-16 16:47:52 by jwe]
jwe
parents: 4675
diff changeset
244 (tree_print_code::visit_index_expression): Likewise. Check nesting
c0aa75a64635 [project @ 2003-12-16 16:47:52 by jwe]
jwe
parents: 4675
diff changeset
245 level to decide how to print index.
c0aa75a64635 [project @ 2003-12-16 16:47:52 by jwe]
jwe
parents: 4675
diff changeset
246 (tree_print_code::reset): Also reset nesting level stack.
c0aa75a64635 [project @ 2003-12-16 16:47:52 by jwe]
jwe
parents: 4675
diff changeset
247
c0aa75a64635 [project @ 2003-12-16 16:47:52 by jwe]
jwe
parents: 4675
diff changeset
248 * pt-pr-code.h (tree_print_code::nesting): New data member.
c0aa75a64635 [project @ 2003-12-16 16:47:52 by jwe]
jwe
parents: 4675
diff changeset
249 (tree_print_code::tree_print_code): Initialize it.
c0aa75a64635 [project @ 2003-12-16 16:47:52 by jwe]
jwe
parents: 4675
diff changeset
250
c0aa75a64635 [project @ 2003-12-16 16:47:52 by jwe]
jwe
parents: 4675
diff changeset
251 * ov-base-mat.h (octave_base_matrix::octave_base_matrix (const MT&)):
c0aa75a64635 [project @ 2003-12-16 16:47:52 by jwe]
jwe
parents: 4675
diff changeset
252 If arg has no dimensions, resize to be 0x0.
c0aa75a64635 [project @ 2003-12-16 16:47:52 by jwe]
jwe
parents: 4675
diff changeset
253
4675
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
254 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu>
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
255
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
256 * oct-map.cc (Octave_map::assign): Use Octave_map::contents member
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
257 function instead of operator [].
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
258 * ov-struct.cc (octave_struct::subsasgn): Likewise.
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
259 * DLD-FUNCTIONS/time.cc (extract_tm): Likewise.
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
260
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
261 * DLD-FUNCTIONS/time.cc (mk_tm_map): Use Octave_map::assign member
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
262 function instead of operator [].
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
263 * DLD-FUNCTIONS/getrusage.cc (Fgetrusage): Likewise.
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
264 * DLD-FUNCTIONS/getgrent.cc (mk_gr_map): Likewise.
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
265 * DLD-FUNCTIONS/getpwent.cc (mk_pw_map): Likewise.
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
266 * load-save.cc (do_load): Likewise.
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
267 * ls-hdf5.cc (hdf5_read_next_data): Likewise.
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
268 * ls-mat5.cc (read_mat5_binary_element): Likewise.
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
269 * oct-map.cc (Octave_map::reshape): Likewise.
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
270 * oct-map.cc (Octave_map::index): Likewise.
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
271 * ov-fcn-handle.cc (Ffunctions): Likewise.
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
272 * pt-idx.cc (make_arg_struct): Likewise.
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
273 * sighandlers.cc (make_sig_struct): Likewise.
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
274 * syscalls.cc (mk_stat_map): Likewise.
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
275 * toplev.cc (Foctave_config_info): Likewise.
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
276
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
277 * ls-hdf5.cc (add_hdf5_data): Temporary Octave_map is now const.
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
278 * ls-mat5.cc (save_mat5_binary_element): Likewise.
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
279
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
280 * oct-map.cc (Octave_map::assign (const std::string&, const
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
281 octave_value&)): New function.
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
282 * oct-map.h: Provide decl.
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
283 (Octave_map::contents (const std::string&)): New function.
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
284 (Octave_map::operator [] (const std::string&) const): Delete.
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
285 (Octave_map::operator [] (const std::string&)): Delete.
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
286
4673
6639c2574023 [project @ 2003-12-10 16:11:54 by jwe]
jwe
parents: 4671
diff changeset
287 2003-12-09 John W. Eaton <jwe@bevo.che.wisc.edu>
6639c2574023 [project @ 2003-12-10 16:11:54 by jwe]
jwe
parents: 4671
diff changeset
288
6639c2574023 [project @ 2003-12-10 16:11:54 by jwe]
jwe
parents: 4671
diff changeset
289 * OPERATORS/op-cell.cc: Allow transpose for cell arrays.
6639c2574023 [project @ 2003-12-10 16:11:54 by jwe]
jwe
parents: 4671
diff changeset
290 * OPERATORS/op-m-m.cc, OPERATORS/op-cm-cm.cc,
6639c2574023 [project @ 2003-12-10 16:11:54 by jwe]
jwe
parents: 4671
diff changeset
291 OPERATORS/op-bm-bm.cc, OPERATORS/op-streamoff.cc,
6639c2574023 [project @ 2003-12-10 16:11:54 by jwe]
jwe
parents: 4671
diff changeset
292 OPERATORS/op-str-str.cc: Improve error message for attempt to
6639c2574023 [project @ 2003-12-10 16:11:54 by jwe]
jwe
parents: 4671
diff changeset
293 transpose N-d object.
6639c2574023 [project @ 2003-12-10 16:11:54 by jwe]
jwe
parents: 4671
diff changeset
294
4671
7a80bb43ea63 [project @ 2003-11-28 02:50:12 by jwe]
jwe
parents: 4669
diff changeset
295 2003-11-27 John W. Eaton <jwe@bevo.che.wisc.edu>
7a80bb43ea63 [project @ 2003-11-28 02:50:12 by jwe]
jwe
parents: 4669
diff changeset
296
7a80bb43ea63 [project @ 2003-11-28 02:50:12 by jwe]
jwe
parents: 4669
diff changeset
297 * pt-arg-list.cc (F__end__): Handle N-d objects.
7a80bb43ea63 [project @ 2003-11-28 02:50:12 by jwe]
jwe
parents: 4669
diff changeset
298
4668
7849788ca4bd [project @ 2003-11-26 04:28:39 by jwe]
jwe
parents: 4665
diff changeset
299 2003-11-25 John W. Eaton <jwe@bevo.che.wisc.edu>
7849788ca4bd [project @ 2003-11-26 04:28:39 by jwe]
jwe
parents: 4665
diff changeset
300
4669
334a27c8f453 [project @ 2003-11-26 07:02:42 by jwe]
jwe
parents: 4668
diff changeset
301 * OPERATORS/op-b-bm.cc: New file.
334a27c8f453 [project @ 2003-11-26 07:02:42 by jwe]
jwe
parents: 4668
diff changeset
302
334a27c8f453 [project @ 2003-11-26 07:02:42 by jwe]
jwe
parents: 4668
diff changeset
303 * OPERATORS/op-bm-b.cc (op_el_and, op_el_or): Define and install.
334a27c8f453 [project @ 2003-11-26 07:02:42 by jwe]
jwe
parents: 4668
diff changeset
304 * OPERATORS/op-bm-bm.cc (op_el_and, op_el_or, assign): Likewise.
334a27c8f453 [project @ 2003-11-26 07:02:42 by jwe]
jwe
parents: 4668
diff changeset
305
4668
7849788ca4bd [project @ 2003-11-26 04:28:39 by jwe]
jwe
parents: 4665
diff changeset
306 * ov-str-mat.cc (CHAR_MATRIX_CONV): New macro.
7849788ca4bd [project @ 2003-11-26 04:28:39 by jwe]
jwe
parents: 4665
diff changeset
307 * ov-str-mat.h (octave_char_matrix_str::double_value,
7849788ca4bd [project @ 2003-11-26 04:28:39 by jwe]
jwe
parents: 4665
diff changeset
308 octave_char_matrix_str::matrix_value,
7849788ca4bd [project @ 2003-11-26 04:28:39 by jwe]
jwe
parents: 4665
diff changeset
309 octave_char_matrix_str::array_value,
7849788ca4bd [project @ 2003-11-26 04:28:39 by jwe]
jwe
parents: 4665
diff changeset
310 octave_char_matrix_str::complex_value,
7849788ca4bd [project @ 2003-11-26 04:28:39 by jwe]
jwe
parents: 4665
diff changeset
311 octave_char_matrix_str::complex_matrix_value,
7849788ca4bd [project @ 2003-11-26 04:28:39 by jwe]
jwe
parents: 4665
diff changeset
312 (octave_char_matrix_str::complex_array_value): Use it.
7849788ca4bd [project @ 2003-11-26 04:28:39 by jwe]
jwe
parents: 4665
diff changeset
313
7849788ca4bd [project @ 2003-11-26 04:28:39 by jwe]
jwe
parents: 4665
diff changeset
314 * ov-bool-mat.cc (default_numeric_conversion_function):
7849788ca4bd [project @ 2003-11-26 04:28:39 by jwe]
jwe
parents: 4665
diff changeset
315 Convert to NDArray, not Matrix.
7849788ca4bd [project @ 2003-11-26 04:28:39 by jwe]
jwe
parents: 4665
diff changeset
316 * ov-str-mat.cc (default_numeric_conversion_function): Likewise.
7849788ca4bd [project @ 2003-11-26 04:28:39 by jwe]
jwe
parents: 4665
diff changeset
317
7849788ca4bd [project @ 2003-11-26 04:28:39 by jwe]
jwe
parents: 4665
diff changeset
318 * ov-range.h (octave_range::array_value): New function.
7849788ca4bd [project @ 2003-11-26 04:28:39 by jwe]
jwe
parents: 4665
diff changeset
319 (octave_range::complex_array_value): Likewise.
7849788ca4bd [project @ 2003-11-26 04:28:39 by jwe]
jwe
parents: 4665
diff changeset
320 * ov-ch-mat.h (charNDArray::array_value): New function.
7849788ca4bd [project @ 2003-11-26 04:28:39 by jwe]
jwe
parents: 4665
diff changeset
321 (charNDArray::complex_array_value): Likewise.
7849788ca4bd [project @ 2003-11-26 04:28:39 by jwe]
jwe
parents: 4665
diff changeset
322 * ov-str-mat.h (octave_char_matrix_str::array_value): Likewise.
7849788ca4bd [project @ 2003-11-26 04:28:39 by jwe]
jwe
parents: 4665
diff changeset
323 (octave_char_matrix_str::complex_value): Likewise.
7849788ca4bd [project @ 2003-11-26 04:28:39 by jwe]
jwe
parents: 4665
diff changeset
324 (octave_char_matrix_str::complex_matrix_value): Likewise.
7849788ca4bd [project @ 2003-11-26 04:28:39 by jwe]
jwe
parents: 4665
diff changeset
325 (octave_char_matrix_str::complex_array_value): Likewise.
7849788ca4bd [project @ 2003-11-26 04:28:39 by jwe]
jwe
parents: 4665
diff changeset
326
7849788ca4bd [project @ 2003-11-26 04:28:39 by jwe]
jwe
parents: 4665
diff changeset
327 * mappers.cc (acosh, log, log10, sqrt):
7849788ca4bd [project @ 2003-11-26 04:28:39 by jwe]
jwe
parents: 4665
diff changeset
328 Use octave_Inf instead of DBL_MAX for range limit.
7849788ca4bd [project @ 2003-11-26 04:28:39 by jwe]
jwe
parents: 4665
diff changeset
329
4654
a9b22513b7a6 [project @ 2003-11-24 18:56:35 by jwe]
jwe
parents: 4650
diff changeset
330 2003-11-24 John W. Eaton <jwe@bevo.che.wisc.edu>
a9b22513b7a6 [project @ 2003-11-24 18:56:35 by jwe]
jwe
parents: 4650
diff changeset
331
4658
c7ee06a9fbc3 [project @ 2003-11-25 03:59:24 by jwe]
jwe
parents: 4655
diff changeset
332 * version.h (OCTAVE_VERSION): Now 2.1.52.
c7ee06a9fbc3 [project @ 2003-11-25 03:59:24 by jwe]
jwe
parents: 4655
diff changeset
333 (OCTAVE_API_VERSION): Now api-v3.
c7ee06a9fbc3 [project @ 2003-11-25 03:59:24 by jwe]
jwe
parents: 4655
diff changeset
334
4664
19bcdc6a9bb8 [project @ 2003-11-25 06:22:02 by jwe]
jwe
parents: 4663
diff changeset
335 * DLD-FUNCTIONS/rand.cc (do_rand): Pass function name from arg
19bcdc6a9bb8 [project @ 2003-11-25 06:22:02 by jwe]
jwe
parents: 4663
diff changeset
336 list in calls to error.
19bcdc6a9bb8 [project @ 2003-11-25 06:22:02 by jwe]
jwe
parents: 4663
diff changeset
337
19bcdc6a9bb8 [project @ 2003-11-25 06:22:02 by jwe]
jwe
parents: 4663
diff changeset
338 * ov-cs-list.cc, ov-cs-list.h (octave_cs_list::octave_cs_list):
19bcdc6a9bb8 [project @ 2003-11-25 06:22:02 by jwe]
jwe
parents: 4663
diff changeset
339 Explicitly initialize base class in constructors.
19bcdc6a9bb8 [project @ 2003-11-25 06:22:02 by jwe]
jwe
parents: 4663
diff changeset
340
4661
12b6fbd57436 [project @ 2003-11-25 05:41:35 by jwe]
jwe
parents: 4659
diff changeset
341 * ov.h (octave_value::all_strings): Pass second arg to rep function.
12b6fbd57436 [project @ 2003-11-25 05:41:35 by jwe]
jwe
parents: 4659
diff changeset
342
4664
19bcdc6a9bb8 [project @ 2003-11-25 06:22:02 by jwe]
jwe
parents: 4663
diff changeset
343 * ov.h (octave_value::string_value): Pass arg to rep function.
19bcdc6a9bb8 [project @ 2003-11-25 06:22:02 by jwe]
jwe
parents: 4663
diff changeset
344
4661
12b6fbd57436 [project @ 2003-11-25 05:41:35 by jwe]
jwe
parents: 4659
diff changeset
345 * DLD-FUNCTIONS/dasrt.cc (dasrt_user_f): Delete unused arg names.
4665
dece11da64ed [project @ 2003-11-25 15:37:32 by jwe]
jwe
parents: 4664
diff changeset
346 * DLD-FUNCTIONS/rand.cc (Frand, Frandn): Likewise.
4663
bf7272f8ba8c [project @ 2003-11-25 06:05:20 by jwe]
jwe
parents: 4662
diff changeset
347 * ls-hdf5.h (hdf5_streambase::hdf5_streambase): Likewise.
bf7272f8ba8c [project @ 2003-11-25 06:05:20 by jwe]
jwe
parents: 4662
diff changeset
348 * ls-hdf5.cc (read_hdf5_data): Likewise.
4661
12b6fbd57436 [project @ 2003-11-25 05:41:35 by jwe]
jwe
parents: 4659
diff changeset
349 * ls-utils.cc (get_save_type): Likewise.
12b6fbd57436 [project @ 2003-11-25 05:41:35 by jwe]
jwe
parents: 4659
diff changeset
350 * parse.y (Fassignin): Likewise.
12b6fbd57436 [project @ 2003-11-25 05:41:35 by jwe]
jwe
parents: 4659
diff changeset
351 * utils.cc (empty_arg): Likewise.
12b6fbd57436 [project @ 2003-11-25 05:41:35 by jwe]
jwe
parents: 4659
diff changeset
352 * ov-usr-fcn.h (octave_user_function::subsref): Likewise.
12b6fbd57436 [project @ 2003-11-25 05:41:35 by jwe]
jwe
parents: 4659
diff changeset
353 * ov-base-mat.h (octave_base_matrix::subsref): Likewise.
12b6fbd57436 [project @ 2003-11-25 05:41:35 by jwe]
jwe
parents: 4659
diff changeset
354 * ov-mapper.h (octave_mapper::subsref): Likewise.
12b6fbd57436 [project @ 2003-11-25 05:41:35 by jwe]
jwe
parents: 4659
diff changeset
355 * ov-builtin.h (octave_builtin::subsref): Likewise.
4664
19bcdc6a9bb8 [project @ 2003-11-25 06:22:02 by jwe]
jwe
parents: 4663
diff changeset
356 * ov-complex.cc (octave_complex::complex_array_value): Likewise.
4661
12b6fbd57436 [project @ 2003-11-25 05:41:35 by jwe]
jwe
parents: 4659
diff changeset
357 * ov-cell.h (octave_cell::subsref): Likewise.
12b6fbd57436 [project @ 2003-11-25 05:41:35 by jwe]
jwe
parents: 4659
diff changeset
358 * ov-base-scalar.h (octave_base_scalar::subsref): Likewise.
12b6fbd57436 [project @ 2003-11-25 05:41:35 by jwe]
jwe
parents: 4659
diff changeset
359 * ov-struct.h (octave_struct::subsref): Likewise.
12b6fbd57436 [project @ 2003-11-25 05:41:35 by jwe]
jwe
parents: 4659
diff changeset
360 * ov-range.h (octave_range::subsref): Likewise.
12b6fbd57436 [project @ 2003-11-25 05:41:35 by jwe]
jwe
parents: 4659
diff changeset
361 * ov-list.h (octave_list::subsref): Likewise.
12b6fbd57436 [project @ 2003-11-25 05:41:35 by jwe]
jwe
parents: 4659
diff changeset
362 * ov-base.cc (octave_base_value::print_info): Likewise.
12b6fbd57436 [project @ 2003-11-25 05:41:35 by jwe]
jwe
parents: 4659
diff changeset
363 * pt-check.cc (tree_checker::visit_subplot_axes): Likewise.
12b6fbd57436 [project @ 2003-11-25 05:41:35 by jwe]
jwe
parents: 4659
diff changeset
364 * pr-output.cc (octave_print_internal (std::ostream&, double, bool),
12b6fbd57436 [project @ 2003-11-25 05:41:35 by jwe]
jwe
parents: 4659
diff changeset
365 octave_print_internal (std::ostream&, const Complex&, bool),
4663
bf7272f8ba8c [project @ 2003-11-25 06:05:20 by jwe]
jwe
parents: 4662
diff changeset
366 octave_print_internal (std::ostream&, const ArrayN<std::string>&,
bf7272f8ba8c [project @ 2003-11-25 06:05:20 by jwe]
jwe
parents: 4662
diff changeset
367 bool, int): Likewise.
4661
12b6fbd57436 [project @ 2003-11-25 05:41:35 by jwe]
jwe
parents: 4659
diff changeset
368 * oct-stream.cc (octave_scan<> (std::istream&, const
12b6fbd57436 [project @ 2003-11-25 05:41:35 by jwe]
jwe
parents: 4659
diff changeset
369 scanf_format_elt&, char*): Likewise
12b6fbd57436 [project @ 2003-11-25 05:41:35 by jwe]
jwe
parents: 4659
diff changeset
370 * TEMPLATE-INST/Array-tc.cc (resize_fill_value<octave_value>):
12b6fbd57436 [project @ 2003-11-25 05:41:35 by jwe]
jwe
parents: 4659
diff changeset
371 Likewise.
12b6fbd57436 [project @ 2003-11-25 05:41:35 by jwe]
jwe
parents: 4659
diff changeset
372 * pt-bp.cc (tree_breakpoint::visit_octave_user_function,
12b6fbd57436 [project @ 2003-11-25 05:41:35 by jwe]
jwe
parents: 4659
diff changeset
373 tree_breakpoint::visit_octave_user_function_header,
12b6fbd57436 [project @ 2003-11-25 05:41:35 by jwe]
jwe
parents: 4659
diff changeset
374 tree_breakpoint::visit_octave_user_function_trailer,
12b6fbd57436 [project @ 2003-11-25 05:41:35 by jwe]
jwe
parents: 4659
diff changeset
375 tree_breakpoint::visit_plot_limits,
12b6fbd57436 [project @ 2003-11-25 05:41:35 by jwe]
jwe
parents: 4659
diff changeset
376 tree_breakpoint::visit_plot_range,
12b6fbd57436 [project @ 2003-11-25 05:41:35 by jwe]
jwe
parents: 4659
diff changeset
377 tree_breakpoint::visit_subplot,
12b6fbd57436 [project @ 2003-11-25 05:41:35 by jwe]
jwe
parents: 4659
diff changeset
378 tree_breakpoint::visit_subplot_axes,
12b6fbd57436 [project @ 2003-11-25 05:41:35 by jwe]
jwe
parents: 4659
diff changeset
379 tree_breakpoint::visit_subplot_list,
12b6fbd57436 [project @ 2003-11-25 05:41:35 by jwe]
jwe
parents: 4659
diff changeset
380 tree_breakpoint::visit_subplot_style,
12b6fbd57436 [project @ 2003-11-25 05:41:35 by jwe]
jwe
parents: 4659
diff changeset
381 tree_breakpoint::visit_subplot_using): Likewise.
12b6fbd57436 [project @ 2003-11-25 05:41:35 by jwe]
jwe
parents: 4659
diff changeset
382 * ov.cc (octave_value::column_vector_value,
12b6fbd57436 [project @ 2003-11-25 05:41:35 by jwe]
jwe
parents: 4659
diff changeset
383 (octave_value::complex_column_vector_value,
12b6fbd57436 [project @ 2003-11-25 05:41:35 by jwe]
jwe
parents: 4659
diff changeset
384 (octave_value::row_vector_value,
12b6fbd57436 [project @ 2003-11-25 05:41:35 by jwe]
jwe
parents: 4659
diff changeset
385 octave_value::complex_row_vector_value,
12b6fbd57436 [project @ 2003-11-25 05:41:35 by jwe]
jwe
parents: 4659
diff changeset
386 octave_value::do_non_const_unary_op): Likewise.
12b6fbd57436 [project @ 2003-11-25 05:41:35 by jwe]
jwe
parents: 4659
diff changeset
387
4659
35e5c80ccb9c [project @ 2003-11-25 04:25:37 by jwe]
jwe
parents: 4658
diff changeset
388 * load-save.cc: Only include ls-hdf5.h if HAVE_HDF5 is defined.
35e5c80ccb9c [project @ 2003-11-25 04:25:37 by jwe]
jwe
parents: 4658
diff changeset
389 From Melqart <melqart@free.fr>.
35e5c80ccb9c [project @ 2003-11-25 04:25:37 by jwe]
jwe
parents: 4658
diff changeset
390
4655
c8829691db47 [project @ 2003-11-24 21:24:37 by jwe]
jwe
parents: 4654
diff changeset
391 * pr-output.h (octave_fcn_handle::print_as_scalar): Delete.
c8829691db47 [project @ 2003-11-24 21:24:37 by jwe]
jwe
parents: 4654
diff changeset
392
c8829691db47 [project @ 2003-11-24 21:24:37 by jwe]
jwe
parents: 4654
diff changeset
393 * pr-output.cc (octave_print_internal): New version for
c8829691db47 [project @ 2003-11-24 21:24:37 by jwe]
jwe
parents: 4654
diff changeset
394 ArrayN<std::string> objects.
c8829691db47 [project @ 2003-11-24 21:24:37 by jwe]
jwe
parents: 4654
diff changeset
395 * pr-output.h: Provide decl.
c8829691db47 [project @ 2003-11-24 21:24:37 by jwe]
jwe
parents: 4654
diff changeset
396 * ov-fcn-handle.cc (octave_fcn_handle::print_raw): Use it.
c8829691db47 [project @ 2003-11-24 21:24:37 by jwe]
jwe
parents: 4654
diff changeset
397
4654
a9b22513b7a6 [project @ 2003-11-24 18:56:35 by jwe]
jwe
parents: 4650
diff changeset
398 * OPERATORS/op-fcn-handle.cc: New file.
a9b22513b7a6 [project @ 2003-11-24 18:56:35 by jwe]
jwe
parents: 4650
diff changeset
399 * Makefile.in (OP_XSRC): Add it to the list.
a9b22513b7a6 [project @ 2003-11-24 18:56:35 by jwe]
jwe
parents: 4650
diff changeset
400
a9b22513b7a6 [project @ 2003-11-24 18:56:35 by jwe]
jwe
parents: 4650
diff changeset
401 * ov-fcn-handle.h, ov-fcn-handle.cc (octave_fcn_handle):
a9b22513b7a6 [project @ 2003-11-24 18:56:35 by jwe]
jwe
parents: 4650
diff changeset
402 Now an array of function handle objects.
a9b22513b7a6 [project @ 2003-11-24 18:56:35 by jwe]
jwe
parents: 4650
diff changeset
403
a9b22513b7a6 [project @ 2003-11-24 18:56:35 by jwe]
jwe
parents: 4650
diff changeset
404 * ov.h, ov.cc (octave_value::octave_value (const fcn_handle_array&),
a9b22513b7a6 [project @ 2003-11-24 18:56:35 by jwe]
jwe
parents: 4650
diff changeset
405 (octave_value::octave_value (octave_function *f, const std::string&)):
a9b22513b7a6 [project @ 2003-11-24 18:56:35 by jwe]
jwe
parents: 4650
diff changeset
406 New constructors.
a9b22513b7a6 [project @ 2003-11-24 18:56:35 by jwe]
jwe
parents: 4650
diff changeset
407 (octave_value::octave_value (const octave_fcn_handle&)): Delete.
a9b22513b7a6 [project @ 2003-11-24 18:56:35 by jwe]
jwe
parents: 4650
diff changeset
408
a9b22513b7a6 [project @ 2003-11-24 18:56:35 by jwe]
jwe
parents: 4650
diff changeset
409 * ov-base-mat.cc (octave_base_matrix<T>::print_as_scalar):
a9b22513b7a6 [project @ 2003-11-24 18:56:35 by jwe]
jwe
parents: 4650
diff changeset
410 Check dims instead of rows and columns.
a9b22513b7a6 [project @ 2003-11-24 18:56:35 by jwe]
jwe
parents: 4650
diff changeset
411
a9b22513b7a6 [project @ 2003-11-24 18:56:35 by jwe]
jwe
parents: 4650
diff changeset
412 * ov.h (octave_value::is_function_handle): New function.
a9b22513b7a6 [project @ 2003-11-24 18:56:35 by jwe]
jwe
parents: 4650
diff changeset
413 * ov-base.h (octave_base_value::is_function_handle): New function.
a9b22513b7a6 [project @ 2003-11-24 18:56:35 by jwe]
jwe
parents: 4650
diff changeset
414
4645
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
415 2003-11-23 John W. Eaton <jwe@bevo.che.wisc.edu>
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
416
4650
623f6262a8e9 [project @ 2003-11-23 23:17:46 by jwe]
jwe
parents: 4649
diff changeset
417 * ov-bool-mat.h (octave_bool_matrix::array_value): Construct return
623f6262a8e9 [project @ 2003-11-23 23:17:46 by jwe]
jwe
parents: 4649
diff changeset
418 value directly from matrix data member, not matrix.matrix_value ().
623f6262a8e9 [project @ 2003-11-23 23:17:46 by jwe]
jwe
parents: 4649
diff changeset
419
623f6262a8e9 [project @ 2003-11-23 23:17:46 by jwe]
jwe
parents: 4649
diff changeset
420 * ov-re-mat.h (octave_matrix::index_vector): Construct idx_vector
623f6262a8e9 [project @ 2003-11-23 23:17:46 by jwe]
jwe
parents: 4649
diff changeset
421 from NDArray, not Matrix.
623f6262a8e9 [project @ 2003-11-23 23:17:46 by jwe]
jwe
parents: 4649
diff changeset
422
623f6262a8e9 [project @ 2003-11-23 23:17:46 by jwe]
jwe
parents: 4649
diff changeset
423 * ov-bool-mat.h (octave_bool_matrix::index_vector): Construct
623f6262a8e9 [project @ 2003-11-23 23:17:46 by jwe]
jwe
parents: 4649
diff changeset
424 idx_vector from boolNDArray, not boolMatrix.
623f6262a8e9 [project @ 2003-11-23 23:17:46 by jwe]
jwe
parents: 4649
diff changeset
425
4649
f7ce581b27fb [project @ 2003-11-23 21:46:44 by jwe]
jwe
parents: 4647
diff changeset
426 * ov.cc (install_types): Also register dld function type.
f7ce581b27fb [project @ 2003-11-23 21:46:44 by jwe]
jwe
parents: 4647
diff changeset
427
4646
eff8f977508c [project @ 2003-11-23 18:13:19 by jwe]
jwe
parents: 4645
diff changeset
428 * OPERATORS/op-streamoff.cc: Install increment and decrement operators.
eff8f977508c [project @ 2003-11-23 18:13:19 by jwe]
jwe
parents: 4645
diff changeset
429 * ov-streamoff.h (octave_streamoff::increment,
eff8f977508c [project @ 2003-11-23 18:13:19 by jwe]
jwe
parents: 4645
diff changeset
430 octave_streamoff::decrement): New functions.
eff8f977508c [project @ 2003-11-23 18:13:19 by jwe]
jwe
parents: 4645
diff changeset
431
4647
6d26997e1fc3 [project @ 2003-11-23 18:18:58 by jwe]
jwe
parents: 4646
diff changeset
432 * ov-streamoff.h, ov-streamoff.cc: Move streamoff_array class to
6d26997e1fc3 [project @ 2003-11-23 18:18:58 by jwe]
jwe
parents: 4646
diff changeset
433 liboctave/so-array.h and liboctave/so-array.cc.
6d26997e1fc3 [project @ 2003-11-23 18:18:58 by jwe]
jwe
parents: 4646
diff changeset
434
4645
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
435 * oct-stream.cc (octave_stream::seek): Extract std::streamoff from
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
436 tc_offset instead of int.
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
437
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
438 * ov-re-mat.cc (octave_matrix::double_value): Use numel, not length.
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
439
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
440 * ov-re-mat.cc (octave_matrix::streamoff_array_value): New function.
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
441 * ov-re-mat.h: Provide decl.
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
442
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
443 * ov-scalar.cc (octave_scalar::streamoff_value): New function.
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
444 * ov-scalar.h: Provide decl.
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
445
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
446 * ov.cc (octave_value::streamoff_array_value,
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
447 octave_value::streamoff_value): New functions.
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
448 * ov.h: Provide decls.
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
449
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
450 * ov-base.cc (octave_base_value::streamoff_array_value,
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
451 octave_base_value::streamoff_value): New functions.
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
452 * ov-base.h: Provide decls.
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
453
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
454 * ov-usr-fcn.cc (install_automatic_vars): Don't do anything unless
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
455 sym_tab is defined.
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
456
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
457 * ov-streamoff.h, ov-streamoff.cc, OPERATORS/op-streamoff.cc:
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
458 New files.
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
459
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
460 * ov-cell.h (octave_value_cell::is_matrix_type): New function.
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
461
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
462 * ov-mapper.h (octave_mapper::octave_mapper): No copying.
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
463 * ov-fcn.h (octave_function::octave_function): Likewise.
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
464 * ov-usr-fcn.h (octave_function::octave_function): Likewise.
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
465 * ov-builtin.h (octave_builtin::octave_builtin): Likewise.
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
466 * ov-dld-fcn.h (octave_dld_function::octave_dld_function): Likewise.
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
467
4643
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
468 2003-11-22 John W. Eaton <jwe@bevo.che.wisc.edu>
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
469
4645
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
470 * ov-mapper.h (octave_mapper::octave_mapper): Make public.
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
471 Provide copy constructor and assignment operator.
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
472 * ov-fcn.h (octave_function::octave_function): Likewise.
4643
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
473 * ov-builtin.h (octave_builtin::octave_builtin): Likewise.
4645
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
474 * ov-dld-fcn.h (octave_dld_function::octave_dld_function): Likewise.
4643
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
475
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
476 * ov-typeinfo.cc (octave_value_typeinfo::register_type,
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
477 octave_value_typeinfo::do_register_type): New arg, val.
4645
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
478 Save it in vals array.
4643
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
479 (octave_value_typeinfo::lookup_type,
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
480 octave_value_typeinfo::do_lookup_type): New functions.
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
481 * ov-typeinfo.h: Provide decl.
4645
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
482 (octave_value_typeinfo::vals): New data member.
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
483 (octave_value_typeinfo::octave_value_typeinfo): Initialize it.
4643
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
484
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
485 * ov.h (DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA): Pass
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
486
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
487 * ov.h (DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA): Define register_type
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
488 here. Also pass an empty object of the to-be-registered type to
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
489 register_type.
4645
bd2067547b40 [project @ 2003-11-23 08:07:52 by jwe]
jwe
parents: 4643
diff changeset
490 (DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA): Declare register_type
4643
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
491 here, but don't define it.
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
492
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
493 2003-11-21 John W. Eaton <jwe@bevo.che.wisc.edu>
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
494
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
495 * ov-fcn-handle.h (octave_fcn_handle::octave_fcn_handle (void)):
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
496 New constructor.
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
497
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
498 * ov-usr-fcn.h (octave_user_function::octave_user_function):
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
499 Delete decl for private constructor.
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
500
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
501 * ov-str-mat.cc (octave_char_matrix_str::matrix_value):
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
502 Conversion to matrix is an error unless explicitly forced.
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
503
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
504 * ov-str-mat.cc (octave_char_matrix_str::double_value): New function.
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
505 * ov-str-mat.h: Provide decl.
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
506
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
507 * ov-file.cc (print_raw): Use parens around ?: conditional used on
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
508 RHS of << output operator.
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
509
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
510 * c-file-ptr-stream.cc (c_file_ptr_buf::seekoff,
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
511 c_file_ptr_buf::seekpos): Can't use fseek here, so just fail (by
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
512 returning -1) until we have a better solution.
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
513
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
514 * oct-stream.cc (octave_stream::tell): Return std::streamoff, not long.
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
515 * oct-iostrm.cc (octave_base_iostream::tell): Likewise.
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
516 * oct-stdstrm.cc (octave_stdiostream::tell): Likewise.
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
517 * oct-strstrm.cc (octave_base_strstream::tell): Likewise.
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
518 * oct-stream.h, oct-iostrm.h, oct-stdstrm.h, oct-strstrm.h:
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
519 Fix decls to match.
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
520
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
521 2003-11-20 John W. Eaton <jwe@bevo.che.wisc.edu>
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
522
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
523 * ls-mat-ascii.cc (get_lines_and_columns): Delete second arg in
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
524 call to istream::seekg.
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
525
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
526 * ov-mapper.cc (MAPPER_LOOP_2, any_element_less_than,
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
527 any_element_greater_than, octave_mapper::apply):
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
528 Handle N-d arrays.
ef3a14fb6847 [project @ 2003-11-22 12:25:44 by jwe]
jwe
parents: 4635
diff changeset
529
4633
d95dd6ae89fd [project @ 2003-11-19 18:32:50 by jwe]
jwe
parents: 4632
diff changeset
530 2003-11-19 John W. Eaton <jwe@bevo.che.wisc.edu>
d95dd6ae89fd [project @ 2003-11-19 18:32:50 by jwe]
jwe
parents: 4632
diff changeset
531
4635
f2cd320cbf6e [project @ 2003-11-20 01:48:23 by jwe]
jwe
parents: 4633
diff changeset
532 * ls-mat5.cc (read_mat5_binary_element, save_mat5_binary_element):
f2cd320cbf6e [project @ 2003-11-20 01:48:23 by jwe]
jwe
parents: 4633
diff changeset
533 Handle N-d arrays.
f2cd320cbf6e [project @ 2003-11-20 01:48:23 by jwe]
jwe
parents: 4633
diff changeset
534
4633
d95dd6ae89fd [project @ 2003-11-19 18:32:50 by jwe]
jwe
parents: 4632
diff changeset
535 * lex.l (next_token_is_index_op): New function.
d95dd6ae89fd [project @ 2003-11-19 18:32:50 by jwe]
jwe
parents: 4632
diff changeset
536 (handle_close_bracket): Use it.
d95dd6ae89fd [project @ 2003-11-19 18:32:50 by jwe]
jwe
parents: 4632
diff changeset
537
d95dd6ae89fd [project @ 2003-11-19 18:32:50 by jwe]
jwe
parents: 4632
diff changeset
538 * ls-hdf5.cc, ls-mat-ascii.cc, ls-mat4.cc, ls-mat5.cc,
d95dd6ae89fd [project @ 2003-11-19 18:32:50 by jwe]
jwe
parents: 4632
diff changeset
539 ls-oct-ascii.cc, ls-oct-binary.cc, ls-utils.cc, ls-hdf5.h,
d95dd6ae89fd [project @ 2003-11-19 18:32:50 by jwe]
jwe
parents: 4632
diff changeset
540 ls-mat-ascii.h, ls-mat4.h, ls-mat5.h, ls-oct-ascii.h,
d95dd6ae89fd [project @ 2003-11-19 18:32:50 by jwe]
jwe
parents: 4632
diff changeset
541 ls-oct-binary.h, ls-utils.h: New files, extracted from load-save.cc.
d95dd6ae89fd [project @ 2003-11-19 18:32:50 by jwe]
jwe
parents: 4632
diff changeset
542 * Makefile.in: Add them to the appropriate lists.
d95dd6ae89fd [project @ 2003-11-19 18:32:50 by jwe]
jwe
parents: 4632
diff changeset
543
4630
ca70857bdbd1 [project @ 2003-11-18 18:18:16 by jwe]
jwe
parents: 4629
diff changeset
544 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu>
ca70857bdbd1 [project @ 2003-11-18 18:18:16 by jwe]
jwe
parents: 4629
diff changeset
545
4632
0e28461651f2 [project @ 2003-11-18 19:07:13 by jwe]
jwe
parents: 4630
diff changeset
546 * pr-output.cc (octave_print_internal): Don't indent rows for
0e28461651f2 [project @ 2003-11-18 19:07:13 by jwe]
jwe
parents: 4630
diff changeset
547 plus_format. Use pr_plus_format for Range type with plus_format.
0e28461651f2 [project @ 2003-11-18 19:07:13 by jwe]
jwe
parents: 4630
diff changeset
548 (plus_format_chars): New static variable.
0e28461651f2 [project @ 2003-11-18 19:07:13 by jwe]
jwe
parents: 4630
diff changeset
549 (set_format_style): Allow optional arg for plus format to set it.
0e28461651f2 [project @ 2003-11-18 19:07:13 by jwe]
jwe
parents: 4630
diff changeset
550 (pr_plus_format): Use it.
0e28461651f2 [project @ 2003-11-18 19:07:13 by jwe]
jwe
parents: 4630
diff changeset
551
4630
ca70857bdbd1 [project @ 2003-11-18 18:18:16 by jwe]
jwe
parents: 4629
diff changeset
552 * ov-bool.h (octave_bool::array_value,
ca70857bdbd1 [project @ 2003-11-18 18:18:16 by jwe]
jwe
parents: 4629
diff changeset
553 octave_bool::complex_array_value): New functions.
ca70857bdbd1 [project @ 2003-11-18 18:18:16 by jwe]
jwe
parents: 4629
diff changeset
554
ca70857bdbd1 [project @ 2003-11-18 18:18:16 by jwe]
jwe
parents: 4629
diff changeset
555 * ov-base-mat.cc (octave_base_matrix<MT>::do_index_op):
ca70857bdbd1 [project @ 2003-11-18 18:18:16 by jwe]
jwe
parents: 4629
diff changeset
556 Ensure correct number of indices for Array indexing code.
ca70857bdbd1 [project @ 2003-11-18 18:18:16 by jwe]
jwe
parents: 4629
diff changeset
557
4628
c0121a3b9cbe [project @ 2003-11-17 20:19:07 by jwe]
jwe
parents: 4627
diff changeset
558 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu>
c0121a3b9cbe [project @ 2003-11-17 20:19:07 by jwe]
jwe
parents: 4627
diff changeset
559
4629
ed92d574b55b [project @ 2003-11-17 20:43:13 by jwe]
jwe
parents: 4628
diff changeset
560 * DLD-FUNCTIONS/qz.cc (qz): Use x.data()+offset instead of &a(i,j).
ed92d574b55b [project @ 2003-11-17 20:43:13 by jwe]
jwe
parents: 4628
diff changeset
561 First and third args for dlag2 are const.
ed92d574b55b [project @ 2003-11-17 20:43:13 by jwe]
jwe
parents: 4628
diff changeset
562
4628
c0121a3b9cbe [project @ 2003-11-17 20:19:07 by jwe]
jwe
parents: 4627
diff changeset
563 * DLD-FUNCTIONS/sort.cc (Fsort): Use const qualifier as appropriate.
c0121a3b9cbe [project @ 2003-11-17 20:19:07 by jwe]
jwe
parents: 4627
diff changeset
564
c0121a3b9cbe [project @ 2003-11-17 20:19:07 by jwe]
jwe
parents: 4627
diff changeset
565 * DLD-FUNCTIONS/balance.cc (balance): Use data() instead of
c0121a3b9cbe [project @ 2003-11-17 20:19:07 by jwe]
jwe
parents: 4627
diff changeset
566 fortran_vec where appropriate in call to dggbak.
c0121a3b9cbe [project @ 2003-11-17 20:19:07 by jwe]
jwe
parents: 4627
diff changeset
567
c0121a3b9cbe [project @ 2003-11-17 20:19:07 by jwe]
jwe
parents: 4627
diff changeset
568 * DLD-FUNCTIONS/dasrt.cc (dasrt_user_j): Simplify inserting x and
c0121a3b9cbe [project @ 2003-11-17 20:19:07 by jwe]
jwe
parents: 4627
diff changeset
569 xdot in arg vector.
c0121a3b9cbe [project @ 2003-11-17 20:19:07 by jwe]
jwe
parents: 4627
diff changeset
570 (dasrt_user_f): Likewise.
c0121a3b9cbe [project @ 2003-11-17 20:19:07 by jwe]
jwe
parents: 4627
diff changeset
571 (dasrt_user_cf): Likewise.
c0121a3b9cbe [project @ 2003-11-17 20:19:07 by jwe]
jwe
parents: 4627
diff changeset
572 * DLD-FUNCTIONS/dassl.cc (dassl_user_function): Likewise.
c0121a3b9cbe [project @ 2003-11-17 20:19:07 by jwe]
jwe
parents: 4627
diff changeset
573 (dassl_user_jacobian): Likewise.
c0121a3b9cbe [project @ 2003-11-17 20:19:07 by jwe]
jwe
parents: 4627
diff changeset
574 * DLD-FUNCTIONS/lsode.cc (lsode_user_function): Likewise.
c0121a3b9cbe [project @ 2003-11-17 20:19:07 by jwe]
jwe
parents: 4627
diff changeset
575 (lsode_user_jacobian): Likewise.
c0121a3b9cbe [project @ 2003-11-17 20:19:07 by jwe]
jwe
parents: 4627
diff changeset
576 * DLD-FUNCTIONS/daspk.cc (daspk_user_function): Likewise.
c0121a3b9cbe [project @ 2003-11-17 20:19:07 by jwe]
jwe
parents: 4627
diff changeset
577 (daspk_user_jacobian): Likewise.
c0121a3b9cbe [project @ 2003-11-17 20:19:07 by jwe]
jwe
parents: 4627
diff changeset
578
4627
212fc2115e09 [project @ 2003-11-17 03:48:03 by jwe]
jwe
parents: 4626
diff changeset
579 2003-11-16 John W. Eaton <jwe@bevo.che.wisc.edu>
212fc2115e09 [project @ 2003-11-17 03:48:03 by jwe]
jwe
parents: 4626
diff changeset
580
212fc2115e09 [project @ 2003-11-17 03:48:03 by jwe]
jwe
parents: 4626
diff changeset
581 * ov-range.h (octave_range::reshape): New function.
212fc2115e09 [project @ 2003-11-17 03:48:03 by jwe]
jwe
parents: 4626
diff changeset
582
4625
87c01a296263 [project @ 2003-11-15 12:51:20 by jwe]
jwe
parents: 4621
diff changeset
583 2003-11-15 John W. Eaton <jwe@bevo.che.wisc.edu>
87c01a296263 [project @ 2003-11-15 12:51:20 by jwe]
jwe
parents: 4621
diff changeset
584
4626
1ba089061bfe [project @ 2003-11-16 00:33:07 by jwe]
jwe
parents: 4625
diff changeset
585 * version.h (OCTAVE_VERSION): Now 2.1.51.
1ba089061bfe [project @ 2003-11-16 00:33:07 by jwe]
jwe
parents: 4625
diff changeset
586 (OCTAVE_API_VERSION): Now api-v2.
1ba089061bfe [project @ 2003-11-16 00:33:07 by jwe]
jwe
parents: 4625
diff changeset
587
1ba089061bfe [project @ 2003-11-16 00:33:07 by jwe]
jwe
parents: 4625
diff changeset
588 * version.h (OCTAVE_BUGS_STATEMENT): Also tell people to look at
1ba089061bfe [project @ 2003-11-16 00:33:07 by jwe]
jwe
parents: 4625
diff changeset
589 http://www.octave.org/bugs.html.
1ba089061bfe [project @ 2003-11-16 00:33:07 by jwe]
jwe
parents: 4625
diff changeset
590
4625
87c01a296263 [project @ 2003-11-15 12:51:20 by jwe]
jwe
parents: 4621
diff changeset
591 * oct-map.cc (Octave_map::assign): Use resize, not resize and fill.
87c01a296263 [project @ 2003-11-15 12:51:20 by jwe]
jwe
parents: 4621
diff changeset
592 * ov-typeinfo.cc (octave_value_typeinfo::do_register_type): Likewise.
87c01a296263 [project @ 2003-11-15 12:51:20 by jwe]
jwe
parents: 4621
diff changeset
593
87c01a296263 [project @ 2003-11-15 12:51:20 by jwe]
jwe
parents: 4621
diff changeset
594 * Cell.cc (Cell::Cell): Pass dim_vector to resize instead of two ints.
87c01a296263 [project @ 2003-11-15 12:51:20 by jwe]
jwe
parents: 4621
diff changeset
595
4612
d44675070f1a [project @ 2003-11-14 19:49:56 by jwe]
jwe
parents: 4610
diff changeset
596 2003-11-14 John W. Eaton <jwe@bevo.che.wisc.edu>
d44675070f1a [project @ 2003-11-14 19:49:56 by jwe]
jwe
parents: 4610
diff changeset
597
4621
26fa69badde9 [project @ 2003-11-15 02:32:25 by jwe]
jwe
parents: 4619
diff changeset
598 * Makefile.in (stamp-liboctave-prereq): New target.
26fa69badde9 [project @ 2003-11-15 02:32:25 by jwe]
jwe
parents: 4619
diff changeset
599 ($(DEF_FILES), $(MAKEDEPS)): Depend on it.
26fa69badde9 [project @ 2003-11-15 02:32:25 by jwe]
jwe
parents: 4619
diff changeset
600 (distclean): Remove it.
4619
1088ded853f2 [project @ 2003-11-15 02:21:39 by jwe]
jwe
parents: 4615
diff changeset
601
4615
1c0ec4705a5f [project @ 2003-11-15 01:40:33 by jwe]
jwe
parents: 4614
diff changeset
602 * parse.y (cancel_obj_idx): New rule.
1c0ec4705a5f [project @ 2003-11-15 01:40:33 by jwe]
jwe
parents: 4614
diff changeset
603 (postfix_expr, prefix_expr): Use begin_obj_idx after every
1c0ec4705a5f [project @ 2003-11-15 01:40:33 by jwe]
jwe
parents: 4614
diff changeset
604 postfix_expr on RHS. Use cancel_obj_idx as soon as possible for
1c0ec4705a5f [project @ 2003-11-15 01:40:33 by jwe]
jwe
parents: 4614
diff changeset
605 cases where we are not working on an index expression.
1c0ec4705a5f [project @ 2003-11-15 01:40:33 by jwe]
jwe
parents: 4614
diff changeset
606
4613
d1786f2d8a3c [project @ 2003-11-14 22:46:19 by jwe]
jwe
parents: 4612
diff changeset
607 * lex.l (maybe_unput_comma, handle_close_bracket):
d1786f2d8a3c [project @ 2003-11-14 22:46:19 by jwe]
jwe
parents: 4612
diff changeset
608 Don't insert comma if we are looking at an object index and the
d1786f2d8a3c [project @ 2003-11-14 22:46:19 by jwe]
jwe
parents: 4612
diff changeset
609 closest nesting level is a brace.
d1786f2d8a3c [project @ 2003-11-14 22:46:19 by jwe]
jwe
parents: 4612
diff changeset
610
d1786f2d8a3c [project @ 2003-11-14 22:46:19 by jwe]
jwe
parents: 4612
diff changeset
611 * parse.y (postfix_expr): Use begin_obj_idx between postfix_expr
d1786f2d8a3c [project @ 2003-11-14 22:46:19 by jwe]
jwe
parents: 4612
diff changeset
612 and the indexing delimiter rather than after it.
d1786f2d8a3c [project @ 2003-11-14 22:46:19 by jwe]
jwe
parents: 4612
diff changeset
613
d1786f2d8a3c [project @ 2003-11-14 22:46:19 by jwe]
jwe
parents: 4612
diff changeset
614 * lex.h (lexical_feedback::braceflag): New member variable.
d1786f2d8a3c [project @ 2003-11-14 22:46:19 by jwe]
jwe
parents: 4612
diff changeset
615 * lex.l (lexical_feedback::init): Initialize braceflag.
d1786f2d8a3c [project @ 2003-11-14 22:46:19 by jwe]
jwe
parents: 4612
diff changeset
616 (\{{S}*): Increment lexer_flags.braceflag, not
d1786f2d8a3c [project @ 2003-11-14 22:46:19 by jwe]
jwe
parents: 4612
diff changeset
617 lexer_flags.bracketflag.
d1786f2d8a3c [project @ 2003-11-14 22:46:19 by jwe]
jwe
parents: 4612
diff changeset
618 (handle_close_bracket): Handle lexer_flags.braceflag and
d1786f2d8a3c [project @ 2003-11-14 22:46:19 by jwe]
jwe
parents: 4612
diff changeset
619 lexer_flags.bracketflag separately based on bracket_type.
d1786f2d8a3c [project @ 2003-11-14 22:46:19 by jwe]
jwe
parents: 4612
diff changeset
620 Delete unnecesary yyinput/yyunput.
d1786f2d8a3c [project @ 2003-11-14 22:46:19 by jwe]
jwe
parents: 4612
diff changeset
621
d1786f2d8a3c [project @ 2003-11-14 22:46:19 by jwe]
jwe
parents: 4612
diff changeset
622 * lex.l (next_token_is_postfix_unary_op): Also recognize ++ and --.
d1786f2d8a3c [project @ 2003-11-14 22:46:19 by jwe]
jwe
parents: 4612
diff changeset
623
4612
d44675070f1a [project @ 2003-11-14 19:49:56 by jwe]
jwe
parents: 4610
diff changeset
624 * ov-typeinfo.cc (octave_value_typeinfo::register_type,
d44675070f1a [project @ 2003-11-14 19:49:56 by jwe]
jwe
parents: 4610
diff changeset
625 octave_value_typeinfo::do_register_type):
d44675070f1a [project @ 2003-11-14 19:49:56 by jwe]
jwe
parents: 4610
diff changeset
626 New arg, c_name for class name.
d44675070f1a [project @ 2003-11-14 19:49:56 by jwe]
jwe
parents: 4610
diff changeset
627 * ov-base.cc, ov-bool-mat.cc, ov-bool.cc, ov-builtin.cc,
d44675070f1a [project @ 2003-11-14 19:49:56 by jwe]
jwe
parents: 4610
diff changeset
628 ov-cell.cc, ov-ch-mat.cc, ov-colon.cc, ov-complex.cc,
d44675070f1a [project @ 2003-11-14 19:49:56 by jwe]
jwe
parents: 4610
diff changeset
629 ov-cs-list.cc, ov-cx-mat.cc, ov-dld-fcn.cc, ov-fcn-handle.cc,
d44675070f1a [project @ 2003-11-14 19:49:56 by jwe]
jwe
parents: 4610
diff changeset
630 ov-file.cc, ov-list.cc, ov-mapper.cc, ov-range.cc, ov-re-mat.cc,
d44675070f1a [project @ 2003-11-14 19:49:56 by jwe]
jwe
parents: 4610
diff changeset
631 ov-scalar.cc, ov-str-mat.cc, ov-struct.cc, ov-usr-fcn.cc,
d44675070f1a [project @ 2003-11-14 19:49:56 by jwe]
jwe
parents: 4610
diff changeset
632 ov-va-args.cc: Pass class name to DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA.
d44675070f1a [project @ 2003-11-14 19:49:56 by jwe]
jwe
parents: 4610
diff changeset
633 * ov.h (octave_value::class_name): New virtual function.
d44675070f1a [project @ 2003-11-14 19:49:56 by jwe]
jwe
parents: 4610
diff changeset
634 (DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA): Define c_name, for class name.
d44675070f1a [project @ 2003-11-14 19:49:56 by jwe]
jwe
parents: 4610
diff changeset
635 Pass c_name to octave_value_typeinfo::register_type.
d44675070f1a [project @ 2003-11-14 19:49:56 by jwe]
jwe
parents: 4610
diff changeset
636 (DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA): Declare static member
d44675070f1a [project @ 2003-11-14 19:49:56 by jwe]
jwe
parents: 4610
diff changeset
637 c_name for class name. Provide class_name member function.
d44675070f1a [project @ 2003-11-14 19:49:56 by jwe]
jwe
parents: 4610
diff changeset
638
d44675070f1a [project @ 2003-11-14 19:49:56 by jwe]
jwe
parents: 4610
diff changeset
639 * ov-typeinfo.cc (Fclass): New function.
d44675070f1a [project @ 2003-11-14 19:49:56 by jwe]
jwe
parents: 4610
diff changeset
640
4606
a08b7f567bda [project @ 2003-11-13 15:28:38 by jwe]
jwe
parents: 4604
diff changeset
641 2003-11-13 John W. Eaton <jwe@bevo.che.wisc.edu>
a08b7f567bda [project @ 2003-11-13 15:28:38 by jwe]
jwe
parents: 4604
diff changeset
642
4610
02d2fcf835fc [project @ 2003-11-14 17:08:59 by jwe]
jwe
parents: 4608
diff changeset
643 * utils.cc (Fisvarname): Pass correct name to make_argv.
02d2fcf835fc [project @ 2003-11-14 17:08:59 by jwe]
jwe
parents: 4608
diff changeset
644
02d2fcf835fc [project @ 2003-11-14 17:08:59 by jwe]
jwe
parents: 4608
diff changeset
645 * ov-cell.cc (Fiscellstr): New function.
02d2fcf835fc [project @ 2003-11-14 17:08:59 by jwe]
jwe
parents: 4608
diff changeset
646
4608
22ca4cc02525 [project @ 2003-11-14 03:55:04 by jwe]
jwe
parents: 4606
diff changeset
647 * ov-file.h (octave_file::all, octave_file::any,
22ca4cc02525 [project @ 2003-11-14 03:55:04 by jwe]
jwe
parents: 4606
diff changeset
648 octave_file::dims, octave_file::is_real_type,
22ca4cc02525 [project @ 2003-11-14 03:55:04 by jwe]
jwe
parents: 4606
diff changeset
649 octave_file::ist_real_scalar): New functions.
22ca4cc02525 [project @ 2003-11-14 03:55:04 by jwe]
jwe
parents: 4606
diff changeset
650
22ca4cc02525 [project @ 2003-11-14 03:55:04 by jwe]
jwe
parents: 4606
diff changeset
651 * lex.l (bracket_brace_paren_nesting_level::is_bracket_or_brace):
22ca4cc02525 [project @ 2003-11-14 03:55:04 by jwe]
jwe
parents: 4606
diff changeset
652 New function.
22ca4cc02525 [project @ 2003-11-14 03:55:04 by jwe]
jwe
parents: 4606
diff changeset
653 (handle_close_bracket): New arg, bracket_type. Change all uses.
4612
d44675070f1a [project @ 2003-11-14 19:49:56 by jwe]
jwe
parents: 4610
diff changeset
654 First arg is now bool.
4608
22ca4cc02525 [project @ 2003-11-14 03:55:04 by jwe]
jwe
parents: 4606
diff changeset
655 (<MATRIX_START>{SNLCMT}*\}{S}*): New pattern.
22ca4cc02525 [project @ 2003-11-14 03:55:04 by jwe]
jwe
parents: 4606
diff changeset
656 (maybe_unput_comma): Handle brace nesting level the same as brackets.
22ca4cc02525 [project @ 2003-11-14 03:55:04 by jwe]
jwe
parents: 4606
diff changeset
657 (handle_close_brace): Likewise.
22ca4cc02525 [project @ 2003-11-14 03:55:04 by jwe]
jwe
parents: 4606
diff changeset
658 (<MATRIX_START>{S}+): Likewise.
22ca4cc02525 [project @ 2003-11-14 03:55:04 by jwe]
jwe
parents: 4606
diff changeset
659 (<MATRIX_START>{S}*{COMMENT}{SNLCMT}*): Likewise.
22ca4cc02525 [project @ 2003-11-14 03:55:04 by jwe]
jwe
parents: 4606
diff changeset
660 (<MATRIX_START>{S}*{NL}{SNLCMT}*): Likewise.
22ca4cc02525 [project @ 2003-11-14 03:55:04 by jwe]
jwe
parents: 4606
diff changeset
661 ({NL}): Likewise.
22ca4cc02525 [project @ 2003-11-14 03:55:04 by jwe]
jwe
parents: 4606
diff changeset
662 ({CCHAR}): Likewise.
22ca4cc02525 [project @ 2003-11-14 03:55:04 by jwe]
jwe
parents: 4606
diff changeset
663 (")"): Likewise.
22ca4cc02525 [project @ 2003-11-14 03:55:04 by jwe]
jwe
parents: 4606
diff changeset
664 (\{{S}*): Handle the same as \[{S}*.
22ca4cc02525 [project @ 2003-11-14 03:55:04 by jwe]
jwe
parents: 4606
diff changeset
665 ("}"): Handle the same as \].
22ca4cc02525 [project @ 2003-11-14 03:55:04 by jwe]
jwe
parents: 4606
diff changeset
666
4606
a08b7f567bda [project @ 2003-11-13 15:28:38 by jwe]
jwe
parents: 4604
diff changeset
667 * Makefile.in (stamp-prereq): Add oct-gperf.h, parse.cc, and
a08b7f567bda [project @ 2003-11-13 15:28:38 by jwe]
jwe
parents: 4604
diff changeset
668 lex.cc to the list.
a08b7f567bda [project @ 2003-11-13 15:28:38 by jwe]
jwe
parents: 4604
diff changeset
669
4604
cba347c642e2 [project @ 2003-11-13 04:38:05 by jwe]
jwe
parents: 4597
diff changeset
670 2003-11-12 John W. Eaton <jwe@bevo.che.wisc.edu>
cba347c642e2 [project @ 2003-11-13 04:38:05 by jwe]
jwe
parents: 4597
diff changeset
671
cba347c642e2 [project @ 2003-11-13 04:38:05 by jwe]
jwe
parents: 4597
diff changeset
672 * ov-cell.cc (print_as_scalar): New function.
cba347c642e2 [project @ 2003-11-13 04:38:05 by jwe]
jwe
parents: 4597
diff changeset
673 * ov-cell.h: Provide decl.
cba347c642e2 [project @ 2003-11-13 04:38:05 by jwe]
jwe
parents: 4597
diff changeset
674
cba347c642e2 [project @ 2003-11-13 04:38:05 by jwe]
jwe
parents: 4597
diff changeset
675 * ov-cell.cc (octave_cell::print_name_tag): Delete.
cba347c642e2 [project @ 2003-11-13 04:38:05 by jwe]
jwe
parents: 4597
diff changeset
676 * ov-cell.h: Delete decl.
cba347c642e2 [project @ 2003-11-13 04:38:05 by jwe]
jwe
parents: 4597
diff changeset
677
cba347c642e2 [project @ 2003-11-13 04:38:05 by jwe]
jwe
parents: 4597
diff changeset
678 * ov-base-mat.cc (octave_base_matrix::print_name_tag): Delete.
cba347c642e2 [project @ 2003-11-13 04:38:05 by jwe]
jwe
parents: 4597
diff changeset
679 * ov-base-mat.h: Delete decl.
cba347c642e2 [project @ 2003-11-13 04:38:05 by jwe]
jwe
parents: 4597
diff changeset
680
cba347c642e2 [project @ 2003-11-13 04:38:05 by jwe]
jwe
parents: 4597
diff changeset
681 * ov-base.cc (octave_base_value::print_name_tag):
cba347c642e2 [project @ 2003-11-13 04:38:05 by jwe]
jwe
parents: 4597
diff changeset
682 Use print_as_scalar here.
cba347c642e2 [project @ 2003-11-13 04:38:05 by jwe]
jwe
parents: 4597
diff changeset
683 * ov.h (octave_base_value::print_as_scalar): New virtual function.
cba347c642e2 [project @ 2003-11-13 04:38:05 by jwe]
jwe
parents: 4597
diff changeset
684 * ov-base.h (octave_base_value::print_as_scalar):
cba347c642e2 [project @ 2003-11-13 04:38:05 by jwe]
jwe
parents: 4597
diff changeset
685 New default implementation.
cba347c642e2 [project @ 2003-11-13 04:38:05 by jwe]
jwe
parents: 4597
diff changeset
686 * ov-base-mat.h (octave_base_matrix::pirnt_as_scalar):
cba347c642e2 [project @ 2003-11-13 04:38:05 by jwe]
jwe
parents: 4597
diff changeset
687 Don't declare as virtual here.
cba347c642e2 [project @ 2003-11-13 04:38:05 by jwe]
jwe
parents: 4597
diff changeset
688
cba347c642e2 [project @ 2003-11-13 04:38:05 by jwe]
jwe
parents: 4597
diff changeset
689 * ov-struct.cc (octave_struct::print_raw): If only printing keys,
cba347c642e2 [project @ 2003-11-13 04:38:05 by jwe]
jwe
parents: 4597
diff changeset
690 also print dimensions of fields and overall array.
cba347c642e2 [project @ 2003-11-13 04:38:05 by jwe]
jwe
parents: 4597
diff changeset
691
cba347c642e2 [project @ 2003-11-13 04:38:05 by jwe]
jwe
parents: 4597
diff changeset
692 * sysdep.cc (Fnative_float_format): New function.
cba347c642e2 [project @ 2003-11-13 04:38:05 by jwe]
jwe
parents: 4597
diff changeset
693
cba347c642e2 [project @ 2003-11-13 04:38:05 by jwe]
jwe
parents: 4597
diff changeset
694 * input.cc (generate_possible_completions): Also append all
cba347c642e2 [project @ 2003-11-13 04:38:05 by jwe]
jwe
parents: 4597
diff changeset
695 possible filename completions here.
cba347c642e2 [project @ 2003-11-13 04:38:05 by jwe]
jwe
parents: 4597
diff changeset
696
4593
77566be8b9e9 [project @ 2003-11-11 17:25:42 by jwe]
jwe
parents: 4591
diff changeset
697 2003-11-11 John W. Eaton <jwe@bevo.che.wisc.edu>
77566be8b9e9 [project @ 2003-11-11 17:25:42 by jwe]
jwe
parents: 4591
diff changeset
698
4595
331f6de7102b [project @ 2003-11-12 02:40:14 by jwe]
jwe
parents: 4594
diff changeset
699 * oct-stream.cc: Explicitly instantiate octave_scan functions.
331f6de7102b [project @ 2003-11-12 02:40:14 by jwe]
jwe
parents: 4594
diff changeset
700
4597
c968496f7846 [project @ 2003-11-12 02:58:37 by jwe]
jwe
parents: 4595
diff changeset
701 * TEMPLATE-INST/Array-c.cc, TEMPLATE-INST/Array-os.cc,
c968496f7846 [project @ 2003-11-12 02:58:37 by jwe]
jwe
parents: 4595
diff changeset
702 TEMPLATE-INST/Array-sym.cc, ov-typeinfo.cc:
c968496f7846 [project @ 2003-11-12 02:58:37 by jwe]
jwe
parents: 4595
diff changeset
703 Use new INSTANTIATE_ARRAY macro.
4594
3a284f89aa41 [project @ 2003-11-12 02:27:28 by jwe]
jwe
parents: 4593
diff changeset
704
4593
77566be8b9e9 [project @ 2003-11-11 17:25:42 by jwe]
jwe
parents: 4591
diff changeset
705 * data.cc (do_permute): New function.
77566be8b9e9 [project @ 2003-11-11 17:25:42 by jwe]
jwe
parents: 4591
diff changeset
706 (Fpermute, Fipermute): Use it.
77566be8b9e9 [project @ 2003-11-11 17:25:42 by jwe]
jwe
parents: 4591
diff changeset
707
77566be8b9e9 [project @ 2003-11-11 17:25:42 by jwe]
jwe
parents: 4591
diff changeset
708 * ov-base.cc (octave_base_value::permute): New function.
77566be8b9e9 [project @ 2003-11-11 17:25:42 by jwe]
jwe
parents: 4591
diff changeset
709 * ov-base.h: Provide decl.
77566be8b9e9 [project @ 2003-11-11 17:25:42 by jwe]
jwe
parents: 4591
diff changeset
710
77566be8b9e9 [project @ 2003-11-11 17:25:42 by jwe]
jwe
parents: 4591
diff changeset
711 * ov.h (octave_value::ipermute): New function.
77566be8b9e9 [project @ 2003-11-11 17:25:42 by jwe]
jwe
parents: 4591
diff changeset
712
77566be8b9e9 [project @ 2003-11-11 17:25:42 by jwe]
jwe
parents: 4591
diff changeset
713 2003-11-11 Petter Risholm <risholm@stud.ntnu.no>
77566be8b9e9 [project @ 2003-11-11 17:25:42 by jwe]
jwe
parents: 4591
diff changeset
714
77566be8b9e9 [project @ 2003-11-11 17:25:42 by jwe]
jwe
parents: 4591
diff changeset
715 * data.cc (Fpermute, Fipermute): New functions.
77566be8b9e9 [project @ 2003-11-11 17:25:42 by jwe]
jwe
parents: 4591
diff changeset
716 * ov.h (octave_value::permute): New function.
77566be8b9e9 [project @ 2003-11-11 17:25:42 by jwe]
jwe
parents: 4591
diff changeset
717 * ov-base-mat.h (octave_base_matrix::permute): New function.
77566be8b9e9 [project @ 2003-11-11 17:25:42 by jwe]
jwe
parents: 4591
diff changeset
718
4587
7b957b442818 [project @ 2003-11-10 15:50:39 by jwe]
jwe
parents: 4584
diff changeset
719 2003-11-10 John W. Eaton <jwe@bevo.che.wisc.edu>
7b957b442818 [project @ 2003-11-10 15:50:39 by jwe]
jwe
parents: 4584
diff changeset
720
4591
2c9de1be042a [project @ 2003-11-11 00:23:35 by jwe]
jwe
parents: 4590
diff changeset
721 * oct-obj.h (octave_value_list): Internal representation is now
2c9de1be042a [project @ 2003-11-11 00:23:35 by jwe]
jwe
parents: 4590
diff changeset
722 std::vector instead of Array.
2c9de1be042a [project @ 2003-11-11 00:23:35 by jwe]
jwe
parents: 4590
diff changeset
723
2c9de1be042a [project @ 2003-11-11 00:23:35 by jwe]
jwe
parents: 4590
diff changeset
724 * ov-list.h, ov-list.cc: Internal representation is now Cell, not
2c9de1be042a [project @ 2003-11-11 00:23:35 by jwe]
jwe
parents: 4590
diff changeset
725 octave_value_list.
2c9de1be042a [project @ 2003-11-11 00:23:35 by jwe]
jwe
parents: 4590
diff changeset
726 (Flist): Print one-time warning.
2c9de1be042a [project @ 2003-11-11 00:23:35 by jwe]
jwe
parents: 4590
diff changeset
727
2c9de1be042a [project @ 2003-11-11 00:23:35 by jwe]
jwe
parents: 4590
diff changeset
728 * ov.cc (octave_value::octave_value (const octave_value_list&, bool)):
2c9de1be042a [project @ 2003-11-11 00:23:35 by jwe]
jwe
parents: 4590
diff changeset
729 Cope with octave_cs_list not being derived from octave_list.
2c9de1be042a [project @ 2003-11-11 00:23:35 by jwe]
jwe
parents: 4590
diff changeset
730
2c9de1be042a [project @ 2003-11-11 00:23:35 by jwe]
jwe
parents: 4590
diff changeset
731 * ov-cs-list.cc (octave_cs_list): Handle conversion of Cell array
2c9de1be042a [project @ 2003-11-11 00:23:35 by jwe]
jwe
parents: 4590
diff changeset
732 to octave_value_list here.
2c9de1be042a [project @ 2003-11-11 00:23:35 by jwe]
jwe
parents: 4590
diff changeset
733
2c9de1be042a [project @ 2003-11-11 00:23:35 by jwe]
jwe
parents: 4590
diff changeset
734 * ov-cs-list.h (class octave_cs_list): Derive from
2c9de1be042a [project @ 2003-11-11 00:23:35 by jwe]
jwe
parents: 4590
diff changeset
735 octave_base_value, not octave_list.
2c9de1be042a [project @ 2003-11-11 00:23:35 by jwe]
jwe
parents: 4590
diff changeset
736
2c9de1be042a [project @ 2003-11-11 00:23:35 by jwe]
jwe
parents: 4590
diff changeset
737 * ov-cs-list.h, ov-cs-list.cc: Remove commented-out code.
2c9de1be042a [project @ 2003-11-11 00:23:35 by jwe]
jwe
parents: 4590
diff changeset
738
4590
2cb70e155939 [project @ 2003-11-10 19:09:57 by jwe]
jwe
parents: 4587
diff changeset
739 * TEMPLATE-INST/Array-tc.cc (resize_fill_value): Use modern
2cb70e155939 [project @ 2003-11-10 19:09:57 by jwe]
jwe
parents: 4587
diff changeset
740 specialization syntax.
2cb70e155939 [project @ 2003-11-10 19:09:57 by jwe]
jwe
parents: 4587
diff changeset
741
4587
7b957b442818 [project @ 2003-11-10 15:50:39 by jwe]
jwe
parents: 4584
diff changeset
742 * ov-cell.cc (octave_cell::print_raw): Use dim_vector::str.
7b957b442818 [project @ 2003-11-10 15:50:39 by jwe]
jwe
parents: 4584
diff changeset
743
7b957b442818 [project @ 2003-11-10 15:50:39 by jwe]
jwe
parents: 4584
diff changeset
744 * Cell.cc, Cell.h, debug.cc, file-io.cc, load-save.cc,
7b957b442818 [project @ 2003-11-10 15:50:39 by jwe]
jwe
parents: 4584
diff changeset
745 oct-fstrm.cc, oct-iostrm.cc, oct-iostrm.h, oct-map.cc, oct-map.h,
7b957b442818 [project @ 2003-11-10 15:50:39 by jwe]
jwe
parents: 4584
diff changeset
746 oct-prcstrm.cc, oct-stdstrm.h, oct-stream.cc, oct-strstrm.h,
7b957b442818 [project @ 2003-11-10 15:50:39 by jwe]
jwe
parents: 4584
diff changeset
747 octave.cc, ov-base.h, ov-cell.cc, ov.cc, ov.h, pt-cell.h,
7b957b442818 [project @ 2003-11-10 15:50:39 by jwe]
jwe
parents: 4584
diff changeset
748 pt-mat.cc, pt-mat.h, pt-plot.cc, pt-stmt.cc, variables.cc,
7b957b442818 [project @ 2003-11-10 15:50:39 by jwe]
jwe
parents: 4584
diff changeset
749 DLD-FUNCTIONS/rand.cc: Avoid -Wshadow warnings.
7b957b442818 [project @ 2003-11-10 15:50:39 by jwe]
jwe
parents: 4584
diff changeset
750
7b957b442818 [project @ 2003-11-10 15:50:39 by jwe]
jwe
parents: 4584
diff changeset
751 2003-11-01 John W. Eaton <jwe@bevo.che.wisc.edu>
7b957b442818 [project @ 2003-11-10 15:50:39 by jwe]
jwe
parents: 4584
diff changeset
752
7b957b442818 [project @ 2003-11-10 15:50:39 by jwe]
jwe
parents: 4584
diff changeset
753 * ov.h (octave_base_value::is_bool_matrix): New virtual function.
7b957b442818 [project @ 2003-11-10 15:50:39 by jwe]
jwe
parents: 4584
diff changeset
754 * ov-base.h (octave_base_value::is_bool_matrix): New function.
7b957b442818 [project @ 2003-11-10 15:50:39 by jwe]
jwe
parents: 4584
diff changeset
755
4579
0854429eb037 [project @ 2003-10-31 14:30:34 by jwe]
jwe
parents: 4569
diff changeset
756 2003-10-31 John W. Eaton <jwe@bevo.che.wisc.edu>
0854429eb037 [project @ 2003-10-31 14:30:34 by jwe]
jwe
parents: 4569
diff changeset
757
4584
f7697d703481 [project @ 2003-10-31 19:47:35 by jwe]
jwe
parents: 4582
diff changeset
758 * ov.cc (octave_value::length): If any dim is zero, return 0.
f7697d703481 [project @ 2003-10-31 19:47:35 by jwe]
jwe
parents: 4582
diff changeset
759
4582
db5a24d54915 [project @ 2003-10-31 15:11:45 by jwe]
jwe
parents: 4581
diff changeset
760 * ov-cell.cc (octave_cell::subsref): When indexing with '{', quit
db5a24d54915 [project @ 2003-10-31 15:11:45 by jwe]
jwe
parents: 4581
diff changeset
761 early if an error occurs in do_index_op.
db5a24d54915 [project @ 2003-10-31 15:11:45 by jwe]
jwe
parents: 4581
diff changeset
762
db5a24d54915 [project @ 2003-10-31 15:11:45 by jwe]
jwe
parents: 4581
diff changeset
763 * ov.cc (octave_value::next_subsref): Don't do anything if
db5a24d54915 [project @ 2003-10-31 15:11:45 by jwe]
jwe
parents: 4581
diff changeset
764 error_state is true.
db5a24d54915 [project @ 2003-10-31 15:11:45 by jwe]
jwe
parents: 4581
diff changeset
765
4581
f99c430316cd [project @ 2003-10-31 14:42:07 by jwe]
jwe
parents: 4580
diff changeset
766 * cutils.c (octave_usleep) [HAVE_SELECT]: Introduce new local
f99c430316cd [project @ 2003-10-31 14:42:07 by jwe]
jwe
parents: 4580
diff changeset
767 scope for declaration of delay.
f99c430316cd [project @ 2003-10-31 14:42:07 by jwe]
jwe
parents: 4580
diff changeset
768 [HAVE_POLL]: Likewise, for delay and pfd.
f99c430316cd [project @ 2003-10-31 14:42:07 by jwe]
jwe
parents: 4580
diff changeset
769
4580
cb1b4271643c [project @ 2003-10-31 14:34:45 by jwe]
jwe
parents: 4579
diff changeset
770 * ov-base.cc (octave_base_value::bool_array_value):
cb1b4271643c [project @ 2003-10-31 14:34:45 by jwe]
jwe
parents: 4579
diff changeset
771 Function takes no args.
cb1b4271643c [project @ 2003-10-31 14:34:45 by jwe]
jwe
parents: 4579
diff changeset
772 * ov-base.h: Likewise, for decl.
cb1b4271643c [project @ 2003-10-31 14:34:45 by jwe]
jwe
parents: 4579
diff changeset
773 * ov-bool-mat.h (boolNDArray::bool_array_value): Likewise.
cb1b4271643c [project @ 2003-10-31 14:34:45 by jwe]
jwe
parents: 4579
diff changeset
774
4579
0854429eb037 [project @ 2003-10-31 14:30:34 by jwe]
jwe
parents: 4569
diff changeset
775 * ov-fcn.cc, ov-fcn.h (octave_value::clone,
0854429eb037 [project @ 2003-10-31 14:30:34 by jwe]
jwe
parents: 4569
diff changeset
776 octave_value::empty_clone): Return type is octave_value*, not
0854429eb037 [project @ 2003-10-31 14:30:34 by jwe]
jwe
parents: 4569
diff changeset
777 octave_function*.
0854429eb037 [project @ 2003-10-31 14:30:34 by jwe]
jwe
parents: 4569
diff changeset
778
4565
1db951a4fcd5 [project @ 2003-10-29 13:49:30 by jwe]
jwe
parents: 4563
diff changeset
779 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu>
1db951a4fcd5 [project @ 2003-10-29 13:49:30 by jwe]
jwe
parents: 4563
diff changeset
780
4569
01e4957409a4 [project @ 2003-10-30 05:48:17 by jwe]
jwe
parents: 4567
diff changeset
781 * ov-str-mat.h (octave_char_matrix_str::reshape): New function.
01e4957409a4 [project @ 2003-10-30 05:48:17 by jwe]
jwe
parents: 4567
diff changeset
782 Force result to be a string.
01e4957409a4 [project @ 2003-10-30 05:48:17 by jwe]
jwe
parents: 4567
diff changeset
783
01e4957409a4 [project @ 2003-10-30 05:48:17 by jwe]
jwe
parents: 4567
diff changeset
784 2003-10-29 Petter Risholm <risholm@stud.ntnu.no>
01e4957409a4 [project @ 2003-10-30 05:48:17 by jwe]
jwe
parents: 4567
diff changeset
785
01e4957409a4 [project @ 2003-10-30 05:48:17 by jwe]
jwe
parents: 4567
diff changeset
786 * data.cc (DATA_REDUCTION): Work on NDArray and ComplexNDArray
01e4957409a4 [project @ 2003-10-30 05:48:17 by jwe]
jwe
parents: 4567
diff changeset
787 objects instead of Matrix and ComplexMatrix objects.
01e4957409a4 [project @ 2003-10-30 05:48:17 by jwe]
jwe
parents: 4567
diff changeset
788
01e4957409a4 [project @ 2003-10-30 05:48:17 by jwe]
jwe
parents: 4567
diff changeset
789 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu>
01e4957409a4 [project @ 2003-10-30 05:48:17 by jwe]
jwe
parents: 4567
diff changeset
790
01e4957409a4 [project @ 2003-10-30 05:48:17 by jwe]
jwe
parents: 4567
diff changeset
791 * ov-bool-mat.h (octave_bool_matrix::NDArray,
01e4957409a4 [project @ 2003-10-30 05:48:17 by jwe]
jwe
parents: 4567
diff changeset
792 octave_bool_matrix::ComplexNDArray): New functions.
01e4957409a4 [project @ 2003-10-30 05:48:17 by jwe]
jwe
parents: 4567
diff changeset
793
01e4957409a4 [project @ 2003-10-30 05:48:17 by jwe]
jwe
parents: 4567
diff changeset
794 * ov-complex.cc (octave_complex::array_value,
01e4957409a4 [project @ 2003-10-30 05:48:17 by jwe]
jwe
parents: 4567
diff changeset
795 octave_complex::complex_array_value): New functions.
01e4957409a4 [project @ 2003-10-30 05:48:17 by jwe]
jwe
parents: 4567
diff changeset
796 * ov-complex.h: Provide decls.
01e4957409a4 [project @ 2003-10-30 05:48:17 by jwe]
jwe
parents: 4567
diff changeset
797
01e4957409a4 [project @ 2003-10-30 05:48:17 by jwe]
jwe
parents: 4567
diff changeset
798 * ov-scalar.cc (octave_scalar::array_value,
01e4957409a4 [project @ 2003-10-30 05:48:17 by jwe]
jwe
parents: 4567
diff changeset
799 octave_scalar::complex_array_value): New functions.
01e4957409a4 [project @ 2003-10-30 05:48:17 by jwe]
jwe
parents: 4567
diff changeset
800 * ov-scalar.h: Provide decls.
01e4957409a4 [project @ 2003-10-30 05:48:17 by jwe]
jwe
parents: 4567
diff changeset
801
4567
fc30061d01da [project @ 2003-10-29 20:11:15 by jwe]
jwe
parents: 4566
diff changeset
802 * oct-map.cc (Octave_map::reshape): New function.
fc30061d01da [project @ 2003-10-29 20:11:15 by jwe]
jwe
parents: 4566
diff changeset
803 * oct-map.h: Provide decl.
fc30061d01da [project @ 2003-10-29 20:11:15 by jwe]
jwe
parents: 4566
diff changeset
804
fc30061d01da [project @ 2003-10-29 20:11:15 by jwe]
jwe
parents: 4566
diff changeset
805 * ov-struct.h (octave_struct::reshape): New function.
fc30061d01da [project @ 2003-10-29 20:11:15 by jwe]
jwe
parents: 4566
diff changeset
806
fc30061d01da [project @ 2003-10-29 20:11:15 by jwe]
jwe
parents: 4566
diff changeset
807 * Cell.h (Cell:Cell (const Array<octave_value>&): New constructor.
fc30061d01da [project @ 2003-10-29 20:11:15 by jwe]
jwe
parents: 4566
diff changeset
808
fc30061d01da [project @ 2003-10-29 20:11:15 by jwe]
jwe
parents: 4566
diff changeset
809 * data.cc (Freshape): New function.
fc30061d01da [project @ 2003-10-29 20:11:15 by jwe]
jwe
parents: 4566
diff changeset
810 * ov.h (octave_value::reshape): New function.
fc30061d01da [project @ 2003-10-29 20:11:15 by jwe]
jwe
parents: 4566
diff changeset
811 * ov-base-mat.h (octave_base_matrix::reshape): New function.
fc30061d01da [project @ 2003-10-29 20:11:15 by jwe]
jwe
parents: 4566
diff changeset
812 * ov-base.cc (octave_base_value::reshape): New function.
fc30061d01da [project @ 2003-10-29 20:11:15 by jwe]
jwe
parents: 4566
diff changeset
813 * ov-base.h: Provide decl.
fc30061d01da [project @ 2003-10-29 20:11:15 by jwe]
jwe
parents: 4566
diff changeset
814
4566
30ba814d6700 [project @ 2003-10-29 15:06:29 by jwe]
jwe
parents: 4565
diff changeset
815 * DLD-FUNCTIONS/balance.cc: lscale and rscale args for dggbak are
30ba814d6700 [project @ 2003-10-29 15:06:29 by jwe]
jwe
parents: 4565
diff changeset
816 const. Use data() instead of fortran_vec where possible.
30ba814d6700 [project @ 2003-10-29 15:06:29 by jwe]
jwe
parents: 4565
diff changeset
817 * DLD-FUNCTIONS/qz.cc: Likewise.
30ba814d6700 [project @ 2003-10-29 15:06:29 by jwe]
jwe
parents: 4565
diff changeset
818
4565
1db951a4fcd5 [project @ 2003-10-29 13:49:30 by jwe]
jwe
parents: 4563
diff changeset
819 * data.cc (fill_matrix): Remove trailing singletons before
1db951a4fcd5 [project @ 2003-10-29 13:49:30 by jwe]
jwe
parents: 4563
diff changeset
820 allocating the result matrix.
1db951a4fcd5 [project @ 2003-10-29 13:49:30 by jwe]
jwe
parents: 4563
diff changeset
821
1db951a4fcd5 [project @ 2003-10-29 13:49:30 by jwe]
jwe
parents: 4563
diff changeset
822 * input.cc (get_user_input): Don't forget about the diary here.
1db951a4fcd5 [project @ 2003-10-29 13:49:30 by jwe]
jwe
parents: 4563
diff changeset
823
4559
802818bfac91 [project @ 2003-10-28 19:13:43 by jwe]
jwe
parents: 4556
diff changeset
824 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu>
802818bfac91 [project @ 2003-10-28 19:13:43 by jwe]
jwe
parents: 4556
diff changeset
825
4563
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
826 * ov-list.h (octave_list::nelem): Delete.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
827 (octave_list::dims): New function.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
828 * ov-range.h (octave_list::dims): New function.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
829 * ov-struct.h (octave_struct::dims): New function.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
830 * ov-base-scalar.h (octave_base_scalar::dims): New function.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
831
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
832 * ov.h (octave_value::rows): No longer virtual.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
833 * ov.cc (octave_value::rows): Provide common implementation.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
834 * ov-base.h (octave_base_value::rows): Delete.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
835 * ov-base-mat.h (octave_base_matrix<T>::rows): Delete.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
836 * ov-base-scalar.h (octave_base_scalar<T>::rows): Delete.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
837 * ov-struct.h (octave_struct::rows): Delete.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
838 * ov-range.h (octave_range::rows): Delete.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
839
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
840 * ov.h (octave_value::columns): No longer virtual.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
841 * ov.cc (octave_value::columns): Provide common implementation.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
842 * ov-base.h (octave_base_value::columns): Delete.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
843 * ov-base-mat.h (octave_base_matrix<T>::columns): Delete.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
844 * ov-base-scalar.h (octave_base_scalar<T>::columns): Delete.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
845 * ov-struct.h (octave_struct::columns): Delete.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
846 * ov-range.h (octave_range::columns): Delete.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
847
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
848 * ov.h (octave_value::numel): No longer virtual.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
849 * ov.cc (octave_value::numel): Provide common implementation.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
850 * ov-base.h (octave_base_value::numel): Delete.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
851 * ov-base-mat.h (octave_base_matrix<T>::numel): Delete.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
852 * ov-base-scalar.h (octave_base_scalar<T>::numel): Delete.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
853 * ov-struct.h (octave_struct::numel): Delete.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
854
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
855 * ov-cs-list.h (octave_cs_list::dims): New function.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
856 (octave_cs_list::length): Delete.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
857
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
858 * ov.h (octave_value::ndims): No longer virtual.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
859 * ov.cc (octave_value::ndims): Provide common implementation.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
860 * ov-base.h (octave_base_value::ndims): Delete.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
861 * ov-base-mat.h (octave_base_matrix<T>::ndims): Delete.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
862 * ov-base-scalar.h (octave_base_scalar<T>::ndims): Delete.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
863 * ov-struct.h (octave_struct::ndims): Delete.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
864
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
865 * ov-cell.cc (Fcell): Make it work for N-d cells.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
866
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
867 * Cell.h (Cell::Cell (const dim_vector&, const octave_value&)):
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
868 New constructor.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
869
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
870 * ov.h (octave_value::length): No longer virtual.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
871 * ov.cc (octave_value::length): Provide common implementation.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
872 * ov-base.h (octave_base_value::length): Delete.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
873 * ov-base-mat.h (octave_base_matrix<T>::length): Delete.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
874 * ov-base-scalar.h (octave_base_scalar<T>::length): Delete.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
875 * ov-struct.h (octave_struct::length): Delete.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
876 * ov-cs-list.h (octave_cs_list::length): Delete.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
877 * ov-list.h (octave_list::length): Delete.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
878 * ov-range.h (octave_range::length): Delete.
742993a501b9 [project @ 2003-10-29 06:25:12 by jwe]
jwe
parents: 4561
diff changeset
879
4561
e84592dc70b9 [project @ 2003-10-28 21:07:59 by jwe]
jwe
parents: 4559
diff changeset
880 * load-save.cc (save_mat5_binary_element): Use numel instead of
e84592dc70b9 [project @ 2003-10-28 21:07:59 by jwe]
jwe
parents: 4559
diff changeset
881 array_length.
e84592dc70b9 [project @ 2003-10-28 21:07:59 by jwe]
jwe
parents: 4559
diff changeset
882 * ov-struct.cc (octave_struct::print_raw): Likewise.
e84592dc70b9 [project @ 2003-10-28 21:07:59 by jwe]
jwe
parents: 4559
diff changeset
883 * pt-loop.cc (tree_complex_for_command::eval): Likewise.
e84592dc70b9 [project @ 2003-10-28 21:07:59 by jwe]
jwe
parents: 4559
diff changeset
884 * oct-map.cc (Octave_map::numel): New function.
e84592dc70b9 [project @ 2003-10-28 21:07:59 by jwe]
jwe
parents: 4559
diff changeset
885 * oct-map.h: Provide decl.
e84592dc70b9 [project @ 2003-10-28 21:07:59 by jwe]
jwe
parents: 4559
diff changeset
886
e84592dc70b9 [project @ 2003-10-28 21:07:59 by jwe]
jwe
parents: 4559
diff changeset
887 * oct-map.cc, oct-map.h (Octave_map::array_length): Delete.
e84592dc70b9 [project @ 2003-10-28 21:07:59 by jwe]
jwe
parents: 4559
diff changeset
888 (common_size): New static function.
e84592dc70b9 [project @ 2003-10-28 21:07:59 by jwe]
jwe
parents: 4559
diff changeset
889 (Octave_map::assign): Make resizing work for N-d cell objects.
e84592dc70b9 [project @ 2003-10-28 21:07:59 by jwe]
jwe
parents: 4559
diff changeset
890
e84592dc70b9 [project @ 2003-10-28 21:07:59 by jwe]
jwe
parents: 4559
diff changeset
891 * oct-map.cc (Octave_map::dims): New function.
e84592dc70b9 [project @ 2003-10-28 21:07:59 by jwe]
jwe
parents: 4559
diff changeset
892 * oct-map.h: Provide decl.
e84592dc70b9 [project @ 2003-10-28 21:07:59 by jwe]
jwe
parents: 4559
diff changeset
893
4559
802818bfac91 [project @ 2003-10-28 19:13:43 by jwe]
jwe
parents: 4556
diff changeset
894 * pr-output.cc (print_empty_nd_array): New static function.
802818bfac91 [project @ 2003-10-28 19:13:43 by jwe]
jwe
parents: 4556
diff changeset
895 (PRINT_ND_ARRAY): Use it.
802818bfac91 [project @ 2003-10-28 19:13:43 by jwe]
jwe
parents: 4556
diff changeset
896
802818bfac91 [project @ 2003-10-28 19:13:43 by jwe]
jwe
parents: 4556
diff changeset
897 * ov.h (octave_value::is_empty): No longer virtual. Return value
802818bfac91 [project @ 2003-10-28 19:13:43 by jwe]
jwe
parents: 4556
diff changeset
898 based on numel.
802818bfac91 [project @ 2003-10-28 19:13:43 by jwe]
jwe
parents: 4556
diff changeset
899 * data.cc (Fisempty): Use it.
802818bfac91 [project @ 2003-10-28 19:13:43 by jwe]
jwe
parents: 4556
diff changeset
900 (Fnumel): New function.
802818bfac91 [project @ 2003-10-28 19:13:43 by jwe]
jwe
parents: 4556
diff changeset
901
802818bfac91 [project @ 2003-10-28 19:13:43 by jwe]
jwe
parents: 4556
diff changeset
902 * ov.h (octave_value::numel): New function.
802818bfac91 [project @ 2003-10-28 19:13:43 by jwe]
jwe
parents: 4556
diff changeset
903 * ov-base.h (octave_base_value::numel): Likewise.
802818bfac91 [project @ 2003-10-28 19:13:43 by jwe]
jwe
parents: 4556
diff changeset
904 * ov-base-mat.h (octave_base_matrix<T>::numel): Likewise.
802818bfac91 [project @ 2003-10-28 19:13:43 by jwe]
jwe
parents: 4556
diff changeset
905 * ov-base-scalar.h (octave_base_scalar<T>::numel): Likewise.
802818bfac91 [project @ 2003-10-28 19:13:43 by jwe]
jwe
parents: 4556
diff changeset
906
4554
78e34346f6fd [project @ 2003-10-27 22:01:49 by jwe]
jwe
parents: 4552
diff changeset
907 2003-10-27 Petter Risholm <risholm@stud.ntnu.no>
78e34346f6fd [project @ 2003-10-27 22:01:49 by jwe]
jwe
parents: 4552
diff changeset
908
4556
773a21e4fce8 [project @ 2003-10-28 05:02:10 by jwe]
jwe
parents: 4554
diff changeset
909 * ov-base-mat.cc (octave_base_matrix<MT>::is_true):
773a21e4fce8 [project @ 2003-10-28 05:02:10 by jwe]
jwe
parents: 4554
diff changeset
910 Only work for 2-dimensional objects.
773a21e4fce8 [project @ 2003-10-28 05:02:10 by jwe]
jwe
parents: 4554
diff changeset
911 * data.cc (ANY_ALL (FCN)): Allow dim to take values large than 2.
773a21e4fce8 [project @ 2003-10-28 05:02:10 by jwe]
jwe
parents: 4554
diff changeset
912
4554
78e34346f6fd [project @ 2003-10-27 22:01:49 by jwe]
jwe
parents: 4552
diff changeset
913 * ov.h (octave_value::ndims): New function.
78e34346f6fd [project @ 2003-10-27 22:01:49 by jwe]
jwe
parents: 4552
diff changeset
914 * ov-base.h (octave_base_value::ndims): Likewise.
78e34346f6fd [project @ 2003-10-27 22:01:49 by jwe]
jwe
parents: 4552
diff changeset
915 * ov-base-scalar.h (octave_base_scalar<T>::ndims): Likewise.
78e34346f6fd [project @ 2003-10-27 22:01:49 by jwe]
jwe
parents: 4552
diff changeset
916 * ov-base-mat.cc (octave_base_matrix<MT>::ndims): New function.
78e34346f6fd [project @ 2003-10-27 22:01:49 by jwe]
jwe
parents: 4552
diff changeset
917 (octave_base_matrix<MT>::length): Move here from ov-base-mat.h.
78e34346f6fd [project @ 2003-10-27 22:01:49 by jwe]
jwe
parents: 4552
diff changeset
918 Make it work for N-d arrays.
78e34346f6fd [project @ 2003-10-27 22:01:49 by jwe]
jwe
parents: 4552
diff changeset
919 * ov-base-mat.h (octave_base_matrix<MT>::ndims): Provide decl.
78e34346f6fd [project @ 2003-10-27 22:01:49 by jwe]
jwe
parents: 4552
diff changeset
920 * data.cc (Fndims): New built-in function.
78e34346f6fd [project @ 2003-10-27 22:01:49 by jwe]
jwe
parents: 4552
diff changeset
921
4550
69a9b22a72a2 [project @ 2003-10-27 15:41:55 by jwe]
jwe
parents: 4548
diff changeset
922 2003-10-27 John W. Eaton <jwe@bevo.che.wisc.edu>
69a9b22a72a2 [project @ 2003-10-27 15:41:55 by jwe]
jwe
parents: 4548
diff changeset
923
4552
6f3382e08a52 [project @ 2003-10-27 20:38:02 by jwe]
jwe
parents: 4550
diff changeset
924 * DLD-FUNCTIONS/balance.cc, DLD-FUNCTIONS/qz.cc:
6f3382e08a52 [project @ 2003-10-27 20:38:02 by jwe]
jwe
parents: 4550
diff changeset
925 Use new F77 arg macros in declarations of external Fortran
6f3382e08a52 [project @ 2003-10-27 20:38:02 by jwe]
jwe
parents: 4550
diff changeset
926 subroutines and for calling them.
6f3382e08a52 [project @ 2003-10-27 20:38:02 by jwe]
jwe
parents: 4550
diff changeset
927
4550
69a9b22a72a2 [project @ 2003-10-27 15:41:55 by jwe]
jwe
parents: 4548
diff changeset
928 * ops.h (DEFNDUNOP_OP, DEFNDUNOP_FN): New arg e, to name value
69a9b22a72a2 [project @ 2003-10-27 15:41:55 by jwe]
jwe
parents: 4548
diff changeset
929 extractor function prefix.
69a9b22a72a2 [project @ 2003-10-27 15:41:55 by jwe]
jwe
parents: 4548
diff changeset
930 * OPERATORS/op-bm-bm.cc, OPERATORS/op-cm-cm.cc, OPERATORS/op-m-m.cc:
69a9b22a72a2 [project @ 2003-10-27 15:41:55 by jwe]
jwe
parents: 4548
diff changeset
931 Change all uses.
69a9b22a72a2 [project @ 2003-10-27 15:41:55 by jwe]
jwe
parents: 4548
diff changeset
932
69a9b22a72a2 [project @ 2003-10-27 15:41:55 by jwe]
jwe
parents: 4548
diff changeset
933 * ov-cx-mat.h (octave_complex_matrix::complex_array_value,
69a9b22a72a2 [project @ 2003-10-27 15:41:55 by jwe]
jwe
parents: 4548
diff changeset
934 octave_char_matrix::char_array_value,
69a9b22a72a2 [project @ 2003-10-27 15:41:55 by jwe]
jwe
parents: 4548
diff changeset
935 octave_bool_matrix::bool_array_value): Rename from array_value.
69a9b22a72a2 [project @ 2003-10-27 15:41:55 by jwe]
jwe
parents: 4548
diff changeset
936 * OPERATORS/op-bm-bm.cc, OPERATORS/op-cm-cm.cc,
69a9b22a72a2 [project @ 2003-10-27 15:41:55 by jwe]
jwe
parents: 4548
diff changeset
937 OPERATORS/op-cm-cs.cc, OPERATORS/op-cm-m.cc,
69a9b22a72a2 [project @ 2003-10-27 15:41:55 by jwe]
jwe
parents: 4548
diff changeset
938 OPERATORS/op-cm-s.cc, OPERATORS/op-cs-cm.cc,
69a9b22a72a2 [project @ 2003-10-27 15:41:55 by jwe]
jwe
parents: 4548
diff changeset
939 OPERATORS/op-m-cm.cc, OPERATORS/op-m-m.cc,
69a9b22a72a2 [project @ 2003-10-27 15:41:55 by jwe]
jwe
parents: 4548
diff changeset
940 OPERATORS/op-s-cm.cc: Use complex_array, char_array, and
69a9b22a72a2 [project @ 2003-10-27 15:41:55 by jwe]
jwe
parents: 4548
diff changeset
941 bool_array as appropriate (instead of just array).
69a9b22a72a2 [project @ 2003-10-27 15:41:55 by jwe]
jwe
parents: 4548
diff changeset
942
69a9b22a72a2 [project @ 2003-10-27 15:41:55 by jwe]
jwe
parents: 4548
diff changeset
943 * ov-base.cc (octave_base_value::array_value,
69a9b22a72a2 [project @ 2003-10-27 15:41:55 by jwe]
jwe
parents: 4548
diff changeset
944 octave_base_value::bool_array_value,
69a9b22a72a2 [project @ 2003-10-27 15:41:55 by jwe]
jwe
parents: 4548
diff changeset
945 octave_base_value::complex_array_value,
69a9b22a72a2 [project @ 2003-10-27 15:41:55 by jwe]
jwe
parents: 4548
diff changeset
946 octave_base_value::char_array_value): Provide default implementations.
69a9b22a72a2 [project @ 2003-10-27 15:41:55 by jwe]
jwe
parents: 4548
diff changeset
947 * ov-base.h: Provide decls.
69a9b22a72a2 [project @ 2003-10-27 15:41:55 by jwe]
jwe
parents: 4548
diff changeset
948
69a9b22a72a2 [project @ 2003-10-27 15:41:55 by jwe]
jwe
parents: 4548
diff changeset
949 * ov.h (octave_value::array_value, octave_value::bool_array_value,
69a9b22a72a2 [project @ 2003-10-27 15:41:55 by jwe]
jwe
parents: 4548
diff changeset
950 octave_value::complex_array_value, octave_value::char_array_value):
69a9b22a72a2 [project @ 2003-10-27 15:41:55 by jwe]
jwe
parents: 4548
diff changeset
951 New virtual functions.
69a9b22a72a2 [project @ 2003-10-27 15:41:55 by jwe]
jwe
parents: 4548
diff changeset
952
4548
820323598f4f [project @ 2003-10-26 03:16:42 by jwe]
jwe
parents: 4544
diff changeset
953 2003-10-25 John W. Eaton <jwe@bevo.che.wisc.edu>
820323598f4f [project @ 2003-10-26 03:16:42 by jwe]
jwe
parents: 4544
diff changeset
954
820323598f4f [project @ 2003-10-26 03:16:42 by jwe]
jwe
parents: 4544
diff changeset
955 * pt-idx.cc (make_subs_cell): Pass dim_vector object to resize.
820323598f4f [project @ 2003-10-26 03:16:42 by jwe]
jwe
parents: 4544
diff changeset
956
820323598f4f [project @ 2003-10-26 03:16:42 by jwe]
jwe
parents: 4544
diff changeset
957 * ov-typeinfo.cc (octave_value_typeinfo::do_register_type):
820323598f4f [project @ 2003-10-26 03:16:42 by jwe]
jwe
parents: 4544
diff changeset
958 Use resize_and_fill for types.
820323598f4f [project @ 2003-10-26 03:16:42 by jwe]
jwe
parents: 4544
diff changeset
959
820323598f4f [project @ 2003-10-26 03:16:42 by jwe]
jwe
parents: 4544
diff changeset
960 * oct-obj.h (octave_value_list::maybe_resize): Use resize_and_fill.
820323598f4f [project @ 2003-10-26 03:16:42 by jwe]
jwe
parents: 4544
diff changeset
961 (octave_value_list::resize (int, const octave_value&)): Likewise.
820323598f4f [project @ 2003-10-26 03:16:42 by jwe]
jwe
parents: 4544
diff changeset
962
820323598f4f [project @ 2003-10-26 03:16:42 by jwe]
jwe
parents: 4544
diff changeset
963 * oct-map.cc (Octave_map::assign): Use resize_and_fill as needed.
820323598f4f [project @ 2003-10-26 03:16:42 by jwe]
jwe
parents: 4544
diff changeset
964
820323598f4f [project @ 2003-10-26 03:16:42 by jwe]
jwe
parents: 4544
diff changeset
965 * Cell.h (Cell (void)): Default size is now 0x0.
820323598f4f [project @ 2003-10-26 03:16:42 by jwe]
jwe
parents: 4544
diff changeset
966
4544
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents: 4543
diff changeset
967 2003-10-23 John W. Eaton <jwe@bevo.che.wisc.edu>
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents: 4543
diff changeset
968
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents: 4543
diff changeset
969 * OPERATORS/op-cm-m.cc, OPERATORS/op-cm-s.cc,
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents: 4543
diff changeset
970 OPERATORS/op-cs-m.cc, OPERATORS/op-m-cm.cc, OPERATORS/op-s-cm.cc:
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents: 4543
diff changeset
971 Include headers for N-d operators.
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents: 4543
diff changeset
972
4543
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
973 2003-10-17 John W. Eaton <jwe@bevo.che.wisc.edu>
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
974
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
975 * ops.h (DEFNDUNOP_OP, DEFNDUNOP_FN, DEFNDBINOP_OP,
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
976 DEFNDBINOP_FN): New N-dimensional macros.
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
977 * src/OPERATORS/op-bm-bm.cc, src/OPERATORS/op-cm-cm.cc,
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
978 src/OPERATORS/op-cm-cs.cc, src/OPERATORS/op-cm-m.cc,
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
979 src/OPERATORS/op-cm-s.cc, src/OPERATORS/op-cs-cm.cc,
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
980 src/OPERATORS/op-cs-m.cc, src/OPERATORS/op-m-cm.cc,
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
981 src/OPERATORS/op-m-cs.cc, src/OPERATORS/op-m-m.cc,
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
982 src/OPERATORS/op-m-s.cc, src/OPERATORS/op-s-cm.cc,
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
983 src/OPERATORS/op-s-m.cc: Use N-dimensional macros as appropriate.
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
984
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
985 * DLD-FUNCTIONS/rand.cc (do_rand, Frand, Frandn):
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
986 Handle N-dimensions.
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
987
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
988 * xpow.cc (elem_xpow (double, const NDArray&),
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
989 elem_xpow (double, const ComplexNDArray&),
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
990 elem_xpow (const NDArray&, double),
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
991 elem_xpow (const NDArray&, const NDArray&),
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
992 elem_xpow (const NDArray&, const Complex&),
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
993 elem_xpow (const NDArray&, const ComplexNDArray&),
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
994 elem_xpow (const Complex&, const NDArray&),
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
995 elem_xpow (const Complex&, const ComplexNDArray&),
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
996 elem_xpow (const ComplexNDArray&, double),
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
997 elem_xpow (const ComplexNDArray&, const NDArray&),
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
998 elem_xpow (const ComplexNDArray&, const Complex&),
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
999 elem_xpow (const ComplexNDArray&, const ComplexNDArray&):
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
1000 New functions.
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
1001 * xpow.h: Provide decls.
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
1002
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
1003 * xdiv.cc (x_el_div (double, const NDArray&),
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
1004 x_el_div (double, const ComplexNDArray&),
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
1005 x_el_div (const Complex, const NDArray&),
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
1006 x_el_div (const Complex, const ComplexNDArray&)): New functions.
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
1007 * xdiv.h: Provide decls.
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
1008
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
1009 * ov-bool-mat.h (boolNDArray::array_value): New function.
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
1010 * ov-ch-mat.h (charNDArray::array_value): New function.
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
1011 * ov-cx-mat.h (ComplexNDArray::array_value): New function.
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
1012 * ov-re-mat.h (NDArray::array_value): New function.
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
1013 (NDArray::double_nd_array_value): Delete.
79df15d4470c [project @ 2003-10-18 03:53:52 by jwe]
jwe
parents: 4540
diff changeset
1014
4540
491ac5f9d120 [project @ 2003-10-16 17:34:07 by jwe]
jwe
parents: 4537
diff changeset
1015 2003-10-16 John W. Eaton <jwe@bevo.che.wisc.edu>
491ac5f9d120 [project @ 2003-10-16 17:34:07 by jwe]
jwe
parents: 4537
diff changeset
1016
491ac5f9d120 [project @ 2003-10-16 17:34:07 by jwe]
jwe
parents: 4537
diff changeset
1017 * parse.y (text_getc): New static function.
491ac5f9d120 [project @ 2003-10-16 17:34:07 by jwe]
jwe
parents: 4537
diff changeset
1018 (gobble_leading_white_space): Use it to simplify EOL processing.
491ac5f9d120 [project @ 2003-10-16 17:34:07 by jwe]
jwe
parents: 4537
diff changeset
1019
4535
a5f23212a3d8 [project @ 2003-10-16 02:39:15 by jwe]
jwe
parents: 4532
diff changeset
1020 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu>
a5f23212a3d8 [project @ 2003-10-16 02:39:15 by jwe]
jwe
parents: 4532
diff changeset
1021
4537
6b7d8e93fc10 [project @ 2003-10-16 03:18:35 by jwe]
jwe
parents: 4535
diff changeset
1022 * file-io.cc (fopen_mode_to_ios_mode): Ignore "t" in mode string.
6b7d8e93fc10 [project @ 2003-10-16 03:18:35 by jwe]
jwe
parents: 4535
diff changeset
1023
4535
a5f23212a3d8 [project @ 2003-10-16 02:39:15 by jwe]
jwe
parents: 4532
diff changeset
1024 * strfns.cc (Fischar): rename from Fisstr.
a5f23212a3d8 [project @ 2003-10-16 02:39:15 by jwe]
jwe
parents: 4532
diff changeset
1025
4532
01ee68d18069 [project @ 2003-10-10 00:49:54 by jwe]
jwe
parents: 4528
diff changeset
1026 2003-10-09 John W. Eaton <jwe@bevo.che.wisc.edu>
01ee68d18069 [project @ 2003-10-10 00:49:54 by jwe]
jwe
parents: 4528
diff changeset
1027
01ee68d18069 [project @ 2003-10-10 00:49:54 by jwe]
jwe
parents: 4528
diff changeset
1028 * pr-output.cc (PRINT_ND_ARRAY): New macro.
01ee68d18069 [project @ 2003-10-10 00:49:54 by jwe]
jwe
parents: 4528
diff changeset
1029 (octave_print_internal): Use it.
01ee68d18069 [project @ 2003-10-10 00:49:54 by jwe]
jwe
parents: 4528
diff changeset
1030
01ee68d18069 [project @ 2003-10-10 00:49:54 by jwe]
jwe
parents: 4528
diff changeset
1031 2003-10-08 John W. Eaton <jwe@bevo.che.wisc.edu>
01ee68d18069 [project @ 2003-10-10 00:49:54 by jwe]
jwe
parents: 4528
diff changeset
1032
01ee68d18069 [project @ 2003-10-10 00:49:54 by jwe]
jwe
parents: 4528
diff changeset
1033 * ov.cc (octave_value::octave_value (const ArrayN<octave_value>&,
01ee68d18069 [project @ 2003-10-10 00:49:54 by jwe]
jwe
parents: 4528
diff changeset
1034 bool)): New constructor.
01ee68d18069 [project @ 2003-10-10 00:49:54 by jwe]
jwe
parents: 4528
diff changeset
1035 * ov.h: Provide decl.
01ee68d18069 [project @ 2003-10-10 00:49:54 by jwe]
jwe
parents: 4528
diff changeset
1036
01ee68d18069 [project @ 2003-10-10 00:49:54 by jwe]
jwe
parents: 4528
diff changeset
1037 * ov.h (octave_value::squeeze): New virtual function.
01ee68d18069 [project @ 2003-10-10 00:49:54 by jwe]
jwe
parents: 4528
diff changeset
1038 * ov-base.cc (squeeze): Provide default implementation.
01ee68d18069 [project @ 2003-10-10 00:49:54 by jwe]
jwe
parents: 4528
diff changeset
1039 * ov-base-mat.h (octave_base_matrix::squeeze): New function.
01ee68d18069 [project @ 2003-10-10 00:49:54 by jwe]
jwe
parents: 4528
diff changeset
1040 * data.cc (Fsqueeze): New function.
01ee68d18069 [project @ 2003-10-10 00:49:54 by jwe]
jwe
parents: 4528
diff changeset
1041
4528
7a85d54d0cbd [project @ 2003-10-03 18:15:57 by jwe]
jwe
parents: 4526
diff changeset
1042 2003-10-03 John W. Eaton <jwe@bevo.che.wisc.edu>
7a85d54d0cbd [project @ 2003-10-03 18:15:57 by jwe]
jwe
parents: 4526
diff changeset
1043
7a85d54d0cbd [project @ 2003-10-03 18:15:57 by jwe]
jwe
parents: 4526
diff changeset
1044 * load-save.cc (make_valid_identifier): Return new string.
7a85d54d0cbd [project @ 2003-10-03 18:15:57 by jwe]
jwe
parents: 4526
diff changeset
1045 Arg is now string, not char *.
7a85d54d0cbd [project @ 2003-10-03 18:15:57 by jwe]
jwe
parents: 4526
diff changeset
1046 (ident_is_all_digits): New function.
7a85d54d0cbd [project @ 2003-10-03 18:15:57 by jwe]
jwe
parents: 4526
diff changeset
1047 (hdf5_read_next_data): Use it.
7a85d54d0cbd [project @ 2003-10-03 18:15:57 by jwe]
jwe
parents: 4526
diff changeset
1048
4526
8952973c6837 [project @ 2003-10-02 18:33:58 by jwe]
jwe
parents: 4524
diff changeset
1049 2003-10-02 John W. Eaton <jwe@bevo.che.wisc.edu>
8952973c6837 [project @ 2003-10-02 18:33:58 by jwe]
jwe
parents: 4524
diff changeset
1050
8952973c6837 [project @ 2003-10-02 18:33:58 by jwe]
jwe
parents: 4524
diff changeset
1051 * input.cc (input_event_hook): Clear the event hook if hook_fcn
8952973c6837 [project @ 2003-10-02 18:33:58 by jwe]
jwe
parents: 4524
diff changeset
1052 does not name a valid function.
8952973c6837 [project @ 2003-10-02 18:33:58 by jwe]
jwe
parents: 4524
diff changeset
1053
4524
fd95dc5e6f28 [project @ 2003-10-02 03:14:48 by jwe]
jwe
parents: 4522
diff changeset
1054 2003-10-01 John W. Eaton <jwe@bevo.che.wisc.edu>
fd95dc5e6f28 [project @ 2003-10-02 03:14:48 by jwe]
jwe
parents: 4522
diff changeset
1055
fd95dc5e6f28 [project @ 2003-10-02 03:14:48 by jwe]
jwe
parents: 4522
diff changeset
1056 * mappers.cc (xabs): New function.
fd95dc5e6f28 [project @ 2003-10-02 03:14:48 by jwe]
jwe
parents: 4522
diff changeset
1057 (install_mapper_functions): Use it instead of abs for complex args
fd95dc5e6f28 [project @ 2003-10-02 03:14:48 by jwe]
jwe
parents: 4522
diff changeset
1058 in Octave's abs mapper function.
fd95dc5e6f28 [project @ 2003-10-02 03:14:48 by jwe]
jwe
parents: 4522
diff changeset
1059
4522
abdcb14e598d [project @ 2003-09-28 22:04:01 by jwe]
jwe
parents: 4520
diff changeset
1060 2003-09-27 Joseph P. Skudlarek <Jskud@Jskud.com>
abdcb14e598d [project @ 2003-09-28 22:04:01 by jwe]
jwe
parents: 4520
diff changeset
1061
abdcb14e598d [project @ 2003-09-28 22:04:01 by jwe]
jwe
parents: 4520
diff changeset
1062 * DLD-FUNCTIONS/minmax.cc (min, max): Use @deftypefn machinery,
abdcb14e598d [project @ 2003-09-28 22:04:01 by jwe]
jwe
parents: 4520
diff changeset
1063 doc missing semantics, and add more examples to texinfo strings.
abdcb14e598d [project @ 2003-09-28 22:04:01 by jwe]
jwe
parents: 4520
diff changeset
1064
4520
7843dfef8dd0 [project @ 2003-09-26 20:34:13 by jwe]
jwe
parents: 4519
diff changeset
1065 2003-09-26 John W. Eaton <jwe@bevo.che.wisc.edu>
7843dfef8dd0 [project @ 2003-09-26 20:34:13 by jwe]
jwe
parents: 4519
diff changeset
1066
7843dfef8dd0 [project @ 2003-09-26 20:34:13 by jwe]
jwe
parents: 4519
diff changeset
1067 * load-save.cc (read_mat5_binary_element): Return early if the
7843dfef8dd0 [project @ 2003-09-26 20:34:13 by jwe]
jwe
parents: 4519
diff changeset
1068 miMATRIX element has length zero.
7843dfef8dd0 [project @ 2003-09-26 20:34:13 by jwe]
jwe
parents: 4519
diff changeset
1069
4519
8e1c04e506ce [project @ 2003-09-24 17:11:46 by jwe]
jwe
parents: 4513
diff changeset
1070 2003-09-24 John W. Eaton <jwe@bevo.che.wisc.edu>
8e1c04e506ce [project @ 2003-09-24 17:11:46 by jwe]
jwe
parents: 4513
diff changeset
1071
8e1c04e506ce [project @ 2003-09-24 17:11:46 by jwe]
jwe
parents: 4513
diff changeset
1072 * ov-cell.cc (octave_cell::subsasgn): Also attempt empty
8e1c04e506ce [project @ 2003-09-24 17:11:46 by jwe]
jwe
parents: 4513
diff changeset
1073 conversion after extracting single element from cell array to
8e1c04e506ce [project @ 2003-09-24 17:11:46 by jwe]
jwe
parents: 4513
diff changeset
1074 allow things like x{i}.elt = rhs to work.
8e1c04e506ce [project @ 2003-09-24 17:11:46 by jwe]
jwe
parents: 4513
diff changeset
1075
4513
508238e65af7 [project @ 2003-09-19 21:40:57 by jwe]
jwe
parents: 4510
diff changeset
1076 2003-09-19 John W. Eaton <jwe@bevo.che.wisc.edu>
508238e65af7 [project @ 2003-09-19 21:40:57 by jwe]
jwe
parents: 4510
diff changeset
1077
508238e65af7 [project @ 2003-09-19 21:40:57 by jwe]
jwe
parents: 4510
diff changeset
1078 * ov.h (octave_value::dim_vector): New function.
508238e65af7 [project @ 2003-09-19 21:40:57 by jwe]
jwe
parents: 4510
diff changeset
1079
508238e65af7 [project @ 2003-09-19 21:40:57 by jwe]
jwe
parents: 4510
diff changeset
1080 * ov.h, ov.cc (octave_value::octave_value (const Cell&)):
508238e65af7 [project @ 2003-09-19 21:40:57 by jwe]
jwe
parents: 4510
diff changeset
1081 New arg, is_cs_list.
508238e65af7 [project @ 2003-09-19 21:40:57 by jwe]
jwe
parents: 4510
diff changeset
1082 (octave_value::octave_value (const NDArray&)):
508238e65af7 [project @ 2003-09-19 21:40:57 by jwe]
jwe
parents: 4510
diff changeset
1083 Create octave_matrix object, not octave_double_nd_array object.
508238e65af7 [project @ 2003-09-19 21:40:57 by jwe]
jwe
parents: 4510
diff changeset
1084 (octave_value::octave_value (const ComplexNDArray&),
508238e65af7 [project @ 2003-09-19 21:40:57 by jwe]
jwe
parents: 4510
diff changeset
1085 octave_value::octave_value (const boolNDArray&),
508238e65af7 [project @ 2003-09-19 21:40:57 by jwe]
jwe
parents: 4510
diff changeset
1086 octave_value (const charNDArray&, bool)): New constructors.
508238e65af7 [project @ 2003-09-19 21:40:57 by jwe]
jwe
parents: 4510
diff changeset
1087
508238e65af7 [project @ 2003-09-19 21:40:57 by jwe]
jwe
parents: 4510
diff changeset
1088 * ov.h, ov.cc (octave_value::nil_rep): New function.
508238e65af7 [project @ 2003-09-19 21:40:57 by jwe]
jwe
parents: 4510
diff changeset
1089 (octave_value::octave_value (void)): Use it to initialize empty
508238e65af7 [project @ 2003-09-19 21:40:57 by jwe]
jwe
parents: 4510
diff changeset
1090 octave_value objects.
508238e65af7 [project @ 2003-09-19 21:40:57 by jwe]
jwe
parents: 4510
diff changeset
1091
508238e65af7 [project @ 2003-09-19 21:40:57 by jwe]
jwe
parents: 4510
diff changeset
1092 * ov-list.h, ov-list.cc (octave_list::octave_list (const Cell&)):
508238e65af7 [project @ 2003-09-19 21:40:57 by jwe]
jwe
parents: 4510
diff changeset
1093 New constructor.
508238e65af7 [project @ 2003-09-19 21:40:57 by jwe]
jwe
parents: 4510
diff changeset
1094 * ov-cs-list.h (octave_cs_list::octave_cs_list (const Cell&)):
508238e65af7 [project @ 2003-09-19 21:40:57 by jwe]
jwe
parents: 4510
diff changeset
1095 Likewise.
508238e65af7 [project @ 2003-09-19 21:40:57 by jwe]
jwe
parents: 4510
diff changeset
1096
508238e65af7 [project @ 2003-09-19 21:40:57 by jwe]
jwe
parents: 4510
diff changeset
1097 * data.cc (Fsize): Handle N-d objects.
508238e65af7 [project @ 2003-09-19 21:40:57 by jwe]
jwe
parents: 4510
diff changeset
1098
508238e65af7 [project @ 2003-09-19 21:40:57 by jwe]
jwe
parents: 4510
diff changeset
1099 * pr-output.cc (octave_print_internal): New versions for NDArray,
508238e65af7 [project @ 2003-09-19 21:40:57 by jwe]
jwe
parents: 4510
diff changeset
1100 ComplexNDArray, boolNDArray, and charNDArray objects.
508238e65af7 [project @ 2003-09-19 21:40:57 by jwe]
jwe
parents: 4510
diff changeset
1101 * pr-output.h: Provide decls.
508238e65af7 [project @ 2003-09-19 21:40:57 by jwe]
jwe
parents: 4510
diff changeset
1102
508238e65af7 [project @ 2003-09-19 21:40:57 by jwe]
jwe
parents: 4510
diff changeset
1103 * ov-re-nd-array.h, ov-re-nd-array.cc: Delete.
508238e65af7 [project @ 2003-09-19 21:40:57 by jwe]
jwe
parents: 4510
diff changeset
1104
508238e65af7 [project @ 2003-09-19 21:40:57 by jwe]
jwe
parents: 4510
diff changeset
1105 * Cell.h, Cell.cc, ov-base-mat.h, ov-base-mat.cc, ov-bool-mat.h,
508238e65af7 [project @ 2003-09-19 21:40:57 by jwe]
jwe
parents: 4510
diff changeset
1106 ov-bool-mat.cc, ov-ch-mat.h, ov-ch-mat.cc, ov-cx-mat.h,
508238e65af7 [project @ 2003-09-19 21:40:57 by jwe]
jwe
parents: 4510
diff changeset
1107 ov-cx-mat.cc, ov-re-mat.h, ov-re-mat.cc, ov-str-mat.h,
508238e65af7 [project @ 2003-09-19 21:40:57 by jwe]
jwe
parents: 4510
diff changeset
1108 ov-str-mat.cc: Now N-dimensional.
508238e65af7 [project @ 2003-09-19 21:40:57 by jwe]
jwe
parents: 4510
diff changeset
1109
508238e65af7 [project @ 2003-09-19 21:40:57 by jwe]
jwe
parents: 4510
diff changeset
1110 * oct-map.h, oct-map.cc: Now based on Cell ojects instead of
508238e65af7 [project @ 2003-09-19 21:40:57 by jwe]
jwe
parents: 4510
diff changeset
1111 octave_value_list objects. Change all uses.
508238e65af7 [project @ 2003-09-19 21:40:57 by jwe]
jwe
parents: 4510
diff changeset
1112
508238e65af7 [project @ 2003-09-19 21:40:57 by jwe]
jwe
parents: 4510
diff changeset
1113 * TEMPLATE-INST/Array-tc.cc: Also instantiate ArrayN objects.
508238e65af7 [project @ 2003-09-19 21:40:57 by jwe]
jwe
parents: 4510
diff changeset
1114 Don't instantiate assign funcitons for Array2 objects.
508238e65af7 [project @ 2003-09-19 21:40:57 by jwe]
jwe
parents: 4510
diff changeset
1115
4509
9ec494b3eb5f [project @ 2003-09-11 19:08:25 by jwe]
jwe
parents: 4508
diff changeset
1116 2003-09-11 John W. Eaton <jwe@bevo.che.wisc.edu>
9ec494b3eb5f [project @ 2003-09-11 19:08:25 by jwe]
jwe
parents: 4508
diff changeset
1117
4510
59eaa51e43d3 [project @ 2003-09-12 05:32:57 by jwe]
jwe
parents: 4509
diff changeset
1118 * pt-plot.cc (symbols_of_pt_plot): Default for automatic replot is
59eaa51e43d3 [project @ 2003-09-12 05:32:57 by jwe]
jwe
parents: 4509
diff changeset
1119 now true.
59eaa51e43d3 [project @ 2003-09-12 05:32:57 by jwe]
jwe
parents: 4509
diff changeset
1120
4509
9ec494b3eb5f [project @ 2003-09-11 19:08:25 by jwe]
jwe
parents: 4508
diff changeset
1121 * pr-output.cc (Fformat): Doc fix.
9ec494b3eb5f [project @ 2003-09-11 19:08:25 by jwe]
jwe
parents: 4508
diff changeset
1122 (current_output_max_field_width, current_output_precision):
9ec494b3eb5f [project @ 2003-09-11 19:08:25 by jwe]
jwe
parents: 4508
diff changeset
1123 New functions.
9ec494b3eb5f [project @ 2003-09-11 19:08:25 by jwe]
jwe
parents: 4508
diff changeset
1124 (float_format::float_format (int, int, int)): Use them to provide
9ec494b3eb5f [project @ 2003-09-11 19:08:25 by jwe]
jwe
parents: 4508
diff changeset
1125 default values for field width and precision.
9ec494b3eb5f [project @ 2003-09-11 19:08:25 by jwe]
jwe
parents: 4508
diff changeset
1126 (print_g): New static variable.
9ec494b3eb5f [project @ 2003-09-11 19:08:25 by jwe]
jwe
parents: 4508
diff changeset
1127 (set_real_format, set_real_matrix_format, set_complex_format)
9ec494b3eb5f [project @ 2003-09-11 19:08:25 by jwe]
jwe
parents: 4508
diff changeset
1128 (set_complex_matrix_format, set_range_format): Handle print_g.
9ec494b3eb5f [project @ 2003-09-11 19:08:25 by jwe]
jwe
parents: 4508
diff changeset
1129 (pr_float, pr_complex): Don't scale if using print_g.
9ec494b3eb5f [project @ 2003-09-11 19:08:25 by jwe]
jwe
parents: 4508
diff changeset
1130 (set_format_style): Accept new "g" and "G" modifiers for short and
9ec494b3eb5f [project @ 2003-09-11 19:08:25 by jwe]
jwe
parents: 4508
diff changeset
1131 long formats and set print_g.
9ec494b3eb5f [project @ 2003-09-11 19:08:25 by jwe]
jwe
parents: 4508
diff changeset
1132 Set default precision and width for short to 5, 10.
9ec494b3eb5f [project @ 2003-09-11 19:08:25 by jwe]
jwe
parents: 4508
diff changeset
1133 Set default precision and width for long to 15, 20.
9ec494b3eb5f [project @ 2003-09-11 19:08:25 by jwe]
jwe
parents: 4508
diff changeset
1134
4508
2bc437206787 [project @ 2003-09-11 01:06:43 by jwe]
jwe
parents: 4507
diff changeset
1135 2003-09-10 John W. Eaton <jwe@bevo.che.wisc.edu>
2bc437206787 [project @ 2003-09-11 01:06:43 by jwe]
jwe
parents: 4507
diff changeset
1136
2bc437206787 [project @ 2003-09-11 01:06:43 by jwe]
jwe
parents: 4507
diff changeset
1137 * OPERATORS/op-m-cs.cc (complex_matrix_conv): Delete function.
2bc437206787 [project @ 2003-09-11 01:06:43 by jwe]
jwe
parents: 4507
diff changeset
1138 (install_m_cs_ops): Don't install complex_matrix_conv here.
2bc437206787 [project @ 2003-09-11 01:06:43 by jwe]
jwe
parents: 4507
diff changeset
1139
2bc437206787 [project @ 2003-09-11 01:06:43 by jwe]
jwe
parents: 4507
diff changeset
1140 * OPERATORS/op-s-cs.cc (complex_matrix_conv): Delete function.
2bc437206787 [project @ 2003-09-11 01:06:43 by jwe]
jwe
parents: 4507
diff changeset
1141 (install_s_cs_ops): Don't install complex_matrix_conv here.
2bc437206787 [project @ 2003-09-11 01:06:43 by jwe]
jwe
parents: 4507
diff changeset
1142
2bc437206787 [project @ 2003-09-11 01:06:43 by jwe]
jwe
parents: 4507
diff changeset
1143 * OPERATORS/op-s-s.cc (matrix_conv): Delete function.
2bc437206787 [project @ 2003-09-11 01:06:43 by jwe]
jwe
parents: 4507
diff changeset
1144 (install_s_s_ops): Don't install matrix_conv here.
2bc437206787 [project @ 2003-09-11 01:06:43 by jwe]
jwe
parents: 4507
diff changeset
1145
2bc437206787 [project @ 2003-09-11 01:06:43 by jwe]
jwe
parents: 4507
diff changeset
1146 * OPERATORS/op-cs-s.cc (complex_matrix_conv): Delete function.
2bc437206787 [project @ 2003-09-11 01:06:43 by jwe]
jwe
parents: 4507
diff changeset
1147 (install_cs_s_ops): Don't install complex_matrix_conv here.
2bc437206787 [project @ 2003-09-11 01:06:43 by jwe]
jwe
parents: 4507
diff changeset
1148
2bc437206787 [project @ 2003-09-11 01:06:43 by jwe]
jwe
parents: 4507
diff changeset
1149 * OPERATORS/op-cs-m.cc (complex_matrix_conv): Delete function.
2bc437206787 [project @ 2003-09-11 01:06:43 by jwe]
jwe
parents: 4507
diff changeset
1150 (install_cs_m_ops): Don't install complex_matrix_conv here.
2bc437206787 [project @ 2003-09-11 01:06:43 by jwe]
jwe
parents: 4507
diff changeset
1151
2bc437206787 [project @ 2003-09-11 01:06:43 by jwe]
jwe
parents: 4507
diff changeset
1152 * OPERATORS/op-cs-cs.cc (complex_matrix_conv): Delete function.
2bc437206787 [project @ 2003-09-11 01:06:43 by jwe]
jwe
parents: 4507
diff changeset
1153 (install_cs_cs_ops): Don't install complex_matrix_conv here.
2bc437206787 [project @ 2003-09-11 01:06:43 by jwe]
jwe
parents: 4507
diff changeset
1154
2bc437206787 [project @ 2003-09-11 01:06:43 by jwe]
jwe
parents: 4507
diff changeset
1155 * ov-typeinfo.cc (do_register_unary_op,
2bc437206787 [project @ 2003-09-11 01:06:43 by jwe]
jwe
parents: 4507
diff changeset
1156 do_register_non_const_unary_op, do_register_binary_op,
2bc437206787 [project @ 2003-09-11 01:06:43 by jwe]
jwe
parents: 4507
diff changeset
1157 do_register_assign_op, do_register_assignany_op,
2bc437206787 [project @ 2003-09-11 01:06:43 by jwe]
jwe
parents: 4507
diff changeset
1158 do_register_pref_assign_conv, do_register_widening_op):
2bc437206787 [project @ 2003-09-11 01:06:43 by jwe]
jwe
parents: 4507
diff changeset
1159 Print warning if installing a duplicate function.
2bc437206787 [project @ 2003-09-11 01:06:43 by jwe]
jwe
parents: 4507
diff changeset
1160
4507
65f47f8a92a2 [project @ 2003-09-10 15:48:02 by jwe]
jwe
parents: 4506
diff changeset
1161 2003-09-10 Petter Risholm <risholm@stud.ntnu.no>
65f47f8a92a2 [project @ 2003-09-10 15:48:02 by jwe]
jwe
parents: 4506
diff changeset
1162
65f47f8a92a2 [project @ 2003-09-10 15:48:02 by jwe]
jwe
parents: 4506
diff changeset
1163 * data.cc, ov-base.cc, ov-base.h, ov.h, ov.cc, ov-re-mat.h,
65f47f8a92a2 [project @ 2003-09-10 15:48:02 by jwe]
jwe
parents: 4506
diff changeset
1164 ov-scalar.h, ov-re-nd-array.h, ov-re-nd-array.cc: Use NDArray, not
65f47f8a92a2 [project @ 2003-09-10 15:48:02 by jwe]
jwe
parents: 4506
diff changeset
1165 ArrayN<double>.
65f47f8a92a2 [project @ 2003-09-10 15:48:02 by jwe]
jwe
parents: 4506
diff changeset
1166
4505
e944fbe3fff2 [project @ 2003-09-09 19:14:06 by jwe]
jwe
parents: 4502
diff changeset
1167 2003-09-09 John W. Eaton <jwe@bevo.che.wisc.edu>
e944fbe3fff2 [project @ 2003-09-09 19:14:06 by jwe]
jwe
parents: 4502
diff changeset
1168
e944fbe3fff2 [project @ 2003-09-09 19:14:06 by jwe]
jwe
parents: 4502
diff changeset
1169 * ov.h (octave_value::double_nd_array_value): New function.
e944fbe3fff2 [project @ 2003-09-09 19:14:06 by jwe]
jwe
parents: 4502
diff changeset
1170 (octave_value::is_real_nd_array): New function.
e944fbe3fff2 [project @ 2003-09-09 19:14:06 by jwe]
jwe
parents: 4502
diff changeset
1171
e944fbe3fff2 [project @ 2003-09-09 19:14:06 by jwe]
jwe
parents: 4502
diff changeset
1172 * ov-base.cc (octave_base_value::double_nd_array_value): New function.
e944fbe3fff2 [project @ 2003-09-09 19:14:06 by jwe]
jwe
parents: 4502
diff changeset
1173 * ov-base.h: Provide decl.
e944fbe3fff2 [project @ 2003-09-09 19:14:06 by jwe]
jwe
parents: 4502
diff changeset
1174 (octave_base_value::is_real_nd_array): New function.
e944fbe3fff2 [project @ 2003-09-09 19:14:06 by jwe]
jwe
parents: 4502
diff changeset
1175
e944fbe3fff2 [project @ 2003-09-09 19:14:06 by jwe]
jwe
parents: 4502
diff changeset
1176 2003-09-09 Petter Risholm <risholm@stud.ntnu.no>
e944fbe3fff2 [project @ 2003-09-09 19:14:06 by jwe]
jwe
parents: 4502
diff changeset
1177
e944fbe3fff2 [project @ 2003-09-09 19:14:06 by jwe]
jwe
parents: 4502
diff changeset
1178 * ov-re-mat.h (octave_matrix::double_nd_array_value): New function.
e944fbe3fff2 [project @ 2003-09-09 19:14:06 by jwe]
jwe
parents: 4502
diff changeset
1179 * ov-scalar.h (octave_scalar::double_nd_array_value): New function.
e944fbe3fff2 [project @ 2003-09-09 19:14:06 by jwe]
jwe
parents: 4502
diff changeset
1180
e944fbe3fff2 [project @ 2003-09-09 19:14:06 by jwe]
jwe
parents: 4502
diff changeset
1181 * ov-re-nd-array.cc (octave_double_nd_array::assign): New function.
e944fbe3fff2 [project @ 2003-09-09 19:14:06 by jwe]
jwe
parents: 4502
diff changeset
1182 (octave_double_nd_array::try_narrowing_conversion): Likewise.
e944fbe3fff2 [project @ 2003-09-09 19:14:06 by jwe]
jwe
parents: 4502
diff changeset
1183 (octave_double_nd_array::valid_as_scalar_index): Likewise.
e944fbe3fff2 [project @ 2003-09-09 19:14:06 by jwe]
jwe
parents: 4502
diff changeset
1184 (octave_double_nd_array::double_value): Likewise.
e944fbe3fff2 [project @ 2003-09-09 19:14:06 by jwe]
jwe
parents: 4502
diff changeset
1185 (octave_double_nd_array::matrix_value): Likewise.
e944fbe3fff2 [project @ 2003-09-09 19:14:06 by jwe]
jwe
parents: 4502
diff changeset
1186 (octave_double_nd_array::complex_value): Likewise.
e944fbe3fff2 [project @ 2003-09-09 19:14:06 by jwe]
jwe
parents: 4502
diff changeset
1187 (octave_double_nd_array::convert_slice_to_matrix): Likewise.
e944fbe3fff2 [project @ 2003-09-09 19:14:06 by jwe]
jwe
parents: 4502
diff changeset
1188 * ov-re-nd-array.h: Provide decls.
e944fbe3fff2 [project @ 2003-09-09 19:14:06 by jwe]
jwe
parents: 4502
diff changeset
1189 (octave_double_nd_array::is_real_nd_array): New function.
e944fbe3fff2 [project @ 2003-09-09 19:14:06 by jwe]
jwe
parents: 4502
diff changeset
1190 (octave_double_nd_array::double_nd_array_value): New function.
e944fbe3fff2 [project @ 2003-09-09 19:14:06 by jwe]
jwe
parents: 4502
diff changeset
1191 (octave_double_nd_array::double_nd_array_value): New function.
e944fbe3fff2 [project @ 2003-09-09 19:14:06 by jwe]
jwe
parents: 4502
diff changeset
1192
e944fbe3fff2 [project @ 2003-09-09 19:14:06 by jwe]
jwe
parents: 4502
diff changeset
1193 * OPERATORS/op-m-nd.cc, OPERATORS/op-nd-m.cc,
e944fbe3fff2 [project @ 2003-09-09 19:14:06 by jwe]
jwe
parents: 4502
diff changeset
1194 OPERATORS/op-nd-nd.cc, OPERATORS/op-nd-s.cc, OPERATORS/op-s-nd.cc:
e944fbe3fff2 [project @ 2003-09-09 19:14:06 by jwe]
jwe
parents: 4502
diff changeset
1195 New files.
e944fbe3fff2 [project @ 2003-09-09 19:14:06 by jwe]
jwe
parents: 4502
diff changeset
1196 * Makefile.in (OP_XSRC): Add them to the list.
e944fbe3fff2 [project @ 2003-09-09 19:14:06 by jwe]
jwe
parents: 4502
diff changeset
1197
4506
3c82fc8f822c [project @ 2003-09-10 13:56:57 by jwe]
jwe
parents: 4505
diff changeset
1198 2003-09-09 David Bateman <dbateman@free.fr>
4502
955cb1e87de2 [project @ 2003-09-08 22:03:36 by jwe]
jwe
parents: 4501
diff changeset
1199
955cb1e87de2 [project @ 2003-09-08 22:03:36 by jwe]
jwe
parents: 4501
diff changeset
1200 * OPERATORS/op-cs-s.cc (DEFBINOP): First arg is complex, second is
955cb1e87de2 [project @ 2003-09-08 22:03:36 by jwe]
jwe
parents: 4501
diff changeset
1201 double.
955cb1e87de2 [project @ 2003-09-08 22:03:36 by jwe]
jwe
parents: 4501
diff changeset
1202
4499
55695bf73797 [project @ 2003-09-05 19:56:37 by jwe]
jwe
parents: 4498
diff changeset
1203 2003-09-05 John W. Eaton <jwe@bevo.che.wisc.edu>
55695bf73797 [project @ 2003-09-05 19:56:37 by jwe]
jwe
parents: 4498
diff changeset
1204
4501
693ad5220d1e [project @ 2003-09-05 20:55:40 by jwe]
jwe
parents: 4500
diff changeset
1205 * pt-cell.cc (tree_cell::rvalue): Don't assume that the number of
693ad5220d1e [project @ 2003-09-05 20:55:40 by jwe]
jwe
parents: 4500
diff changeset
1206 elements in a tree_argument_list is the same as the number of
693ad5220d1e [project @ 2003-09-05 20:55:40 by jwe]
jwe
parents: 4500
diff changeset
1207 objects it contains (cs-list objects expand to more than one).
693ad5220d1e [project @ 2003-09-05 20:55:40 by jwe]
jwe
parents: 4500
diff changeset
1208
693ad5220d1e [project @ 2003-09-05 20:55:40 by jwe]
jwe
parents: 4500
diff changeset
1209 * pt-mat.cc (tm_row_const::tm_row_const_rep::do_init_element):
693ad5220d1e [project @ 2003-09-05 20:55:40 by jwe]
jwe
parents: 4500
diff changeset
1210 New function, extracted from tm_row_const::tm_row_const_rep::init.
693ad5220d1e [project @ 2003-09-05 20:55:40 by jwe]
jwe
parents: 4500
diff changeset
1211 (tm_row_const::tm_row_const_rep::init): Use it.
693ad5220d1e [project @ 2003-09-05 20:55:40 by jwe]
jwe
parents: 4500
diff changeset
1212 Also handle cs-list objects.
693ad5220d1e [project @ 2003-09-05 20:55:40 by jwe]
jwe
parents: 4500
diff changeset
1213
4499
55695bf73797 [project @ 2003-09-05 19:56:37 by jwe]
jwe
parents: 4498
diff changeset
1214 * ov-cs-list.cc (octave_cs_list::print_raw): New function.
55695bf73797 [project @ 2003-09-05 19:56:37 by jwe]
jwe
parents: 4498
diff changeset
1215 * ov-cs-list.h (octave_cs_list::print_raw): Provide decl.
4500
aa3b7d89864e [project @ 2003-09-05 20:02:43 by jwe]
jwe
parents: 4499
diff changeset
1216 * ov-list.h (octave_list::lst): Now protected instead of private.
4499
55695bf73797 [project @ 2003-09-05 19:56:37 by jwe]
jwe
parents: 4498
diff changeset
1217
4498
093e39f03506 [project @ 2003-09-05 16:55:42 by jwe]
jwe
parents: 4489
diff changeset
1218 2003-09-04 John W. Eaton <jwe@bevo.che.wisc.edu>
093e39f03506 [project @ 2003-09-05 16:55:42 by jwe]
jwe
parents: 4489
diff changeset
1219
093e39f03506 [project @ 2003-09-05 16:55:42 by jwe]
jwe
parents: 4489
diff changeset
1220 * pt-plot.cc (subplot_style::columns_ok): Allow boxes style to
093e39f03506 [project @ 2003-09-05 16:55:42 by jwe]
jwe
parents: 4489
diff changeset
1221 have 2 columns as well.
093e39f03506 [project @ 2003-09-05 16:55:42 by jwe]
jwe
parents: 4489
diff changeset
1222
4489
a90c3cbded0d [project @ 2003-08-28 16:08:26 by jwe]
jwe
parents: 4488
diff changeset
1223 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu>
a90c3cbded0d [project @ 2003-08-28 16:08:26 by jwe]
jwe
parents: 4488
diff changeset
1224
a90c3cbded0d [project @ 2003-08-28 16:08:26 by jwe]
jwe
parents: 4488
diff changeset
1225 * dirfns.cc (Fls): Check EAGAIN to avoid losing output.
a90c3cbded0d [project @ 2003-08-28 16:08:26 by jwe]
jwe
parents: 4488
diff changeset
1226 * toplev.cc (run_command_and_return_output): Likewise.
a90c3cbded0d [project @ 2003-08-28 16:08:26 by jwe]
jwe
parents: 4488
diff changeset
1227
4488
1ccf6f8198f8 [project @ 2003-08-25 17:56:32 by jwe]
jwe
parents: 4486
diff changeset
1228 2003-08-25 John W. Eaton <jwe@bevo.che.wisc.edu>
1ccf6f8198f8 [project @ 2003-08-25 17:56:32 by jwe]
jwe
parents: 4486
diff changeset
1229
1ccf6f8198f8 [project @ 2003-08-25 17:56:32 by jwe]
jwe
parents: 4486
diff changeset
1230 * OPERATORS/op-str-s.cc, OPERATORS/op-str-m.cc: New files.
1ccf6f8198f8 [project @ 2003-08-25 17:56:32 by jwe]
jwe
parents: 4486
diff changeset
1231 * Makefile.in (OP_XSRC): Add them to the list.
1ccf6f8198f8 [project @ 2003-08-25 17:56:32 by jwe]
jwe
parents: 4486
diff changeset
1232
4486
6ceba1f351fb [project @ 2003-08-22 16:49:46 by jwe]
jwe
parents: 4485
diff changeset
1233 2003-08-22 John W. Eaton <jwe@bevo.che.wisc.edu>
6ceba1f351fb [project @ 2003-08-22 16:49:46 by jwe]
jwe
parents: 4485
diff changeset
1234
6ceba1f351fb [project @ 2003-08-22 16:49:46 by jwe]
jwe
parents: 4485
diff changeset
1235 * defaults.cc (maybe_add_or_del_packages): Use source_file instead
6ceba1f351fb [project @ 2003-08-22 16:49:46 by jwe]
jwe
parents: 4485
diff changeset
1236 of parse_and_execute.
6ceba1f351fb [project @ 2003-08-22 16:49:46 by jwe]
jwe
parents: 4485
diff changeset
1237 * parse.y (source_file): New function.
6ceba1f351fb [project @ 2003-08-22 16:49:46 by jwe]
jwe
parents: 4485
diff changeset
1238 (Fsource): Use it.
6ceba1f351fb [project @ 2003-08-22 16:49:46 by jwe]
jwe
parents: 4485
diff changeset
1239 * parse.h (source_file): Provide decl.
6ceba1f351fb [project @ 2003-08-22 16:49:46 by jwe]
jwe
parents: 4485
diff changeset
1240
4485
bd3cfa59eb61 [project @ 2003-08-21 20:29:34 by jwe]
jwe
parents: 4482
diff changeset
1241 2003-08-21 John W. Eaton <jwe@bevo.che.wisc.edu>
bd3cfa59eb61 [project @ 2003-08-21 20:29:34 by jwe]
jwe
parents: 4482
diff changeset
1242
bd3cfa59eb61 [project @ 2003-08-21 20:29:34 by jwe]
jwe
parents: 4482
diff changeset
1243 * utils.cc (octave_vsnprintf): Copy va_list to avoid using more
bd3cfa59eb61 [project @ 2003-08-21 20:29:34 by jwe]
jwe
parents: 4482
diff changeset
1244 than once.
bd3cfa59eb61 [project @ 2003-08-21 20:29:34 by jwe]
jwe
parents: 4482
diff changeset
1245
4482
1fa73cab40a0 [project @ 2003-08-07 15:36:48 by jwe]
jwe
parents: 4481
diff changeset
1246 2003-08-07 John W. Eaton <jwe@bevo.che.wisc.edu>
1fa73cab40a0 [project @ 2003-08-07 15:36:48 by jwe]
jwe
parents: 4481
diff changeset
1247
1fa73cab40a0 [project @ 2003-08-07 15:36:48 by jwe]
jwe
parents: 4481
diff changeset
1248 * utils.cc (octave_vsnprintf): Call octave_raw_vsnprintf instead
1fa73cab40a0 [project @ 2003-08-07 15:36:48 by jwe]
jwe
parents: 4481
diff changeset
1249 of calling vsnprintf directly.
1fa73cab40a0 [project @ 2003-08-07 15:36:48 by jwe]
jwe
parents: 4481
diff changeset
1250 (octave_vsnprintf) [HAVE_C99_VSNPRINTF]: Declare nchars to be size_t.
1fa73cab40a0 [project @ 2003-08-07 15:36:48 by jwe]
jwe
parents: 4481
diff changeset
1251
4481
cfbaee1f562f [project @ 2003-08-06 13:56:07 by jwe]
jwe
parents: 4479
diff changeset
1252 2003-08-06 Heine Kolltveit <kolltvei@idi.ntnu.no>
cfbaee1f562f [project @ 2003-08-06 13:56:07 by jwe]
jwe
parents: 4479
diff changeset
1253
cfbaee1f562f [project @ 2003-08-06 13:56:07 by jwe]
jwe
parents: 4479
diff changeset
1254 * utils.cc (check_dimensions(Array<int>&, char),
cfbaee1f562f [project @ 2003-08-06 13:56:07 by jwe]
jwe
parents: 4479
diff changeset
1255 get_dimensions(octave_value&, char, Array<int>&): New functions.
cfbaee1f562f [project @ 2003-08-06 13:56:07 by jwe]
jwe
parents: 4479
diff changeset
1256 * utils.h (check_dimensions (Array<int>&, char),
cfbaee1f562f [project @ 2003-08-06 13:56:07 by jwe]
jwe
parents: 4479
diff changeset
1257 get_dimensions (octave_value&, char, Array<int>&)): Provide decl.
cfbaee1f562f [project @ 2003-08-06 13:56:07 by jwe]
jwe
parents: 4479
diff changeset
1258
cfbaee1f562f [project @ 2003-08-06 13:56:07 by jwe]
jwe
parents: 4479
diff changeset
1259 * data.cc (fill_matrix): Also create N-d arrays.
cfbaee1f562f [project @ 2003-08-06 13:56:07 by jwe]
jwe
parents: 4479
diff changeset
1260 (Fones, Fzeros): Handle more than 2 args to create N-d arrays.
cfbaee1f562f [project @ 2003-08-06 13:56:07 by jwe]
jwe
parents: 4479
diff changeset
1261
4476
b7360f8eb035 [project @ 2003-07-30 17:17:21 by jwe]
jwe
parents: 4473
diff changeset
1262 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu>
b7360f8eb035 [project @ 2003-07-30 17:17:21 by jwe]
jwe
parents: 4473
diff changeset
1263
4479
d4d1a0be55f7 [project @ 2003-07-30 20:03:11 by jwe]
jwe
parents: 4478
diff changeset
1264 * data.cc (make_diag): Use std::abs instead of our own ABS macro.
d4d1a0be55f7 [project @ 2003-07-30 20:03:11 by jwe]
jwe
parents: 4478
diff changeset
1265
4478
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
1266 * utils.cc (identity_matrix): Move here from data.cc.
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
1267 (identity_matrix): Use std::min instead of our own MIN macro.
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
1268
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
1269 * utils.h (identity_matrix): Provide decl.
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
1270
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
1271 * DLD-FUNCTIONS/svd.cc (Fsvd): Improve handling of empty matrix arg.
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
1272
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
1273 * ov.cc (octave_value(const ArrayN<Complex>&)): New constructor.
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
1274 * ov.h (octave_value(const ArrayN<Complex>&)): Provide decl.
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
1275
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
1276 2003-07-30 Heine Kolltveit <kolltvei@idi.ntnu.no>
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
1277
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
1278 * ov.cc (octave_value(const ArrayN<double>&)): New constructor.
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
1279 * ov.h (octave_value(const ArrayN<double>&)): Provide decl.
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
1280
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
1281 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu>
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
1282
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
1283 * ov.h (Vpropagate_empty_matrices): Delete decl.
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
1284 * ov.cc: (Vpropagate_empty_matrices): Delete.
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
1285 (propagate_empty_matrices): Delete.
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
1286 (symbols_of_ov): Delete DEFVAR for propagate_empty_matrices.
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
1287
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
1288 * utils.cc (empty_arg): Behave as though propagate_empty_matrices
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
1289 is always 1.
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
1290 * ov-range.cc (octave_range::is_true): Likewise.
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
1291 * ov-base-mat.cc (octave_base_matrix<MT>::is_true): Likewise.
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
1292
4476
b7360f8eb035 [project @ 2003-07-30 17:17:21 by jwe]
jwe
parents: 4473
diff changeset
1293 * octave.cc (maximum_braindamage): Also set
b7360f8eb035 [project @ 2003-07-30 17:17:21 by jwe]
jwe
parents: 4473
diff changeset
1294 warn_matlab_incompatible to TRUE.
b7360f8eb035 [project @ 2003-07-30 17:17:21 by jwe]
jwe
parents: 4473
diff changeset
1295
4478
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
1296 * lex.l (Vwhitespace_in_literal_matrix): Delete.
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
1297 (whitespace_in_literal_matrix): Delete.
4476
b7360f8eb035 [project @ 2003-07-30 17:17:21 by jwe]
jwe
parents: 4473
diff changeset
1298 (symbols_of_lex): Delete DEFVAR for whitespace_in_literal_matrix.
b7360f8eb035 [project @ 2003-07-30 17:17:21 by jwe]
jwe
parents: 4473
diff changeset
1299 (<MATRIX_START>{S}*\,{S}*, <MATRIX_START>{S}+,
b7360f8eb035 [project @ 2003-07-30 17:17:21 by jwe]
jwe
parents: 4473
diff changeset
1300 (<MATRIX_START>{S}*{COMMENT}{SNLCMT}*,
b7360f8eb035 [project @ 2003-07-30 17:17:21 by jwe]
jwe
parents: 4473
diff changeset
1301 <MATRIX_START>{S}*{NL}{SNLCMT}*, maybe_unput_comma): Behave as though
4478
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
1302 old Vwhitespace_in_literal_matrix varaible is always 1.
4476
b7360f8eb035 [project @ 2003-07-30 17:17:21 by jwe]
jwe
parents: 4473
diff changeset
1303
b7360f8eb035 [project @ 2003-07-30 17:17:21 by jwe]
jwe
parents: 4473
diff changeset
1304 * octave.cc (maximum_braindamage): Don't set
b7360f8eb035 [project @ 2003-07-30 17:17:21 by jwe]
jwe
parents: 4473
diff changeset
1305 whitespace_in_literal_matrix.
b7360f8eb035 [project @ 2003-07-30 17:17:21 by jwe]
jwe
parents: 4473
diff changeset
1306
4472
f52db9e1296a [project @ 2003-07-29 18:03:03 by jwe]
jwe
parents: 4470
diff changeset
1307 2003-07-29 John W. Eaton <jwe@bevo.che.wisc.edu>
f52db9e1296a [project @ 2003-07-29 18:03:03 by jwe]
jwe
parents: 4470
diff changeset
1308
f52db9e1296a [project @ 2003-07-29 18:03:03 by jwe]
jwe
parents: 4470
diff changeset
1309 * Makefile.in (install-lib): Use $(INSTALL), not
4473
32ac2bea0185 [project @ 2003-07-29 23:05:32 by jwe]
jwe
parents: 4472
diff changeset
1310 $(INSTALL_PROGRAM) for $(SHLLIB) files.
4472
f52db9e1296a [project @ 2003-07-29 18:03:03 by jwe]
jwe
parents: 4470
diff changeset
1311
f52db9e1296a [project @ 2003-07-29 18:03:03 by jwe]
jwe
parents: 4470
diff changeset
1312 2003-07-29 Paul Kienzle <pkienzle@users.sf.net>
f52db9e1296a [project @ 2003-07-29 18:03:03 by jwe]
jwe
parents: 4470
diff changeset
1313
f52db9e1296a [project @ 2003-07-29 18:03:03 by jwe]
jwe
parents: 4470
diff changeset
1314 * Makefile.in: Don't need special system.c for Cygwin.
f52db9e1296a [project @ 2003-07-29 18:03:03 by jwe]
jwe
parents: 4470
diff changeset
1315 * oct-procbuf.cc: Use popen rather than fork/exec for Windows.
f52db9e1296a [project @ 2003-07-29 18:03:03 by jwe]
jwe
parents: 4470
diff changeset
1316
4470
e606bf485c1c [project @ 2003-07-28 18:05:23 by jwe]
jwe
parents: 4469
diff changeset
1317 2003-07-28 Paul Kienzle <pkienzle@users.sf.net>
e606bf485c1c [project @ 2003-07-28 18:05:23 by jwe]
jwe
parents: 4469
diff changeset
1318
e606bf485c1c [project @ 2003-07-28 18:05:23 by jwe]
jwe
parents: 4469
diff changeset
1319 * sysdep.cc (CYGWIN_init): Convert TMPDIR to system agnostic path.
e606bf485c1c [project @ 2003-07-28 18:05:23 by jwe]
jwe
parents: 4469
diff changeset
1320
4469
53ee020af847 [project @ 2003-07-26 03:45:10 by jwe]
jwe
parents: 4468
diff changeset
1321 2003-07-25 Paul Kienzle <pkienzle@users.sf.net>
53ee020af847 [project @ 2003-07-26 03:45:10 by jwe]
jwe
parents: 4468
diff changeset
1322
53ee020af847 [project @ 2003-07-26 03:45:10 by jwe]
jwe
parents: 4468
diff changeset
1323 * help.cc (try_info, display_help_text):
53ee020af847 [project @ 2003-07-26 03:45:10 by jwe]
jwe
parents: 4468
diff changeset
1324 Protect spaces in filenames with quotes.
53ee020af847 [project @ 2003-07-26 03:45:10 by jwe]
jwe
parents: 4468
diff changeset
1325 * oct-hist.cc (do_edit_history): Likewise.
53ee020af847 [project @ 2003-07-26 03:45:10 by jwe]
jwe
parents: 4468
diff changeset
1326 * pt-plot.cc (open_plot_stream): Likewise.
53ee020af847 [project @ 2003-07-26 03:45:10 by jwe]
jwe
parents: 4468
diff changeset
1327
4466
b18007283045 [project @ 2003-07-15 11:43:28 by jwe]
jwe
parents: 4465
diff changeset
1328 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu>
b18007283045 [project @ 2003-07-15 11:43:28 by jwe]
jwe
parents: 4465
diff changeset
1329
4468
efb6301dae80 [project @ 2003-07-15 19:18:20 by jwe]
jwe
parents: 4467
diff changeset
1330 * oct-stream.cc (get_size, octave_base_stream::error,
efb6301dae80 [project @ 2003-07-15 19:18:20 by jwe]
jwe
parents: 4467
diff changeset
1331 octave_base_stream::do_gets, octave_base_stream::getl,
efb6301dae80 [project @ 2003-07-15 19:18:20 by jwe]
jwe
parents: 4467
diff changeset
1332 octave_base_stream::gets, octave_base_stream::do_scanf,
efb6301dae80 [project @ 2003-07-15 19:18:20 by jwe]
jwe
parents: 4467
diff changeset
1333 octave_base_stream::scanf, octave_base_stream::do_oscanf,
efb6301dae80 [project @ 2003-07-15 19:18:20 by jwe]
jwe
parents: 4467
diff changeset
1334 octave_base_stream::oscanf, do_printf_conv,
efb6301dae80 [project @ 2003-07-15 19:18:20 by jwe]
jwe
parents: 4467
diff changeset
1335 octave_base_stream::do_printf, octave_base_stream::printf,
efb6301dae80 [project @ 2003-07-15 19:18:20 by jwe]
jwe
parents: 4467
diff changeset
1336 octave_base_stream::puts, octave_base_stream::invalid_operation,
efb6301dae80 [project @ 2003-07-15 19:18:20 by jwe]
jwe
parents: 4467
diff changeset
1337 octave_stream::getl, octave_stream::gets, octave_stream::scanf,
efb6301dae80 [project @ 2003-07-15 19:18:20 by jwe]
jwe
parents: 4467
diff changeset
1338 octave_stream::oscanf, octave_stream::printf, octave_stream::puts,
efb6301dae80 [project @ 2003-07-15 19:18:20 by jwe]
jwe
parents: 4467
diff changeset
1339 octave_stream::invalid_stream_error): Handle name of calling
efb6301dae80 [project @ 2003-07-15 19:18:20 by jwe]
jwe
parents: 4467
diff changeset
1340 function for error messages as a std::string object. Change all
efb6301dae80 [project @ 2003-07-15 19:18:20 by jwe]
jwe
parents: 4467
diff changeset
1341 callers.
efb6301dae80 [project @ 2003-07-15 19:18:20 by jwe]
jwe
parents: 4467
diff changeset
1342
efb6301dae80 [project @ 2003-07-15 19:18:20 by jwe]
jwe
parents: 4467
diff changeset
1343 * file-io.cc (Fprintf, Fputs): New functions, so we can get
efb6301dae80 [project @ 2003-07-15 19:18:20 by jwe]
jwe
parents: 4467
diff changeset
1344 function prefixes on error messages right.
efb6301dae80 [project @ 2003-07-15 19:18:20 by jwe]
jwe
parents: 4467
diff changeset
1345 (Ffgetl, Ffgets, Ffprintf, Fsprintf, Fputs, Ffscanf, Fsscanf):
efb6301dae80 [project @ 2003-07-15 19:18:20 by jwe]
jwe
parents: 4467
diff changeset
1346 Pass name of calling function to octave_stream method.
efb6301dae80 [project @ 2003-07-15 19:18:20 by jwe]
jwe
parents: 4467
diff changeset
1347
efb6301dae80 [project @ 2003-07-15 19:18:20 by jwe]
jwe
parents: 4467
diff changeset
1348 * oct-stream.h (octave_base_stream::do_char_scanf,
efb6301dae80 [project @ 2003-07-15 19:18:20 by jwe]
jwe
parents: 4467
diff changeset
1349 octave_base_stream::do_real_scanf): Delete unused decls.
efb6301dae80 [project @ 2003-07-15 19:18:20 by jwe]
jwe
parents: 4467
diff changeset
1350
4467
78046131cc16 [project @ 2003-07-15 14:28:10 by jwe]
jwe
parents: 4466
diff changeset
1351 * load-save.cc (read_mat5_binary_element): Correctly read struct
78046131cc16 [project @ 2003-07-15 14:28:10 by jwe]
jwe
parents: 4466
diff changeset
1352 arrays.
78046131cc16 [project @ 2003-07-15 14:28:10 by jwe]
jwe
parents: 4466
diff changeset
1353
4466
b18007283045 [project @ 2003-07-15 11:43:28 by jwe]
jwe
parents: 4465
diff changeset
1354 * pt-misc.cc (tree_parameter_list::initialize_undefined_elements):
b18007283045 [project @ 2003-07-15 11:43:28 by jwe]
jwe
parents: 4465
diff changeset
1355 New args, warnfor and nargout. Change all callers.
b18007283045 [project @ 2003-07-15 11:43:28 by jwe]
jwe
parents: 4465
diff changeset
1356 (symbols_of_pt_misc): New function.
b18007283045 [project @ 2003-07-15 11:43:28 by jwe]
jwe
parents: 4465
diff changeset
1357 (warn_undefined_return_values): New function.
b18007283045 [project @ 2003-07-15 11:43:28 by jwe]
jwe
parents: 4465
diff changeset
1358
b18007283045 [project @ 2003-07-15 11:43:28 by jwe]
jwe
parents: 4465
diff changeset
1359 * octave.cc (maximum_braindamage): Don't set
b18007283045 [project @ 2003-07-15 11:43:28 by jwe]
jwe
parents: 4465
diff changeset
1360 define_all_return_values.
b18007283045 [project @ 2003-07-15 11:43:28 by jwe]
jwe
parents: 4465
diff changeset
1361
b18007283045 [project @ 2003-07-15 11:43:28 by jwe]
jwe
parents: 4465
diff changeset
1362 * ov-usr-fcn.cc (ov_user_function::do_multi_index_op): Always
b18007283045 [project @ 2003-07-15 11:43:28 by jwe]
jwe
parents: 4465
diff changeset
1363 intiialize undefined elements in ret_list to [].
b18007283045 [project @ 2003-07-15 11:43:28 by jwe]
jwe
parents: 4465
diff changeset
1364 Never return last computed value.
b18007283045 [project @ 2003-07-15 11:43:28 by jwe]
jwe
parents: 4465
diff changeset
1365 (Vreturn_last_computed_value, Vdefine_all_return_values): Delete.
b18007283045 [project @ 2003-07-15 11:43:28 by jwe]
jwe
parents: 4465
diff changeset
1366 (return_last_computed_value, define_all_return_values): Delete.
b18007283045 [project @ 2003-07-15 11:43:28 by jwe]
jwe
parents: 4465
diff changeset
1367 (symbols_of_ov_usr_fcn): Delete DEFVARs for
b18007283045 [project @ 2003-07-15 11:43:28 by jwe]
jwe
parents: 4465
diff changeset
1368 return_last_computed_value, define_all_return_values, and
b18007283045 [project @ 2003-07-15 11:43:28 by jwe]
jwe
parents: 4465
diff changeset
1369 default_return_value.
b18007283045 [project @ 2003-07-15 11:43:28 by jwe]
jwe
parents: 4465
diff changeset
1370
4465
8290e9c9d4f6 [project @ 2003-07-14 15:45:09 by jwe]
jwe
parents: 4464
diff changeset
1371 2003-07-14 John W. Eaton <jwe@bevo.che.wisc.edu>
8290e9c9d4f6 [project @ 2003-07-14 15:45:09 by jwe]
jwe
parents: 4464
diff changeset
1372
8290e9c9d4f6 [project @ 2003-07-14 15:45:09 by jwe]
jwe
parents: 4464
diff changeset
1373 * pt-misc.cc (tree_parameter_list::convert_to_const_vector):
8290e9c9d4f6 [project @ 2003-07-14 15:45:09 by jwe]
jwe
parents: 4464
diff changeset
1374 Don't skip undefined elements.
8290e9c9d4f6 [project @ 2003-07-14 15:45:09 by jwe]
jwe
parents: 4464
diff changeset
1375
4464
184fc19a7d99 [project @ 2003-07-13 23:15:28 by jwe]
jwe
parents: 4463
diff changeset
1376 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu>
184fc19a7d99 [project @ 2003-07-13 23:15:28 by jwe]
jwe
parents: 4463
diff changeset
1377
184fc19a7d99 [project @ 2003-07-13 23:15:28 by jwe]
jwe
parents: 4463
diff changeset
1378 * octave.cc (maximum_braindamage): Don't set
184fc19a7d99 [project @ 2003-07-13 23:15:28 by jwe]
jwe
parents: 4463
diff changeset
1379 default_global_variable_value or initialize_global_variables.
184fc19a7d99 [project @ 2003-07-13 23:15:28 by jwe]
jwe
parents: 4463
diff changeset
1380
184fc19a7d99 [project @ 2003-07-13 23:15:28 by jwe]
jwe
parents: 4463
diff changeset
1381 * pt-decl.cc (Vinitialize_global_variables): Delete.
184fc19a7d99 [project @ 2003-07-13 23:15:28 by jwe]
jwe
parents: 4463
diff changeset
1382 (initialize_global_variables): Delete.
184fc19a7d99 [project @ 2003-07-13 23:15:28 by jwe]
jwe
parents: 4463
diff changeset
1383 (symbols_of_pt_decl): Delete.
184fc19a7d99 [project @ 2003-07-13 23:15:28 by jwe]
jwe
parents: 4463
diff changeset
1384 (tree_global_command::do_init): Default initial value is now
184fc19a7d99 [project @ 2003-07-13 23:15:28 by jwe]
jwe
parents: 4463
diff changeset
1385 always [].
184fc19a7d99 [project @ 2003-07-13 23:15:28 by jwe]
jwe
parents: 4463
diff changeset
1386
4460
cef48c4b902d [project @ 2003-07-11 18:37:48 by jwe]
jwe
parents: 4459
diff changeset
1387 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu>
cef48c4b902d [project @ 2003-07-11 18:37:48 by jwe]
jwe
parents: 4459
diff changeset
1388
4463
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
1389 * octave.cc (maximum_braindamage): Don't set default_eval_print_flag.
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
1390
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
1391 * parse.y (Vdefault_eval_print_flag): Delete:
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
1392 (default_eval_print_flag): Delete.
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
1393 (symbols_of_parse): Delete DEFVAR for default_eval_print_flag.
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
1394 (Feval, Fevalin): Return empty octave_value_list and turn printing
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
1395 on in eval_string if nargout is zero.
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
1396
4461
af308ca1a354 [project @ 2003-07-11 22:21:17 by jwe]
jwe
parents: 4460
diff changeset
1397 * ov-list.cc (octave_list::assign): Check
af308ca1a354 [project @ 2003-07-11 22:21:17 by jwe]
jwe
parents: 4460
diff changeset
1398 Vwarn_resize_on_range_error, not Vresize_on_range_error.
af308ca1a354 [project @ 2003-07-11 22:21:17 by jwe]
jwe
parents: 4460
diff changeset
1399
af308ca1a354 [project @ 2003-07-11 22:21:17 by jwe]
jwe
parents: 4460
diff changeset
1400 * ov.cc (Vwarn_resize_on_range_error): New variable.
af308ca1a354 [project @ 2003-07-11 22:21:17 by jwe]
jwe
parents: 4460
diff changeset
1401 (warn_resize_on_range_error): New function.
af308ca1a354 [project @ 2003-07-11 22:21:17 by jwe]
jwe
parents: 4460
diff changeset
1402 (symbols_of_ov): Add DEFVAR for warn_resize_on_range_error.
af308ca1a354 [project @ 2003-07-11 22:21:17 by jwe]
jwe
parents: 4460
diff changeset
1403
af308ca1a354 [project @ 2003-07-11 22:21:17 by jwe]
jwe
parents: 4460
diff changeset
1404 * ov.cc (Vresize_on_range_error): Delete.
af308ca1a354 [project @ 2003-07-11 22:21:17 by jwe]
jwe
parents: 4460
diff changeset
1405 (resize_on_range_error): Delete.
af308ca1a354 [project @ 2003-07-11 22:21:17 by jwe]
jwe
parents: 4460
diff changeset
1406 (symbols_of_ov): Delete DEFVAR for resize_on_range_error.
af308ca1a354 [project @ 2003-07-11 22:21:17 by jwe]
jwe
parents: 4460
diff changeset
1407
4460
cef48c4b902d [project @ 2003-07-11 18:37:48 by jwe]
jwe
parents: 4459
diff changeset
1408 * pt-mat.cc (Vwarn_empty_list_elements): New variable.
cef48c4b902d [project @ 2003-07-11 18:37:48 by jwe]
jwe
parents: 4459
diff changeset
1409 (warn_empty_list_elements): New function.
cef48c4b902d [project @ 2003-07-11 18:37:48 by jwe]
jwe
parents: 4459
diff changeset
1410 (symbols_of_pt_mat): Add DEFVAR for warn_empty_list_elements.
4461
af308ca1a354 [project @ 2003-07-11 22:21:17 by jwe]
jwe
parents: 4460
diff changeset
1411 (tm_row_const::tm_row_const_rep::init, tm_const::init):
af308ca1a354 [project @ 2003-07-11 22:21:17 by jwe]
jwe
parents: 4460
diff changeset
1412 Check Vwarn_empty_list_elements, not Vempty_list_elements_ok.
4460
cef48c4b902d [project @ 2003-07-11 18:37:48 by jwe]
jwe
parents: 4459
diff changeset
1413
cef48c4b902d [project @ 2003-07-11 18:37:48 by jwe]
jwe
parents: 4459
diff changeset
1414 * pt-mat.cc (Vempty_list_elements_ok): Delete.
cef48c4b902d [project @ 2003-07-11 18:37:48 by jwe]
jwe
parents: 4459
diff changeset
1415 (empty_list_elements_ok): Delete.
cef48c4b902d [project @ 2003-07-11 18:37:48 by jwe]
jwe
parents: 4459
diff changeset
1416 (symbols_of_pt_mat): Delete DEFVAR for empty_list_elements_ok.
cef48c4b902d [project @ 2003-07-11 18:37:48 by jwe]
jwe
parents: 4459
diff changeset
1417
4459
75ee1995d2b4 [project @ 2003-07-11 17:46:41 by jwe]
jwe
parents: 4457
diff changeset
1418 2003-07-11 Russell Standish <R.Standish@unsw.edu.au>
75ee1995d2b4 [project @ 2003-07-11 17:46:41 by jwe]
jwe
parents: 4457
diff changeset
1419
75ee1995d2b4 [project @ 2003-07-11 17:46:41 by jwe]
jwe
parents: 4457
diff changeset
1420 * TEMPLATE-INST/Array-tc.cc (resize_fill_value): Provide
75ee1995d2b4 [project @ 2003-07-11 17:46:41 by jwe]
jwe
parents: 4457
diff changeset
1421 specialization.
75ee1995d2b4 [project @ 2003-07-11 17:46:41 by jwe]
jwe
parents: 4457
diff changeset
1422
4457
d7d9ca19960a [project @ 2003-07-11 03:05:38 by jwe]
jwe
parents: 4455
diff changeset
1423 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu>
d7d9ca19960a [project @ 2003-07-11 03:05:38 by jwe]
jwe
parents: 4455
diff changeset
1424
d7d9ca19960a [project @ 2003-07-11 03:05:38 by jwe]
jwe
parents: 4455
diff changeset
1425 * strfns.cc (Fchar): Force string conversions without warnings.
d7d9ca19960a [project @ 2003-07-11 03:05:38 by jwe]
jwe
parents: 4455
diff changeset
1426
d7d9ca19960a [project @ 2003-07-11 03:05:38 by jwe]
jwe
parents: 4455
diff changeset
1427 * ov.h (octave_value::convert_to_str, octave_value::all_strings,
d7d9ca19960a [project @ 2003-07-11 03:05:38 by jwe]
jwe
parents: 4455
diff changeset
1428 octave_value::string_value, octave_value:convert_to_str_internal):
d7d9ca19960a [project @ 2003-07-11 03:05:38 by jwe]
jwe
parents: 4455
diff changeset
1429 New arg, force. Fix all derived classes to match.
d7d9ca19960a [project @ 2003-07-11 03:05:38 by jwe]
jwe
parents: 4455
diff changeset
1430
d7d9ca19960a [project @ 2003-07-11 03:05:38 by jwe]
jwe
parents: 4455
diff changeset
1431 * strfns.cc (Fchar): Temporarily reset Vwarn_num_to_str to avoid
d7d9ca19960a [project @ 2003-07-11 03:05:38 by jwe]
jwe
parents: 4455
diff changeset
1432 warnings.
d7d9ca19960a [project @ 2003-07-11 03:05:38 by jwe]
jwe
parents: 4455
diff changeset
1433
d7d9ca19960a [project @ 2003-07-11 03:05:38 by jwe]
jwe
parents: 4455
diff changeset
1434 * ov.cc (convert_to_str): New arg, force.
d7d9ca19960a [project @ 2003-07-11 03:05:38 by jwe]
jwe
parents: 4455
diff changeset
1435
d7d9ca19960a [project @ 2003-07-11 03:05:38 by jwe]
jwe
parents: 4455
diff changeset
1436 * octave.cc (maximum_braindamage): Don't set treat_neg_dim_as_zero.
d7d9ca19960a [project @ 2003-07-11 03:05:38 by jwe]
jwe
parents: 4455
diff changeset
1437
d7d9ca19960a [project @ 2003-07-11 03:05:38 by jwe]
jwe
parents: 4455
diff changeset
1438 * utils.cc (Vwarn_neg_dim_as_zero): New variable.
d7d9ca19960a [project @ 2003-07-11 03:05:38 by jwe]
jwe
parents: 4455
diff changeset
1439 (warn_neg_dim_as_zero): New function.
d7d9ca19960a [project @ 2003-07-11 03:05:38 by jwe]
jwe
parents: 4455
diff changeset
1440 (symbols_of_utils): Add DEFVAR for warn_neg_dim_as_zero.
d7d9ca19960a [project @ 2003-07-11 03:05:38 by jwe]
jwe
parents: 4455
diff changeset
1441 (check_dimensions): Check Vwarn_neg_dim_as_zero, not
d7d9ca19960a [project @ 2003-07-11 03:05:38 by jwe]
jwe
parents: 4455
diff changeset
1442 Vtreat_neg_dim_as_zero.
d7d9ca19960a [project @ 2003-07-11 03:05:38 by jwe]
jwe
parents: 4455
diff changeset
1443
d7d9ca19960a [project @ 2003-07-11 03:05:38 by jwe]
jwe
parents: 4455
diff changeset
1444 * utils.cc (Vtreat_neg_dim_as_zero): Delete.
d7d9ca19960a [project @ 2003-07-11 03:05:38 by jwe]
jwe
parents: 4455
diff changeset
1445 (treat_neg_dim_as_zero): Delete.
d7d9ca19960a [project @ 2003-07-11 03:05:38 by jwe]
jwe
parents: 4455
diff changeset
1446 (symbols_of_utils): Delete DEFVAR for treat_neg_dim_as_zero.
d7d9ca19960a [project @ 2003-07-11 03:05:38 by jwe]
jwe
parents: 4455
diff changeset
1447
4451
ea1d3e1a4b1b [project @ 2003-07-09 19:09:09 by jwe]
jwe
parents: 4449
diff changeset
1448 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu>
ea1d3e1a4b1b [project @ 2003-07-09 19:09:09 by jwe]
jwe
parents: 4449
diff changeset
1449
4455
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
1450 * octave.cc (maximum_braindamage): Don't set prefer_column_vectors.
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
1451
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
1452 * ov.cc (Vprefer_column_vectors): Delete.
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
1453 (prefer_column_vectors): Delete.
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
1454 (symbols_of_ov): Delete DEFVAR for prefer_column_vectors.
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
1455
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
1456 * octave.cc (maximum_braindamage): Don't set do_fortran_indexing.
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
1457
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
1458 * ov-re-mat.cc (octave_matrix::double_value,
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
1459 octave_matrix::complex_value): Use Vwarn_fortran_indexing, not
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
1460 Vdo_fortran_indexing.
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
1461 * ov-range.cc (octave_range::double_value,
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
1462 octave_range::complex_value): Likewise.
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
1463 * ov-cx-mat.cc (octave_complex_matrix::double_value,
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
1464 octave_complex_matrix::complex_value): Likewise.
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
1465 * ov-ch-mat.cc (octave_char_matrix::double_value,
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
1466 octave_char_matrix::complex_value): Likewise.
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
1467 * ov-bool-mat.cc (octave_bool_matrix::double_value,
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
1468 octave_bool_matrix::complex_value): Likewise.
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
1469
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
1470 * ov.cc (Vwarn_fortran_indexing): New variable.
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
1471 (warn_fortran_indexing): New function.
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
1472 (symbols_of_ov): Add DEFVAR for warn_fortran_indexing.
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
1473 (octave_value::vector_value, octave_value::int_vector_value,
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
1474 (octave_value::complex_vector_value): Check
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
1475 Vwarn_fortran_indexing, not Vdo_fortran_indexing.
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
1476
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
1477 * ov.h (Vwarn_fortran_indexing): Provide decl.
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
1478
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
1479 * ov.cc (Vdo_fortran_indexing): Delete unused variable.
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
1480 (do_fortran_indexing): Delete unused function.
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
1481 (symbols_of_ov): Delete DEFVAR for do_fortran_indexing.
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
1482 * ov.h (Vdo_fortran_indexing): Delete decl.
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
1483
4452
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1484 * ov.cc (octave_value::convert_to_str): Call convert_to_str_internal.
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1485 (octave_value::convert_to_str_internal): New virtual function.
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1486 Rename all derived class convert_to_str functions to match.
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1487
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1488 * variables.cc (generate_struct_completions): Set
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1489 discard_warning_messages, not Vwarning_option. Also protect
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1490 warning_state.
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1491
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1492 * parse.y (fold): Temporarily discard warning messages.
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1493 Also protect warning_state.
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1494
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1495 * error.cc (discard_warning_messages): New variable.
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1496 (vwarning): Use it.
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1497 (warning): Don't print backtrace if discard_warning_messages is true.
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1498
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1499 * ov.cc (octave_value::convert_to_str):
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1500 Handle type conversion warning here.
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1501
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1502 * gripes.cc (gripe_implicit_conversion):
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1503 New function accepting std::string args.
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1504
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1505 * octave.cc (maximum_braindamage): Don't set
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1506 implicit_num_to_str_ok or implicit_str_to_num_ok.
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1507
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1508 * ov-base.cc (octave_base_value::char_matrix_value):
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1509 Vimplicit_num_to_str_ok no longer exists.
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1510 (octave_base_value::all_strings): Likewise.
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1511 (octave_base_value::string_value): Likewise.
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1512
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1513 * ov-str-mat.cc (octave_char_matrix_str::matrix_value): Warn based
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1514 on Vwarn_str_to_num instead of Vimplicit_str_to_num_ok.
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1515
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1516 * ov.cc (Vwarn_num_to_str, Vwarn_str_to_num): New variables.
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1517 (warn_num_to_str, warn_str_to_num): New functions.
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1518 (symbols_of_ov): Add DEFVARs for warn_num_to_str and Vwarn_str_to_num.
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1519 * ov.h (Vwarn_num_to_str, Vwarn_str_to_num): Provide decl.
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1520
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1521 * ov.cc (Vimplicit_num_to_str_ok, Vimplicit_str_to_num_ok):
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1522 Delete unused variables.
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1523 (implicit_num_to_str_ok, implicit_str_to_num_ok):
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1524 Delete unused functions.
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1525 (symbols_of_ov): Delete DEFVARs for implicit_num_to_str_ok and
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1526 implicit_str_to_num_ok.
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1527 * ov.h (Vimplicit_num_to_str_ok, Vimplicit_str_to_num_ok):
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1528 Delete decls.
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1529
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1530 * pt-mat.cc (tree_matrix::rvalue): Vimplicit_num_to_str_ok no
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1531 longer exists.
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
1532
4451
ea1d3e1a4b1b [project @ 2003-07-09 19:09:09 by jwe]
jwe
parents: 4449
diff changeset
1533 * ov.cc (Vwarn_imag_to_real): New variable.
ea1d3e1a4b1b [project @ 2003-07-09 19:09:09 by jwe]
jwe
parents: 4449
diff changeset
1534 (warn_imag_to_real): New function.
ea1d3e1a4b1b [project @ 2003-07-09 19:09:09 by jwe]
jwe
parents: 4449
diff changeset
1535 (symbols_of_ov): Add DEFVAR for warn_imag_to_real.
ea1d3e1a4b1b [project @ 2003-07-09 19:09:09 by jwe]
jwe
parents: 4449
diff changeset
1536 * ov.h (Vwarn_imag_to_real): Provide decl.
ea1d3e1a4b1b [project @ 2003-07-09 19:09:09 by jwe]
jwe
parents: 4449
diff changeset
1537
ea1d3e1a4b1b [project @ 2003-07-09 19:09:09 by jwe]
jwe
parents: 4449
diff changeset
1538 * ov.cc (Vok_to_lose_imaginary_part): Delete unused variable.
ea1d3e1a4b1b [project @ 2003-07-09 19:09:09 by jwe]
jwe
parents: 4449
diff changeset
1539 (ok_to_lose_imaginary_part): Delete unused function.
ea1d3e1a4b1b [project @ 2003-07-09 19:09:09 by jwe]
jwe
parents: 4449
diff changeset
1540 (symbols_of_ov): Delete DEFVAR for ok_to_lose_imaginary_part.
ea1d3e1a4b1b [project @ 2003-07-09 19:09:09 by jwe]
jwe
parents: 4449
diff changeset
1541 * ov.h (Vok_to_lose_imaginary_part): Delete decl.
ea1d3e1a4b1b [project @ 2003-07-09 19:09:09 by jwe]
jwe
parents: 4449
diff changeset
1542
ea1d3e1a4b1b [project @ 2003-07-09 19:09:09 by jwe]
jwe
parents: 4449
diff changeset
1543 * ov-complex.cc (octave_complex::double_value): Warn based on
ea1d3e1a4b1b [project @ 2003-07-09 19:09:09 by jwe]
jwe
parents: 4449
diff changeset
1544 Vwarn_imag_to_real instead of Vok_to_lose_imaginary_part.
ea1d3e1a4b1b [project @ 2003-07-09 19:09:09 by jwe]
jwe
parents: 4449
diff changeset
1545 (octave_complex::matrix_value): Likewise.
ea1d3e1a4b1b [project @ 2003-07-09 19:09:09 by jwe]
jwe
parents: 4449
diff changeset
1546 * ov-cx-mat.cc (octave_complex_matrix::double_value): Likewise.
ea1d3e1a4b1b [project @ 2003-07-09 19:09:09 by jwe]
jwe
parents: 4449
diff changeset
1547 (octave_complex_matrix::matrix_value): Likewise.
ea1d3e1a4b1b [project @ 2003-07-09 19:09:09 by jwe]
jwe
parents: 4449
diff changeset
1548
ea1d3e1a4b1b [project @ 2003-07-09 19:09:09 by jwe]
jwe
parents: 4449
diff changeset
1549 * octave.cc (maximum_braindamage): Don't set ok_to_lose_imaginary_part.
ea1d3e1a4b1b [project @ 2003-07-09 19:09:09 by jwe]
jwe
parents: 4449
diff changeset
1550
4447
252b9162c084 [project @ 2003-07-08 18:37:53 by jwe]
jwe
parents: 4443
diff changeset
1551 2003-07-08 John W. Eaton <jwe@bevo.che.wisc.edu>
252b9162c084 [project @ 2003-07-08 18:37:53 by jwe]
jwe
parents: 4443
diff changeset
1552
4449
e2c91da0aa16 [project @ 2003-07-09 02:21:11 by jwe]
jwe
parents: 4448
diff changeset
1553 * sighandlers.cc (sig_hup_or_term_handler): New function.
e2c91da0aa16 [project @ 2003-07-09 02:21:11 by jwe]
jwe
parents: 4448
diff changeset
1554 (install_signal_handlers): Install sig_hup_or_term_handler for
e2c91da0aa16 [project @ 2003-07-09 02:21:11 by jwe]
jwe
parents: 4448
diff changeset
1555 SIGHUP and SIGTERM instead of generic_sig_handler.
e2c91da0aa16 [project @ 2003-07-09 02:21:11 by jwe]
jwe
parents: 4448
diff changeset
1556 (Vsighup_dumps_octave_core, Vsigterm_dumps_octave_core):
e2c91da0aa16 [project @ 2003-07-09 02:21:11 by jwe]
jwe
parents: 4448
diff changeset
1557 New static variables.
e2c91da0aa16 [project @ 2003-07-09 02:21:11 by jwe]
jwe
parents: 4448
diff changeset
1558 (sighup_dumps_octave_core, sigterm_dumps_octave_core):
e2c91da0aa16 [project @ 2003-07-09 02:21:11 by jwe]
jwe
parents: 4448
diff changeset
1559 New static functions.
e2c91da0aa16 [project @ 2003-07-09 02:21:11 by jwe]
jwe
parents: 4448
diff changeset
1560 (symbols_of_sighandlers): Add DEFVARs for sighup_dumps_octave_core
e2c91da0aa16 [project @ 2003-07-09 02:21:11 by jwe]
jwe
parents: 4448
diff changeset
1561 and sigterm_dumps_octave_core.
e2c91da0aa16 [project @ 2003-07-09 02:21:11 by jwe]
jwe
parents: 4448
diff changeset
1562
e2c91da0aa16 [project @ 2003-07-09 02:21:11 by jwe]
jwe
parents: 4448
diff changeset
1563 * defaults.h.in (OCTAVE_LOCALAPIFCNFILEDIR, OCTAVE_LOCALAPIOCTFILEDIR):
e2c91da0aa16 [project @ 2003-07-09 02:21:11 by jwe]
jwe
parents: 4448
diff changeset
1564 Subsitute new variables.
e2c91da0aa16 [project @ 2003-07-09 02:21:11 by jwe]
jwe
parents: 4448
diff changeset
1565
4448
042cdbb7f317 [project @ 2003-07-08 19:14:55 by jwe]
jwe
parents: 4447
diff changeset
1566 * defun.cc (check_version): Compare version to OCTAVE_API_VERSION,
042cdbb7f317 [project @ 2003-07-08 19:14:55 by jwe]
jwe
parents: 4447
diff changeset
1567 not OCTAVE_VERSION. Mismatch is now fatal.
042cdbb7f317 [project @ 2003-07-08 19:14:55 by jwe]
jwe
parents: 4447
diff changeset
1568 * defun-int.h (DEFINE_FUN_INSTALLER_FUN3): Pass
042cdbb7f317 [project @ 2003-07-08 19:14:55 by jwe]
jwe
parents: 4447
diff changeset
1569 OCTAVE_API_VERSION instead of OCTAVE_VERSION to check_version.
042cdbb7f317 [project @ 2003-07-08 19:14:55 by jwe]
jwe
parents: 4447
diff changeset
1570 * version.h (OCTAVE_API_VERSION): New macro.
042cdbb7f317 [project @ 2003-07-08 19:14:55 by jwe]
jwe
parents: 4447
diff changeset
1571
4447
252b9162c084 [project @ 2003-07-08 18:37:53 by jwe]
jwe
parents: 4443
diff changeset
1572 * defaults.cc (Vdefault_exec_path): New static variable.
252b9162c084 [project @ 2003-07-08 18:37:53 by jwe]
jwe
parents: 4443
diff changeset
1573 (set_default_default_exec_path): New function.
252b9162c084 [project @ 2003-07-08 18:37:53 by jwe]
jwe
parents: 4443
diff changeset
1574 (install_defaults): Call it.
252b9162c084 [project @ 2003-07-08 18:37:53 by jwe]
jwe
parents: 4443
diff changeset
1575 (exec_path): Use it.
252b9162c084 [project @ 2003-07-08 18:37:53 by jwe]
jwe
parents: 4443
diff changeset
1576 (default_exec_path): New function.
252b9162c084 [project @ 2003-07-08 18:37:53 by jwe]
jwe
parents: 4443
diff changeset
1577 (symbols_of_defaults): Add DEFVAR for DEFAULT_EXEC_PATH.
252b9162c084 [project @ 2003-07-08 18:37:53 by jwe]
jwe
parents: 4443
diff changeset
1578
4443
aa345723c698 [project @ 2003-07-07 19:55:18 by jwe]
jwe
parents: 4440
diff changeset
1579 2003-07-07 John W. Eaton <jwe@bevo.che.wisc.edu>
aa345723c698 [project @ 2003-07-07 19:55:18 by jwe]
jwe
parents: 4440
diff changeset
1580
aa345723c698 [project @ 2003-07-07 19:55:18 by jwe]
jwe
parents: 4440
diff changeset
1581 * defaults.h.in (OCTAVE_LOCALSTARTUPFILEDIR, OCTAVE_STARTUPFILEDIR):
aa345723c698 [project @ 2003-07-07 19:55:18 by jwe]
jwe
parents: 4440
diff changeset
1582 Set values directly instead of constructing them.
aa345723c698 [project @ 2003-07-07 19:55:18 by jwe]
jwe
parents: 4440
diff changeset
1583
4440
0bca8443db39 [project @ 2003-07-02 22:45:29 by jwe]
jwe
parents: 4438
diff changeset
1584 2003-06-28 Arno J. Klaassen <arno@heho.snv.jussieu.fr>
0bca8443db39 [project @ 2003-07-02 22:45:29 by jwe]
jwe
parents: 4438
diff changeset
1585
0bca8443db39 [project @ 2003-07-02 22:45:29 by jwe]
jwe
parents: 4438
diff changeset
1586 * toplev.cc (octave_config_info): Key for OCTAVE_CONF_DEFS should
0bca8443db39 [project @ 2003-07-02 22:45:29 by jwe]
jwe
parents: 4438
diff changeset
1587 be DEFS, not UGLY_DEFS.
0bca8443db39 [project @ 2003-07-02 22:45:29 by jwe]
jwe
parents: 4438
diff changeset
1588
4438
4cc739e3cbd8 [project @ 2003-06-26 16:01:45 by jwe]
jwe
parents: 4437
diff changeset
1589 2003-06-26 John W. Eaton <jwe@bevo.che.wisc.edu>
4cc739e3cbd8 [project @ 2003-06-26 16:01:45 by jwe]
jwe
parents: 4437
diff changeset
1590
4cc739e3cbd8 [project @ 2003-06-26 16:01:45 by jwe]
jwe
parents: 4437
diff changeset
1591 * variables.cc (symbol_exist): Distinguish between user and dld
4cc739e3cbd8 [project @ 2003-06-26 16:01:45 by jwe]
jwe
parents: 4437
diff changeset
1592 functions loaded in memory.
4cc739e3cbd8 [project @ 2003-06-26 16:01:45 by jwe]
jwe
parents: 4437
diff changeset
1593
4436
689f730954b3 [project @ 2003-06-24 13:00:12 by jwe]
jwe
parents: 4435
diff changeset
1594 2003-06-24 John W. Eaton <jwe@bevo.che.wisc.edu>
689f730954b3 [project @ 2003-06-24 13:00:12 by jwe]
jwe
parents: 4435
diff changeset
1595
4437
0a59e4de215e [project @ 2003-06-24 19:28:48 by jwe]
jwe
parents: 4436
diff changeset
1596 * pt-mat.cc (tm_row_const::init, tm_const::init): Don't ignore
0a59e4de215e [project @ 2003-06-24 19:28:48 by jwe]
jwe
parents: 4436
diff changeset
1597 empty matrices that have one non-zero dimension.
0a59e4de215e [project @ 2003-06-24 19:28:48 by jwe]
jwe
parents: 4436
diff changeset
1598
0a59e4de215e [project @ 2003-06-24 19:28:48 by jwe]
jwe
parents: 4436
diff changeset
1599 * variables.cc (symbol_exist): Use dir_path::find_first_of to
0a59e4de215e [project @ 2003-06-24 19:28:48 by jwe]
jwe
parents: 4436
diff changeset
1600 search for .oct and .m files.
0a59e4de215e [project @ 2003-06-24 19:28:48 by jwe]
jwe
parents: 4436
diff changeset
1601
4436
689f730954b3 [project @ 2003-06-24 13:00:12 by jwe]
jwe
parents: 4435
diff changeset
1602 * ov-base.cc (octave_base_value::subsasgn): Also allow type
689f730954b3 [project @ 2003-06-24 13:00:12 by jwe]
jwe
parents: 4435
diff changeset
1603 conversion for empty numeric objects with more than one index.
689f730954b3 [project @ 2003-06-24 13:00:12 by jwe]
jwe
parents: 4435
diff changeset
1604 * ov-base-mat.cc (octave_base_matrix<T>::subsasgn): Likewise.
689f730954b3 [project @ 2003-06-24 13:00:12 by jwe]
jwe
parents: 4435
diff changeset
1605
4435
dd7af4fa1942 [project @ 2003-06-23 17:52:36 by jwe]
jwe
parents: 4432
diff changeset
1606 2003-06-23 John W. Eaton <jwe@bevo.che.wisc.edu>
dd7af4fa1942 [project @ 2003-06-23 17:52:36 by jwe]
jwe
parents: 4432
diff changeset
1607
dd7af4fa1942 [project @ 2003-06-23 17:52:36 by jwe]
jwe
parents: 4432
diff changeset
1608 * variables.cc (do_who): New arg, return_list. If return_list is
dd7af4fa1942 [project @ 2003-06-23 17:52:36 by jwe]
jwe
parents: 4432
diff changeset
1609 true, return values in cell or struct arrays instead of printing.
dd7af4fa1942 [project @ 2003-06-23 17:52:36 by jwe]
jwe
parents: 4432
diff changeset
1610 (Fwho, Fwhos): If nargout is 1, ask do_who to return lists of values.
dd7af4fa1942 [project @ 2003-06-23 17:52:36 by jwe]
jwe
parents: 4432
diff changeset
1611 * oct-map.h (Octave_map (const std::string&, const octave_value_list&):
dd7af4fa1942 [project @ 2003-06-23 17:52:36 by jwe]
jwe
parents: 4432
diff changeset
1612 New constructor.
dd7af4fa1942 [project @ 2003-06-23 17:52:36 by jwe]
jwe
parents: 4432
diff changeset
1613
4432
ff7187bd3075 [project @ 2003-06-19 16:40:53 by jwe]
jwe
parents: 4431
diff changeset
1614 2003-06-19 John W. Eaton <jwe@bevo.che.wisc.edu>
ff7187bd3075 [project @ 2003-06-19 16:40:53 by jwe]
jwe
parents: 4431
diff changeset
1615
ff7187bd3075 [project @ 2003-06-19 16:40:53 by jwe]
jwe
parents: 4431
diff changeset
1616 * pt-idx.cc (tree_index_expression::rvalue):
ff7187bd3075 [project @ 2003-06-19 16:40:53 by jwe]
jwe
parents: 4431
diff changeset
1617 Correctly handle index expressions like x(end).f(end).
ff7187bd3075 [project @ 2003-06-19 16:40:53 by jwe]
jwe
parents: 4431
diff changeset
1618 (tree_index_expression::lvalue): Likewise.
ff7187bd3075 [project @ 2003-06-19 16:40:53 by jwe]
jwe
parents: 4431
diff changeset
1619
ff7187bd3075 [project @ 2003-06-19 16:40:53 by jwe]
jwe
parents: 4431
diff changeset
1620 * pt-arg-list.cc (F__end__): Add nr, nc info to error messages.
ff7187bd3075 [project @ 2003-06-19 16:40:53 by jwe]
jwe
parents: 4431
diff changeset
1621
4431
c4bde1d5eb98 [project @ 2003-06-18 15:47:09 by jwe]
jwe
parents: 4429
diff changeset
1622 2003-06-18 John W. Eaton <jwe@bevo.che.wisc.edu>
c4bde1d5eb98 [project @ 2003-06-18 15:47:09 by jwe]
jwe
parents: 4429
diff changeset
1623
c4bde1d5eb98 [project @ 2003-06-18 15:47:09 by jwe]
jwe
parents: 4429
diff changeset
1624 * pr-output.cc (set_format (const Matrix&, int&, double&)): Ask
c4bde1d5eb98 [project @ 2003-06-18 15:47:09 by jwe]
jwe
parents: 4429
diff changeset
1625 any_element_is_negative to return true for negative zero as well.
c4bde1d5eb98 [project @ 2003-06-18 15:47:09 by jwe]
jwe
parents: 4429
diff changeset
1626 (set_format (const ComplexMatrix&, int&, int&, double&)): Likewise.
c4bde1d5eb98 [project @ 2003-06-18 15:47:09 by jwe]
jwe
parents: 4429
diff changeset
1627
4429
c1f6200b5f0e [project @ 2003-06-17 04:36:08 by jwe]
jwe
parents: 4427
diff changeset
1628 2003-06-16 John W. Eaton <jwe@bevo.che.wisc.edu>
c1f6200b5f0e [project @ 2003-06-17 04:36:08 by jwe]
jwe
parents: 4427
diff changeset
1629
c1f6200b5f0e [project @ 2003-06-17 04:36:08 by jwe]
jwe
parents: 4427
diff changeset
1630 * toplev.cc (main_loop): Set octave_interrupt_hook and
c1f6200b5f0e [project @ 2003-06-17 04:36:08 by jwe]
jwe
parents: 4427
diff changeset
1631 octave_bad_alloc_hook to unwind_protect::run_all here.
c1f6200b5f0e [project @ 2003-06-17 04:36:08 by jwe]
jwe
parents: 4427
diff changeset
1632 (recover_from_exception): Don't call unwind_protect::run_all here.
c1f6200b5f0e [project @ 2003-06-17 04:36:08 by jwe]
jwe
parents: 4427
diff changeset
1633
c1f6200b5f0e [project @ 2003-06-17 04:36:08 by jwe]
jwe
parents: 4427
diff changeset
1634 * pt-except.cc (do_catch_code): Return immediately if
c1f6200b5f0e [project @ 2003-06-17 04:36:08 by jwe]
jwe
parents: 4427
diff changeset
1635 octave_interrupt_immediately is nonzero.
c1f6200b5f0e [project @ 2003-06-17 04:36:08 by jwe]
jwe
parents: 4427
diff changeset
1636
c1f6200b5f0e [project @ 2003-06-17 04:36:08 by jwe]
jwe
parents: 4427
diff changeset
1637 * sighandlers.cc (sigint_handler): If jumping, don't set
c1f6200b5f0e [project @ 2003-06-17 04:36:08 by jwe]
jwe
parents: 4427
diff changeset
1638 octave_interrupt_state.
c1f6200b5f0e [project @ 2003-06-17 04:36:08 by jwe]
jwe
parents: 4427
diff changeset
1639
4427
8040775cf0a9 [project @ 2003-06-14 21:43:37 by jwe]
jwe
parents: 4426
diff changeset
1640 2003-06-14 John W. Eaton <jwe@bevo.che.wisc.edu>
8040775cf0a9 [project @ 2003-06-14 21:43:37 by jwe]
jwe
parents: 4426
diff changeset
1641
8040775cf0a9 [project @ 2003-06-14 21:43:37 by jwe]
jwe
parents: 4426
diff changeset
1642 * load-save.cc (get_save_type): Avoid all save types other than
8040775cf0a9 [project @ 2003-06-14 21:43:37 by jwe]
jwe
parents: 4426
diff changeset
1643 LS_DOUBLE to avoid apparent Matlab bugs.
8040775cf0a9 [project @ 2003-06-14 21:43:37 by jwe]
jwe
parents: 4426
diff changeset
1644
4425
82f8aae8cf20 [project @ 2003-06-13 15:08:25 by jwe]
jwe
parents: 4422
diff changeset
1645 2003-06-13 John W. Eaton <jwe@bevo.che.wisc.edu>
82f8aae8cf20 [project @ 2003-06-13 15:08:25 by jwe]
jwe
parents: 4422
diff changeset
1646
4426
51a0dcde8778 [project @ 2003-06-13 19:16:37 by jwe]
jwe
parents: 4425
diff changeset
1647 * parse.y (frob_function, parse_fcn_file): Handle help_buf as
51a0dcde8778 [project @ 2003-06-13 19:16:37 by jwe]
jwe
parents: 4425
diff changeset
1648 stack of strings.
51a0dcde8778 [project @ 2003-06-13 19:16:37 by jwe]
jwe
parents: 4425
diff changeset
1649 * lex.l ({CCHAR}): Handle help_buf as stack of strings.
51a0dcde8778 [project @ 2003-06-13 19:16:37 by jwe]
jwe
parents: 4425
diff changeset
1650 Store text returned from grab_help_text in help_buf here.
51a0dcde8778 [project @ 2003-06-13 19:16:37 by jwe]
jwe
parents: 4425
diff changeset
1651 (reset_parser): Handle help_buf as stack of strings.
51a0dcde8778 [project @ 2003-06-13 19:16:37 by jwe]
jwe
parents: 4425
diff changeset
1652 (prep_for_nested_function): Push empty string onto help_buf stack.
51a0dcde8778 [project @ 2003-06-13 19:16:37 by jwe]
jwe
parents: 4425
diff changeset
1653 (grab_help_text): Return help text instead of storing it in help_buf.
51a0dcde8778 [project @ 2003-06-13 19:16:37 by jwe]
jwe
parents: 4425
diff changeset
1654 * parse.h, parse.y (help_buf): Now a stack of strings.
51a0dcde8778 [project @ 2003-06-13 19:16:37 by jwe]
jwe
parents: 4425
diff changeset
1655
4425
82f8aae8cf20 [project @ 2003-06-13 15:08:25 by jwe]
jwe
parents: 4422
diff changeset
1656 * oct-stream.cc (printf_value_cache::string_value): Don't attempt
82f8aae8cf20 [project @ 2003-06-13 15:08:25 by jwe]
jwe
parents: 4422
diff changeset
1657 to extract values when none are available.
82f8aae8cf20 [project @ 2003-06-13 15:08:25 by jwe]
jwe
parents: 4422
diff changeset
1658
4422
92be67bc9301 [project @ 2003-06-04 17:43:15 by jwe]
jwe
parents: 4420
diff changeset
1659 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu>
92be67bc9301 [project @ 2003-06-04 17:43:15 by jwe]
jwe
parents: 4420
diff changeset
1660
92be67bc9301 [project @ 2003-06-04 17:43:15 by jwe]
jwe
parents: 4420
diff changeset
1661 * pt-plot.cc (Vgnuplot_has_multiplot): Delete variable.
92be67bc9301 [project @ 2003-06-04 17:43:15 by jwe]
jwe
parents: 4420
diff changeset
1662 (gnuplot_has_multiplot): Delete.
92be67bc9301 [project @ 2003-06-04 17:43:15 by jwe]
jwe
parents: 4420
diff changeset
1663 (symbols_of_pt_plot): Delete DEFVAR for gnuplot_has_multiplot.
92be67bc9301 [project @ 2003-06-04 17:43:15 by jwe]
jwe
parents: 4420
diff changeset
1664
4420
3dfdbcaf4582 [project @ 2003-05-28 18:24:42 by jwe]
jwe
parents: 4418
diff changeset
1665 2003-05-28 Teemu Ikonen <tpikonen@pcu.helsinki.fi>
3dfdbcaf4582 [project @ 2003-05-28 18:24:42 by jwe]
jwe
parents: 4418
diff changeset
1666
3dfdbcaf4582 [project @ 2003-05-28 18:24:42 by jwe]
jwe
parents: 4418
diff changeset
1667 * load-save.cc (save_mat5_binary_element, save_mat_binary_data):
3dfdbcaf4582 [project @ 2003-05-28 18:24:42 by jwe]
jwe
parents: 4418
diff changeset
1668 Allow saving of non-7-bit ASCII characters.
3dfdbcaf4582 [project @ 2003-05-28 18:24:42 by jwe]
jwe
parents: 4418
diff changeset
1669
3dfdbcaf4582 [project @ 2003-05-28 18:24:42 by jwe]
jwe
parents: 4418
diff changeset
1670 2003-05-28 John W. Eaton <jwe@bevo.che.wisc.edu>
3dfdbcaf4582 [project @ 2003-05-28 18:24:42 by jwe]
jwe
parents: 4418
diff changeset
1671
3dfdbcaf4582 [project @ 2003-05-28 18:24:42 by jwe]
jwe
parents: 4418
diff changeset
1672 * oct-stream.cc (FINISH_CHARACTER_CONVERSION,
3dfdbcaf4582 [project @ 2003-05-28 18:24:42 by jwe]
jwe
parents: 4418
diff changeset
1673 octave_base_stream::do_scanf): Do a better job of resizing for
3dfdbcaf4582 [project @ 2003-05-28 18:24:42 by jwe]
jwe
parents: 4418
diff changeset
1674 charachter conversions.
3dfdbcaf4582 [project @ 2003-05-28 18:24:42 by jwe]
jwe
parents: 4418
diff changeset
1675
4418
c57f599bf7ea [project @ 2003-05-25 19:13:57 by jwe]
jwe
parents: 4417
diff changeset
1676 2003-05-25 John W. Eaton <jwe@bevo.che.wisc.edu>
c57f599bf7ea [project @ 2003-05-25 19:13:57 by jwe]
jwe
parents: 4417
diff changeset
1677
c57f599bf7ea [project @ 2003-05-25 19:13:57 by jwe]
jwe
parents: 4417
diff changeset
1678 * ov-cx-mat.cc (octave_complex_matrix::assign): Move definition here.
c57f599bf7ea [project @ 2003-05-25 19:13:57 by jwe]
jwe
parents: 4417
diff changeset
1679 * ov-cx-mat.h: From here.
c57f599bf7ea [project @ 2003-05-25 19:13:57 by jwe]
jwe
parents: 4417
diff changeset
1680
4417
5cca7b5d6b34 [project @ 2003-05-25 02:40:35 by jwe]
jwe
parents: 4413
diff changeset
1681 2003-05-24 John W. Eaton <jwe@bevo.che.wisc.edu>
5cca7b5d6b34 [project @ 2003-05-25 02:40:35 by jwe]
jwe
parents: 4413
diff changeset
1682
5cca7b5d6b34 [project @ 2003-05-25 02:40:35 by jwe]
jwe
parents: 4413
diff changeset
1683 * ov-range.cc (octave_range::try_narrowing_conversion): Convert to
5cca7b5d6b34 [project @ 2003-05-25 02:40:35 by jwe]
jwe
parents: 4413
diff changeset
1684 [](1x0) instead of [](0x0) if range is empty.
5cca7b5d6b34 [project @ 2003-05-25 02:40:35 by jwe]
jwe
parents: 4413
diff changeset
1685
4413
2de7c7452a1e [project @ 2003-05-14 22:27:43 by jwe]
jwe
parents: 4410
diff changeset
1686 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu>
2de7c7452a1e [project @ 2003-05-14 22:27:43 by jwe]
jwe
parents: 4410
diff changeset
1687
2de7c7452a1e [project @ 2003-05-14 22:27:43 by jwe]
jwe
parents: 4410
diff changeset
1688 * Makefile.in: Handle DESTDIR.
2de7c7452a1e [project @ 2003-05-14 22:27:43 by jwe]
jwe
parents: 4410
diff changeset
1689
4410
b6bc72f02a9b [project @ 2003-05-13 21:46:26 by jwe]
jwe
parents: 4402
diff changeset
1690 2003-05-13 John W. Eaton <jwe@bevo.che.wisc.edu>
b6bc72f02a9b [project @ 2003-05-13 21:46:26 by jwe]
jwe
parents: 4402
diff changeset
1691
b6bc72f02a9b [project @ 2003-05-13 21:46:26 by jwe]
jwe
parents: 4402
diff changeset
1692 * lex.l: Use yyunput (X, yytext) instead of unput (X) for newer
b6bc72f02a9b [project @ 2003-05-13 21:46:26 by jwe]
jwe
parents: 4402
diff changeset
1693 versions of flex.
b6bc72f02a9b [project @ 2003-05-13 21:46:26 by jwe]
jwe
parents: 4402
diff changeset
1694
4401
018fb50a84e9 [project @ 2003-05-01 16:48:48 by jwe]
jwe
parents: 4399
diff changeset
1695 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu>
018fb50a84e9 [project @ 2003-05-01 16:48:48 by jwe]
jwe
parents: 4399
diff changeset
1696
018fb50a84e9 [project @ 2003-05-01 16:48:48 by jwe]
jwe
parents: 4399
diff changeset
1697 * load-save.cc (save_ascii_data): If saving a range with
018fb50a84e9 [project @ 2003-05-01 16:48:48 by jwe]
jwe
parents: 4399
diff changeset
1698 non-integer base, limit, or increment, save as matrix instead.
4402
868983234164 [project @ 2003-05-01 19:24:47 by jwe]
jwe
parents: 4401
diff changeset
1699 (get_save_type): Avoid unsigned types.
4401
018fb50a84e9 [project @ 2003-05-01 16:48:48 by jwe]
jwe
parents: 4399
diff changeset
1700
4399
286a3345aa8e [project @ 2003-05-01 03:00:28 by jwe]
jwe
parents: 4391
diff changeset
1701 2003-04-30 John W. Eaton <jwe@bevo.che.wisc.edu>
286a3345aa8e [project @ 2003-05-01 03:00:28 by jwe]
jwe
parents: 4391
diff changeset
1702
286a3345aa8e [project @ 2003-05-01 03:00:28 by jwe]
jwe
parents: 4391
diff changeset
1703 * octave.cc (initialize_pathsearch): Don't save old and set new
286a3345aa8e [project @ 2003-05-01 03:00:28 by jwe]
jwe
parents: 4391
diff changeset
1704 value of TEXMFDBS.
286a3345aa8e [project @ 2003-05-01 03:00:28 by jwe]
jwe
parents: 4391
diff changeset
1705
286a3345aa8e [project @ 2003-05-01 03:00:28 by jwe]
jwe
parents: 4391
diff changeset
1706 * toplev.cc (restore_texmfdbs_envvar): Delete function.
286a3345aa8e [project @ 2003-05-01 03:00:28 by jwe]
jwe
parents: 4391
diff changeset
1707 (Fsystem): Don't set and reset TEXMFDBS.
286a3345aa8e [project @ 2003-05-01 03:00:28 by jwe]
jwe
parents: 4391
diff changeset
1708
286a3345aa8e [project @ 2003-05-01 03:00:28 by jwe]
jwe
parents: 4391
diff changeset
1709 * toplev.h, toplev.cc (octave_original_texmfdbs): Delete variable.
286a3345aa8e [project @ 2003-05-01 03:00:28 by jwe]
jwe
parents: 4391
diff changeset
1710
4391
17530e977bec [project @ 2003-04-26 04:50:12 by jwe]
jwe
parents: 4383
diff changeset
1711 2003-04-25 John W. Eaton <jwe@bevo.che.wisc.edu>
17530e977bec [project @ 2003-04-26 04:50:12 by jwe]
jwe
parents: 4383
diff changeset
1712
17530e977bec [project @ 2003-04-26 04:50:12 by jwe]
jwe
parents: 4383
diff changeset
1713 * DLD-FUNCTIONS/getpwent.cc (Fgetpwnam): Delete unnecessary
17530e977bec [project @ 2003-04-26 04:50:12 by jwe]
jwe
parents: 4383
diff changeset
1714 c_str() method.
17530e977bec [project @ 2003-04-26 04:50:12 by jwe]
jwe
parents: 4383
diff changeset
1715
4383
26f74e9fd8a5 [project @ 2003-04-22 19:10:40 by jwe]
jwe
parents: 4382
diff changeset
1716 2003-04-22 John W. Eaton <jwe@bevo.che.wisc.edu>
26f74e9fd8a5 [project @ 2003-04-22 19:10:40 by jwe]
jwe
parents: 4382
diff changeset
1717
26f74e9fd8a5 [project @ 2003-04-22 19:10:40 by jwe]
jwe
parents: 4382
diff changeset
1718 * file-io.cc: Include <memory> for auto_ptr.
26f74e9fd8a5 [project @ 2003-04-22 19:10:40 by jwe]
jwe
parents: 4382
diff changeset
1719
4378
7d48a8fba1d4 [project @ 2003-04-19 00:03:47 by jwe]
jwe
parents: 4376
diff changeset
1720 2003-04-18 John W. Eaton <jwe@bevo.che.wisc.edu>
7d48a8fba1d4 [project @ 2003-04-19 00:03:47 by jwe]
jwe
parents: 4376
diff changeset
1721
7d48a8fba1d4 [project @ 2003-04-19 00:03:47 by jwe]
jwe
parents: 4376
diff changeset
1722 * toplev.cc (octave_config_info): Delete LIBKPATHSEA from struct.
7d48a8fba1d4 [project @ 2003-04-19 00:03:47 by jwe]
jwe
parents: 4376
diff changeset
1723 * oct-conf.h.in: Don't substitute LIBKPATHSEA.
7d48a8fba1d4 [project @ 2003-04-19 00:03:47 by jwe]
jwe
parents: 4376
diff changeset
1724
7d48a8fba1d4 [project @ 2003-04-19 00:03:47 by jwe]
jwe
parents: 4376
diff changeset
1725 * octave.cc (octave_main): Don't call dir_path::set_program_name.
7d48a8fba1d4 [project @ 2003-04-19 00:03:47 by jwe]
jwe
parents: 4376
diff changeset
1726
4376
bfb14347a9fa [project @ 2003-04-17 14:33:12 by jwe]
jwe
parents: 4372
diff changeset
1727 2003-04-17 John W. Eaton <jwe@bevo.che.wisc.edu>
bfb14347a9fa [project @ 2003-04-17 14:33:12 by jwe]
jwe
parents: 4372
diff changeset
1728
bfb14347a9fa [project @ 2003-04-17 14:33:12 by jwe]
jwe
parents: 4372
diff changeset
1729 * ov-file.h (octave_file::empty_clone): Create an octave_scalar
bfb14347a9fa [project @ 2003-04-17 14:33:12 by jwe]
jwe
parents: 4372
diff changeset
1730 object, not an octave_file object.
bfb14347a9fa [project @ 2003-04-17 14:33:12 by jwe]
jwe
parents: 4372
diff changeset
1731
4372
fa80721998d6 [project @ 2003-04-01 20:26:55 by jwe]
jwe
parents: 4371
diff changeset
1732 2003-04-01 John W. Eaton <jwe@bevo.che.wisc.edu>
fa80721998d6 [project @ 2003-04-01 20:26:55 by jwe]
jwe
parents: 4371
diff changeset
1733
fa80721998d6 [project @ 2003-04-01 20:26:55 by jwe]
jwe
parents: 4371
diff changeset
1734 * load-save.cc (hdf5_read_next_data): Extract list before
fa80721998d6 [project @ 2003-04-01 20:26:55 by jwe]
jwe
parents: 4371
diff changeset
1735 assigning to map element.
fa80721998d6 [project @ 2003-04-01 20:26:55 by jwe]
jwe
parents: 4371
diff changeset
1736 (add_hdf5_data): Prefix faked names with '_' so they are valid
fa80721998d6 [project @ 2003-04-01 20:26:55 by jwe]
jwe
parents: 4371
diff changeset
1737 identifiers.
fa80721998d6 [project @ 2003-04-01 20:26:55 by jwe]
jwe
parents: 4371
diff changeset
1738
4371
c14ec945fabb [project @ 2003-03-26 16:05:59 by jwe]
jwe
parents: 4370
diff changeset
1739 2003-03-24 Mats Jansson <mats.e.jansson@home.se>
c14ec945fabb [project @ 2003-03-26 16:05:59 by jwe]
jwe
parents: 4370
diff changeset
1740
c14ec945fabb [project @ 2003-03-26 16:05:59 by jwe]
jwe
parents: 4370
diff changeset
1741 * syscalls.cc (Fkill): Fixed docstring typo.
c14ec945fabb [project @ 2003-03-26 16:05:59 by jwe]
jwe
parents: 4370
diff changeset
1742
4370
790d6e486e22 [project @ 2003-03-18 10:34:13 by jwe]
jwe
parents: 4368
diff changeset
1743 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu>
790d6e486e22 [project @ 2003-03-18 10:34:13 by jwe]
jwe
parents: 4368
diff changeset
1744
790d6e486e22 [project @ 2003-03-18 10:34:13 by jwe]
jwe
parents: 4368
diff changeset
1745 * ov-cell.h (octave_cell::is_matrix_type): New function.
790d6e486e22 [project @ 2003-03-18 10:34:13 by jwe]
jwe
parents: 4368
diff changeset
1746
4368
c45874c087c7 [project @ 2003-03-17 14:01:56 by jwe]
jwe
parents: 4364
diff changeset
1747 2003-03-09 Duncan Temple Lang <duncan@research.bell-labs.com>
c45874c087c7 [project @ 2003-03-17 14:01:56 by jwe]
jwe
parents: 4364
diff changeset
1748
c45874c087c7 [project @ 2003-03-17 14:01:56 by jwe]
jwe
parents: 4364
diff changeset
1749 * octave.cc (octave_main): New arg, embedded.
c45874c087c7 [project @ 2003-03-17 14:01:56 by jwe]
jwe
parents: 4364
diff changeset
1750 * octave.h: Fix decl.
c45874c087c7 [project @ 2003-03-17 14:01:56 by jwe]
jwe
parents: 4364
diff changeset
1751 * main.c: Pass 0 for embedded here.
c45874c087c7 [project @ 2003-03-17 14:01:56 by jwe]
jwe
parents: 4364
diff changeset
1752
4362
0c69a845ef1a [project @ 2003-03-03 20:11:08 by jwe]
jwe
parents: 4361
diff changeset
1753 2003-03-03 John W. Eaton <jwe@bevo.che.wisc.edu>
0c69a845ef1a [project @ 2003-03-03 20:11:08 by jwe]
jwe
parents: 4361
diff changeset
1754
4364
f6f0c143c672 [project @ 2003-03-03 21:56:52 by jwe]
jwe
parents: 4362
diff changeset
1755 * version.h (OCTAVE_VERSION): Now 2.1.46.
f6f0c143c672 [project @ 2003-03-03 21:56:52 by jwe]
jwe
parents: 4362
diff changeset
1756
f6f0c143c672 [project @ 2003-03-03 21:56:52 by jwe]
jwe
parents: 4362
diff changeset
1757 * oct-conf.h.in: Undo previous change.
f6f0c143c672 [project @ 2003-03-03 21:56:52 by jwe]
jwe
parents: 4362
diff changeset
1758
4362
0c69a845ef1a [project @ 2003-03-03 20:11:08 by jwe]
jwe
parents: 4361
diff changeset
1759 * load-save.cc (read_mat5_binary_element): Handle structure arrays.
0c69a845ef1a [project @ 2003-03-03 20:11:08 by jwe]
jwe
parents: 4361
diff changeset
1760 (save_mat5_binary_element): Likewise.
0c69a845ef1a [project @ 2003-03-03 20:11:08 by jwe]
jwe
parents: 4361
diff changeset
1761
4361
34014c0fb2ce [project @ 2003-03-02 03:12:08 by jwe]
jwe
parents: 4358
diff changeset
1762 2003-03-01 John W. Eaton <jwe@bevo.che.wisc.edu>
34014c0fb2ce [project @ 2003-03-02 03:12:08 by jwe]
jwe
parents: 4358
diff changeset
1763
4362
0c69a845ef1a [project @ 2003-03-03 20:11:08 by jwe]
jwe
parents: 4361
diff changeset
1764 * ov-cell.cc (octave_cell::subsasgn): Use make_unique in
0c69a845ef1a [project @ 2003-03-03 20:11:08 by jwe]
jwe
parents: 4361
diff changeset
1765 appropriate places to preserve copy on write semantics.
0c69a845ef1a [project @ 2003-03-03 20:11:08 by jwe]
jwe
parents: 4361
diff changeset
1766
4361
34014c0fb2ce [project @ 2003-03-02 03:12:08 by jwe]
jwe
parents: 4358
diff changeset
1767 * oct-conf.h.in: Substitute OCTAVE_CONF_KPATHSEA_INCFLAGS.
34014c0fb2ce [project @ 2003-03-02 03:12:08 by jwe]
jwe
parents: 4358
diff changeset
1768
34014c0fb2ce [project @ 2003-03-02 03:12:08 by jwe]
jwe
parents: 4358
diff changeset
1769 * oct-stdstrm.h (octave_stdiostream::output_stream): Return stream
34014c0fb2ce [project @ 2003-03-02 03:12:08 by jwe]
jwe
parents: 4358
diff changeset
1770 if mode is out, not in.
34014c0fb2ce [project @ 2003-03-02 03:12:08 by jwe]
jwe
parents: 4358
diff changeset
1771
4358
83d4452bc522 [project @ 2003-02-23 02:16:53 by jwe]
jwe
parents: 4357
diff changeset
1772 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu>
83d4452bc522 [project @ 2003-02-23 02:16:53 by jwe]
jwe
parents: 4357
diff changeset
1773
83d4452bc522 [project @ 2003-02-23 02:16:53 by jwe]
jwe
parents: 4357
diff changeset
1774 * strfns.cc (Fchar): New function.
83d4452bc522 [project @ 2003-02-23 02:16:53 by jwe]
jwe
parents: 4357
diff changeset
1775
83d4452bc522 [project @ 2003-02-23 02:16:53 by jwe]
jwe
parents: 4357
diff changeset
1776 * ov-cell.cc (octave_cell::all_strings): Allow elements to be
83d4452bc522 [project @ 2003-02-23 02:16:53 by jwe]
jwe
parents: 4357
diff changeset
1777 string arrays.
83d4452bc522 [project @ 2003-02-23 02:16:53 by jwe]
jwe
parents: 4357
diff changeset
1778 * ov.cc (octave_value::all_strings, octave_value::convert_to_str):
83d4452bc522 [project @ 2003-02-23 02:16:53 by jwe]
jwe
parents: 4357
diff changeset
1779 New optional arg, pad. Change all derived classes.
83d4452bc522 [project @ 2003-02-23 02:16:53 by jwe]
jwe
parents: 4357
diff changeset
1780
83d4452bc522 [project @ 2003-02-23 02:16:53 by jwe]
jwe
parents: 4357
diff changeset
1781 * ov-struct.cc (Ffieldnames, Fisfield): Move here from data.cc.
83d4452bc522 [project @ 2003-02-23 02:16:53 by jwe]
jwe
parents: 4357
diff changeset
1782
83d4452bc522 [project @ 2003-02-23 02:16:53 by jwe]
jwe
parents: 4357
diff changeset
1783 * data.cc (Ffieldnames): Rename from Fstruct_elements. Return
83d4452bc522 [project @ 2003-02-23 02:16:53 by jwe]
jwe
parents: 4357
diff changeset
1784 cell array instead of a string array.
83d4452bc522 [project @ 2003-02-23 02:16:53 by jwe]
jwe
parents: 4357
diff changeset
1785 (Fisfield): Rename from struct_contains.
83d4452bc522 [project @ 2003-02-23 02:16:53 by jwe]
jwe
parents: 4357
diff changeset
1786
4357
d700cfed902a [project @ 2003-02-22 18:48:18 by jwe]
jwe
parents: 4356
diff changeset
1787 2003-02-22 Paul Kienzle <pkienzle@users.sf.net>
d700cfed902a [project @ 2003-02-22 18:48:18 by jwe]
jwe
parents: 4356
diff changeset
1788
d700cfed902a [project @ 2003-02-22 18:48:18 by jwe]
jwe
parents: 4356
diff changeset
1789 * toplev.cc: Put config info in array of strings, then convert to map.
d700cfed902a [project @ 2003-02-22 18:48:18 by jwe]
jwe
parents: 4356
diff changeset
1790
d700cfed902a [project @ 2003-02-22 18:48:18 by jwe]
jwe
parents: 4356
diff changeset
1791 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu>
d700cfed902a [project @ 2003-02-22 18:48:18 by jwe]
jwe
parents: 4356
diff changeset
1792
d700cfed902a [project @ 2003-02-22 18:48:18 by jwe]
jwe
parents: 4356
diff changeset
1793 * variables.cc (symbol_exist): For names like foo.bar, don't omit
d700cfed902a [project @ 2003-02-22 18:48:18 by jwe]
jwe
parents: 4356
diff changeset
1794 the part after the dot.
d700cfed902a [project @ 2003-02-22 18:48:18 by jwe]
jwe
parents: 4356
diff changeset
1795
4356
b6ad3db48255 [project @ 2003-02-22 02:57:33 by jwe]
jwe
parents: 4354
diff changeset
1796 2003-02-21 John W. Eaton <jwe@bevo.che.wisc.edu>
b6ad3db48255 [project @ 2003-02-22 02:57:33 by jwe]
jwe
parents: 4354
diff changeset
1797
b6ad3db48255 [project @ 2003-02-22 02:57:33 by jwe]
jwe
parents: 4354
diff changeset
1798 * octave.cc (fun_to_call): New static variable.
b6ad3db48255 [project @ 2003-02-22 02:57:33 by jwe]
jwe
parents: 4354
diff changeset
1799 (octave_main): Pass it to main_loop.
b6ad3db48255 [project @ 2003-02-22 02:57:33 by jwe]
jwe
parents: 4354
diff changeset
1800 (long_opts): Accept --funcall.
b6ad3db48255 [project @ 2003-02-22 02:57:33 by jwe]
jwe
parents: 4354
diff changeset
1801 (usage_string, verbose_usage): Add --funcall.
b6ad3db48255 [project @ 2003-02-22 02:57:33 by jwe]
jwe
parents: 4354
diff changeset
1802
b6ad3db48255 [project @ 2003-02-22 02:57:33 by jwe]
jwe
parents: 4354
diff changeset
1803 * toplev.cc (main_loop): New arg, fun_to_call. If non-empty,
b6ad3db48255 [project @ 2003-02-22 02:57:33 by jwe]
jwe
parents: 4354
diff changeset
1804 evaluate this function before continuing.
b6ad3db48255 [project @ 2003-02-22 02:57:33 by jwe]
jwe
parents: 4354
diff changeset
1805
4354
dfd47756dda7 [project @ 2003-02-21 21:42:02 by jwe]
jwe
parents: 4353
diff changeset
1806 2003-02-21 Paul Kienzle <pkienzle@users.sf.net>
dfd47756dda7 [project @ 2003-02-21 21:42:02 by jwe]
jwe
parents: 4353
diff changeset
1807
dfd47756dda7 [project @ 2003-02-21 21:42:02 by jwe]
jwe
parents: 4353
diff changeset
1808 * file-io.cc (Fmkstemp): Use OCTAVE_LOCAL_BUFFER instead of using
dfd47756dda7 [project @ 2003-02-21 21:42:02 by jwe]
jwe
parents: 4353
diff changeset
1809 std::auto_ptr directly.
dfd47756dda7 [project @ 2003-02-21 21:42:02 by jwe]
jwe
parents: 4353
diff changeset
1810
4352
80b83de0aa2a [project @ 2003-02-21 20:01:38 by jwe]
jwe
parents: 4351
diff changeset
1811 2003-02-21 John W. Eaton <jwe@bevo.che.wisc.edu>
80b83de0aa2a [project @ 2003-02-21 20:01:38 by jwe]
jwe
parents: 4351
diff changeset
1812
4353
ea4b8c35ac9d [project @ 2003-02-21 21:04:41 by jwe]
jwe
parents: 4352
diff changeset
1813 * ov.h, ov.cc (octave_value (long long int)): New constructor.
ea4b8c35ac9d [project @ 2003-02-21 21:04:41 by jwe]
jwe
parents: 4352
diff changeset
1814 (octave_value (unsigned long long int)): Likewise.
ea4b8c35ac9d [project @ 2003-02-21 21:04:41 by jwe]
jwe
parents: 4352
diff changeset
1815
4352
80b83de0aa2a [project @ 2003-02-21 20:01:38 by jwe]
jwe
parents: 4351
diff changeset
1816 * oct-obj.h (octave_value_list::operator delete): Handle systems
80b83de0aa2a [project @ 2003-02-21 20:01:38 by jwe]
jwe
parents: 4351
diff changeset
1817 with or without placement delete.
80b83de0aa2a [project @ 2003-02-21 20:01:38 by jwe]
jwe
parents: 4351
diff changeset
1818
4351
1e7f4405e037 [project @ 2003-02-21 19:42:01 by jwe]
jwe
parents: 4346
diff changeset
1819 2003-02-21 Paul Kienzle <pkienzle@users.sf.net>
1e7f4405e037 [project @ 2003-02-21 19:42:01 by jwe]
jwe
parents: 4346
diff changeset
1820
1e7f4405e037 [project @ 2003-02-21 19:42:01 by jwe]
jwe
parents: 4346
diff changeset
1821 * utils.cc (octave_vsnprintf): Return value of vsnprintf is int,
1e7f4405e037 [project @ 2003-02-21 19:42:01 by jwe]
jwe
parents: 4346
diff changeset
1822 not size_t. Make sure there is some space left in the buffer for
1e7f4405e037 [project @ 2003-02-21 19:42:01 by jwe]
jwe
parents: 4346
diff changeset
1823 vsnprintf versions which return the number of characters written
1e7f4405e037 [project @ 2003-02-21 19:42:01 by jwe]
jwe
parents: 4346
diff changeset
1824 even when the buffer is too short.
1e7f4405e037 [project @ 2003-02-21 19:42:01 by jwe]
jwe
parents: 4346
diff changeset
1825
4342
813effe14ee1 [project @ 2003-02-20 08:35:55 by jwe]
jwe
parents: 4335
diff changeset
1826 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu>
813effe14ee1 [project @ 2003-02-20 08:35:55 by jwe]
jwe
parents: 4335
diff changeset
1827
4346
d39de791ef9c [project @ 2003-02-20 21:38:39 by jwe]
jwe
parents: 4342
diff changeset
1828 * debug.cc (get_user_function): Use dynamic_cast, not static_cast.
d39de791ef9c [project @ 2003-02-20 21:38:39 by jwe]
jwe
parents: 4342
diff changeset
1829
d39de791ef9c [project @ 2003-02-20 21:38:39 by jwe]
jwe
parents: 4342
diff changeset
1830 * ov-usr-fcn.cc (octave_user_function::traceback_error): Now const.
d39de791ef9c [project @ 2003-02-20 21:38:39 by jwe]
jwe
parents: 4342
diff changeset
1831
4342
813effe14ee1 [project @ 2003-02-20 08:35:55 by jwe]
jwe
parents: 4335
diff changeset
1832 * ov.cc (octave_value (const octave_fcn_handle&)): New constructor.
4346
d39de791ef9c [project @ 2003-02-20 21:38:39 by jwe]
jwe
parents: 4342
diff changeset
1833 (octave_value::fcn_handle_value): New virtual function.
d39de791ef9c [project @ 2003-02-20 21:38:39 by jwe]
jwe
parents: 4342
diff changeset
1834 * ov-base.cc (octave_value::fcn_handle_value): Provide default.
d39de791ef9c [project @ 2003-02-20 21:38:39 by jwe]
jwe
parents: 4342
diff changeset
1835 * ov-usr-fcn.cc (octave_user_function::stash_fcn_file_name): New
d39de791ef9c [project @ 2003-02-20 21:38:39 by jwe]
jwe
parents: 4342
diff changeset
1836 arg, nm. Change all callers.
d39de791ef9c [project @ 2003-02-20 21:38:39 by jwe]
jwe
parents: 4342
diff changeset
1837 * ov-fcn.h (octave_function::is_nested_function): New virtual function.
4342
813effe14ee1 [project @ 2003-02-20 08:35:55 by jwe]
jwe
parents: 4335
diff changeset
1838 * parse.y (get_feval_args): New function.
813effe14ee1 [project @ 2003-02-20 08:35:55 by jwe]
jwe
parents: 4335
diff changeset
1839 (feval (octave_function *, const octave_value_list&, int)): Likewise.
813effe14ee1 [project @ 2003-02-20 08:35:55 by jwe]
jwe
parents: 4335
diff changeset
1840 (feval (const octave_value_list&, int)): Allow the first arg to be
813effe14ee1 [project @ 2003-02-20 08:35:55 by jwe]
jwe
parents: 4335
diff changeset
1841 a function handle as well as a string.
813effe14ee1 [project @ 2003-02-20 08:35:55 by jwe]
jwe
parents: 4335
diff changeset
1842 * variables.cc (load_function): New function.
813effe14ee1 [project @ 2003-02-20 08:35:55 by jwe]
jwe
parents: 4335
diff changeset
1843 * pt-walk.h, pt-pr-code.h, pt-pr-code.cc, pt-check.h, pt-check.cc,
813effe14ee1 [project @ 2003-02-20 08:35:55 by jwe]
jwe
parents: 4335
diff changeset
1844 pt-bp.h, pt-bp.cc: Handle new tree_fcn_handle class.
813effe14ee1 [project @ 2003-02-20 08:35:55 by jwe]
jwe
parents: 4335
diff changeset
1845 * pt-all.h: Include pt-fcn-handle.h.
813effe14ee1 [project @ 2003-02-20 08:35:55 by jwe]
jwe
parents: 4335
diff changeset
1846 * pt-fcn-handle.h, pt-fcn-handle.cc, ov-fcn-handle.h,
813effe14ee1 [project @ 2003-02-20 08:35:55 by jwe]
jwe
parents: 4335
diff changeset
1847 ov-fcn-handle.cc: New files.
813effe14ee1 [project @ 2003-02-20 08:35:55 by jwe]
jwe
parents: 4335
diff changeset
1848
4335
a5818cb949fd [project @ 2003-02-19 20:37:01 by jwe]
jwe
parents: 4332
diff changeset
1849 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu>
a5818cb949fd [project @ 2003-02-19 20:37:01 by jwe]
jwe
parents: 4332
diff changeset
1850
4342
813effe14ee1 [project @ 2003-02-20 08:35:55 by jwe]
jwe
parents: 4335
diff changeset
1851 * parse.y (FCN_HANDLE): New token type.
813effe14ee1 [project @ 2003-02-20 08:35:55 by jwe]
jwe
parents: 4335
diff changeset
1852 (fcn_handle): New non-terminal.
813effe14ee1 [project @ 2003-02-20 08:35:55 by jwe]
jwe
parents: 4335
diff changeset
1853 (primary_expr): Also accept fcn_handle.
813effe14ee1 [project @ 2003-02-20 08:35:55 by jwe]
jwe
parents: 4335
diff changeset
1854 (tree_fcn_handle_type): New %type.
813effe14ee1 [project @ 2003-02-20 08:35:55 by jwe]
jwe
parents: 4335
diff changeset
1855 (union): New field, tree_fcn_handle_type.
813effe14ee1 [project @ 2003-02-20 08:35:55 by jwe]
jwe
parents: 4335
diff changeset
1856 (make_fcn_handle): New function.
813effe14ee1 [project @ 2003-02-20 08:35:55 by jwe]
jwe
parents: 4335
diff changeset
1857
813effe14ee1 [project @ 2003-02-20 08:35:55 by jwe]
jwe
parents: 4335
diff changeset
1858 * lex.l (@{IDENT}): Recognize function handle syntax.
813effe14ee1 [project @ 2003-02-20 08:35:55 by jwe]
jwe
parents: 4335
diff changeset
1859 (@): Don't recognize "@" as a single token.
813effe14ee1 [project @ 2003-02-20 08:35:55 by jwe]
jwe
parents: 4335
diff changeset
1860
4335
a5818cb949fd [project @ 2003-02-19 20:37:01 by jwe]
jwe
parents: 4332
diff changeset
1861 * load-save.cc (struct hdf5_callback_data): Provide constructor.
a5818cb949fd [project @ 2003-02-19 20:37:01 by jwe]
jwe
parents: 4332
diff changeset
1862 (hdf5_callback_data::name, hdf5_callback_data::doc): Now
a5818cb949fd [project @ 2003-02-19 20:37:01 by jwe]
jwe
parents: 4332
diff changeset
1863 std::string instead of char*. Change all uses.
a5818cb949fd [project @ 2003-02-19 20:37:01 by jwe]
jwe
parents: 4332
diff changeset
1864
4332
e41906608e0f [project @ 2003-02-19 01:15:59 by jwe]
jwe
parents: 4331
diff changeset
1865 2003-02-18 Roger Banks <rbanks@colsa.com>
e41906608e0f [project @ 2003-02-19 01:15:59 by jwe]
jwe
parents: 4331
diff changeset
1866
e41906608e0f [project @ 2003-02-19 01:15:59 by jwe]
jwe
parents: 4331
diff changeset
1867 * load-save.cc (read_ascii_data, read_ascii_data,
e41906608e0f [project @ 2003-02-19 01:15:59 by jwe]
jwe
parents: 4331
diff changeset
1868 read_mat5_binary_element, save_mat5_binary_element,
e41906608e0f [project @ 2003-02-19 01:15:59 by jwe]
jwe
parents: 4331
diff changeset
1869 save_ascii_data): Handle cell arrays.
e41906608e0f [project @ 2003-02-19 01:15:59 by jwe]
jwe
parents: 4331
diff changeset
1870 (write_mat5_cell_array): New function.
e41906608e0f [project @ 2003-02-19 01:15:59 by jwe]
jwe
parents: 4331
diff changeset
1871
4331
d3278845f764 [project @ 2003-02-19 00:12:31 by jwe]
jwe
parents: 4329
diff changeset
1872 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu>
d3278845f764 [project @ 2003-02-19 00:12:31 by jwe]
jwe
parents: 4329
diff changeset
1873
d3278845f764 [project @ 2003-02-19 00:12:31 by jwe]
jwe
parents: 4329
diff changeset
1874 * Makefile.in (DLD_XSRC): Delete log.cc from the list.
d3278845f764 [project @ 2003-02-19 00:12:31 by jwe]
jwe
parents: 4329
diff changeset
1875 Add sqrtm.cc to the list.
d3278845f764 [project @ 2003-02-19 00:12:31 by jwe]
jwe
parents: 4329
diff changeset
1876
d3278845f764 [project @ 2003-02-19 00:12:31 by jwe]
jwe
parents: 4329
diff changeset
1877 * DLD-FUNCTIONS/log.cc: Delete.
d3278845f764 [project @ 2003-02-19 00:12:31 by jwe]
jwe
parents: 4329
diff changeset
1878
d3278845f764 [project @ 2003-02-19 00:12:31 by jwe]
jwe
parents: 4329
diff changeset
1879 2003-02-18 Paul Kienzle <pkienzle@users.sf.net>
d3278845f764 [project @ 2003-02-19 00:12:31 by jwe]
jwe
parents: 4329
diff changeset
1880
d3278845f764 [project @ 2003-02-19 00:12:31 by jwe]
jwe
parents: 4329
diff changeset
1881 * DLD-FUNCTIONS/sqrtm.cc: New file.
d3278845f764 [project @ 2003-02-19 00:12:31 by jwe]
jwe
parents: 4329
diff changeset
1882
4329
d53c33d93440 [project @ 2003-02-18 20:00:48 by jwe]
jwe
parents: 4327
diff changeset
1883 2003-02-18 David Bateman <dbateman@free.fr>
d53c33d93440 [project @ 2003-02-18 20:00:48 by jwe]
jwe
parents: 4327
diff changeset
1884
d53c33d93440 [project @ 2003-02-18 20:00:48 by jwe]
jwe
parents: 4327
diff changeset
1885 * DLD-FUNCTIONS/lu.cc (Flu): Allow non-square matrices.
d53c33d93440 [project @ 2003-02-18 20:00:48 by jwe]
jwe
parents: 4327
diff changeset
1886
d53c33d93440 [project @ 2003-02-18 20:00:48 by jwe]
jwe
parents: 4327
diff changeset
1887 2003-02-17 John W. Eaton <jwe@bevo.che.wisc.edu>
d53c33d93440 [project @ 2003-02-18 20:00:48 by jwe]
jwe
parents: 4327
diff changeset
1888
d53c33d93440 [project @ 2003-02-18 20:00:48 by jwe]
jwe
parents: 4327
diff changeset
1889 * load-save.cc (read_binary_file_header, do_load, do_save,
d53c33d93440 [project @ 2003-02-18 20:00:48 by jwe]
jwe
parents: 4327
diff changeset
1890 write_header): No longer static.
d53c33d93440 [project @ 2003-02-18 20:00:48 by jwe]
jwe
parents: 4327
diff changeset
1891 (load_save_format): Move enum decl to load-save.h.
d53c33d93440 [project @ 2003-02-18 20:00:48 by jwe]
jwe
parents: 4327
diff changeset
1892
4326
1cae4472c624 [project @ 2003-02-15 23:14:47 by jwe]
jwe
parents: 4324
diff changeset
1893 2003-02-15 John W. Eaton <jwe@bevo.che.wisc.edu>
1cae4472c624 [project @ 2003-02-15 23:14:47 by jwe]
jwe
parents: 4324
diff changeset
1894
4327
c29c382a5b4b [project @ 2003-02-16 03:24:26 by jwe]
jwe
parents: 4326
diff changeset
1895 * oct-stdstrm.h, oct-stdstrm.cc (octave_base_stdiostream,
c29c382a5b4b [project @ 2003-02-16 03:24:26 by jwe]
jwe
parents: 4326
diff changeset
1896 octave_iostdiostream, octave_istdiostram, octave_ostdiostream):
c29c382a5b4b [project @ 2003-02-16 03:24:26 by jwe]
jwe
parents: 4326
diff changeset
1897 Combine all functionality into one class, octave_stdiostream.
c29c382a5b4b [project @ 2003-02-16 03:24:26 by jwe]
jwe
parents: 4326
diff changeset
1898 Change all uses.
c29c382a5b4b [project @ 2003-02-16 03:24:26 by jwe]
jwe
parents: 4326
diff changeset
1899
4326
1cae4472c624 [project @ 2003-02-15 23:14:47 by jwe]
jwe
parents: 4324
diff changeset
1900 * file-io.cc (Ftmpfile, Fmkstemp): New functions.
1cae4472c624 [project @ 2003-02-15 23:14:47 by jwe]
jwe
parents: 4324
diff changeset
1901 * oct-stdstrm.h (octave_iostdiostream): New class.
1cae4472c624 [project @ 2003-02-15 23:14:47 by jwe]
jwe
parents: 4324
diff changeset
1902 (octave_istdiostream::octave_istdiostream,
1cae4472c624 [project @ 2003-02-15 23:14:47 by jwe]
jwe
parents: 4324
diff changeset
1903 octave_istdiostream::create,
1cae4472c624 [project @ 2003-02-15 23:14:47 by jwe]
jwe
parents: 4324
diff changeset
1904 octave_ostdiostream::octave_ostdiostream, octave_ostdiostream::create,
1cae4472c624 [project @ 2003-02-15 23:14:47 by jwe]
jwe
parents: 4324
diff changeset
1905 octave_iostdiostream::octave_iostdiostream,
1cae4472c624 [project @ 2003-02-15 23:14:47 by jwe]
jwe
parents: 4324
diff changeset
1906 octave_iostdiostream::create): Make close function the last arg.
1cae4472c624 [project @ 2003-02-15 23:14:47 by jwe]
jwe
parents: 4324
diff changeset
1907 Change all uses.
1cae4472c624 [project @ 2003-02-15 23:14:47 by jwe]
jwe
parents: 4324
diff changeset
1908
4327
c29c382a5b4b [project @ 2003-02-16 03:24:26 by jwe]
jwe
parents: 4326
diff changeset
1909 * c-file-ptr-stream.h (io_c_file_ptr_stream): New class.
4326
1cae4472c624 [project @ 2003-02-15 23:14:47 by jwe]
jwe
parents: 4324
diff changeset
1910
4323
0990c9b77109 [project @ 2003-02-14 07:36:26 by jwe]
jwe
parents: 4319
diff changeset
1911 2003-02-14 John W. Eaton <jwe@bevo.che.wisc.edu>
0990c9b77109 [project @ 2003-02-14 07:36:26 by jwe]
jwe
parents: 4319
diff changeset
1912
4324
dcdca99fe2f0 [project @ 2003-02-15 03:18:43 by jwe]
jwe
parents: 4323
diff changeset
1913 * octave.cc (maximum_braindamage): Set boolean built-in variables
dcdca99fe2f0 [project @ 2003-02-15 03:18:43 by jwe]
jwe
parents: 4323
diff changeset
1914 to true and false instead of 1.0 and 0.0.
dcdca99fe2f0 [project @ 2003-02-15 03:18:43 by jwe]
jwe
parents: 4323
diff changeset
1915 (octave_main): Likewise.
dcdca99fe2f0 [project @ 2003-02-15 03:18:43 by jwe]
jwe
parents: 4323
diff changeset
1916 * error.cc (Fwarning): Likewise.
dcdca99fe2f0 [project @ 2003-02-15 03:18:43 by jwe]
jwe
parents: 4323
diff changeset
1917
dcdca99fe2f0 [project @ 2003-02-15 03:18:43 by jwe]
jwe
parents: 4323
diff changeset
1918 * pager.cc (Fmore): Make the no-arg case work too.
dcdca99fe2f0 [project @ 2003-02-15 03:18:43 by jwe]
jwe
parents: 4323
diff changeset
1919
4323
0990c9b77109 [project @ 2003-02-14 07:36:26 by jwe]
jwe
parents: 4319
diff changeset
1920 * ov-str-mat.h (octave_char_matrix_str::is_real_type,
0990c9b77109 [project @ 2003-02-14 07:36:26 by jwe]
jwe
parents: 4319
diff changeset
1921 octave_char_matrix_str::is_matrix_type,
0990c9b77109 [project @ 2003-02-14 07:36:26 by jwe]
jwe
parents: 4319
diff changeset
1922 octave_char_matrix_str::is_numeric_type): Always return false.
0990c9b77109 [project @ 2003-02-14 07:36:26 by jwe]
jwe
parents: 4319
diff changeset
1923
0990c9b77109 [project @ 2003-02-14 07:36:26 by jwe]
jwe
parents: 4319
diff changeset
1924 2003-02-13 John W. Eaton <jwe@bevo.che.wisc.edu>
0990c9b77109 [project @ 2003-02-14 07:36:26 by jwe]
jwe
parents: 4319
diff changeset
1925
0990c9b77109 [project @ 2003-02-14 07:36:26 by jwe]
jwe
parents: 4319
diff changeset
1926 * lex.l (<CCHAR>): If we are parsing a command, reset start state.
0990c9b77109 [project @ 2003-02-14 07:36:26 by jwe]
jwe
parents: 4319
diff changeset
1927 Use BEGIN (INITIAL) instead of BEGIN 0. Use parens around start
0990c9b77109 [project @ 2003-02-14 07:36:26 by jwe]
jwe
parents: 4319
diff changeset
1928 state in BEGIN statements.
0990c9b77109 [project @ 2003-02-14 07:36:26 by jwe]
jwe
parents: 4319
diff changeset
1929
4319
05973ead74eb [project @ 2003-02-13 21:03:04 by jwe]
jwe
parents: 4318
diff changeset
1930 2003-02-13 Paul Kienzle <pkienzle@users.sf.net>
05973ead74eb [project @ 2003-02-13 21:03:04 by jwe]
jwe
parents: 4318
diff changeset
1931
05973ead74eb [project @ 2003-02-13 21:03:04 by jwe]
jwe
parents: 4318
diff changeset
1932 * variables.cc (Fmlock, Fmunlock, Fmislocked): New functions.
05973ead74eb [project @ 2003-02-13 21:03:04 by jwe]
jwe
parents: 4318
diff changeset
1933
05973ead74eb [project @ 2003-02-13 21:03:04 by jwe]
jwe
parents: 4318
diff changeset
1934 * variables.cc (mlock, munlock, mislocked): New functions.
05973ead74eb [project @ 2003-02-13 21:03:04 by jwe]
jwe
parents: 4318
diff changeset
1935 * variables.h: Provide decls.
05973ead74eb [project @ 2003-02-13 21:03:04 by jwe]
jwe
parents: 4318
diff changeset
1936
05973ead74eb [project @ 2003-02-13 21:03:04 by jwe]
jwe
parents: 4318
diff changeset
1937 * symtab.h (symbol_record::unmark_static): New function.
05973ead74eb [project @ 2003-02-13 21:03:04 by jwe]
jwe
parents: 4318
diff changeset
1938
4318
115bffcecfd3 [project @ 2003-02-13 05:52:16 by jwe]
jwe
parents: 4311
diff changeset
1939 2003-02-12 John W. Eaton <jwe@bevo.che.wisc.edu>
115bffcecfd3 [project @ 2003-02-13 05:52:16 by jwe]
jwe
parents: 4311
diff changeset
1940
115bffcecfd3 [project @ 2003-02-13 05:52:16 by jwe]
jwe
parents: 4311
diff changeset
1941 * error.cc (reset_error_handler): New function.
115bffcecfd3 [project @ 2003-02-13 05:52:16 by jwe]
jwe
parents: 4311
diff changeset
1942 * toplev.cc (main_loop): Use it here.
115bffcecfd3 [project @ 2003-02-13 05:52:16 by jwe]
jwe
parents: 4311
diff changeset
1943 * lex.l (reset_parser): Don't set error_state and warning_state here.
115bffcecfd3 [project @ 2003-02-13 05:52:16 by jwe]
jwe
parents: 4311
diff changeset
1944 * parse.y (eval_string): Reset parser before calling yyparse.
115bffcecfd3 [project @ 2003-02-13 05:52:16 by jwe]
jwe
parents: 4311
diff changeset
1945
4310
da7226ca8b91 [project @ 2003-01-30 03:26:26 by jwe]
jwe
parents: 4309
diff changeset
1946 2003-01-29 John W. Eaton <jwe@bevo.che.wisc.edu>
da7226ca8b91 [project @ 2003-01-30 03:26:26 by jwe]
jwe
parents: 4309
diff changeset
1947
4311
a9e0bff33b02 [project @ 2003-01-30 04:11:58 by jwe]
jwe
parents: 4310
diff changeset
1948 * data.cc (Ffmod): New function.
a9e0bff33b02 [project @ 2003-01-30 04:11:58 by jwe]
jwe
parents: 4310
diff changeset
1949
4310
da7226ca8b91 [project @ 2003-01-30 03:26:26 by jwe]
jwe
parents: 4309
diff changeset
1950 * c-file-ptr-stream.cc (c_file_ptr_buf::underflow_common): New
da7226ca8b91 [project @ 2003-01-30 03:26:26 by jwe]
jwe
parents: 4309
diff changeset
1951 function.
da7226ca8b91 [project @ 2003-01-30 03:26:26 by jwe]
jwe
parents: 4309
diff changeset
1952 * c-file-ptr-stream.h (c_file_ptr_buf::underflow,
da7226ca8b91 [project @ 2003-01-30 03:26:26 by jwe]
jwe
parents: 4309
diff changeset
1953 c_file_ptr_buf::uflow): Use it.
da7226ca8b91 [project @ 2003-01-30 03:26:26 by jwe]
jwe
parents: 4309
diff changeset
1954 (c_file_ptr_buf): Derive from std::streambuf, not OCTAVE_STD_FILEBUF.
da7226ca8b91 [project @ 2003-01-30 03:26:26 by jwe]
jwe
parents: 4309
diff changeset
1955 Don't cache file descriptor.
da7226ca8b91 [project @ 2003-01-30 03:26:26 by jwe]
jwe
parents: 4309
diff changeset
1956
4309
a9560cebae6e [project @ 2003-01-28 23:24:58 by jwe]
jwe
parents: 4307
diff changeset
1957 2003-01-28 John W. Eaton <jwe@bevo.che.wisc.edu>
a9560cebae6e [project @ 2003-01-28 23:24:58 by jwe]
jwe
parents: 4307
diff changeset
1958
a9560cebae6e [project @ 2003-01-28 23:24:58 by jwe]
jwe
parents: 4307
diff changeset
1959 * DLD-FUNCTIONS/minmax.cc: Move min and max functions from here to
a9560cebae6e [project @ 2003-01-28 23:24:58 by jwe]
jwe
parents: 4307
diff changeset
1960 liboctave/dMatrix.cc and liboctave/CMatrix.cc.
a9560cebae6e [project @ 2003-01-28 23:24:58 by jwe]
jwe
parents: 4307
diff changeset
1961
4307
fd034cd46aea [project @ 2003-01-24 19:20:50 by jwe]
jwe
parents: 4305
diff changeset
1962 2003-01-24 John W. Eaton <jwe@bevo.che.wisc.edu>
fd034cd46aea [project @ 2003-01-24 19:20:50 by jwe]
jwe
parents: 4305
diff changeset
1963
fd034cd46aea [project @ 2003-01-24 19:20:50 by jwe]
jwe
parents: 4305
diff changeset
1964 * DLD-FUNCTIONS/rand.cc: Rewrite to use new octave_rand functions.
fd034cd46aea [project @ 2003-01-24 19:20:50 by jwe]
jwe
parents: 4305
diff changeset
1965
4305
98e65d1728a1 [project @ 2003-01-23 16:48:11 by jwe]
jwe
parents: 4304
diff changeset
1966 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu>
98e65d1728a1 [project @ 2003-01-23 16:48:11 by jwe]
jwe
parents: 4304
diff changeset
1967
98e65d1728a1 [project @ 2003-01-23 16:48:11 by jwe]
jwe
parents: 4304
diff changeset
1968 * oct-stream.cc (octave_base_stream::do_printf): Handle values
98e65d1728a1 [project @ 2003-01-23 16:48:11 by jwe]
jwe
parents: 4304
diff changeset
1969 outside the range of integers in int conversions for
98e65d1728a1 [project @ 2003-01-23 16:48:11 by jwe]
jwe
parents: 4304
diff changeset
1970 compatibilitiy wtih Matlab.
98e65d1728a1 [project @ 2003-01-23 16:48:11 by jwe]
jwe
parents: 4304
diff changeset
1971
4302
ebc2d8e4968b [project @ 2003-01-22 22:02:23 by jwe]
jwe
parents: 4300
diff changeset
1972 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu>
ebc2d8e4968b [project @ 2003-01-22 22:02:23 by jwe]
jwe
parents: 4300
diff changeset
1973
4304
fd7d9a6e15ff [project @ 2003-01-23 05:22:57 by jwe]
jwe
parents: 4303
diff changeset
1974 * load-save.cc (get_mat_data_input_line): Handle lines with CR
fd7d9a6e15ff [project @ 2003-01-23 05:22:57 by jwe]
jwe
parents: 4303
diff changeset
1975 only as separator.
fd7d9a6e15ff [project @ 2003-01-23 05:22:57 by jwe]
jwe
parents: 4303
diff changeset
1976
4303
e15a96673976 [project @ 2003-01-23 03:03:08 by jwe]
jwe
parents: 4302
diff changeset
1977 * oct-stream.cc (octave_base_stream::do_printf): Handle Inf and
e15a96673976 [project @ 2003-01-23 03:03:08 by jwe]
jwe
parents: 4302
diff changeset
1978 NaN in int conversions for compatibility with Matlab.
e15a96673976 [project @ 2003-01-23 03:03:08 by jwe]
jwe
parents: 4302
diff changeset
1979
e15a96673976 [project @ 2003-01-23 03:03:08 by jwe]
jwe
parents: 4302
diff changeset
1980 * data.cc (symbols_of_data): Doc fix for realmin.
e15a96673976 [project @ 2003-01-23 03:03:08 by jwe]
jwe
parents: 4302
diff changeset
1981
4302
ebc2d8e4968b [project @ 2003-01-22 22:02:23 by jwe]
jwe
parents: 4300
diff changeset
1982 * cutils.c (octave_raw_vsnprintf): New function.
ebc2d8e4968b [project @ 2003-01-22 22:02:23 by jwe]
jwe
parents: 4300
diff changeset
1983 * utils.cc (octave_snprintf): Move here from cutils.c.
ebc2d8e4968b [project @ 2003-01-22 22:02:23 by jwe]
jwe
parents: 4300
diff changeset
1984 (octave_Vsnprintf): Likewise. Allow octave_raw_vsnprintf to be
ebc2d8e4968b [project @ 2003-01-22 22:02:23 by jwe]
jwe
parents: 4300
diff changeset
1985 interrupted.
ebc2d8e4968b [project @ 2003-01-22 22:02:23 by jwe]
jwe
parents: 4300
diff changeset
1986 * utils.h (octave_vsnprintf, octave_snprintf): No longer extern "C".
ebc2d8e4968b [project @ 2003-01-22 22:02:23 by jwe]
jwe
parents: 4300
diff changeset
1987
4300
a370ad9112dd [project @ 2003-01-21 16:19:14 by jwe]
jwe
parents: 4299
diff changeset
1988 2003-01-21 John W. Eaton <jwe@bevo.che.wisc.edu>
a370ad9112dd [project @ 2003-01-21 16:19:14 by jwe]
jwe
parents: 4299
diff changeset
1989
a370ad9112dd [project @ 2003-01-21 16:19:14 by jwe]
jwe
parents: 4299
diff changeset
1990 * pt-loop.cc (tree_complex_for_command::eval): Fix typo.
a370ad9112dd [project @ 2003-01-21 16:19:14 by jwe]
jwe
parents: 4299
diff changeset
1991
4299
02fcb550f20c [project @ 2003-01-16 20:15:14 by jwe]
jwe
parents: 4298
diff changeset
1992 2003-01-16 Mumit Khan <khan@nanotech.wisc.edu>
02fcb550f20c [project @ 2003-01-16 20:15:14 by jwe]
jwe
parents: 4298
diff changeset
1993
02fcb550f20c [project @ 2003-01-16 20:15:14 by jwe]
jwe
parents: 4298
diff changeset
1994 * mk-oct-links: Use $SED if set.
02fcb550f20c [project @ 2003-01-16 20:15:14 by jwe]
jwe
parents: 4298
diff changeset
1995 * mkbuiltins: Likewise.
02fcb550f20c [project @ 2003-01-16 20:15:14 by jwe]
jwe
parents: 4298
diff changeset
1996 * mkdefs: Likewise.
02fcb550f20c [project @ 2003-01-16 20:15:14 by jwe]
jwe
parents: 4298
diff changeset
1997 * mkdocs: Likewise.
02fcb550f20c [project @ 2003-01-16 20:15:14 by jwe]
jwe
parents: 4298
diff changeset
1998 * mkgendoc: Likewise.
02fcb550f20c [project @ 2003-01-16 20:15:14 by jwe]
jwe
parents: 4298
diff changeset
1999 * mkops: Likewise.
02fcb550f20c [project @ 2003-01-16 20:15:14 by jwe]
jwe
parents: 4298
diff changeset
2000
4298
055d2f68d445 [project @ 2003-01-13 15:09:31 by jwe]
jwe
parents: 4297
diff changeset
2001 2003-01-11 Paul Kienzle <pkienzle@users.sf.net>
055d2f68d445 [project @ 2003-01-13 15:09:31 by jwe]
jwe
parents: 4297
diff changeset
2002
055d2f68d445 [project @ 2003-01-13 15:09:31 by jwe]
jwe
parents: 4297
diff changeset
2003 * Makefile.in (gendoc$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and
055d2f68d445 [project @ 2003-01-13 15:09:31 by jwe]
jwe
parents: 4297
diff changeset
2004 $(BUILD_LDFLAGS) to compiler.
055d2f68d445 [project @ 2003-01-13 15:09:31 by jwe]
jwe
parents: 4297
diff changeset
2005
4297
59a2ba0fb205 [project @ 2003-01-11 20:22:09 by jwe]
jwe
parents: 4294
diff changeset
2006 2003-01-11 John W. Eaton <jwe@bevo.che.wisc.edu>
59a2ba0fb205 [project @ 2003-01-11 20:22:09 by jwe]
jwe
parents: 4294
diff changeset
2007
59a2ba0fb205 [project @ 2003-01-11 20:22:09 by jwe]
jwe
parents: 4294
diff changeset
2008 * parse.y (Fassignin): New function.
59a2ba0fb205 [project @ 2003-01-11 20:22:09 by jwe]
jwe
parents: 4294
diff changeset
2009
4294
755f6509bb01 [project @ 2003-01-11 04:01:53 by jwe]
jwe
parents: 4293
diff changeset
2010 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu>
755f6509bb01 [project @ 2003-01-11 04:01:53 by jwe]
jwe
parents: 4293
diff changeset
2011
755f6509bb01 [project @ 2003-01-11 04:01:53 by jwe]
jwe
parents: 4293
diff changeset
2012 * sighandlers.cc (make_sig_struct): New function.
755f6509bb01 [project @ 2003-01-11 04:01:53 by jwe]
jwe
parents: 4293
diff changeset
2013 (symbols_of_sighandlers): Add DEFCONST for SIG struct.
755f6509bb01 [project @ 2003-01-11 04:01:53 by jwe]
jwe
parents: 4293
diff changeset
2014
755f6509bb01 [project @ 2003-01-11 04:01:53 by jwe]
jwe
parents: 4293
diff changeset
2015 * syscalls.cc (Fkill): New function.
755f6509bb01 [project @ 2003-01-11 04:01:53 by jwe]
jwe
parents: 4293
diff changeset
2016
4293
977f977fb2c3 [project @ 2003-01-06 18:18:14 by jwe]
jwe
parents: 4284
diff changeset
2017 2003-01-06 John W. Eaton <jwe@bevo.che.wisc.edu>
977f977fb2c3 [project @ 2003-01-06 18:18:14 by jwe]
jwe
parents: 4284
diff changeset
2018
977f977fb2c3 [project @ 2003-01-06 18:18:14 by jwe]
jwe
parents: 4284
diff changeset
2019 * oct-stream.cc (get_size): If only one dimension is specified and
977f977fb2c3 [project @ 2003-01-06 18:18:14 by jwe]
jwe
parents: 4284
diff changeset
2020 it is zero, also set the other dimension to zero instead of one.
977f977fb2c3 [project @ 2003-01-06 18:18:14 by jwe]
jwe
parents: 4284
diff changeset
2021
4284
75ed329c117b [project @ 2003-01-04 06:20:07 by jwe]
jwe
parents: 4280
diff changeset
2022 2003-01-04 John W. Eaton <jwe@bevo.che.wisc.edu>
75ed329c117b [project @ 2003-01-04 06:20:07 by jwe]
jwe
parents: 4280
diff changeset
2023
75ed329c117b [project @ 2003-01-04 06:20:07 by jwe]
jwe
parents: 4280
diff changeset
2024 * sysdep.cc [__DECCXX]: Add a kluge for some missing template
75ed329c117b [project @ 2003-01-04 06:20:07 by jwe]
jwe
parents: 4280
diff changeset
2025 functions.
75ed329c117b [project @ 2003-01-04 06:20:07 by jwe]
jwe
parents: 4280
diff changeset
2026
4269
5b075bd78a91 [project @ 2003-01-03 18:13:14 by jwe]
jwe
parents: 4268
diff changeset
2027 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu>
5b075bd78a91 [project @ 2003-01-03 18:13:14 by jwe]
jwe
parents: 4268
diff changeset
2028
4280
3dc0815a2954 [project @ 2003-01-04 03:11:42 by jwe]
jwe
parents: 4279
diff changeset
2029 * ov-usr-fcn.cc (octave_vr_val): Assert vr_list != 0, not vr_list.
3dc0815a2954 [project @ 2003-01-04 03:11:42 by jwe]
jwe
parents: 4279
diff changeset
2030 * variables.cc (builtin_string_variable, builtin_any_variable,
3dc0815a2954 [project @ 2003-01-04 03:11:42 by jwe]
jwe
parents: 4279
diff changeset
2031 builtin_real_scalar_variable, bind_builtin_variable): Likewise.
3dc0815a2954 [project @ 2003-01-04 03:11:42 by jwe]
jwe
parents: 4279
diff changeset
2032
3dc0815a2954 [project @ 2003-01-04 03:11:42 by jwe]
jwe
parents: 4279
diff changeset
2033 * TEMPLATE-INST/Array-tc.cc: Provide specialization of
3dc0815a2954 [project @ 2003-01-04 03:11:42 by jwe]
jwe
parents: 4279
diff changeset
2034 Array<octave_value>::resize_fill_value before instantiation of
3dc0815a2954 [project @ 2003-01-04 03:11:42 by jwe]
jwe
parents: 4279
diff changeset
2035 Array<octave_value>.
3dc0815a2954 [project @ 2003-01-04 03:11:42 by jwe]
jwe
parents: 4279
diff changeset
2036
3dc0815a2954 [project @ 2003-01-04 03:11:42 by jwe]
jwe
parents: 4279
diff changeset
2037 * oct-obj.h (octave_value_list::operator delete): Define version
3dc0815a2954 [project @ 2003-01-04 03:11:42 by jwe]
jwe
parents: 4279
diff changeset
2038 of delete operator to correspond to placement new operator.
3dc0815a2954 [project @ 2003-01-04 03:11:42 by jwe]
jwe
parents: 4279
diff changeset
2039
4279
64c444ac1fee [project @ 2003-01-04 01:10:25 by jwe]
jwe
parents: 4276
diff changeset
2040 * mkgendoc: In generated code, define __USE_STD_IOSTREAM if using
64c444ac1fee [project @ 2003-01-04 01:10:25 by jwe]
jwe
parents: 4276
diff changeset
2041 Compaq C++.
64c444ac1fee [project @ 2003-01-04 01:10:25 by jwe]
jwe
parents: 4276
diff changeset
2042
4276
8724cf60d51d [project @ 2003-01-03 23:03:02 by jwe]
jwe
parents: 4272
diff changeset
2043 * Makefile.in (distclean): Also remove doc-files and gendoc.cc.
8724cf60d51d [project @ 2003-01-03 23:03:02 by jwe]
jwe
parents: 4272
diff changeset
2044
4272
fd406afe8a10 [project @ 2003-01-03 19:52:30 by jwe]
jwe
parents: 4271
diff changeset
2045 * input.cc (initialize_command_input): Use const for
fd406afe8a10 [project @ 2003-01-03 19:52:30 by jwe]
jwe
parents: 4271
diff changeset
2046 initialization of char * from literal string.
fd406afe8a10 [project @ 2003-01-03 19:52:30 by jwe]
jwe
parents: 4271
diff changeset
2047
4271
be631c1720ea [project @ 2003-01-03 19:36:04 by jwe]
jwe
parents: 4270
diff changeset
2048 * pt-plot.cc (subplot::extract_plot_data): Call single_subsref,
be631c1720ea [project @ 2003-01-03 19:36:04 by jwe]
jwe
parents: 4270
diff changeset
2049 not subsref.
be631c1720ea [project @ 2003-01-03 19:36:04 by jwe]
jwe
parents: 4270
diff changeset
2050 * ov.h, ov.cc (single_subsref (const std::string&, const
be631c1720ea [project @ 2003-01-03 19:36:04 by jwe]
jwe
parents: 4270
diff changeset
2051 octave_value_list&)): Rename from subsref.
be631c1720ea [project @ 2003-01-03 19:36:04 by jwe]
jwe
parents: 4270
diff changeset
2052
4269
5b075bd78a91 [project @ 2003-01-03 18:13:14 by jwe]
jwe
parents: 4268
diff changeset
2053 * symtab.cc (symbol_table::rename): Explicitly convert C string to
5b075bd78a91 [project @ 2003-01-03 18:13:14 by jwe]
jwe
parents: 4268
diff changeset
2054 std::string so type of second arg of ?: matches third.
5b075bd78a91 [project @ 2003-01-03 18:13:14 by jwe]
jwe
parents: 4268
diff changeset
2055 (symbol_table::lookup): Likewise.
4268
363d406ec86c [project @ 2003-01-03 15:55:01 by jwe]
jwe
parents: 4267
diff changeset
2056
363d406ec86c [project @ 2003-01-03 15:55:01 by jwe]
jwe
parents: 4267
diff changeset
2057 * mappers.cc: Remove std:: qualifiers from C library names.
363d406ec86c [project @ 2003-01-03 15:55:01 by jwe]
jwe
parents: 4267
diff changeset
2058
4266
1086ac09a411 [project @ 2003-01-03 06:22:54 by jwe]
jwe
parents: 4264
diff changeset
2059 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu>
1086ac09a411 [project @ 2003-01-03 06:22:54 by jwe]
jwe
parents: 4264
diff changeset
2060
4267
7cd865a8c815 [project @ 2003-01-03 15:27:05 by jwe]
jwe
parents: 4266
diff changeset
2061 * pt-exp.h (tree_expression::has_magic_end): New pure virtual function.
7cd865a8c815 [project @ 2003-01-03 15:27:05 by jwe]
jwe
parents: 4266
diff changeset
2062 * pt-id.h (tree_identifier::has_magic_end): New function.
7cd865a8c815 [project @ 2003-01-03 15:27:05 by jwe]
jwe
parents: 4266
diff changeset
2063 * pt-colon.h (tree_colon_expression::has_magic_end): Likewise.
7cd865a8c815 [project @ 2003-01-03 15:27:05 by jwe]
jwe
parents: 4266
diff changeset
2064 * pt-idx.h (tree_index_expression::has_magic_end): Likewise.
7cd865a8c815 [project @ 2003-01-03 15:27:05 by jwe]
jwe
parents: 4266
diff changeset
2065 * pt-const.h (tree_constant::has_magic_end): Likewise.
7cd865a8c815 [project @ 2003-01-03 15:27:05 by jwe]
jwe
parents: 4266
diff changeset
2066 * pt-unop.h (tree_unary_expression::has_magic_end): Likewise.
7cd865a8c815 [project @ 2003-01-03 15:27:05 by jwe]
jwe
parents: 4266
diff changeset
2067 * pt-binop.h (tree_binary_expression::has_magic_end): Likewise.
7cd865a8c815 [project @ 2003-01-03 15:27:05 by jwe]
jwe
parents: 4266
diff changeset
2068 * pt-assign.h (tree_multi_assignment::has_magic_end): Likewise.
7cd865a8c815 [project @ 2003-01-03 15:27:05 by jwe]
jwe
parents: 4266
diff changeset
2069 (tree_simple_assignment::has_magic_end): Likewise.
7cd865a8c815 [project @ 2003-01-03 15:27:05 by jwe]
jwe
parents: 4266
diff changeset
2070 * pt-mat.cc (tree_matrix::has_magic_end): Likewise.
7cd865a8c815 [project @ 2003-01-03 15:27:05 by jwe]
jwe
parents: 4266
diff changeset
2071 * pt-arg-list.cc (tree_argument_list::has_magic_end): Likewise.
7cd865a8c815 [project @ 2003-01-03 15:27:05 by jwe]
jwe
parents: 4266
diff changeset
2072
7cd865a8c815 [project @ 2003-01-03 15:27:05 by jwe]
jwe
parents: 4266
diff changeset
2073 * pt-arg-list.cc (tree_argument_list::append): Check all
7cd865a8c815 [project @ 2003-01-03 15:27:05 by jwe]
jwe
parents: 4266
diff changeset
2074 expression types for magic end token..
7cd865a8c815 [project @ 2003-01-03 15:27:05 by jwe]
jwe
parents: 4266
diff changeset
2075
7cd865a8c815 [project @ 2003-01-03 15:27:05 by jwe]
jwe
parents: 4266
diff changeset
2076 * file-io.cc (Ftmpnam): Improve error checking.
7cd865a8c815 [project @ 2003-01-03 15:27:05 by jwe]
jwe
parents: 4266
diff changeset
2077 (symbols_of_file_io): Move definition of P_tmpdir here from dirfns.cc.
7cd865a8c815 [project @ 2003-01-03 15:27:05 by jwe]
jwe
parents: 4266
diff changeset
2078
4266
1086ac09a411 [project @ 2003-01-03 06:22:54 by jwe]
jwe
parents: 4264
diff changeset
2079 * dirfns.cc (symbols_of_dirfns): Install new built-in constant
1086ac09a411 [project @ 2003-01-03 06:22:54 by jwe]
jwe
parents: 4264
diff changeset
2080 P_tmpdir.
1086ac09a411 [project @ 2003-01-03 06:22:54 by jwe]
jwe
parents: 4264
diff changeset
2081
4261
bdaa0d3dfc0b [project @ 2003-01-02 22:55:23 by jwe]
jwe
parents: 4258
diff changeset
2082 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu>
bdaa0d3dfc0b [project @ 2003-01-02 22:55:23 by jwe]
jwe
parents: 4258
diff changeset
2083
4264
4e2d2516da22 [project @ 2003-01-03 05:30:34 by jwe]
jwe
parents: 4262
diff changeset
2084 * dirfns.cc (symbols_of_dirfns): New function.
4e2d2516da22 [project @ 2003-01-03 05:30:34 by jwe]
jwe
parents: 4262
diff changeset
2085 Install new built-in constant filesep.
4e2d2516da22 [project @ 2003-01-03 05:30:34 by jwe]
jwe
parents: 4262
diff changeset
2086
4e2d2516da22 [project @ 2003-01-03 05:30:34 by jwe]
jwe
parents: 4262
diff changeset
2087 * utils.cc (Fisvaranme): New function.
4e2d2516da22 [project @ 2003-01-03 05:30:34 by jwe]
jwe
parents: 4262
diff changeset
2088 (valid_identifier): Identifiers can't start with digits! Doh!
4e2d2516da22 [project @ 2003-01-03 05:30:34 by jwe]
jwe
parents: 4262
diff changeset
2089
4e2d2516da22 [project @ 2003-01-03 05:30:34 by jwe]
jwe
parents: 4262
diff changeset
2090 * lex.l (Fiskeyword): New function.
4e2d2516da22 [project @ 2003-01-03 05:30:34 by jwe]
jwe
parents: 4262
diff changeset
2091
4262
1264aac9e73a [project @ 2003-01-02 23:50:22 by jwe]
jwe
parents: 4261
diff changeset
2092 * Makefile.in (INCLUDES): Don't forget base-list.h.
1264aac9e73a [project @ 2003-01-02 23:50:22 by jwe]
jwe
parents: 4261
diff changeset
2093
4261
bdaa0d3dfc0b [project @ 2003-01-02 22:55:23 by jwe]
jwe
parents: 4258
diff changeset
2094 * symtab.cc (symbol_record::define): If definition already exists,
bdaa0d3dfc0b [project @ 2003-01-02 22:55:23 by jwe]
jwe
parents: 4258
diff changeset
2095 redefine it instead of replacing it.
bdaa0d3dfc0b [project @ 2003-01-02 22:55:23 by jwe]
jwe
parents: 4258
diff changeset
2096
bdaa0d3dfc0b [project @ 2003-01-02 22:55:23 by jwe]
jwe
parents: 4258
diff changeset
2097 * variables.cc (symbol_exist): Don't use reference when handling
bdaa0d3dfc0b [project @ 2003-01-02 22:55:23 by jwe]
jwe
parents: 4258
diff changeset
2098 sr->def ().
bdaa0d3dfc0b [project @ 2003-01-02 22:55:23 by jwe]
jwe
parents: 4258
diff changeset
2099
bdaa0d3dfc0b [project @ 2003-01-02 22:55:23 by jwe]
jwe
parents: 4258
diff changeset
2100 * pt-plot.cc (save_in_tmp_file): octave_value arg is now const.
bdaa0d3dfc0b [project @ 2003-01-02 22:55:23 by jwe]
jwe
parents: 4258
diff changeset
2101 * pt-misc.cc (tree_parameter_list::initialize_undefined_elements):
bdaa0d3dfc0b [project @ 2003-01-02 22:55:23 by jwe]
jwe
parents: 4258
diff changeset
2102 Likewise.
bdaa0d3dfc0b [project @ 2003-01-02 22:55:23 by jwe]
jwe
parents: 4258
diff changeset
2103
bdaa0d3dfc0b [project @ 2003-01-02 22:55:23 by jwe]
jwe
parents: 4258
diff changeset
2104 * symtab.cc (symbol_record::clear): Don't do anything if the
bdaa0d3dfc0b [project @ 2003-01-02 22:55:23 by jwe]
jwe
parents: 4258
diff changeset
2105 symbol record is already undefined.
bdaa0d3dfc0b [project @ 2003-01-02 22:55:23 by jwe]
jwe
parents: 4258
diff changeset
2106
4257
e556870ce8f0 [project @ 2003-01-02 03:14:41 by jwe]
jwe
parents: 4256
diff changeset
2107 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu>
e556870ce8f0 [project @ 2003-01-02 03:14:41 by jwe]
jwe
parents: 4256
diff changeset
2108
4258
b8a4496d7b24 [project @ 2003-01-02 03:45:53 by jwe]
jwe
parents: 4257
diff changeset
2109 * pt-arg-list.cc (tree_argument_list::append): New function.
b8a4496d7b24 [project @ 2003-01-02 03:45:53 by jwe]
jwe
parents: 4257
diff changeset
2110 (tree_argument_list::convert_to_const_vector): Don't save and
b8a4496d7b24 [project @ 2003-01-02 03:45:53 by jwe]
jwe
parents: 4257
diff changeset
2111 set pointer to indexed object if list_includes_magic_end is false.
b8a4496d7b24 [project @ 2003-01-02 03:45:53 by jwe]
jwe
parents: 4257
diff changeset
2112 * pt-arg-list.h (tree_argument_list::append): Provide decl.
b8a4496d7b24 [project @ 2003-01-02 03:45:53 by jwe]
jwe
parents: 4257
diff changeset
2113 (tree_argument_list::list_includes_magic_end): New data member.
b8a4496d7b24 [project @ 2003-01-02 03:45:53 by jwe]
jwe
parents: 4257
diff changeset
2114 (tree_argument_list::tree_argument_list): Initialize it.
b8a4496d7b24 [project @ 2003-01-02 03:45:53 by jwe]
jwe
parents: 4257
diff changeset
2115
4257
e556870ce8f0 [project @ 2003-01-02 03:14:41 by jwe]
jwe
parents: 4256
diff changeset
2116 * ov-base.cc (octave_base_value::char_matrix_value,
e556870ce8f0 [project @ 2003-01-02 03:14:41 by jwe]
jwe
parents: 4256
diff changeset
2117 octave_base_value::all_strings, octave_base_value::string_value):
e556870ce8f0 [project @ 2003-01-02 03:14:41 by jwe]
jwe
parents: 4256
diff changeset
2118 Attempt conversions here if Vimplicit_num_to_num_ok is true.
e556870ce8f0 [project @ 2003-01-02 03:14:41 by jwe]
jwe
parents: 4256
diff changeset
2119
e556870ce8f0 [project @ 2003-01-02 03:14:41 by jwe]
jwe
parents: 4256
diff changeset
2120 * ov.cc (Vimplicit_num_to_str_ok): Move here from pt-mat.cc and
e556870ce8f0 [project @ 2003-01-02 03:14:41 by jwe]
jwe
parents: 4256
diff changeset
2121 make extern.
e556870ce8f0 [project @ 2003-01-02 03:14:41 by jwe]
jwe
parents: 4256
diff changeset
2122 * ov.h: Provide decl.
e556870ce8f0 [project @ 2003-01-02 03:14:41 by jwe]
jwe
parents: 4256
diff changeset
2123
e556870ce8f0 [project @ 2003-01-02 03:14:41 by jwe]
jwe
parents: 4256
diff changeset
2124 * oct-stream.cc (printf_value_cache::looking_at_string): Delete.
e556870ce8f0 [project @ 2003-01-02 03:14:41 by jwe]
jwe
parents: 4256
diff changeset
2125 (printf_value_cache::string_value): Just attempt conversion.
e556870ce8f0 [project @ 2003-01-02 03:14:41 by jwe]
jwe
parents: 4256
diff changeset
2126 (octave_base_stream::do_printf): When doing '%s' format,
e556870ce8f0 [project @ 2003-01-02 03:14:41 by jwe]
jwe
parents: 4256
diff changeset
2127 just attempt converstion.
e556870ce8f0 [project @ 2003-01-02 03:14:41 by jwe]
jwe
parents: 4256
diff changeset
2128
e556870ce8f0 [project @ 2003-01-02 03:14:41 by jwe]
jwe
parents: 4256
diff changeset
2129 * file-io.cc (Ffread): Allow size to be omitted even when
e556870ce8f0 [project @ 2003-01-02 03:14:41 by jwe]
jwe
parents: 4256
diff changeset
2130 additional arguments are given.
e556870ce8f0 [project @ 2003-01-02 03:14:41 by jwe]
jwe
parents: 4256
diff changeset
2131
4252
20e70f7f1dbe [project @ 2002-12-31 17:41:02 by jwe]
jwe
parents: 4249
diff changeset
2132 2002-12-31 John W. Eaton <jwe@bevo.che.wisc.edu>
20e70f7f1dbe [project @ 2002-12-31 17:41:02 by jwe]
jwe
parents: 4249
diff changeset
2133
4255
f7d11c1a49e3 [project @ 2002-12-31 20:16:38 by jwe]
jwe
parents: 4254
diff changeset
2134 * pt-arg-list.cc (F__end__): Fail if rows or columns is negative.
4256
2b9c6dc25449 [project @ 2002-12-31 21:48:54 by jwe]
jwe
parents: 4255
diff changeset
2135 (tree_argument_list::convert_to_const_vector): Only protect and
2b9c6dc25449 [project @ 2002-12-31 21:48:54 by jwe]
jwe
parents: 4255
diff changeset
2136 save pointer to the indexed object if it is a constant.
4255
f7d11c1a49e3 [project @ 2002-12-31 20:16:38 by jwe]
jwe
parents: 4254
diff changeset
2137
4254
df5f2e433a11 [project @ 2002-12-31 19:43:07 by jwe]
jwe
parents: 4252
diff changeset
2138 * syscalls.cc (Fmkfifo): Use long_value instead of cast.
df5f2e433a11 [project @ 2002-12-31 19:43:07 by jwe]
jwe
parents: 4252
diff changeset
2139
df5f2e433a11 [project @ 2002-12-31 19:43:07 by jwe]
jwe
parents: 4252
diff changeset
2140 * ov.h (octave_value::short_value, octave_value::ushort_value,
df5f2e433a11 [project @ 2002-12-31 19:43:07 by jwe]
jwe
parents: 4252
diff changeset
2141 octave_value::uint_value, octave_value::long_value,
df5f2e433a11 [project @ 2002-12-31 19:43:07 by jwe]
jwe
parents: 4252
diff changeset
2142 octave_value::ulong_value): New functions.
df5f2e433a11 [project @ 2002-12-31 19:43:07 by jwe]
jwe
parents: 4252
diff changeset
2143
df5f2e433a11 [project @ 2002-12-31 19:43:07 by jwe]
jwe
parents: 4252
diff changeset
2144 * syscalls.cc (mk_stat_map, Fgetegid, getgid, geteuid): Likewise.
df5f2e433a11 [project @ 2002-12-31 19:43:07 by jwe]
jwe
parents: 4252
diff changeset
2145 Delete unnecessary casts.
df5f2e433a11 [project @ 2002-12-31 19:43:07 by jwe]
jwe
parents: 4252
diff changeset
2146 * file-io.cc (Ffgetl, Ffgets, Fftell, Fsscanf): Likewise.
df5f2e433a11 [project @ 2002-12-31 19:43:07 by jwe]
jwe
parents: 4252
diff changeset
2147 * toplev.cc (Fsystem): Likewise.
df5f2e433a11 [project @ 2002-12-31 19:43:07 by jwe]
jwe
parents: 4252
diff changeset
2148
df5f2e433a11 [project @ 2002-12-31 19:43:07 by jwe]
jwe
parents: 4252
diff changeset
2149 * ov-file.h (octave_file::double_value, octave_file::scalar_value):
df5f2e433a11 [project @ 2002-12-31 19:43:07 by jwe]
jwe
parents: 4252
diff changeset
2150 Delete unnecessry cast.
df5f2e433a11 [project @ 2002-12-31 19:43:07 by jwe]
jwe
parents: 4252
diff changeset
2151
df5f2e433a11 [project @ 2002-12-31 19:43:07 by jwe]
jwe
parents: 4252
diff changeset
2152 * ov.cc (octave_value::octave_value): Add constructors for
df5f2e433a11 [project @ 2002-12-31 19:43:07 by jwe]
jwe
parents: 4252
diff changeset
2153 octave_time, short int, unsigned short int, unsigned int, long
df5f2e433a11 [project @ 2002-12-31 19:43:07 by jwe]
jwe
parents: 4252
diff changeset
2154 int, unsigned long int,
df5f2e433a11 [project @ 2002-12-31 19:43:07 by jwe]
jwe
parents: 4252
diff changeset
2155
df5f2e433a11 [project @ 2002-12-31 19:43:07 by jwe]
jwe
parents: 4252
diff changeset
2156 * ov.h (octave_value::do_subsref (const std::string&, const
df5f2e433a11 [project @ 2002-12-31 19:43:07 by jwe]
jwe
parents: 4252
diff changeset
2157 octave_value_list&)): Rename from subsref. Change all derived classes.
df5f2e433a11 [project @ 2002-12-31 19:43:07 by jwe]
jwe
parents: 4252
diff changeset
2158
df5f2e433a11 [project @ 2002-12-31 19:43:07 by jwe]
jwe
parents: 4252
diff changeset
2159 * input.cc (generate_completion): Delete unused variable prefix_len.
df5f2e433a11 [project @ 2002-12-31 19:43:07 by jwe]
jwe
parents: 4252
diff changeset
2160
4252
20e70f7f1dbe [project @ 2002-12-31 17:41:02 by jwe]
jwe
parents: 4249
diff changeset
2161 * ov.h (DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA): Delete volatile
20e70f7f1dbe [project @ 2002-12-31 17:41:02 by jwe]
jwe
parents: 4249
diff changeset
2162 qualifier for decls of static_type_id and t_id.
20e70f7f1dbe [project @ 2002-12-31 17:41:02 by jwe]
jwe
parents: 4249
diff changeset
2163 (DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA): Likewise, for def of t_id.
20e70f7f1dbe [project @ 2002-12-31 17:41:02 by jwe]
jwe
parents: 4249
diff changeset
2164
4247
fc9a075d10fb [project @ 2002-12-30 23:05:27 by jwe]
jwe
parents: 4246
diff changeset
2165 2002-12-30 John W. Eaton <jwe@bevo.che.wisc.edu>
fc9a075d10fb [project @ 2002-12-30 23:05:27 by jwe]
jwe
parents: 4246
diff changeset
2166
4249
8a1ef8fe4036 [project @ 2002-12-31 04:42:32 by jwe]
jwe
parents: 4248
diff changeset
2167 * utils.cc (Ffile_in_path): Index args correctly.
8a1ef8fe4036 [project @ 2002-12-31 04:42:32 by jwe]
jwe
parents: 4248
diff changeset
2168
8a1ef8fe4036 [project @ 2002-12-31 04:42:32 by jwe]
jwe
parents: 4248
diff changeset
2169 * utils.cc (Ffile_in_path): Call error, not print_usage, for
8a1ef8fe4036 [project @ 2002-12-31 04:42:32 by jwe]
jwe
parents: 4248
diff changeset
2170 invalid option error.
8a1ef8fe4036 [project @ 2002-12-31 04:42:32 by jwe]
jwe
parents: 4248
diff changeset
2171 (Ffile_in_loadpath): Likewise.
8a1ef8fe4036 [project @ 2002-12-31 04:42:32 by jwe]
jwe
parents: 4248
diff changeset
2172
8a1ef8fe4036 [project @ 2002-12-31 04:42:32 by jwe]
jwe
parents: 4248
diff changeset
2173 * load-save.cc: Use OCTAVE_LOCAL_BUFFER instead of local automatic
8a1ef8fe4036 [project @ 2002-12-31 04:42:32 by jwe]
jwe
parents: 4248
diff changeset
2174 arrays or using new/delete.
8a1ef8fe4036 [project @ 2002-12-31 04:42:32 by jwe]
jwe
parents: 4248
diff changeset
2175
4248
eef64f3f9a4c [project @ 2002-12-31 00:00:20 by jwe]
jwe
parents: 4247
diff changeset
2176 * lex.l (.): Try another approach to handling EOF here.
eef64f3f9a4c [project @ 2002-12-31 00:00:20 by jwe]
jwe
parents: 4247
diff changeset
2177
4247
fc9a075d10fb [project @ 2002-12-30 23:05:27 by jwe]
jwe
parents: 4246
diff changeset
2178 * load-save.cc (read_mat_ascii_data): Use isalpha and isalnum, not
fc9a075d10fb [project @ 2002-12-30 23:05:27 by jwe]
jwe
parents: 4246
diff changeset
2179 ::isalpha and ::isalnum.
fc9a075d10fb [project @ 2002-12-30 23:05:27 by jwe]
jwe
parents: 4246
diff changeset
2180
fc9a075d10fb [project @ 2002-12-30 23:05:27 by jwe]
jwe
parents: 4246
diff changeset
2181 * defaults.cc (maybe_add_or_del_packages): SCRIPT_FILE arg is now
fc9a075d10fb [project @ 2002-12-30 23:05:27 by jwe]
jwe
parents: 4246
diff changeset
2182 a const reference type.
fc9a075d10fb [project @ 2002-12-30 23:05:27 by jwe]
jwe
parents: 4246
diff changeset
2183
fc9a075d10fb [project @ 2002-12-30 23:05:27 by jwe]
jwe
parents: 4246
diff changeset
2184 * ov.h (octave_value::subsref, octave_value::subsasgn,
fc9a075d10fb [project @ 2002-12-30 23:05:27 by jwe]
jwe
parents: 4246
diff changeset
2185 octave_value::assign, octave_value::do_non_const_unary_op,
fc9a075d10fb [project @ 2002-12-30 23:05:27 by jwe]
jwe
parents: 4246
diff changeset
2186 octave_value::numeric_assign): TYPE arg is now a const reference
fc9a075d10fb [project @ 2002-12-30 23:05:27 by jwe]
jwe
parents: 4246
diff changeset
2187 type. Change all derived classes.
fc9a075d10fb [project @ 2002-12-30 23:05:27 by jwe]
jwe
parents: 4246
diff changeset
2188
fc9a075d10fb [project @ 2002-12-30 23:05:27 by jwe]
jwe
parents: 4246
diff changeset
2189 * ov.cc (octave_value::subsref (const std::string&, const
fc9a075d10fb [project @ 2002-12-30 23:05:27 by jwe]
jwe
parents: 4246
diff changeset
2190 octave_value_list&)): Move body here, from ov.h.
fc9a075d10fb [project @ 2002-12-30 23:05:27 by jwe]
jwe
parents: 4246
diff changeset
2191
fc9a075d10fb [project @ 2002-12-30 23:05:27 by jwe]
jwe
parents: 4246
diff changeset
2192 * octave.cc (octave_main): Return 0 at end of function to avoid
fc9a075d10fb [project @ 2002-12-30 23:05:27 by jwe]
jwe
parents: 4246
diff changeset
2193 compiler warnings.
fc9a075d10fb [project @ 2002-12-30 23:05:27 by jwe]
jwe
parents: 4246
diff changeset
2194
4246
0253850a08d7 [project @ 2002-12-30 17:57:36 by jwe]
jwe
parents: 4245
diff changeset
2195 2002-12-30 Paul Kienzle <pkienzle@users.sf.net>
0253850a08d7 [project @ 2002-12-30 17:57:36 by jwe]
jwe
parents: 4245
diff changeset
2196
0253850a08d7 [project @ 2002-12-30 17:57:36 by jwe]
jwe
parents: 4245
diff changeset
2197 * parse.y: Fix typo in doc string.
0253850a08d7 [project @ 2002-12-30 17:57:36 by jwe]
jwe
parents: 4245
diff changeset
2198
0253850a08d7 [project @ 2002-12-30 17:57:36 by jwe]
jwe
parents: 4245
diff changeset
2199 2002-12-29 John W. Eaton <jwe@bevo.che.wisc.edu>
0253850a08d7 [project @ 2002-12-30 17:57:36 by jwe]
jwe
parents: 4245
diff changeset
2200
0253850a08d7 [project @ 2002-12-30 17:57:36 by jwe]
jwe
parents: 4245
diff changeset
2201 * DLD-FUNCTIONS/lpsolve.cc (Flpsolve): Rename from Flp_solve.
0253850a08d7 [project @ 2002-12-30 17:57:36 by jwe]
jwe
parents: 4245
diff changeset
2202 (Flpsolve_options): Rename ffrom Flp_solve_options.
0253850a08d7 [project @ 2002-12-30 17:57:36 by jwe]
jwe
parents: 4245
diff changeset
2203
4245
610671be8792 [project @ 2002-12-28 04:02:31 by jwe]
jwe
parents: 4243
diff changeset
2204 2002-12-27 John W. Eaton <jwe@bevo.che.wisc.edu>
610671be8792 [project @ 2002-12-28 04:02:31 by jwe]
jwe
parents: 4243
diff changeset
2205
610671be8792 [project @ 2002-12-28 04:02:31 by jwe]
jwe
parents: 4243
diff changeset
2206 * parse.y (Fevalin): New function.
610671be8792 [project @ 2002-12-28 04:02:31 by jwe]
jwe
parents: 4243
diff changeset
2207
610671be8792 [project @ 2002-12-28 04:02:31 by jwe]
jwe
parents: 4243
diff changeset
2208 * variables.cc (curr_caller_sym_tab): New global variable.
610671be8792 [project @ 2002-12-28 04:02:31 by jwe]
jwe
parents: 4243
diff changeset
2209 * variables.h: Provide decl.
610671be8792 [project @ 2002-12-28 04:02:31 by jwe]
jwe
parents: 4243
diff changeset
2210 (initialize_symbol_tables): Initialize it.
610671be8792 [project @ 2002-12-28 04:02:31 by jwe]
jwe
parents: 4243
diff changeset
2211 * ov-usr-fcn.cc (octave_user_function::do_multi_index_op):
610671be8792 [project @ 2002-12-28 04:02:31 by jwe]
jwe
parents: 4243
diff changeset
2212 Protect and set it here.
610671be8792 [project @ 2002-12-28 04:02:31 by jwe]
jwe
parents: 4243
diff changeset
2213
4243
7e4d5b5520e5 [project @ 2002-12-27 05:30:59 by jwe]
jwe
parents: 4240
diff changeset
2214 2002-12-26 John W. Eaton <jwe@bevo.che.wisc.edu>
7e4d5b5520e5 [project @ 2002-12-27 05:30:59 by jwe]
jwe
parents: 4240
diff changeset
2215
7e4d5b5520e5 [project @ 2002-12-27 05:30:59 by jwe]
jwe
parents: 4240
diff changeset
2216 * utils.cc (search_path_for_file): Second arg now string_vector.
7e4d5b5520e5 [project @ 2002-12-27 05:30:59 by jwe]
jwe
parents: 4240
diff changeset
2217 Use find_first_of, not find.
7e4d5b5520e5 [project @ 2002-12-27 05:30:59 by jwe]
jwe
parents: 4240
diff changeset
2218 (search_path_for_all_files): Second arg now string_vector.
7e4d5b5520e5 [project @ 2002-12-27 05:30:59 by jwe]
jwe
parents: 4240
diff changeset
2219 Use find_all_first_of, not find_all.
7e4d5b5520e5 [project @ 2002-12-27 05:30:59 by jwe]
jwe
parents: 4240
diff changeset
2220 (Ffile_in_path): Accept cell array of strings as first argument.
7e4d5b5520e5 [project @ 2002-12-27 05:30:59 by jwe]
jwe
parents: 4240
diff changeset
2221 (Ffile_in_loadpath): Likewise.
7e4d5b5520e5 [project @ 2002-12-27 05:30:59 by jwe]
jwe
parents: 4240
diff changeset
2222
7e4d5b5520e5 [project @ 2002-12-27 05:30:59 by jwe]
jwe
parents: 4240
diff changeset
2223 * dynamic-ld.cc (octave_dynamic_loader::load): New arg, file_name.
7e4d5b5520e5 [project @ 2002-12-27 05:30:59 by jwe]
jwe
parents: 4240
diff changeset
2224 (octave_dynamic_loader::do_load): Likewise. If file_name is not
7e4d5b5520e5 [project @ 2002-12-27 05:30:59 by jwe]
jwe
parents: 4240
diff changeset
2225 empty, use it instead of searching in path.
7e4d5b5520e5 [project @ 2002-12-27 05:30:59 by jwe]
jwe
parents: 4240
diff changeset
2226
7e4d5b5520e5 [project @ 2002-12-27 05:30:59 by jwe]
jwe
parents: 4240
diff changeset
2227 * parse.y (load_fcn_from_file): Use find_first_of to perform search.
7e4d5b5520e5 [project @ 2002-12-27 05:30:59 by jwe]
jwe
parents: 4240
diff changeset
2228
7e4d5b5520e5 [project @ 2002-12-27 05:30:59 by jwe]
jwe
parents: 4240
diff changeset
2229 * ov-cell.cc (octave_cell::all_strings): New function.
7e4d5b5520e5 [project @ 2002-12-27 05:30:59 by jwe]
jwe
parents: 4240
diff changeset
2230 * ov-cell.h: Provide decl.
7e4d5b5520e5 [project @ 2002-12-27 05:30:59 by jwe]
jwe
parents: 4240
diff changeset
2231
4238
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2232 2002-12-25 John W. Eaton <jwe@bevo.che.wisc.edu>
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2233
4240
8627d992beb8 [project @ 2002-12-25 23:07:03 by jwe]
jwe
parents: 4239
diff changeset
2234 * parse.y (function_end): If parsing a nested function, set
8627d992beb8 [project @ 2002-12-25 23:07:03 by jwe]
jwe
parents: 4239
diff changeset
2235 lexer_flags.parsing_nested_function to -1.
8627d992beb8 [project @ 2002-12-25 23:07:03 by jwe]
jwe
parents: 4239
diff changeset
2236 (frob_function): If lexer_flags.parsing_nested_function is
8627d992beb8 [project @ 2002-12-25 23:07:03 by jwe]
jwe
parents: 4239
diff changeset
2237 negative, set it to zero.
8627d992beb8 [project @ 2002-12-25 23:07:03 by jwe]
jwe
parents: 4239
diff changeset
2238 * lex.h (lexical_feedback::parsing_nested_function): Now int.
8627d992beb8 [project @ 2002-12-25 23:07:03 by jwe]
jwe
parents: 4239
diff changeset
2239 Change uses as needed.
8627d992beb8 [project @ 2002-12-25 23:07:03 by jwe]
jwe
parents: 4239
diff changeset
2240
8627d992beb8 [project @ 2002-12-25 23:07:03 by jwe]
jwe
parents: 4239
diff changeset
2241 * lex.l (NESTED_FUNCTION_BEGIN): Rename from NESTED_FUNCTION_START.
8627d992beb8 [project @ 2002-12-25 23:07:03 by jwe]
jwe
parents: 4239
diff changeset
2242 Now an exclusive start state.
8627d992beb8 [project @ 2002-12-25 23:07:03 by jwe]
jwe
parents: 4239
diff changeset
2243 (NESTED_FUNCTION_END): New exclusive start state.
8627d992beb8 [project @ 2002-12-25 23:07:03 by jwe]
jwe
parents: 4239
diff changeset
2244 (is_keyword): When matching a new function keyword in a nested
8627d992beb8 [project @ 2002-12-25 23:07:03 by jwe]
jwe
parents: 4239
diff changeset
2245 function context, explicitly return END and set start state to
8627d992beb8 [project @ 2002-12-25 23:07:03 by jwe]
jwe
parents: 4239
diff changeset
2246 NESTED_FUNCTION_END.
8627d992beb8 [project @ 2002-12-25 23:07:03 by jwe]
jwe
parents: 4239
diff changeset
2247 (.): Accept EOF here too.
8627d992beb8 [project @ 2002-12-25 23:07:03 by jwe]
jwe
parents: 4239
diff changeset
2248
4238
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2249 * variables.cc (link_to_builtin_or_function): Maybe prepend parent
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2250 function name symbol name.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2251
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2252 * parse.y (parent_function_name): New variable.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2253 (fcn_name): New non-terminal.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2254 (function2): Use it.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2255 (parsed_fcn_name): Fold into fcn_name.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2256 (function_end): Don't call check_for_garbage_after_fcn_def.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2257 Set lexer_flags.parsing_nested_function on EOF.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2258 * parse.h: Provide decl for parent_function_name.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2259
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2260 * ov-usr-fcn.h (octave_user_function::mark_as_nested_function,
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2261 (octave_user_funciton::is_nested_function): New functions.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2262 (octave_user_function::nested_function): New data member.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2263 (octave_user_function::do_multi_index_op): Maybe protect and set
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2264 curr_parent_function pointer.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2265 * parse.y (frob_function): Maybe mark as nested function.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2266
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2267 * toplev.cc (curr_parent_function): New global variable.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2268 * toplev.h: Provide decl.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2269
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2270 * lex.l (check_for_garbage_after_fcn_def): Delete.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2271 * lex.h: Delete decl.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2272
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2273 * lex.l (prep_for_nested_function): New function.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2274 (<NESTED_FUNCTION_START>): Use it here.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2275 (is_keyword): And here.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2276 (lookup_identifier): Maybe prepend parent function name.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2277
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2278 * variables.cc (initialize_symbol_tables): Give names to the three
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2279 main symbol tables.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2280 * symtab.cc (symbol_table::lookup, symbol_table::rename): Print
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2281 debugging info if Vdebug_symtab_lookups is nonzero.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2282 (debug_symtab_lookups): New function.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2283 (Vdebug_symtab_lookups): New static varaible.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2284 (symbols_of_symtab): DEFVAR it.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2285 * symtab.h (symbol_table::table_name): New member variable.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2286 (symtab_count): New static member variable.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2287 (symbol_table::symbol_table): Handle table name.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2288
4235
23bb43fc1184 [project @ 2002-12-25 02:59:32 by jwe]
jwe
parents: 4234
diff changeset
2289 2002-12-24 John W. Eaton <jwe@bevo.che.wisc.edu>
23bb43fc1184 [project @ 2002-12-25 02:59:32 by jwe]
jwe
parents: 4234
diff changeset
2290
4238
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2291 * parse.y (frob_function): Don't give nested functions the same
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2292 name as the function file.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2293
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2294 * lex.h (lexical_feedback::parsing_nested_function): New data member.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2295 * lex.l (lexical_feedback::init): Initialize it to false.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2296 (<NESTED_FUNCTION_START>): Set lexer_flags.parsing_nested_function
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2297 to true.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2298
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2299 * parse.y (symtab_context): Now a stack. Change all uses.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2300
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2301 * lex.l (NESTED_FUNCTION_START): New start state to handle
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2302 "function" keyword in a nested function context.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2303 (prep_for_function): New function.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2304 (is_keyword): Allow functions to be nested in function files.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2305
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2306 * lex.l (is_keyword): Maybe ignore END tokens.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2307 Increment and decrement end_tokens_expected as appropriate.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2308 (handle_identifier): If is_keyword returns -1, return immediately.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2309 ({IDENT}{S}*): Do nothing if handle_identifier returns -1.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2310
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2311 * parse.y (end_tokens_expected): New variable.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2312 (parse_fcn_file): Protect and set it.
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2313
4237
9c8034434982 [project @ 2002-12-25 03:14:37 by jwe]
jwe
parents: 4236
diff changeset
2314 * parse.y (begin_obj_idx): Increment
9c8034434982 [project @ 2002-12-25 03:14:37 by jwe]
jwe
parents: 4236
diff changeset
2315 lexer_flags.looking_at_object_index.
9c8034434982 [project @ 2002-12-25 03:14:37 by jwe]
jwe
parents: 4236
diff changeset
2316 (postfix_expr): Decrement it as appropriate here.
4238
a5a68c0afe56 [project @ 2002-12-25 21:04:33 by jwe]
jwe
parents: 4237
diff changeset
2317
4237
9c8034434982 [project @ 2002-12-25 03:14:37 by jwe]
jwe
parents: 4236
diff changeset
2318 * lex.h (lexical_feedback::looking_at_object_index): Now int.
9c8034434982 [project @ 2002-12-25 03:14:37 by jwe]
jwe
parents: 4236
diff changeset
2319
4236
a01ea6c855a3 [project @ 2002-12-25 03:06:51 by jwe]
jwe
parents: 4235
diff changeset
2320 * parse.y (postfix_expr): Reset lexer_flags.looking_at_object_index
a01ea6c855a3 [project @ 2002-12-25 03:06:51 by jwe]
jwe
parents: 4235
diff changeset
2321 in () and {} cases too.
a01ea6c855a3 [project @ 2002-12-25 03:06:51 by jwe]
jwe
parents: 4235
diff changeset
2322
4234
90e44267e8cf [project @ 2002-12-21 17:15:25 by jwe]
jwe
parents: 4233
diff changeset
2323 2002-12-21 John W. Eaton <jwe@bevo.che.wisc.edu>
90e44267e8cf [project @ 2002-12-21 17:15:25 by jwe]
jwe
parents: 4233
diff changeset
2324
90e44267e8cf [project @ 2002-12-21 17:15:25 by jwe]
jwe
parents: 4233
diff changeset
2325 * pt-arg-list.cc (indexed_object, indexed_position):
90e44267e8cf [project @ 2002-12-21 17:15:25 by jwe]
jwe
parents: 4233
diff changeset
2326 New file-scope static variables.
90e44267e8cf [project @ 2002-12-21 17:15:25 by jwe]
jwe
parents: 4233
diff changeset
2327 (tree_argument_list::convert_to_const_vector): New arg, object.
90e44267e8cf [project @ 2002-12-21 17:15:25 by jwe]
jwe
parents: 4233
diff changeset
2328 Protect and set indexed_object and indexed_position.
90e44267e8cf [project @ 2002-12-21 17:15:25 by jwe]
jwe
parents: 4233
diff changeset
2329 (F__end__): New function.
90e44267e8cf [project @ 2002-12-21 17:15:25 by jwe]
jwe
parents: 4233
diff changeset
2330
90e44267e8cf [project @ 2002-12-21 17:15:25 by jwe]
jwe
parents: 4233
diff changeset
2331 * octave-lvalue.h (octave_lvalue::object): New member function.
90e44267e8cf [project @ 2002-12-21 17:15:25 by jwe]
jwe
parents: 4233
diff changeset
2332 * pt-idx.cc (make_value_list): New arg, object. Change all
90e44267e8cf [project @ 2002-12-21 17:15:25 by jwe]
jwe
parents: 4233
diff changeset
2333 callers. Pass object to convert_to_const_vector.
90e44267e8cf [project @ 2002-12-21 17:15:25 by jwe]
jwe
parents: 4233
diff changeset
2334
90e44267e8cf [project @ 2002-12-21 17:15:25 by jwe]
jwe
parents: 4233
diff changeset
2335 * lex.h (lexical_feedback.looking_at_object_index): New data member.
90e44267e8cf [project @ 2002-12-21 17:15:25 by jwe]
jwe
parents: 4233
diff changeset
2336 * lex.l (lexical_feedback::init): Initialize it.
90e44267e8cf [project @ 2002-12-21 17:15:25 by jwe]
jwe
parents: 4233
diff changeset
2337 (is_keyword): If looking at object index, end is not a keyword.
90e44267e8cf [project @ 2002-12-21 17:15:25 by jwe]
jwe
parents: 4233
diff changeset
2338 (handle_identifier): If end is not a keyword, transform it to __end__.
90e44267e8cf [project @ 2002-12-21 17:15:25 by jwe]
jwe
parents: 4233
diff changeset
2339 * parse.y (begin_obj_idx): New non-terminal.
90e44267e8cf [project @ 2002-12-21 17:15:25 by jwe]
jwe
parents: 4233
diff changeset
2340 (postfix_expr): Use it.
90e44267e8cf [project @ 2002-12-21 17:15:25 by jwe]
jwe
parents: 4233
diff changeset
2341
90e44267e8cf [project @ 2002-12-21 17:15:25 by jwe]
jwe
parents: 4233
diff changeset
2342 * defun.cc (install_builtin_function): New arg, can_hide_function.
90e44267e8cf [project @ 2002-12-21 17:15:25 by jwe]
jwe
parents: 4233
diff changeset
2343 * defun-int.h: Fix decl.
90e44267e8cf [project @ 2002-12-21 17:15:25 by jwe]
jwe
parents: 4233
diff changeset
2344 (DEFCONSTFUN_INTERNAL): New macro.
90e44267e8cf [project @ 2002-12-21 17:15:25 by jwe]
jwe
parents: 4233
diff changeset
2345 * defun.h (DEFCONSTFUN): New macro.
90e44267e8cf [project @ 2002-12-21 17:15:25 by jwe]
jwe
parents: 4233
diff changeset
2346 * mkbuiltins (XDEFCONSTFUN_INTERNAL): New macro.
90e44267e8cf [project @ 2002-12-21 17:15:25 by jwe]
jwe
parents: 4233
diff changeset
2347 * mkgendoc: Likewise.
90e44267e8cf [project @ 2002-12-21 17:15:25 by jwe]
jwe
parents: 4233
diff changeset
2348 * Makefile.in (DEFUN_PATTERN): Make it work for DEFCONSTFUN too.
90e44267e8cf [project @ 2002-12-21 17:15:25 by jwe]
jwe
parents: 4233
diff changeset
2349 * symtab.h (symbol_record::can_hide_function): New data member.
90e44267e8cf [project @ 2002-12-21 17:15:25 by jwe]
jwe
parents: 4233
diff changeset
2350 (symbol_record::symbol_record): Initialize it.
90e44267e8cf [project @ 2002-12-21 17:15:25 by jwe]
jwe
parents: 4233
diff changeset
2351 * symtab.cc (symbol_record::variable_reference): Also check
90e44267e8cf [project @ 2002-12-21 17:15:25 by jwe]
jwe
parents: 4233
diff changeset
2352 can_hide_function flag.
90e44267e8cf [project @ 2002-12-21 17:15:25 by jwe]
jwe
parents: 4233
diff changeset
2353
4233
ccfdb55c8156 [project @ 2002-12-20 22:43:54 by jwe]
jwe
parents: 4232
diff changeset
2354 2002-12-20 John W. Eaton <jwe@bevo.che.wisc.edu>
ccfdb55c8156 [project @ 2002-12-20 22:43:54 by jwe]
jwe
parents: 4232
diff changeset
2355
ccfdb55c8156 [project @ 2002-12-20 22:43:54 by jwe]
jwe
parents: 4232
diff changeset
2356 * DLD-FUNCTIONS/time.cc (extract_tm): Use int_value() instead of
ccfdb55c8156 [project @ 2002-12-20 22:43:54 by jwe]
jwe
parents: 4232
diff changeset
2357 casting double_value() to int.
ccfdb55c8156 [project @ 2002-12-20 22:43:54 by jwe]
jwe
parents: 4232
diff changeset
2358
ccfdb55c8156 [project @ 2002-12-20 22:43:54 by jwe]
jwe
parents: 4232
diff changeset
2359 * ov.cc (octave_value::next_subsref): Arg "skip" is now size_t.
ccfdb55c8156 [project @ 2002-12-20 22:43:54 by jwe]
jwe
parents: 4232
diff changeset
2360
ccfdb55c8156 [project @ 2002-12-20 22:43:54 by jwe]
jwe
parents: 4232
diff changeset
2361 * oct-obj.h (octave_value_list::octave_value_list (double),
ccfdb55c8156 [project @ 2002-12-20 22:43:54 by jwe]
jwe
parents: 4232
diff changeset
2362 octave_value_list::octave_value_list (const Matrix&),
ccfdb55c8156 [project @ 2002-12-20 22:43:54 by jwe]
jwe
parents: 4232
diff changeset
2363 octave_value_list::octave_value_list (const DiagMatrix&),
ccfdb55c8156 [project @ 2002-12-20 22:43:54 by jwe]
jwe
parents: 4232
diff changeset
2364 octave_value_list::octave_value_list (const RowVector&),
ccfdb55c8156 [project @ 2002-12-20 22:43:54 by jwe]
jwe
parents: 4232
diff changeset
2365 octave_value_list::octave_value_list (const ColumnVector&),
ccfdb55c8156 [project @ 2002-12-20 22:43:54 by jwe]
jwe
parents: 4232
diff changeset
2366 octave_value_list::octave_value_list (const Complex&),
ccfdb55c8156 [project @ 2002-12-20 22:43:54 by jwe]
jwe
parents: 4232
diff changeset
2367 octave_value_list::octave_value_list (const ComplexMatrix&),
ccfdb55c8156 [project @ 2002-12-20 22:43:54 by jwe]
jwe
parents: 4232
diff changeset
2368 octave_value_list::octave_value_list (const ComplexDiagMatrix&),
ccfdb55c8156 [project @ 2002-12-20 22:43:54 by jwe]
jwe
parents: 4232
diff changeset
2369 octave_value_list::octave_value_list (const ComplexRowVector&),
ccfdb55c8156 [project @ 2002-12-20 22:43:54 by jwe]
jwe
parents: 4232
diff changeset
2370 octave_value_list::octave_value_list (const ComplexColumnVector&),
ccfdb55c8156 [project @ 2002-12-20 22:43:54 by jwe]
jwe
parents: 4232
diff changeset
2371 octave_value_list::octave_value_list (const char *),
ccfdb55c8156 [project @ 2002-12-20 22:43:54 by jwe]
jwe
parents: 4232
diff changeset
2372 octave_value_list::octave_value_list (const std::string&),
ccfdb55c8156 [project @ 2002-12-20 22:43:54 by jwe]
jwe
parents: 4232
diff changeset
2373 octave_value_list::octave_value_list (const string_vector&),
ccfdb55c8156 [project @ 2002-12-20 22:43:54 by jwe]
jwe
parents: 4232
diff changeset
2374 octave_value_list::octave_value_list (double, double, double),
ccfdb55c8156 [project @ 2002-12-20 22:43:54 by jwe]
jwe
parents: 4232
diff changeset
2375 octave_value_list::octave_value_list (const Range&): Delete.
ccfdb55c8156 [project @ 2002-12-20 22:43:54 by jwe]
jwe
parents: 4232
diff changeset
2376 Adjust uses of octave_value/octave_value_list to handle this change.
ccfdb55c8156 [project @ 2002-12-20 22:43:54 by jwe]
jwe
parents: 4232
diff changeset
2377
ccfdb55c8156 [project @ 2002-12-20 22:43:54 by jwe]
jwe
parents: 4232
diff changeset
2378 * ov.cc (octave_value::octave_value (int)): New constructor.
ccfdb55c8156 [project @ 2002-12-20 22:43:54 by jwe]
jwe
parents: 4232
diff changeset
2379 * ov.h: Provide decl.
ccfdb55c8156 [project @ 2002-12-20 22:43:54 by jwe]
jwe
parents: 4232
diff changeset
2380 In files that construct integer-valued octave_value objects, use
ccfdb55c8156 [project @ 2002-12-20 22:43:54 by jwe]
jwe
parents: 4232
diff changeset
2381 ints instead of casing to double.
ccfdb55c8156 [project @ 2002-12-20 22:43:54 by jwe]
jwe
parents: 4232
diff changeset
2382
4231
1032fb9ec0d1 [project @ 2002-12-19 19:58:29 by jwe]
jwe
parents: 4229
diff changeset
2383 2002-12-19 John W. Eaton <jwe@bevo.che.wisc.edu>
1032fb9ec0d1 [project @ 2002-12-19 19:58:29 by jwe]
jwe
parents: 4229
diff changeset
2384
1032fb9ec0d1 [project @ 2002-12-19 19:58:29 by jwe]
jwe
parents: 4229
diff changeset
2385 * load-save.cc (read_mat_ascii_data): Allow commas to separate values.
4232
b032ebd54586 [project @ 2002-12-20 01:17:19 by jwe]
jwe
parents: 4231
diff changeset
2386 Try harder to convert filenames to valid identifiers in a
b032ebd54586 [project @ 2002-12-20 01:17:19 by jwe]
jwe
parents: 4231
diff changeset
2387 Matlab-compatible way.
4231
1032fb9ec0d1 [project @ 2002-12-19 19:58:29 by jwe]
jwe
parents: 4229
diff changeset
2388
4229
40153a2affd6 [project @ 2002-12-18 20:37:32 by jwe]
jwe
parents: 4224
diff changeset
2389 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu>
40153a2affd6 [project @ 2002-12-18 20:37:32 by jwe]
jwe
parents: 4224
diff changeset
2390
40153a2affd6 [project @ 2002-12-18 20:37:32 by jwe]
jwe
parents: 4224
diff changeset
2391 * Makefile.in: No need to add $(LIBKPATHSEA) to LINK_DEPS, since
40153a2affd6 [project @ 2002-12-18 20:37:32 by jwe]
jwe
parents: 4224
diff changeset
2392 it is not included in liboctave.
40153a2affd6 [project @ 2002-12-18 20:37:32 by jwe]
jwe
parents: 4224
diff changeset
2393
40153a2affd6 [project @ 2002-12-18 20:37:32 by jwe]
jwe
parents: 4224
diff changeset
2394 2002-12-18 JD Cole <jdcole@san.rr.com>
40153a2affd6 [project @ 2002-12-18 20:37:32 by jwe]
jwe
parents: 4224
diff changeset
2395
40153a2affd6 [project @ 2002-12-18 20:37:32 by jwe]
jwe
parents: 4224
diff changeset
2396 * pt-check.cc (tree_checker::visit_subplot_axes,
40153a2affd6 [project @ 2002-12-18 20:37:32 by jwe]
jwe
parents: 4224
diff changeset
2397 tree_checker::visit_do_until_command): New functions.
40153a2affd6 [project @ 2002-12-18 20:37:32 by jwe]
jwe
parents: 4224
diff changeset
2398 * pt-check.h: Provide decl.
40153a2affd6 [project @ 2002-12-18 20:37:32 by jwe]
jwe
parents: 4224
diff changeset
2399
4223
5ebaf7eee36e [project @ 2002-12-17 23:54:34 by jwe]
jwe
parents: 4219
diff changeset
2400 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu>
5ebaf7eee36e [project @ 2002-12-17 23:54:34 by jwe]
jwe
parents: 4219
diff changeset
2401
4224
0179e6309248 [project @ 2002-12-18 00:34:29 by jwe]
jwe
parents: 4223
diff changeset
2402 * variables.cc (Fclear): Fix off-by-one error.
0179e6309248 [project @ 2002-12-18 00:34:29 by jwe]
jwe
parents: 4223
diff changeset
2403
0179e6309248 [project @ 2002-12-18 00:34:29 by jwe]
jwe
parents: 4223
diff changeset
2404 * oct-stream.cc (octave_base_stream::do_gets): Correctly read
0179e6309248 [project @ 2002-12-18 00:34:29 by jwe]
jwe
parents: 4223
diff changeset
2405 last line of file even if it does not end with new line
0179e6309248 [project @ 2002-12-18 00:34:29 by jwe]
jwe
parents: 4223
diff changeset
2406 character.
0179e6309248 [project @ 2002-12-18 00:34:29 by jwe]
jwe
parents: 4223
diff changeset
2407
4223
5ebaf7eee36e [project @ 2002-12-17 23:54:34 by jwe]
jwe
parents: 4219
diff changeset
2408 * pt-select.cc (equal): Don't look up == op, just try it and see
5ebaf7eee36e [project @ 2002-12-17 23:54:34 by jwe]
jwe
parents: 4219
diff changeset
2409 whether it works.
5ebaf7eee36e [project @ 2002-12-17 23:54:34 by jwe]
jwe
parents: 4219
diff changeset
2410
5ebaf7eee36e [project @ 2002-12-17 23:54:34 by jwe]
jwe
parents: 4219
diff changeset
2411 * oct-stream.cc (printf_format_list::printf_format_list):
5ebaf7eee36e [project @ 2002-12-17 23:54:34 by jwe]
jwe
parents: 4219
diff changeset
2412 Handle empty format string.
5ebaf7eee36e [project @ 2002-12-17 23:54:34 by jwe]
jwe
parents: 4219
diff changeset
2413
4219
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2414 2002-12-06 John W. Eaton <jwe@bevo.che.wisc.edu>
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2415
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2416 * pt-mat.cc (class tm_row_const::tm_row_const_rep): Derive from
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2417 octave_base_list instead of SLList. Fix tm_row_const member
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2418 functions as needed, change all uses.
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2419 (class tm_const): Derive from octave_base_list, not SLList. Fix
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2420 member functions as needed, change all uses.
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2421 * pt-mat.h (class tree_matrix): Derive from octave_base_list
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2422 instead of including SLList object as data member. Fix member
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2423 functions as needed, change all uses.
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2424
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2425 * pt-idx.h (tree_index_expression::args,
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2426 tree_index_expression::arg_nm, tree_index_expression::dyn_field):
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2427 Now std::list, not SLList. Fix member functions as needed, change
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2428 all uses.
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2429
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2430 * oct-map.h (Octave_map::map): Now std::map instead of CHMap.
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2431 Fix member functions as needed, change all uses.
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2432
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2433 * oct-lvalue.h (octave_lvalue::idx): Now std::list instead of
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2434 SLList object. Fix member functions as needed, change all uses.
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2435
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2436 * dynamic-ld.cc (octave_shlib_list::lib_list): Now std::list
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2437 instead of DLList object. Fix member functions as needed, change
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2438 all uses.
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2439
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2440 * ov.h (octave_value::subsref, octave_value::subsasgn):
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2441 Index arg is not std::list, not SLList. Change all derived
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2442 classes, all uses.
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2443
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2444 * pt-stmt.h (tree_statement_list): Derive from base_octave_list
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2445 object instead of including SLList object as data member. Fix
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2446 member functions as needed, change all uses.
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2447 * pt-select.h (tree_switch_case_list): Likewise.
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2448 (tree_if_command_list): Likewise.
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2449 * pt-misc.h (tree_parameter_list, tree_return_list,
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2450 tree_va_return_list): Likewise.
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2451 * pt-plot.h (subplot_list): Likewise.
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2452 * pt-mat.h (tree_matrix): Likewise.
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2453 * pt-decl.h (tree_decl_init_list): Likewise.
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2454 * pt-arg-list.h (tree_argument_list): Likewise.
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2455 * comment-list.h (octave_comment_list): Likewise.
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2456
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2457 * BaseSLList.cc, DLList.cc, Map.cc, SLList.cc, SLStack.cc,
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2458 Stack.cc: Delete.
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2459 * Makefile.in (DIST_SRC): Delete them from the list.
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2460
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2461 * BaseSLList.h, DLList.h, Map.h, Pix.h, SLList.h, SLStack.h,
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2462 Stack.h: Delete
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2463 * Makefile.in (INCLUDES): Delete them from the list.
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2464
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2465 * Map-oct-obj.cc, SLList-expr.cc, SLList-misc.cc, SLList-plot.cc,
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2466 SLList-tc.cc, SLList-tm.cc: Delete.
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2467 * Makefile.in (TI_XSRC): Delete them from the list.
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2468
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2469 * ov-base-mat.cc (octave_base_matrix::assign): Pass
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2470 MT::resize_fill_value () as third arg for ::assign.
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2471
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2472 * Cell.h (Cell::resize_fill_value): Use empty Matrix object, not
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2473 undefined octave_value object.
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2474 (Cell::Cell (int, int, const octave_value&)): Use
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2475 resize_fill_value () as default value, not undefined octave_value
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2476 object.
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2477
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2478 2002-12-05 John W. Eaton <jwe@bevo.che.wisc.edu>
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2479
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2480 * Makefile.in (DEFUN_PATTERN): Make it work for DEFCMD too.
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2481
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2482 * base-list.h: New file.
23d06c9e1edd [project @ 2002-12-06 21:29:17 by jwe]
jwe
parents: 4218
diff changeset
2483
4216
e613ffa9f0e6 [project @ 2002-12-04 17:37:09 by jwe]
jwe
parents: 4215
diff changeset
2484 2002-12-04 John W. Eaton <jwe@bevo.che.wisc.edu>
e613ffa9f0e6 [project @ 2002-12-04 17:37:09 by jwe]
jwe
parents: 4215
diff changeset
2485
4218
4a392a01e51a [project @ 2002-12-05 04:43:20 by jwe]
jwe
parents: 4217
diff changeset
2486 * toplev.cc (octave_interpreter_ready): New global variable.
4a392a01e51a [project @ 2002-12-05 04:43:20 by jwe]
jwe
parents: 4217
diff changeset
2487 * toplev.h: Provide decl.
4a392a01e51a [project @ 2002-12-05 04:43:20 by jwe]
jwe
parents: 4217
diff changeset
2488
4a392a01e51a [project @ 2002-12-05 04:43:20 by jwe]
jwe
parents: 4217
diff changeset
2489 * octave.cc (octave_main): Call execute_default_pkg_add_files just
4a392a01e51a [project @ 2002-12-05 04:43:20 by jwe]
jwe
parents: 4217
diff changeset
2490 before executing startup files. Set octave_interpreter_ready to
4a392a01e51a [project @ 2002-12-05 04:43:20 by jwe]
jwe
parents: 4217
diff changeset
2491 true before calling execute_default_pkg_add_files.
4a392a01e51a [project @ 2002-12-05 04:43:20 by jwe]
jwe
parents: 4217
diff changeset
2492
4217
301cc4cf87e9 [project @ 2002-12-05 03:33:01 by jwe]
jwe
parents: 4216
diff changeset
2493 * defaults.cc (maybe_add_or_del_packages, default_load_path,
301cc4cf87e9 [project @ 2002-12-05 03:33:01 by jwe]
jwe
parents: 4216
diff changeset
2494 update_load_path_dir_path): New static functions.
301cc4cf87e9 [project @ 2002-12-05 03:33:01 by jwe]
jwe
parents: 4216
diff changeset
2495 (set_default_path, loadpath): Call update_load_path_dir_path.
301cc4cf87e9 [project @ 2002-12-05 03:33:01 by jwe]
jwe
parents: 4216
diff changeset
2496 (symbols_of_defaults): Use DEFVAR, not DEFCONST for DEFAULT_LOADPATH.
301cc4cf87e9 [project @ 2002-12-05 03:33:01 by jwe]
jwe
parents: 4216
diff changeset
2497 (execute_default_pkg_add_files): New function.
301cc4cf87e9 [project @ 2002-12-05 03:33:01 by jwe]
jwe
parents: 4216
diff changeset
2498 * defaults.h.in: Provide decl.
301cc4cf87e9 [project @ 2002-12-05 03:33:01 by jwe]
jwe
parents: 4216
diff changeset
2499
4216
e613ffa9f0e6 [project @ 2002-12-04 17:37:09 by jwe]
jwe
parents: 4215
diff changeset
2500 * utils.cc (search_path_for_all_files): New function.
e613ffa9f0e6 [project @ 2002-12-04 17:37:09 by jwe]
jwe
parents: 4215
diff changeset
2501 (Ffile_in_loadpath, Ffile_in_path): Allow search to return all
e613ffa9f0e6 [project @ 2002-12-04 17:37:09 by jwe]
jwe
parents: 4215
diff changeset
2502 files in the path.
e613ffa9f0e6 [project @ 2002-12-04 17:37:09 by jwe]
jwe
parents: 4215
diff changeset
2503
e613ffa9f0e6 [project @ 2002-12-04 17:37:09 by jwe]
jwe
parents: 4215
diff changeset
2504 * Cell.cc (Cell (const string_vector&)): New constructor.
e613ffa9f0e6 [project @ 2002-12-04 17:37:09 by jwe]
jwe
parents: 4215
diff changeset
2505
e613ffa9f0e6 [project @ 2002-12-04 17:37:09 by jwe]
jwe
parents: 4215
diff changeset
2506 * oct-obj.cc (octave_value_list::assign): Allow optional fill
e613ffa9f0e6 [project @ 2002-12-04 17:37:09 by jwe]
jwe
parents: 4215
diff changeset
2507 value for resizing.
e613ffa9f0e6 [project @ 2002-12-04 17:37:09 by jwe]
jwe
parents: 4215
diff changeset
2508 * oct-map.cc (Octave_map::assign): Pass fill_value in initial
e613ffa9f0e6 [project @ 2002-12-04 17:37:09 by jwe]
jwe
parents: 4215
diff changeset
2509 assignment too.
e613ffa9f0e6 [project @ 2002-12-04 17:37:09 by jwe]
jwe
parents: 4215
diff changeset
2510
4207
fa3482b34599 [project @ 2002-12-03 18:22:05 by jwe]
jwe
parents: 4200
diff changeset
2511 2002-12-03 John W. Eaton <jwe@bevo.che.wisc.edu>
fa3482b34599 [project @ 2002-12-03 18:22:05 by jwe]
jwe
parents: 4200
diff changeset
2512
4215
bc6059c5ddc7 [project @ 2002-12-04 05:21:08 by jwe]
jwe
parents: 4214
diff changeset
2513 * TEMPLATE-INST/Map-tc.cc, TEMPLATE-INST/Map-fnc.cc: Delete.
bc6059c5ddc7 [project @ 2002-12-04 05:21:08 by jwe]
jwe
parents: 4214
diff changeset
2514 * Makefile.in (TI_XSRC): Delete them from the list.
bc6059c5ddc7 [project @ 2002-12-04 05:21:08 by jwe]
jwe
parents: 4214
diff changeset
2515
bc6059c5ddc7 [project @ 2002-12-04 05:21:08 by jwe]
jwe
parents: 4214
diff changeset
2516 * fn-cache.h (octave_fcn_file_name_cache::cache): Now std::map,
bc6059c5ddc7 [project @ 2002-12-04 05:21:08 by jwe]
jwe
parents: 4214
diff changeset
2517 not CHMap.
bc6059c5ddc7 [project @ 2002-12-04 05:21:08 by jwe]
jwe
parents: 4214
diff changeset
2518
4214
b9317f3973ec [project @ 2002-12-04 04:57:01 by jwe]
jwe
parents: 4212
diff changeset
2519 * TEMPLATE-INST/SLStack-i.cc, TEMPLATE-INST/SLStack-ovl.cc,
b9317f3973ec [project @ 2002-12-04 04:57:01 by jwe]
jwe
parents: 4212
diff changeset
2520 TEMPLATE-INST/SLStack-pc.cc, TEMPLATE-INST/SLStack-str.cc,
b9317f3973ec [project @ 2002-12-04 04:57:01 by jwe]
jwe
parents: 4212
diff changeset
2521 TEMPLATE-INST/SLStack-sym.cc, TEMPLATE-INST/SLStack-tok.cc,
b9317f3973ec [project @ 2002-12-04 04:57:01 by jwe]
jwe
parents: 4212
diff changeset
2522 TEMPLATE-INST/SLStack-ue.cc, TEMPLATE-INST/SLStack-ui.cc:
b9317f3973ec [project @ 2002-12-04 04:57:01 by jwe]
jwe
parents: 4212
diff changeset
2523 Delete unnecessary files.
b9317f3973ec [project @ 2002-12-04 04:57:01 by jwe]
jwe
parents: 4212
diff changeset
2524 * Makefile.in (TI_XSRC): Delete them from the list.
b9317f3973ec [project @ 2002-12-04 04:57:01 by jwe]
jwe
parents: 4212
diff changeset
2525
b9317f3973ec [project @ 2002-12-04 04:57:01 by jwe]
jwe
parents: 4212
diff changeset
2526 * toplev.cc (octave_atexit_functions): Now std::stack, not SLStack.
b9317f3973ec [project @ 2002-12-04 04:57:01 by jwe]
jwe
parents: 4212
diff changeset
2527 * pt-plot.cc (tmp_files): Likewise.
b9317f3973ec [project @ 2002-12-04 04:57:01 by jwe]
jwe
parents: 4212
diff changeset
2528 * lex.l (token_stack): Likewise.
b9317f3973ec [project @ 2002-12-04 04:57:01 by jwe]
jwe
parents: 4212
diff changeset
2529 (class bracket_brace_paren_nesting_level): Make context a data
b9317f3973ec [project @ 2002-12-04 04:57:01 by jwe]
jwe
parents: 4212
diff changeset
2530 member instead of deriving from SLStack object.
b9317f3973ec [project @ 2002-12-04 04:57:01 by jwe]
jwe
parents: 4212
diff changeset
2531 Use std::stack instead of SLStack.
b9317f3973ec [project @ 2002-12-04 04:57:01 by jwe]
jwe
parents: 4212
diff changeset
2532 * ov-usr-fcn.h (octave_user_function::saved_args): Likewise.
b9317f3973ec [project @ 2002-12-04 04:57:01 by jwe]
jwe
parents: 4212
diff changeset
2533 * symtab.h (symbol_record::context): Likewise.
b9317f3973ec [project @ 2002-12-04 04:57:01 by jwe]
jwe
parents: 4212
diff changeset
2534 (symbol_record::global_link_context): Likewise.
b9317f3973ec [project @ 2002-12-04 04:57:01 by jwe]
jwe
parents: 4212
diff changeset
2535
b9317f3973ec [project @ 2002-12-04 04:57:01 by jwe]
jwe
parents: 4212
diff changeset
2536 * unwind-prot.h (unwind_protect::elt_list): Rename from list.
b9317f3973ec [project @ 2002-12-04 04:57:01 by jwe]
jwe
parents: 4212
diff changeset
2537 Now std::stack, not SLStack.
4212
8ad52ec4f374 [project @ 2002-12-04 03:50:45 by jwe]
jwe
parents: 4208
diff changeset
2538
8ad52ec4f374 [project @ 2002-12-04 03:50:45 by jwe]
jwe
parents: 4208
diff changeset
2539 * pt-stmt.h (tree_statement_list): Make list member data instead
8ad52ec4f374 [project @ 2002-12-04 03:50:45 by jwe]
jwe
parents: 4208
diff changeset
2540 of deriving from SLList object.
8ad52ec4f374 [project @ 2002-12-04 03:50:45 by jwe]
jwe
parents: 4208
diff changeset
2541 * pt-select.h (tree_switch_case_list): Likewise.
8ad52ec4f374 [project @ 2002-12-04 03:50:45 by jwe]
jwe
parents: 4208
diff changeset
2542 (tree_if_command_list): Likewise.
8ad52ec4f374 [project @ 2002-12-04 03:50:45 by jwe]
jwe
parents: 4208
diff changeset
2543 * pt-plot.h (subplot_list): Likewise.
8ad52ec4f374 [project @ 2002-12-04 03:50:45 by jwe]
jwe
parents: 4208
diff changeset
2544 * pt-mat.h (tree_matrix): Likewise.
8ad52ec4f374 [project @ 2002-12-04 03:50:45 by jwe]
jwe
parents: 4208
diff changeset
2545 * pt-decl.h (tree_decl_init_list): Likewise.
8ad52ec4f374 [project @ 2002-12-04 03:50:45 by jwe]
jwe
parents: 4208
diff changeset
2546 * pt-arg-list.h (tree_argument_list): Likewise.
8ad52ec4f374 [project @ 2002-12-04 03:50:45 by jwe]
jwe
parents: 4208
diff changeset
2547 * comment-list.h (octave_comment_list): Likewise.
8ad52ec4f374 [project @ 2002-12-04 03:50:45 by jwe]
jwe
parents: 4208
diff changeset
2548
4208
e96f52432059 [project @ 2002-12-03 19:48:57 by jwe]
jwe
parents: 4207
diff changeset
2549 * defun.h (DEFCMD): Rename from DEFUN_TEXT. Provide DEFUN_TEXT as
e96f52432059 [project @ 2002-12-03 19:48:57 by jwe]
jwe
parents: 4207
diff changeset
2550 an alias for DEFCMD. Change all uses.
e96f52432059 [project @ 2002-12-03 19:48:57 by jwe]
jwe
parents: 4207
diff changeset
2551
e96f52432059 [project @ 2002-12-03 19:48:57 by jwe]
jwe
parents: 4207
diff changeset
2552 * variables.cc (at_top_level): New function.
e96f52432059 [project @ 2002-12-03 19:48:57 by jwe]
jwe
parents: 4207
diff changeset
2553 (do_who, Fmark_as_command, Funmark_command): Use it.
e96f52432059 [project @ 2002-12-03 19:48:57 by jwe]
jwe
parents: 4207
diff changeset
2554
e96f52432059 [project @ 2002-12-03 19:48:57 by jwe]
jwe
parents: 4207
diff changeset
2555 * lex.l (COMMAND_START): Rename from TEXT_FCN. Change all uses.
e96f52432059 [project @ 2002-12-03 19:48:57 by jwe]
jwe
parents: 4207
diff changeset
2556 (MATRIX_START): Rename from MATRIX. Change all uses.
e96f52432059 [project @ 2002-12-03 19:48:57 by jwe]
jwe
parents: 4207
diff changeset
2557 * variables.cc (command_function_set): Rename from
e96f52432059 [project @ 2002-12-03 19:48:57 by jwe]
jwe
parents: 4207
diff changeset
2558 text_function_set.
e96f52432059 [project @ 2002-12-03 19:48:57 by jwe]
jwe
parents: 4207
diff changeset
2559 (mark_as_command): Rename from mark_as_text_function.
e96f52432059 [project @ 2002-12-03 19:48:57 by jwe]
jwe
parents: 4207
diff changeset
2560 (is_marked_as_command): Rename from is_marked_as_text_function.
e96f52432059 [project @ 2002-12-03 19:48:57 by jwe]
jwe
parents: 4207
diff changeset
2561 (Fmark_as_command): Rename from Fmark_as_text_function.
e96f52432059 [project @ 2002-12-03 19:48:57 by jwe]
jwe
parents: 4207
diff changeset
2562 (Funmark_command): Rename from Funmark_text_function.
e96f52432059 [project @ 2002-12-03 19:48:57 by jwe]
jwe
parents: 4207
diff changeset
2563 (is_command_name): Rename from is_text_function_name.
e96f52432059 [project @ 2002-12-03 19:48:57 by jwe]
jwe
parents: 4207
diff changeset
2564 * symtab.h (symbol_record::COMMAND): Rename from TEXT_FUNCTION.
e96f52432059 [project @ 2002-12-03 19:48:57 by jwe]
jwe
parents: 4207
diff changeset
2565 (symbol_record::mark_as_command): Rename from mark_as_text_function.
e96f52432059 [project @ 2002-12-03 19:48:57 by jwe]
jwe
parents: 4207
diff changeset
2566 (symbol_record::unmark_command): Rename from
e96f52432059 [project @ 2002-12-03 19:48:57 by jwe]
jwe
parents: 4207
diff changeset
2567 symbol_record::unmark_text_function.
e96f52432059 [project @ 2002-12-03 19:48:57 by jwe]
jwe
parents: 4207
diff changeset
2568 (symbol_record::is_command): Rename from
e96f52432059 [project @ 2002-12-03 19:48:57 by jwe]
jwe
parents: 4207
diff changeset
2569 symbol_record::is_text_function.
e96f52432059 [project @ 2002-12-03 19:48:57 by jwe]
jwe
parents: 4207
diff changeset
2570 (symbol_record::symbol_def::mark_as_command): Rename from
e96f52432059 [project @ 2002-12-03 19:48:57 by jwe]
jwe
parents: 4207
diff changeset
2571 symbol_record::symbol_def::mark_as_text_function.
e96f52432059 [project @ 2002-12-03 19:48:57 by jwe]
jwe
parents: 4207
diff changeset
2572 (symbol_record::symbol_def::unmark_command): Rename from
e96f52432059 [project @ 2002-12-03 19:48:57 by jwe]
jwe
parents: 4207
diff changeset
2573 symbol_record::symbol_def::unmark_text_function.
e96f52432059 [project @ 2002-12-03 19:48:57 by jwe]
jwe
parents: 4207
diff changeset
2574 (symbol_record::symbol_def::is_command): Rename from
e96f52432059 [project @ 2002-12-03 19:48:57 by jwe]
jwe
parents: 4207
diff changeset
2575 symbol_record::symbol_def::is_text_function.
e96f52432059 [project @ 2002-12-03 19:48:57 by jwe]
jwe
parents: 4207
diff changeset
2576
4207
fa3482b34599 [project @ 2002-12-03 18:22:05 by jwe]
jwe
parents: 4200
diff changeset
2577 * pt-jump.h, pt-jump.cc: Undo previous changes.
fa3482b34599 [project @ 2002-12-03 18:22:05 by jwe]
jwe
parents: 4200
diff changeset
2578 * parse.y: Undo previous changes for brea, continue, and return.
fa3482b34599 [project @ 2002-12-03 18:22:05 by jwe]
jwe
parents: 4200
diff changeset
2579
fa3482b34599 [project @ 2002-12-03 18:22:05 by jwe]
jwe
parents: 4200
diff changeset
2580 2002-11-25 John W. Eaton <jwe@bevo.che.wisc.edu>
fa3482b34599 [project @ 2002-12-03 18:22:05 by jwe]
jwe
parents: 4200
diff changeset
2581
fa3482b34599 [project @ 2002-12-03 18:22:05 by jwe]
jwe
parents: 4200
diff changeset
2582 * pt-stmt.cc (tree_statement::eval): Allow the lookup to execute
fa3482b34599 [project @ 2002-12-03 18:22:05 by jwe]
jwe
parents: 4200
diff changeset
2583 script files. If script file has been executed, don't bother to
fa3482b34599 [project @ 2002-12-03 18:22:05 by jwe]
jwe
parents: 4200
diff changeset
2584 call expr->rvalue ().
fa3482b34599 [project @ 2002-12-03 18:22:05 by jwe]
jwe
parents: 4200
diff changeset
2585
4200
1f04df06e1a6 [project @ 2002-11-22 16:25:49 by jwe]
jwe
parents: 4199
diff changeset
2586 2002-11-22 John W. Eaton <jwe@bevo.che.wisc.edu>
1f04df06e1a6 [project @ 2002-11-22 16:25:49 by jwe]
jwe
parents: 4199
diff changeset
2587
4207
fa3482b34599 [project @ 2002-12-03 18:22:05 by jwe]
jwe
parents: 4200
diff changeset
2588 * Makefile.in (OCTINTERP_LINK_DEPS): Include $(FLIBS) in
fa3482b34599 [project @ 2002-12-03 18:22:05 by jwe]
jwe
parents: 4200
diff changeset
2589 OCTINTERP_LINK_DEPS.
fa3482b34599 [project @ 2002-12-03 18:22:05 by jwe]
jwe
parents: 4200
diff changeset
2590
fa3482b34599 [project @ 2002-12-03 18:22:05 by jwe]
jwe
parents: 4200
diff changeset
2591 * variables.cc (text_function_set): New static data.
fa3482b34599 [project @ 2002-12-03 18:22:05 by jwe]
jwe
parents: 4200
diff changeset
2592 (mark_as_text_function, unmark_text_function,
fa3482b34599 [project @ 2002-12-03 18:22:05 by jwe]
jwe
parents: 4200
diff changeset
2593 is_marked_as_text_function, Fmark_as_text_function,
fa3482b34599 [project @ 2002-12-03 18:22:05 by jwe]
jwe
parents: 4200
diff changeset
2594 Funmark_text_function): New functions.
fa3482b34599 [project @ 2002-12-03 18:22:05 by jwe]
jwe
parents: 4200
diff changeset
2595 (is_text_function_name): Handle functions marked as text functions
fa3482b34599 [project @ 2002-12-03 18:22:05 by jwe]
jwe
parents: 4200
diff changeset
2596 in special list, not just those marked in the symbol record.
fa3482b34599 [project @ 2002-12-03 18:22:05 by jwe]
jwe
parents: 4200
diff changeset
2597 * symtab.h (symbol_record::mark_as_text_function,
fa3482b34599 [project @ 2002-12-03 18:22:05 by jwe]
jwe
parents: 4200
diff changeset
2598 symbol_record::unmark_text_function,
fa3482b34599 [project @ 2002-12-03 18:22:05 by jwe]
jwe
parents: 4200
diff changeset
2599 symbol_record::symbol_def::mark_as_text_function,
fa3482b34599 [project @ 2002-12-03 18:22:05 by jwe]
jwe
parents: 4200
diff changeset
2600 symbol_record::symbol_def::unmark_text_function): New functions.
fa3482b34599 [project @ 2002-12-03 18:22:05 by jwe]
jwe
parents: 4200
diff changeset
2601
4200
1f04df06e1a6 [project @ 2002-11-22 16:25:49 by jwe]
jwe
parents: 4199
diff changeset
2602 * oct-map.h (Octave_map::rows, Octave_map::columns): New functions.
1f04df06e1a6 [project @ 2002-11-22 16:25:49 by jwe]
jwe
parents: 4199
diff changeset
2603 * ov-struct.h (octave_struct::rows, octave_struct::columns,
1f04df06e1a6 [project @ 2002-11-22 16:25:49 by jwe]
jwe
parents: 4199
diff changeset
2604 octave_struct::length): New functions.
1f04df06e1a6 [project @ 2002-11-22 16:25:49 by jwe]
jwe
parents: 4199
diff changeset
2605
4197
40f76ce7a051 [project @ 2002-11-21 18:56:25 by jwe]
jwe
parents: 4194
diff changeset
2606 2002-11-21 John W. Eaton <jwe@bevo.che.wisc.edu>
40f76ce7a051 [project @ 2002-11-21 18:56:25 by jwe]
jwe
parents: 4194
diff changeset
2607
4199
35ec3b95a3ca [project @ 2002-11-21 20:47:49 by jwe]
jwe
parents: 4197
diff changeset
2608 * oct-conf.h.in (OCTAVE_CONF_MKOCTFILE_SH_LDFLAGS): New macro.
35ec3b95a3ca [project @ 2002-11-21 20:47:49 by jwe]
jwe
parents: 4197
diff changeset
2609 * toplev.cc (octave_config_info): Add it to the struct.
35ec3b95a3ca [project @ 2002-11-21 20:47:49 by jwe]
jwe
parents: 4197
diff changeset
2610
35ec3b95a3ca [project @ 2002-11-21 20:47:49 by jwe]
jwe
parents: 4197
diff changeset
2611 * lex.l (<TEXT_FCN>): If yytext begins with # or %, don't
35ec3b95a3ca [project @ 2002-11-21 20:47:49 by jwe]
jwe
parents: 4197
diff changeset
2612 recognize it as a string.
35ec3b95a3ca [project @ 2002-11-21 20:47:49 by jwe]
jwe
parents: 4197
diff changeset
2613
4197
40f76ce7a051 [project @ 2002-11-21 18:56:25 by jwe]
jwe
parents: 4194
diff changeset
2614 * oct-map.h (Octave_map::operator[]): New const version.
40f76ce7a051 [project @ 2002-11-21 18:56:25 by jwe]
jwe
parents: 4194
diff changeset
2615 * oct-map.cc (equiv_keys): New function.
40f76ce7a051 [project @ 2002-11-21 18:56:25 by jwe]
jwe
parents: 4194
diff changeset
2616 (assign (const idx_vector&, const Octave_map&)): New function.
40f76ce7a051 [project @ 2002-11-21 18:56:25 by jwe]
jwe
parents: 4194
diff changeset
2617 * ov-struct.cc (octave_struct::subsasgn): Use it.
40f76ce7a051 [project @ 2002-11-21 18:56:25 by jwe]
jwe
parents: 4194
diff changeset
2618
4192
5719210fff4c [project @ 2002-11-20 16:56:47 by jwe]
jwe
parents: 4189
diff changeset
2619 2002-11-20 John W. Eaton <jwe@bevo.che.wisc.edu>
5719210fff4c [project @ 2002-11-20 16:56:47 by jwe]
jwe
parents: 4189
diff changeset
2620
4194
54fe7750d8c7 [project @ 2002-11-20 19:01:50 by jwe]
jwe
parents: 4192
diff changeset
2621 * version.h (OCTAVE_VERSION): Now 2.1.40.
54fe7750d8c7 [project @ 2002-11-20 19:01:50 by jwe]
jwe
parents: 4192
diff changeset
2622
4192
5719210fff4c [project @ 2002-11-20 16:56:47 by jwe]
jwe
parents: 4189
diff changeset
2623 * p-b-b.cc, op-bm-bm.cc, op-chm.cc, op-cm-cm.cc, op-cm-cs.cc,
5719210fff4c [project @ 2002-11-20 16:56:47 by jwe]
jwe
parents: 4189
diff changeset
2624 op-cm-m.cc, op-cm-s.cc, op-cs-cm.cc, op-cs-cs.cc, op-cs-m.cc,
5719210fff4c [project @ 2002-11-20 16:56:47 by jwe]
jwe
parents: 4189
diff changeset
2625 op-cs-s.cc, op-fil-b.cc, op-fil-bm.cc, op-fil-cm.cc, op-fil-cs.cc,
5719210fff4c [project @ 2002-11-20 16:56:47 by jwe]
jwe
parents: 4189
diff changeset
2626 op-fil-lis.cc, op-fil-m.cc, op-fil-rec.cc, op-fil-s.cc,
5719210fff4c [project @ 2002-11-20 16:56:47 by jwe]
jwe
parents: 4189
diff changeset
2627 op-fil-str.cc, op-list.cc, op-m-cm.cc, op-m-cs.cc, op-m-m.cc,
5719210fff4c [project @ 2002-11-20 16:56:47 by jwe]
jwe
parents: 4189
diff changeset
2628 op-m-s.cc, op-range.cc, op-s-cm.cc, op-s-cs.cc, op-s-m.cc,
5719210fff4c [project @ 2002-11-20 16:56:47 by jwe]
jwe
parents: 4189
diff changeset
2629 op-s-s.cc, op-str-str.cc, op-bm-b.cc, op-cell.cc, BaseSLList.cc,
5719210fff4c [project @ 2002-11-20 16:56:47 by jwe]
jwe
parents: 4189
diff changeset
2630 BaseSLList.h, ChangeLog, Map.cc, Map.h, SLList.cc, SLList.h,
5719210fff4c [project @ 2002-11-20 16:56:47 by jwe]
jwe
parents: 4189
diff changeset
2631 SLStack.cc, SLStack.h, Stack.cc, Stack.h, oct-map.cc, oct-map.h,
5719210fff4c [project @ 2002-11-20 16:56:47 by jwe]
jwe
parents: 4189
diff changeset
2632 oct-obj.cc, oct-obj.h, c-file-ptr-stream.cc, c-file-ptr-stream.h,
5719210fff4c [project @ 2002-11-20 16:56:47 by jwe]
jwe
parents: 4189
diff changeset
2633 ov-base-mat.cc, ov-base-scalar.cc, ov-base-scalar.h, ov-base.cc,
5719210fff4c [project @ 2002-11-20 16:56:47 by jwe]
jwe
parents: 4189
diff changeset
2634 ov-base.h, ov-bool-mat.cc, ov-bool-mat.h, ov-bool.cc, ov-bool.h,
5719210fff4c [project @ 2002-11-20 16:56:47 by jwe]
jwe
parents: 4189
diff changeset
2635 ov-builtin.cc, ov-builtin.h, ov-ch-mat.cc, ov-ch-mat.h,
5719210fff4c [project @ 2002-11-20 16:56:47 by jwe]
jwe
parents: 4189
diff changeset
2636 ov-colon.cc, ov-complex.cc, ov-complex.h, ov.h, ov-cx-mat.cc,
5719210fff4c [project @ 2002-11-20 16:56:47 by jwe]
jwe
parents: 4189
diff changeset
2637 ov-cx-mat.h, ov-fcn.cc, ov-fcn.h, ov-file.cc, ov-file.h,
5719210fff4c [project @ 2002-11-20 16:56:47 by jwe]
jwe
parents: 4189
diff changeset
2638 ov-list.cc, ov-list.h, ov-mapper.cc, ov-mapper.h, ov-range.cc,
5719210fff4c [project @ 2002-11-20 16:56:47 by jwe]
jwe
parents: 4189
diff changeset
2639 ov-range.h, ov-re-mat.cc, ov-re-mat.h, ov-scalar.cc, ov-scalar.h,
5719210fff4c [project @ 2002-11-20 16:56:47 by jwe]
jwe
parents: 4189
diff changeset
2640 ov-str-mat.cc, ov-str-mat.h, ov-struct.cc, ov-struct.h,
5719210fff4c [project @ 2002-11-20 16:56:47 by jwe]
jwe
parents: 4189
diff changeset
2641 ov-typeinfo.cc, ov-typeinfo.h, ov-usr-fcn.cc, ov-usr-fcn.h,
5719210fff4c [project @ 2002-11-20 16:56:47 by jwe]
jwe
parents: 4189
diff changeset
2642 ov-va-args.cc, ov.cc, ov-base-mat.h, procstream.cc, procstream.h,
5719210fff4c [project @ 2002-11-20 16:56:47 by jwe]
jwe
parents: 4189
diff changeset
2643 pt-arg-list.cc, pt-arg-list.h, pt-binop.cc, pt-binop.h,
5719210fff4c [project @ 2002-11-20 16:56:47 by jwe]
jwe
parents: 4189
diff changeset
2644 pt-check.cc, pt-check.h, pt-cmd.cc, pt-cmd.h, pt-colon.cc,
5719210fff4c [project @ 2002-11-20 16:56:47 by jwe]
jwe
parents: 4189
diff changeset
2645 pt-colon.h, pt-const.cc, pt-const.h, pt-decl.cc, pt-decl.h,
5719210fff4c [project @ 2002-11-20 16:56:47 by jwe]
jwe
parents: 4189
diff changeset
2646 pt-except.cc, pt-except.h, pt-exp.cc, pt-exp.h, pt-id.cc, pt-id.h,
5719210fff4c [project @ 2002-11-20 16:56:47 by jwe]
jwe
parents: 4189
diff changeset
2647 pt-idx.cc, pt-idx.h, pt-jump.cc, pt-jump.h, pt-loop.cc, pt-loop.h,
5719210fff4c [project @ 2002-11-20 16:56:47 by jwe]
jwe
parents: 4189
diff changeset
2648 pt-mat.cc, pt-mat.h, pt-misc.cc, pt-misc.h, pt-pr-code.cc,
5719210fff4c [project @ 2002-11-20 16:56:47 by jwe]
jwe
parents: 4189
diff changeset
2649 pt-pr-code.h, pt-select.cc, pt-select.h, pt-stmt.cc, pt-stmt.h,
5719210fff4c [project @ 2002-11-20 16:56:47 by jwe]
jwe
parents: 4189
diff changeset
2650 pt-unop.cc, pt-unop.h, pt.cc, pt.h, symtab.h, token.cc, token.h,
5719210fff4c [project @ 2002-11-20 16:56:47 by jwe]
jwe
parents: 4189
diff changeset
2651 unwind-prot.cc, unwind-prot.h, ov-base-nd-array.cc,
5719210fff4c [project @ 2002-11-20 16:56:47 by jwe]
jwe
parents: 4189
diff changeset
2652 ov-re-nd-array.h, ov-re-nd-array.cc, ov-base-nd-array.h,
5719210fff4c [project @ 2002-11-20 16:56:47 by jwe]
jwe
parents: 4189
diff changeset
2653 comment-list.h, comment-list.cc, DLList.cc, DLList.h,
5719210fff4c [project @ 2002-11-20 16:56:47 by jwe]
jwe
parents: 4189
diff changeset
2654 ov-dld-fcn.h, ov-dld-fcn.cc, Cell.cc, Cell.h, pt-cell.h,
5719210fff4c [project @ 2002-11-20 16:56:47 by jwe]
jwe
parents: 4189
diff changeset
2655 pt-cell.cc, ov-cell.h, ov-cell.cc, pt-plot.cc, pt-plot.h,
5719210fff4c [project @ 2002-11-20 16:56:47 by jwe]
jwe
parents: 4189
diff changeset
2656 pt-assign.cc, pt-assign.h, pt-bp.cc, pt-bp.h, symtab.cc,
5719210fff4c [project @ 2002-11-20 16:56:47 by jwe]
jwe
parents: 4189
diff changeset
2657 ov-cs-list.h, ov-cs-list.cc:
5719210fff4c [project @ 2002-11-20 16:56:47 by jwe]
jwe
parents: 4189
diff changeset
2658 Use "defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION)" instead of
5719210fff4c [project @ 2002-11-20 16:56:47 by jwe]
jwe
parents: 4189
diff changeset
2659 "! defined (NO_PRAGMA_INTERFACE_IMPLEMENTATION)".
5719210fff4c [project @ 2002-11-20 16:56:47 by jwe]
jwe
parents: 4189
diff changeset
2660
5719210fff4c [project @ 2002-11-20 16:56:47 by jwe]
jwe
parents: 4189
diff changeset
2661 2002-11-19 John W. Eaton <jwe@bevo.che.wisc.edu>
4189
047d21dd1890 [project @ 2002-11-19 21:08:57 by jwe]
jwe
parents: 4187
diff changeset
2662
047d21dd1890 [project @ 2002-11-19 21:08:57 by jwe]
jwe
parents: 4187
diff changeset
2663 * oct-obj.h (octave_value_list::~octave_value_list): New function.
047d21dd1890 [project @ 2002-11-19 21:08:57 by jwe]
jwe
parents: 4187
diff changeset
2664
4187
dda53b247bc8 [project @ 2002-11-19 18:54:58 by jwe]
jwe
parents: 4186
diff changeset
2665 2002-11-19 John W. Eaton <jwe@bevo.che.wisc.edu>
dda53b247bc8 [project @ 2002-11-19 18:54:58 by jwe]
jwe
parents: 4186
diff changeset
2666
dda53b247bc8 [project @ 2002-11-19 18:54:58 by jwe]
jwe
parents: 4186
diff changeset
2667 * DLD-FUNCTIONS/odessa.cc (odessa_user_j): Put T in args(1), not
dda53b247bc8 [project @ 2002-11-19 18:54:58 by jwe]
jwe
parents: 4186
diff changeset
2668 args(0).
dda53b247bc8 [project @ 2002-11-19 18:54:58 by jwe]
jwe
parents: 4186
diff changeset
2669
4186
bf9c5ca4c3f3 [project @ 2002-11-19 00:33:40 by jwe]
jwe
parents: 4185
diff changeset
2670 2002-11-18 John W. Eaton <jwe@bevo.che.wisc.edu>
bf9c5ca4c3f3 [project @ 2002-11-19 00:33:40 by jwe]
jwe
parents: 4185
diff changeset
2671
bf9c5ca4c3f3 [project @ 2002-11-19 00:33:40 by jwe]
jwe
parents: 4185
diff changeset
2672 * parse.y (symtab_context): Now extern.
bf9c5ca4c3f3 [project @ 2002-11-19 00:33:40 by jwe]
jwe
parents: 4185
diff changeset
2673 * parse.h: Provide decl.
bf9c5ca4c3f3 [project @ 2002-11-19 00:33:40 by jwe]
jwe
parents: 4185
diff changeset
2674 * lex.l (reset_parser): Set it to 0.
bf9c5ca4c3f3 [project @ 2002-11-19 00:33:40 by jwe]
jwe
parents: 4185
diff changeset
2675
4181
dd2abf428f5d [project @ 2002-11-15 18:33:41 by jwe]
jwe
parents: 4180
diff changeset
2676 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu>
dd2abf428f5d [project @ 2002-11-15 18:33:41 by jwe]
jwe
parents: 4180
diff changeset
2677
4185
8f6d418d31c3 [project @ 2002-11-15 23:22:03 by jwe]
jwe
parents: 4182
diff changeset
2678 * pt-bp.cc (octave_debug_on_interrupt_state): New global variable.
8f6d418d31c3 [project @ 2002-11-15 23:22:03 by jwe]
jwe
parents: 4182
diff changeset
2679 * pt-bp.h: Provide decl.
8f6d418d31c3 [project @ 2002-11-15 23:22:03 by jwe]
jwe
parents: 4182
diff changeset
2680 (MAYBE_DO_BREAKPOINT): Check it.
8f6d418d31c3 [project @ 2002-11-15 23:22:03 by jwe]
jwe
parents: 4182
diff changeset
2681
8f6d418d31c3 [project @ 2002-11-15 23:22:03 by jwe]
jwe
parents: 4182
diff changeset
2682 * sighandlers.cc (sigint_handler): Handle debug_on_interrupt.
8f6d418d31c3 [project @ 2002-11-15 23:22:03 by jwe]
jwe
parents: 4182
diff changeset
2683 (Vdebug_on_interrupt): New static variable.
8f6d418d31c3 [project @ 2002-11-15 23:22:03 by jwe]
jwe
parents: 4182
diff changeset
2684 (symbols_of_sighandlers): New function. DEFVAR Vdebug_on_interrupt.
8f6d418d31c3 [project @ 2002-11-15 23:22:03 by jwe]
jwe
parents: 4182
diff changeset
2685 (debug_on_interrupt): New function.
8f6d418d31c3 [project @ 2002-11-15 23:22:03 by jwe]
jwe
parents: 4182
diff changeset
2686
4182
4d1d7c51205c [project @ 2002-11-15 20:33:47 by jwe]
jwe
parents: 4181
diff changeset
2687 * lex.h (YY_FATAL_ERROR): Use OCTAVE_QUIT here.
4d1d7c51205c [project @ 2002-11-15 20:33:47 by jwe]
jwe
parents: 4181
diff changeset
2688
4d1d7c51205c [project @ 2002-11-15 20:33:47 by jwe]
jwe
parents: 4181
diff changeset
2689 * utils.cc (toplevel): Delete variable.
4d1d7c51205c [project @ 2002-11-15 20:33:47 by jwe]
jwe
parents: 4181
diff changeset
2690
4181
dd2abf428f5d [project @ 2002-11-15 18:33:41 by jwe]
jwe
parents: 4180
diff changeset
2691 * sighandlers.cc (OCTAVE_MEMORY_EXHAUSTED_ERROR): Delete.
dd2abf428f5d [project @ 2002-11-15 18:33:41 by jwe]
jwe
parents: 4180
diff changeset
2692
4180
84fe3ca3a246 [project @ 2002-11-15 04:47:01 by jwe]
jwe
parents: 4179
diff changeset
2693 2002-11-14 John W. Eaton <jwe@bevo.che.wisc.edu>
84fe3ca3a246 [project @ 2002-11-15 04:47:01 by jwe]
jwe
parents: 4179
diff changeset
2694
84fe3ca3a246 [project @ 2002-11-15 04:47:01 by jwe]
jwe
parents: 4179
diff changeset
2695 * sighandlers.cc (octave_new_handler): Delete.
84fe3ca3a246 [project @ 2002-11-15 04:47:01 by jwe]
jwe
parents: 4179
diff changeset
2696 (install_signal_handlers): Don't call set_new_handler.
84fe3ca3a246 [project @ 2002-11-15 04:47:01 by jwe]
jwe
parents: 4179
diff changeset
2697 * toplev.cc (main_loop): Handle bad_alloc exception here.
84fe3ca3a246 [project @ 2002-11-15 04:47:01 by jwe]
jwe
parents: 4179
diff changeset
2698
84fe3ca3a246 [project @ 2002-11-15 04:47:01 by jwe]
jwe
parents: 4179
diff changeset
2699 * sighandlers.cc (octave_new_handler): Allow return after
84fe3ca3a246 [project @ 2002-11-15 04:47:01 by jwe]
jwe
parents: 4179
diff changeset
2700 OCTAVE_JUMP_TO_TOP_LEVEL.
84fe3ca3a246 [project @ 2002-11-15 04:47:01 by jwe]
jwe
parents: 4179
diff changeset
2701 (sigfpe_handler): Likewise.
84fe3ca3a246 [project @ 2002-11-15 04:47:01 by jwe]
jwe
parents: 4179
diff changeset
2702
4179
8734ba917fea [project @ 2002-11-14 04:31:19 by jwe]
jwe
parents: 4173
diff changeset
2703 2002-11-13 John W. Eaton <jwe@bevo.che.wisc.edu>
8734ba917fea [project @ 2002-11-14 04:31:19 by jwe]
jwe
parents: 4173
diff changeset
2704
8734ba917fea [project @ 2002-11-14 04:31:19 by jwe]
jwe
parents: 4173
diff changeset
2705 * variables.cc (is_variable): New static function.
8734ba917fea [project @ 2002-11-14 04:31:19 by jwe]
jwe
parents: 4173
diff changeset
2706 (generate_struct_completions): Only evaluate objects that look
8734ba917fea [project @ 2002-11-14 04:31:19 by jwe]
jwe
parents: 4173
diff changeset
2707 like variables.
8734ba917fea [project @ 2002-11-14 04:31:19 by jwe]
jwe
parents: 4173
diff changeset
2708
4171
04694e5b4239 [project @ 2002-11-12 20:27:24 by jwe]
jwe
parents: 4170
diff changeset
2709 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu>
04694e5b4239 [project @ 2002-11-12 20:27:24 by jwe]
jwe
parents: 4170
diff changeset
2710
4173
2aea727f516f [project @ 2002-11-12 23:05:40 by jwe]
jwe
parents: 4172
diff changeset
2711 * pt-jump.h, pt-jump.cc (tree_break_expression,
2aea727f516f [project @ 2002-11-12 23:05:40 by jwe]
jwe
parents: 4172
diff changeset
2712 tree_continue_expression, tree_return_expression): Rename from
2aea727f516f [project @ 2002-11-12 23:05:40 by jwe]
jwe
parents: 4172
diff changeset
2713 tree_break_command, tree_continue_command, tree_return_command.
2aea727f516f [project @ 2002-11-12 23:05:40 by jwe]
jwe
parents: 4172
diff changeset
2714 Implement as expressions that return TRUE instead of commands.
2aea727f516f [project @ 2002-11-12 23:05:40 by jwe]
jwe
parents: 4172
diff changeset
2715 Change all uses.
2aea727f516f [project @ 2002-11-12 23:05:40 by jwe]
jwe
parents: 4172
diff changeset
2716 * parse.y (make_break_expression, make_continue_expression,
2aea727f516f [project @ 2002-11-12 23:05:40 by jwe]
jwe
parents: 4172
diff changeset
2717 make_return_expression): Rename from make_break_command,
2aea727f516f [project @ 2002-11-12 23:05:40 by jwe]
jwe
parents: 4172
diff changeset
2718 make_continue_command, make_return_command. Change all uses.
2aea727f516f [project @ 2002-11-12 23:05:40 by jwe]
jwe
parents: 4172
diff changeset
2719 (jump_expr): Rename from jump_command, type is now expression.
2aea727f516f [project @ 2002-11-12 23:05:40 by jwe]
jwe
parents: 4172
diff changeset
2720 Use in simple_expr, not command.
2aea727f516f [project @ 2002-11-12 23:05:40 by jwe]
jwe
parents: 4172
diff changeset
2721
4172
2e94b2abfe6d [project @ 2002-11-12 21:14:04 by jwe]
jwe
parents: 4171
diff changeset
2722 * toplev.cc (octave_initialized): New global variable.
2e94b2abfe6d [project @ 2002-11-12 21:14:04 by jwe]
jwe
parents: 4171
diff changeset
2723 (main_loop): Set it to true here.
2e94b2abfe6d [project @ 2002-11-12 21:14:04 by jwe]
jwe
parents: 4171
diff changeset
2724 * sighandlers.cc (sigint_handler): Exit immediately if we have not
2e94b2abfe6d [project @ 2002-11-12 21:14:04 by jwe]
jwe
parents: 4171
diff changeset
2725 finished init process.
2e94b2abfe6d [project @ 2002-11-12 21:14:04 by jwe]
jwe
parents: 4171
diff changeset
2726
4171
04694e5b4239 [project @ 2002-11-12 20:27:24 by jwe]
jwe
parents: 4170
diff changeset
2727 * load-save.cc (extract_keyword): Return std::string, not char *.
04694e5b4239 [project @ 2002-11-12 20:27:24 by jwe]
jwe
parents: 4170
diff changeset
2728 Change all uses.
04694e5b4239 [project @ 2002-11-12 20:27:24 by jwe]
jwe
parents: 4170
diff changeset
2729 (read_ascii_data): Likewise.
04694e5b4239 [project @ 2002-11-12 20:27:24 by jwe]
jwe
parents: 4170
diff changeset
2730 (read_binary_data): Likewise.
04694e5b4239 [project @ 2002-11-12 20:27:24 by jwe]
jwe
parents: 4170
diff changeset
2731 (read_hdf5_data): Likewise.
04694e5b4239 [project @ 2002-11-12 20:27:24 by jwe]
jwe
parents: 4170
diff changeset
2732 (read_mat_ascii_data): Likewise.
04694e5b4239 [project @ 2002-11-12 20:27:24 by jwe]
jwe
parents: 4170
diff changeset
2733 (read_mat_binary_data): Likewise.
04694e5b4239 [project @ 2002-11-12 20:27:24 by jwe]
jwe
parents: 4170
diff changeset
2734 (do_load): Name and doc are now std::string objects, not char *.
04694e5b4239 [project @ 2002-11-12 20:27:24 by jwe]
jwe
parents: 4170
diff changeset
2735 (install_loaded_variable): Likewise.
04694e5b4239 [project @ 2002-11-12 20:27:24 by jwe]
jwe
parents: 4170
diff changeset
2736 (read_hdf5_data): Doc is now std::string object, not char *&.
04694e5b4239 [project @ 2002-11-12 20:27:24 by jwe]
jwe
parents: 4170
diff changeset
2737 (read_mat_ascii_data): Call OCTAVE_QUIT in strategic locations.
04694e5b4239 [project @ 2002-11-12 20:27:24 by jwe]
jwe
parents: 4170
diff changeset
2738 (get_lines_and_columns): Likewise.
04694e5b4239 [project @ 2002-11-12 20:27:24 by jwe]
jwe
parents: 4170
diff changeset
2739
04694e5b4239 [project @ 2002-11-12 20:27:24 by jwe]
jwe
parents: 4170
diff changeset
2740 * toplev.cc (main_loop): Call OCTAVE_QUIT after executing command.
04694e5b4239 [project @ 2002-11-12 20:27:24 by jwe]
jwe
parents: 4170
diff changeset
2741 * parse.y (parse_and_execute (FILE *)): Likewise.
04694e5b4239 [project @ 2002-11-12 20:27:24 by jwe]
jwe
parents: 4170
diff changeset
2742
4170
8b1da831dfeb [project @ 2002-11-12 17:06:19 by jwe]
jwe
parents: 4166
diff changeset
2743 2002-11-12 Joseph P. Skudlarek <jskud@jskud.com>
8b1da831dfeb [project @ 2002-11-12 17:06:19 by jwe]
jwe
parents: 4166
diff changeset
2744
8b1da831dfeb [project @ 2002-11-12 17:06:19 by jwe]
jwe
parents: 4166
diff changeset
2745 * input.cc (match_sans_spaces_semi): Rename from match_sans_spaces.
8b1da831dfeb [project @ 2002-11-12 17:06:19 by jwe]
jwe
parents: 4166
diff changeset
2746 Ignore trailing semicolons too. Change all callers.
8b1da831dfeb [project @ 2002-11-12 17:06:19 by jwe]
jwe
parents: 4166
diff changeset
2747
4164
67ef87a80c49 [project @ 2002-11-11 18:10:44 by jwe]
jwe
parents: 4160
diff changeset
2748 2002-11-11 John W. Eaton <jwe@bevo.che.wisc.edu>
67ef87a80c49 [project @ 2002-11-11 18:10:44 by jwe]
jwe
parents: 4160
diff changeset
2749
4166
1297e388830f [project @ 2002-11-12 00:27:09 by jwe]
jwe
parents: 4165
diff changeset
2750 * octave.gperf: Allow "persistent" as a synonym for static.
1297e388830f [project @ 2002-11-12 00:27:09 by jwe]
jwe
parents: 4165
diff changeset
2751
4165
e05de825dbd6 [project @ 2002-11-11 23:25:48 by jwe]
jwe
parents: 4164
diff changeset
2752 * defun-int.h (DEFUN_MAPPER_INTERNAL): Don't forget doc string
e05de825dbd6 [project @ 2002-11-11 23:25:48 by jwe]
jwe
parents: 4164
diff changeset
2753 when creating octave_mapper object.
e05de825dbd6 [project @ 2002-11-11 23:25:48 by jwe]
jwe
parents: 4164
diff changeset
2754
4164
67ef87a80c49 [project @ 2002-11-11 18:10:44 by jwe]
jwe
parents: 4160
diff changeset
2755 * sysdep.cc (BSD_init): Avoid failure if FP_X_DNML is not defined.
67ef87a80c49 [project @ 2002-11-11 18:10:44 by jwe]
jwe
parents: 4160
diff changeset
2756
4160
b822bfbb2277 [project @ 2002-11-08 19:51:03 by jwe]
jwe
parents: 4159
diff changeset
2757 2002-11-08 John W. Eaton <jwe@bevo.che.wisc.edu>
b822bfbb2277 [project @ 2002-11-08 19:51:03 by jwe]
jwe
parents: 4159
diff changeset
2758
b822bfbb2277 [project @ 2002-11-08 19:51:03 by jwe]
jwe
parents: 4159
diff changeset
2759 * cutils.c: Be sure to always return buf.
b822bfbb2277 [project @ 2002-11-08 19:51:03 by jwe]
jwe
parents: 4159
diff changeset
2760
b822bfbb2277 [project @ 2002-11-08 19:51:03 by jwe]
jwe
parents: 4159
diff changeset
2761 Undo previous vnprintf changes. The portable snprintf I found
b822bfbb2277 [project @ 2002-11-08 19:51:03 by jwe]
jwe
parents: 4159
diff changeset
2762 does not handle floating point conversions...
b822bfbb2277 [project @ 2002-11-08 19:51:03 by jwe]
jwe
parents: 4159
diff changeset
2763
4155
61fba034b13b [project @ 2002-11-07 18:46:13 by jwe]
jwe
parents: 4153
diff changeset
2764 2002-11-07 John W. Eaton <jwe@bevo.che.wisc.edu>
61fba034b13b [project @ 2002-11-07 18:46:13 by jwe]
jwe
parents: 4153
diff changeset
2765
4159
e9e2055ad0af [project @ 2002-11-08 03:27:35 by jwe]
jwe
parents: 4157
diff changeset
2766 * Makefile.in (liboctinterp.$(LIBEXT)): Include $(XERBLA) here.
e9e2055ad0af [project @ 2002-11-08 03:27:35 by jwe]
jwe
parents: 4157
diff changeset
2767 (octave.$(EXEEXT)): Not here.
e9e2055ad0af [project @ 2002-11-08 03:27:35 by jwe]
jwe
parents: 4157
diff changeset
2768 (liboctinterp.$(SHLEXT)): Include $(PIC_XERBLA) here.
e9e2055ad0af [project @ 2002-11-08 03:27:35 by jwe]
jwe
parents: 4157
diff changeset
2769
4157
ce74e9fa296b [project @ 2002-11-08 01:40:31 by jwe]
jwe
parents: 4155
diff changeset
2770 * main.c: Move decl for xerbla here from octave.cc.
ce74e9fa296b [project @ 2002-11-08 01:40:31 by jwe]
jwe
parents: 4155
diff changeset
2771
4155
61fba034b13b [project @ 2002-11-07 18:46:13 by jwe]
jwe
parents: 4153
diff changeset
2772 * cutils.c (octave_vsnprintf): Use portable_snprintf to avoid
61fba034b13b [project @ 2002-11-07 18:46:13 by jwe]
jwe
parents: 4153
diff changeset
2773 having to cope with all kinds of buggy implementations.
61fba034b13b [project @ 2002-11-07 18:46:13 by jwe]
jwe
parents: 4153
diff changeset
2774
61fba034b13b [project @ 2002-11-07 18:46:13 by jwe]
jwe
parents: 4153
diff changeset
2775 * snprintf.c: New file.
61fba034b13b [project @ 2002-11-07 18:46:13 by jwe]
jwe
parents: 4153
diff changeset
2776 * Makefile.in (DISTFILES): Add it to the list.
61fba034b13b [project @ 2002-11-07 18:46:13 by jwe]
jwe
parents: 4153
diff changeset
2777
61fba034b13b [project @ 2002-11-07 18:46:13 by jwe]
jwe
parents: 4153
diff changeset
2778 * oct-snprintf.h: New file.
61fba034b13b [project @ 2002-11-07 18:46:13 by jwe]
jwe
parents: 4153
diff changeset
2779 * Makefile.in (INCLUDES): Add it to the list.
61fba034b13b [project @ 2002-11-07 18:46:13 by jwe]
jwe
parents: 4153
diff changeset
2780
61fba034b13b [project @ 2002-11-07 18:46:13 by jwe]
jwe
parents: 4153
diff changeset
2781 * oct-snprintf.c: New file.
61fba034b13b [project @ 2002-11-07 18:46:13 by jwe]
jwe
parents: 4153
diff changeset
2782 * Makefile.in (DIST_SRC): Add it to the list.
61fba034b13b [project @ 2002-11-07 18:46:13 by jwe]
jwe
parents: 4153
diff changeset
2783
61fba034b13b [project @ 2002-11-07 18:46:13 by jwe]
jwe
parents: 4153
diff changeset
2784 * toplev.cc (main_loop): Use SET_OCTAVE_INTERRUPT_IMMEDIATELY
61fba034b13b [project @ 2002-11-07 18:46:13 by jwe]
jwe
parents: 4153
diff changeset
2785 instead of assigning octave_interrupt_immediately.
61fba034b13b [project @ 2002-11-07 18:46:13 by jwe]
jwe
parents: 4153
diff changeset
2786
4152
f14251d33b01 [project @ 2002-11-06 18:41:50 by jwe]
jwe
parents: 4150
diff changeset
2787 2002-11-06 John W. Eaton <jwe@bevo.che.wisc.edu>
f14251d33b01 [project @ 2002-11-06 18:41:50 by jwe]
jwe
parents: 4150
diff changeset
2788
4153
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4152
diff changeset
2789 * utils.cc (jump_to_top_level): Delete.
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4152
diff changeset
2790
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4152
diff changeset
2791 * toplev.cc (toplevel): Delete.
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4152
diff changeset
2792 (main_loop): Adapt to new signal/exception handling scheme.
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4152
diff changeset
2793
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4152
diff changeset
2794 * sighandlers.cc (octave_signal_mask, octave_save_signal_mask,
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4152
diff changeset
2795 octave_restore_signal_mask): Move to libcruft/misc/quit.cc.
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4152
diff changeset
2796 (sigint_handler) [USE_EXCEPTIONS_FOR_INTERRUPTS]: set
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4152
diff changeset
2797 octave_interrupt_state. Only jump if octave_interrupt_immediately
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4152
diff changeset
2798 is true, and then only to enclosing context.
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4152
diff changeset
2799
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4152
diff changeset
2800 * lex.h (YY_FATAL_ERROR): Use OCTAVE_JUMP_TO_TOP_LEVEL, not
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4152
diff changeset
2801 jump_to_top_level.
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4152
diff changeset
2802 * sighandlers.cc (octave_new_handler, sigfpe_handler, endif,
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4152
diff changeset
2803 sigpipe_handler): Likewise.
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4152
diff changeset
2804
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4152
diff changeset
2805 * input.cc (gnu_readline): Surround call to
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4152
diff changeset
2806 command_editor::readline with
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4152
diff changeset
2807 BEGIN_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE and
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4152
diff changeset
2808 END_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE.
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4152
diff changeset
2809
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4152
diff changeset
2810 * data.cc, oct-stream.cc, ov-cell.cc, ov-mapper.cc, ov-re-mat.cc,
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4152
diff changeset
2811 ov.cc, pr-output.cc, pt-loop.cc, pt-stmt.cc, xdiv.cc, xpow.cc,
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4152
diff changeset
2812 DLD-FUNCTIONS/balance.cc, DLD-FUNCTIONS/besselj.cc,
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4152
diff changeset
2813 DLD-FUNCTIONS/filter.cc, DLD-FUNCTIONS/find.cc,
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4152
diff changeset
2814 DLD-FUNCTIONS/kron.cc, DLD-FUNCTIONS/log.cc,
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4152
diff changeset
2815 DLD-FUNCTIONS/minmax.cc, DLD-FUNCTIONS/qz.cc,
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4152
diff changeset
2816 DLD-FUNCTIONS/rand.cc, DLD-FUNCTIONS/sort.cc: Sprinkle with
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4152
diff changeset
2817 OCTAVE_QUIT.
6b96ce9f5743 [project @ 2002-11-06 20:38:49 by jwe]
jwe
parents: 4152
diff changeset
2818
4152
f14251d33b01 [project @ 2002-11-06 18:41:50 by jwe]
jwe
parents: 4150
diff changeset
2819 * DLD-FUNCTIONS/odessa.cc (Fodessa): Correctly extract bsub from
f14251d33b01 [project @ 2002-11-06 18:41:50 by jwe]
jwe
parents: 4150
diff changeset
2820 function arg.
f14251d33b01 [project @ 2002-11-06 18:41:50 by jwe]
jwe
parents: 4150
diff changeset
2821
4150
0d411821682c [project @ 2002-11-04 22:03:05 by jwe]
jwe
parents: 4145
diff changeset
2822 2002-11-04 John W. Eaton <jwe@bevo.che.wisc.edu>
0d411821682c [project @ 2002-11-04 22:03:05 by jwe]
jwe
parents: 4145
diff changeset
2823
0d411821682c [project @ 2002-11-04 22:03:05 by jwe]
jwe
parents: 4145
diff changeset
2824 * cutils.c (octave_vsnprintf): Handle C99 snprintf semantics.
0d411821682c [project @ 2002-11-04 22:03:05 by jwe]
jwe
parents: 4145
diff changeset
2825
0d411821682c [project @ 2002-11-04 22:03:05 by jwe]
jwe
parents: 4145
diff changeset
2826 * oct-obj.h (octave_value_list::operator =): Copy names too.
0d411821682c [project @ 2002-11-04 22:03:05 by jwe]
jwe
parents: 4145
diff changeset
2827 (octave_value_list::octave_value_list (const octave_value_list&)):
0d411821682c [project @ 2002-11-04 22:03:05 by jwe]
jwe
parents: 4145
diff changeset
2828 Likewise.
0d411821682c [project @ 2002-11-04 22:03:05 by jwe]
jwe
parents: 4145
diff changeset
2829
4143
62afb31c1f85 [project @ 2002-11-01 17:27:38 by jwe]
jwe
parents: 4141
diff changeset
2830 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu>
62afb31c1f85 [project @ 2002-11-01 17:27:38 by jwe]
jwe
parents: 4141
diff changeset
2831
4145
dd311d514ffd [project @ 2002-11-01 18:07:47 by jwe]
jwe
parents: 4143
diff changeset
2832 * version.h (OCTAVE_VERSION): Now 2.1.39.
dd311d514ffd [project @ 2002-11-01 18:07:47 by jwe]
jwe
parents: 4143
diff changeset
2833
4143
62afb31c1f85 [project @ 2002-11-01 17:27:38 by jwe]
jwe
parents: 4141
diff changeset
2834 * variables.cc (generate_struct_completions): Temporarily reset
62afb31c1f85 [project @ 2002-11-01 17:27:38 by jwe]
jwe
parents: 4141
diff changeset
2835 discard_error_messages and error_state
62afb31c1f85 [project @ 2002-11-01 17:27:38 by jwe]
jwe
parents: 4141
diff changeset
2836 (looks_like_struct): Temporarily reset Vwarning option,
62afb31c1f85 [project @ 2002-11-01 17:27:38 by jwe]
jwe
parents: 4141
diff changeset
2837 error_state, and discard_error_messages.
62afb31c1f85 [project @ 2002-11-01 17:27:38 by jwe]
jwe
parents: 4141
diff changeset
2838
62afb31c1f85 [project @ 2002-11-01 17:27:38 by jwe]
jwe
parents: 4141
diff changeset
2839 * pt-idx.cc (tree_index_expression::eval_error): Now const.
62afb31c1f85 [project @ 2002-11-01 17:27:38 by jwe]
jwe
parents: 4141
diff changeset
2840 (tree_index_expression::get_struct_index): Require valid identifier.
62afb31c1f85 [project @ 2002-11-01 17:27:38 by jwe]
jwe
parents: 4141
diff changeset
2841 (tree_index_expression::make_arg_struct,
62afb31c1f85 [project @ 2002-11-01 17:27:38 by jwe]
jwe
parents: 4141
diff changeset
2842 tree_index_expression::rvalue, tree_index_expression::lvalue):
62afb31c1f85 [project @ 2002-11-01 17:27:38 by jwe]
jwe
parents: 4141
diff changeset
2843 Handle possible error from get_struct_index.
62afb31c1f85 [project @ 2002-11-01 17:27:38 by jwe]
jwe
parents: 4141
diff changeset
2844
62afb31c1f85 [project @ 2002-11-01 17:27:38 by jwe]
jwe
parents: 4141
diff changeset
2845 * utils.cc (valid_identifier): Move here from load-save.cc.
62afb31c1f85 [project @ 2002-11-01 17:27:38 by jwe]
jwe
parents: 4141
diff changeset
2846 * utils.h: Provide decl.
62afb31c1f85 [project @ 2002-11-01 17:27:38 by jwe]
jwe
parents: 4141
diff changeset
2847
62afb31c1f85 [project @ 2002-11-01 17:27:38 by jwe]
jwe
parents: 4141
diff changeset
2848 * input.cc (generate_possible_completions): Call
62afb31c1f85 [project @ 2002-11-01 17:27:38 by jwe]
jwe
parents: 4141
diff changeset
2849 command_editor::filename_completion_desired here.
62afb31c1f85 [project @ 2002-11-01 17:27:38 by jwe]
jwe
parents: 4141
diff changeset
2850 (generate_possible_completions): Don't generate struct completions
62afb31c1f85 [project @ 2002-11-01 17:27:38 by jwe]
jwe
parents: 4141
diff changeset
2851 if text contains directory separator or "..".
62afb31c1f85 [project @ 2002-11-01 17:27:38 by jwe]
jwe
parents: 4141
diff changeset
2852
4139
02ca908056e9 [project @ 2002-11-01 00:49:13 by jwe]
jwe
parents: 4136
diff changeset
2853 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu>
02ca908056e9 [project @ 2002-11-01 00:49:13 by jwe]
jwe
parents: 4136
diff changeset
2854
4141
8c710385c572 [project @ 2002-11-01 04:20:44 by jwe]
jwe
parents: 4140
diff changeset
2855 * DLD-FUNCTIONS/odessa.cc (odessa_user_f, odessa_user_j,
8c710385c572 [project @ 2002-11-01 04:20:44 by jwe]
jwe
parents: 4140
diff changeset
2856 odessa_user_b): Reorder args for consistency with other solvers.
8c710385c572 [project @ 2002-11-01 04:20:44 by jwe]
jwe
parents: 4140
diff changeset
2857 (Fodessa): Use extract_function to set args.
8c710385c572 [project @ 2002-11-01 04:20:44 by jwe]
jwe
parents: 4140
diff changeset
2858 (odessa_user_j): Rename from odessa_user_mf.
8c710385c572 [project @ 2002-11-01 04:20:44 by jwe]
jwe
parents: 4140
diff changeset
2859
4140
303b28a7a7e4 [project @ 2002-11-01 02:53:13 by jwe]
jwe
parents: 4139
diff changeset
2860 * DLD-FUNCTIONS/fsolve.cc (fsolve_user_function, fsolve_user_jacobian):
303b28a7a7e4 [project @ 2002-11-01 02:53:13 by jwe]
jwe
parents: 4139
diff changeset
2861 Print warning if user returns complex value.
303b28a7a7e4 [project @ 2002-11-01 02:53:13 by jwe]
jwe
parents: 4139
diff changeset
2862 * DLD-FUNCTIONS/quad.cc (quad_user_function): Likewise.
303b28a7a7e4 [project @ 2002-11-01 02:53:13 by jwe]
jwe
parents: 4139
diff changeset
2863 * DLD-FUNCTIONS/lsode.cc (lsode_user_function, lsode_user_jacobian):
303b28a7a7e4 [project @ 2002-11-01 02:53:13 by jwe]
jwe
parents: 4139
diff changeset
2864 Likewise.
303b28a7a7e4 [project @ 2002-11-01 02:53:13 by jwe]
jwe
parents: 4139
diff changeset
2865 * DLD-FUNCTIONS/dassl.cc (dassl_user_function, dassl_user_jacobian):
303b28a7a7e4 [project @ 2002-11-01 02:53:13 by jwe]
jwe
parents: 4139
diff changeset
2866 Likewise.
303b28a7a7e4 [project @ 2002-11-01 02:53:13 by jwe]
jwe
parents: 4139
diff changeset
2867 * DLD-FUNCTIONS/dasrt.cc (dasrt_user_f, dasrt_user_cf, dasrt_user_j):
303b28a7a7e4 [project @ 2002-11-01 02:53:13 by jwe]
jwe
parents: 4139
diff changeset
2868 Likewise.
303b28a7a7e4 [project @ 2002-11-01 02:53:13 by jwe]
jwe
parents: 4139
diff changeset
2869 * DLD-FUNCTIONS/daspk.cc (daspk_user_function, daspk_user_jacobian):
303b28a7a7e4 [project @ 2002-11-01 02:53:13 by jwe]
jwe
parents: 4139
diff changeset
2870 Likewise.
303b28a7a7e4 [project @ 2002-11-01 02:53:13 by jwe]
jwe
parents: 4139
diff changeset
2871
303b28a7a7e4 [project @ 2002-11-01 02:53:13 by jwe]
jwe
parents: 4139
diff changeset
2872 * DLD-FUNCTIONS/daspk.cc (daspk_user_jacobian): New function.
303b28a7a7e4 [project @ 2002-11-01 02:53:13 by jwe]
jwe
parents: 4139
diff changeset
2873 (Fdaspk): Handle extracting Jacobian from function argument.
303b28a7a7e4 [project @ 2002-11-01 02:53:13 by jwe]
jwe
parents: 4139
diff changeset
2874
303b28a7a7e4 [project @ 2002-11-01 02:53:13 by jwe]
jwe
parents: 4139
diff changeset
2875 * DLD-FUNCTIONS/fsolve.cc (fsolve_user_function): New function.
303b28a7a7e4 [project @ 2002-11-01 02:53:13 by jwe]
jwe
parents: 4139
diff changeset
2876 (Ffsolve): Handle extracting Jacobian from function argument.
4139
02ca908056e9 [project @ 2002-11-01 00:49:13 by jwe]
jwe
parents: 4136
diff changeset
2877
02ca908056e9 [project @ 2002-11-01 00:49:13 by jwe]
jwe
parents: 4136
diff changeset
2878 * Makefile.in (%.oct): Depend on octave$(EXEEXT) so that octave
02ca908056e9 [project @ 2002-11-01 00:49:13 by jwe]
jwe
parents: 4136
diff changeset
2879 will be built before any .oct files.
02ca908056e9 [project @ 2002-11-01 00:49:13 by jwe]
jwe
parents: 4136
diff changeset
2880 (all): Depend on stamp-oct-links.
02ca908056e9 [project @ 2002-11-01 00:49:13 by jwe]
jwe
parents: 4136
diff changeset
2881 (octave$(EXEEXT)): Don't depend on stamp-oct-links.
02ca908056e9 [project @ 2002-11-01 00:49:13 by jwe]
jwe
parents: 4136
diff changeset
2882
02ca908056e9 [project @ 2002-11-01 00:49:13 by jwe]
jwe
parents: 4136
diff changeset
2883 * ov-base.cc (octave_base_value::subsasgn): Handle default numeric
02ca908056e9 [project @ 2002-11-01 00:49:13 by jwe]
jwe
parents: 4136
diff changeset
2884 case here.
02ca908056e9 [project @ 2002-11-01 00:49:13 by jwe]
jwe
parents: 4136
diff changeset
2885 * ov-base-mat.cc (octave_base_matrix<MT>::subsasgn): Delete.
02ca908056e9 [project @ 2002-11-01 00:49:13 by jwe]
jwe
parents: 4136
diff changeset
2886
4136
c06ee5520e4f [project @ 2002-10-31 02:27:04 by jwe]
jwe
parents: 4135
diff changeset
2887 2002-10-30 John W. Eaton <jwe@bevo.che.wisc.edu>
c06ee5520e4f [project @ 2002-10-31 02:27:04 by jwe]
jwe
parents: 4135
diff changeset
2888
c06ee5520e4f [project @ 2002-10-31 02:27:04 by jwe]
jwe
parents: 4135
diff changeset
2889 * Makefile.in (OCT_LINK_DEPS): Add $(BLAS_LIBS), $(FFTW_LIBS), and
c06ee5520e4f [project @ 2002-10-31 02:27:04 by jwe]
jwe
parents: 4135
diff changeset
2890 $(FLIBS).
c06ee5520e4f [project @ 2002-10-31 02:27:04 by jwe]
jwe
parents: 4135
diff changeset
2891
4131
597fbc55ea40 [project @ 2002-10-29 17:12:53 by jwe]
jwe
parents: 4130
diff changeset
2892 2002-10-29 John W. Eaton <jwe@bevo.che.wisc.edu>
597fbc55ea40 [project @ 2002-10-29 17:12:53 by jwe]
jwe
parents: 4130
diff changeset
2893
4134
76d25b5e6223 [project @ 2002-10-30 01:03:27 by jwe]
jwe
parents: 4132
diff changeset
2894 * version.h (OCTAVE_VERSION): Now 2.1.38.
76d25b5e6223 [project @ 2002-10-30 01:03:27 by jwe]
jwe
parents: 4132
diff changeset
2895
4135
e865976c2084 [project @ 2002-10-30 01:32:43 by jwe]
jwe
parents: 4134
diff changeset
2896 * utils.cc (octave_vformat): Get return value from
e865976c2084 [project @ 2002-10-30 01:32:43 by jwe]
jwe
parents: 4134
diff changeset
2897 streambuf::vform.
e865976c2084 [project @ 2002-10-30 01:32:43 by jwe]
jwe
parents: 4134
diff changeset
2898
4132
87eb044020ae [project @ 2002-10-29 21:21:45 by jwe]
jwe
parents: 4131
diff changeset
2899 * DLD-FUNCTIONS/fsolve.cc (Ffsolve): Always return solution.
87eb044020ae [project @ 2002-10-29 21:21:45 by jwe]
jwe
parents: 4131
diff changeset
2900 Don't barf on nargout == 3.
87eb044020ae [project @ 2002-10-29 21:21:45 by jwe]
jwe
parents: 4131
diff changeset
2901
4131
597fbc55ea40 [project @ 2002-10-29 17:12:53 by jwe]
jwe
parents: 4130
diff changeset
2902 * pt-idx.h (tree_index_expression::dyn_field): New data member.
597fbc55ea40 [project @ 2002-10-29 17:12:53 by jwe]
jwe
parents: 4130
diff changeset
2903 * pt-idx.cc (tree_index_expression::tree_index_expression
597fbc55ea40 [project @ 2002-10-29 17:12:53 by jwe]
jwe
parents: 4130
diff changeset
2904 (tree_expression*, tree_expression*, int, int)): New constructor.
597fbc55ea40 [project @ 2002-10-29 17:12:53 by jwe]
jwe
parents: 4130
diff changeset
2905 (tree_index_expression::append (tree_expression*)): New function.
597fbc55ea40 [project @ 2002-10-29 17:12:53 by jwe]
jwe
parents: 4130
diff changeset
2906 (tree_index_expression::get_struct_index): New function.
597fbc55ea40 [project @ 2002-10-29 17:12:53 by jwe]
jwe
parents: 4130
diff changeset
2907 (tree_index_expression::make_arg_struct): Handle dynamic fields.
597fbc55ea40 [project @ 2002-10-29 17:12:53 by jwe]
jwe
parents: 4130
diff changeset
2908 (tree_index_expression::rvalue): Likewise.
597fbc55ea40 [project @ 2002-10-29 17:12:53 by jwe]
jwe
parents: 4130
diff changeset
2909 (tree_index_expression::lvalue): Likewise.
597fbc55ea40 [project @ 2002-10-29 17:12:53 by jwe]
jwe
parents: 4130
diff changeset
2910
597fbc55ea40 [project @ 2002-10-29 17:12:53 by jwe]
jwe
parents: 4130
diff changeset
2911 * parse.y (make_indirect_ref (tree_expression*, tree_expression*)):
597fbc55ea40 [project @ 2002-10-29 17:12:53 by jwe]
jwe
parents: 4130
diff changeset
2912 New function.
597fbc55ea40 [project @ 2002-10-29 17:12:53 by jwe]
jwe
parents: 4130
diff changeset
2913 (indirect_ref_op): New non-terminal.
597fbc55ea40 [project @ 2002-10-29 17:12:53 by jwe]
jwe
parents: 4130
diff changeset
2914 (postfix_expr): Use it.
597fbc55ea40 [project @ 2002-10-29 17:12:53 by jwe]
jwe
parents: 4130
diff changeset
2915 Recognize dynamic struct field references.
597fbc55ea40 [project @ 2002-10-29 17:12:53 by jwe]
jwe
parents: 4130
diff changeset
2916 (parsing_indir): Delete unused non-terminal.
597fbc55ea40 [project @ 2002-10-29 17:12:53 by jwe]
jwe
parents: 4130
diff changeset
2917
597fbc55ea40 [project @ 2002-10-29 17:12:53 by jwe]
jwe
parents: 4130
diff changeset
2918 * lex.l ("("): Set lexer_flags.looking_at_indirect_ref to false here.
597fbc55ea40 [project @ 2002-10-29 17:12:53 by jwe]
jwe
parents: 4130
diff changeset
2919
597fbc55ea40 [project @ 2002-10-29 17:12:53 by jwe]
jwe
parents: 4130
diff changeset
2920 * pt-idx.cc (tree_index_expression::name): Simplify.
597fbc55ea40 [project @ 2002-10-29 17:12:53 by jwe]
jwe
parents: 4130
diff changeset
2921
4130
7d9bda865012 [project @ 2002-10-28 21:05:30 by jwe]
jwe
parents: 4128
diff changeset
2922 2002-10-28 John W. Eaton <jwe@bevo.che.wisc.edu>
7d9bda865012 [project @ 2002-10-28 21:05:30 by jwe]
jwe
parents: 4128
diff changeset
2923
7d9bda865012 [project @ 2002-10-28 21:05:30 by jwe]
jwe
parents: 4128
diff changeset
2924 * oct-conf.h.in (OCTAVE_CONF_HAVE_DLOPEN_API,
7d9bda865012 [project @ 2002-10-28 21:05:30 by jwe]
jwe
parents: 4128
diff changeset
2925 OCTAVE_CONF_HAVE_LOADLIBRARY_API, OCTAVE_CONF_HAVE_SHL_LOAD_API):
7d9bda865012 [project @ 2002-10-28 21:05:30 by jwe]
jwe
parents: 4128
diff changeset
2926 Delete.
7d9bda865012 [project @ 2002-10-28 21:05:30 by jwe]
jwe
parents: 4128
diff changeset
2927 * toplev.cc (octave_config_info): Delete them from the struct
7d9bda865012 [project @ 2002-10-28 21:05:30 by jwe]
jwe
parents: 4128
diff changeset
2928
7d9bda865012 [project @ 2002-10-28 21:05:30 by jwe]
jwe
parents: 4128
diff changeset
2929 * load-save.cc (read_ascii_data): Use octave_read_double and
7d9bda865012 [project @ 2002-10-28 21:05:30 by jwe]
jwe
parents: 4128
diff changeset
2930 octave_read_complex so that we handle Inf, NaN, and NA.
7d9bda865012 [project @ 2002-10-28 21:05:30 by jwe]
jwe
parents: 4128
diff changeset
2931 (read_mat_ascii_data): Likewise.
7d9bda865012 [project @ 2002-10-28 21:05:30 by jwe]
jwe
parents: 4128
diff changeset
2932 (save_ascii_data): Use octave_write_double andoctave_write_complex.
7d9bda865012 [project @ 2002-10-28 21:05:30 by jwe]
jwe
parents: 4128
diff changeset
2933
4128
919b2f6573ee [project @ 2002-10-25 20:36:14 by jwe]
jwe
parents: 4124
diff changeset
2934 2002-10-25 John W. Eaton <jwe@bevo.che.wisc.edu>
919b2f6573ee [project @ 2002-10-25 20:36:14 by jwe]
jwe
parents: 4124
diff changeset
2935
919b2f6573ee [project @ 2002-10-25 20:36:14 by jwe]
jwe
parents: 4124
diff changeset
2936 * toplev.cc (octave_config_info): Rename WITH_DYNAMIC_LINKING to
919b2f6573ee [project @ 2002-10-25 20:36:14 by jwe]
jwe
parents: 4124
diff changeset
2937 ENABLE_DYNAMIC_LINKING.
919b2f6573ee [project @ 2002-10-25 20:36:14 by jwe]
jwe
parents: 4124
diff changeset
2938 * oct-conf.h.in: Likewise.
919b2f6573ee [project @ 2002-10-25 20:36:14 by jwe]
jwe
parents: 4124
diff changeset
2939 * mkbuiltins: Likewise.
919b2f6573ee [project @ 2002-10-25 20:36:14 by jwe]
jwe
parents: 4124
diff changeset
2940 * fn-cache.cc (file_name_cache_elt::update): Likewise.
919b2f6573ee [project @ 2002-10-25 20:36:14 by jwe]
jwe
parents: 4124
diff changeset
2941 * Makefile.in: Likewise.
919b2f6573ee [project @ 2002-10-25 20:36:14 by jwe]
jwe
parents: 4124
diff changeset
2942
4123
da4c69a81137 [project @ 2002-10-24 15:23:59 by jwe]
jwe
parents: 4122
diff changeset
2943 2002-10-24 John W. Eaton <jwe@bevo.che.wisc.edu>
da4c69a81137 [project @ 2002-10-24 15:23:59 by jwe]
jwe
parents: 4122
diff changeset
2944
4124
0435429c1050 [project @ 2002-10-24 21:49:45 by jwe]
jwe
parents: 4123
diff changeset
2945 * cutils.c (octave_vsnprintf): Buffer and buffer size now static.
0435429c1050 [project @ 2002-10-24 21:49:45 by jwe]
jwe
parents: 4123
diff changeset
2946 * utils.cc (octave_vformat): Don't free buffer returned from
0435429c1050 [project @ 2002-10-24 21:49:45 by jwe]
jwe
parents: 4123
diff changeset
2947 octave_vsnprintf here.
0435429c1050 [project @ 2002-10-24 21:49:45 by jwe]
jwe
parents: 4123
diff changeset
2948
0435429c1050 [project @ 2002-10-24 21:49:45 by jwe]
jwe
parents: 4123
diff changeset
2949 * ov-usr-fcn.cc (va_arg, va_start, vr_val): Only print warning
0435429c1050 [project @ 2002-10-24 21:49:45 by jwe]
jwe
parents: 4123
diff changeset
2950 once per session.
0435429c1050 [project @ 2002-10-24 21:49:45 by jwe]
jwe
parents: 4123
diff changeset
2951
4123
da4c69a81137 [project @ 2002-10-24 15:23:59 by jwe]
jwe
parents: 4122
diff changeset
2952 * ov-mapper.cc (octave_mapper::apply): Don't try real_type case if
da4c69a81137 [project @ 2002-10-24 15:23:59 by jwe]
jwe
parents: 4122
diff changeset
2953 arg is a string and we have a ch_map_fcn.
da4c69a81137 [project @ 2002-10-24 15:23:59 by jwe]
jwe
parents: 4122
diff changeset
2954
da4c69a81137 [project @ 2002-10-24 15:23:59 by jwe]
jwe
parents: 4122
diff changeset
2955 * Makefile.in: Add $(LIBKPATHSEA) to $(OCTAVE_LIBS) if
da4c69a81137 [project @ 2002-10-24 15:23:59 by jwe]
jwe
parents: 4122
diff changeset
2956 $(INCLUDE_LINK_DEPS) is false, not if $(SHARED_LIBS) is false.
da4c69a81137 [project @ 2002-10-24 15:23:59 by jwe]
jwe
parents: 4122
diff changeset
2957
4122
19a1626b8d57 [project @ 2002-10-23 22:10:53 by jwe]
jwe
parents: 4121
diff changeset
2958 2002-10-23 John W. Eaton <jwe@bevo.che.wisc.edu>
19a1626b8d57 [project @ 2002-10-23 22:10:53 by jwe]
jwe
parents: 4121
diff changeset
2959
19a1626b8d57 [project @ 2002-10-23 22:10:53 by jwe]
jwe
parents: 4121
diff changeset
2960 * DLD-FUNCTIONS/daspk.cc (daspk): Use set_options, not copy.
19a1626b8d57 [project @ 2002-10-23 22:10:53 by jwe]
jwe
parents: 4121
diff changeset
2961 * DLD-FUNCTIONS/dasrt.cc (dasrt): Likewise.
19a1626b8d57 [project @ 2002-10-23 22:10:53 by jwe]
jwe
parents: 4121
diff changeset
2962 * DLD-FUNCTIONS/dassl.cc (dassl): Likewise.
19a1626b8d57 [project @ 2002-10-23 22:10:53 by jwe]
jwe
parents: 4121
diff changeset
2963 * DLD-FUNCTIONS/fsolve.cc (fsolve): Likewise.
19a1626b8d57 [project @ 2002-10-23 22:10:53 by jwe]
jwe
parents: 4121
diff changeset
2964 * DLD-FUNCTIONS/lsode.cc (lsode): Likewise.
19a1626b8d57 [project @ 2002-10-23 22:10:53 by jwe]
jwe
parents: 4121
diff changeset
2965 * DLD-FUNCTIONS/odessa.cc (Fodessa): Likewise.
19a1626b8d57 [project @ 2002-10-23 22:10:53 by jwe]
jwe
parents: 4121
diff changeset
2966 * DLD-FUNCTIONS/quad.cc (Fquad): Likewise.
19a1626b8d57 [project @ 2002-10-23 22:10:53 by jwe]
jwe
parents: 4121
diff changeset
2967
4115
fc2048d4cd21 [project @ 2002-10-22 21:28:42 by jwe]
jwe
parents: 4114
diff changeset
2968 2002-10-22 John W. Eaton <jwe@bevo.che.wisc.edu>
fc2048d4cd21 [project @ 2002-10-22 21:28:42 by jwe]
jwe
parents: 4114
diff changeset
2969
4121
a0c710c20da5 [project @ 2002-10-23 03:34:11 by jwe]
jwe
parents: 4115
diff changeset
2970 * oct-map.cc (Octave_map::assign): Fix typo in resizing.
a0c710c20da5 [project @ 2002-10-23 03:34:11 by jwe]
jwe
parents: 4115
diff changeset
2971
a0c710c20da5 [project @ 2002-10-23 03:34:11 by jwe]
jwe
parents: 4115
diff changeset
2972 * pt-loop.cc (tree_complex_for_command::eval): Only return list
a0c710c20da5 [project @ 2002-10-23 03:34:11 by jwe]
jwe
parents: 4115
diff changeset
2973 for val if struct array has more than one element.
a0c710c20da5 [project @ 2002-10-23 03:34:11 by jwe]
jwe
parents: 4115
diff changeset
2974 (tree_simple_for_command::eval): Likewise.
a0c710c20da5 [project @ 2002-10-23 03:34:11 by jwe]
jwe
parents: 4115
diff changeset
2975
a0c710c20da5 [project @ 2002-10-23 03:34:11 by jwe]
jwe
parents: 4115
diff changeset
2976 * ov-struct.cc (octave_struct::print_raw): Don't create
a0c710c20da5 [project @ 2002-10-23 03:34:11 by jwe]
jwe
parents: 4115
diff changeset
2977 octave_list directly, use octave_value (const octave_value_list&)
a0c710c20da5 [project @ 2002-10-23 03:34:11 by jwe]
jwe
parents: 4115
diff changeset
2978 constructor instead.
a0c710c20da5 [project @ 2002-10-23 03:34:11 by jwe]
jwe
parents: 4115
diff changeset
2979 Call print_with_name for tmp, not val(0).
a0c710c20da5 [project @ 2002-10-23 03:34:11 by jwe]
jwe
parents: 4115
diff changeset
2980
4115
fc2048d4cd21 [project @ 2002-10-22 21:28:42 by jwe]
jwe
parents: 4114
diff changeset
2981 * version.h (OCTAVE_VERSION): Now 2.1.37.
fc2048d4cd21 [project @ 2002-10-22 21:28:42 by jwe]
jwe
parents: 4114
diff changeset
2982 (OCTAVE_CONTRIB_STATEMENT): New macro.
fc2048d4cd21 [project @ 2002-10-22 21:28:42 by jwe]
jwe
parents: 4114
diff changeset
2983 (OCTAVE_STARTUP_MESSAGE): Use it.
fc2048d4cd21 [project @ 2002-10-22 21:28:42 by jwe]
jwe
parents: 4114
diff changeset
2984
4110
b9238356dd07 [project @ 2002-10-17 16:14:44 by jwe]
jwe
parents: 4108
diff changeset
2985 2002-10-17 John W. Eaton <jwe@bevo.che.wisc.edu>
b9238356dd07 [project @ 2002-10-17 16:14:44 by jwe]
jwe
parents: 4108
diff changeset
2986
4114
a32457362437 [project @ 2002-10-17 21:39:48 by jwe]
jwe
parents: 4113
diff changeset
2987 * data.cc (fill_matrix): If nargin is zero, use val, not 0.0.
a32457362437 [project @ 2002-10-17 21:39:48 by jwe]
jwe
parents: 4113
diff changeset
2988
4113
f4bf4833e6c7 [project @ 2002-10-17 19:58:42 by jwe]
jwe
parents: 4110
diff changeset
2989 * main.c: New file.
f4bf4833e6c7 [project @ 2002-10-17 19:58:42 by jwe]
jwe
parents: 4110
diff changeset
2990 * octave.h: New file.
f4bf4833e6c7 [project @ 2002-10-17 19:58:42 by jwe]
jwe
parents: 4110
diff changeset
2991 * octave.cc (octave_main): Rename from main.
f4bf4833e6c7 [project @ 2002-10-17 19:58:42 by jwe]
jwe
parents: 4110
diff changeset
2992 Include octave.h.
f4bf4833e6c7 [project @ 2002-10-17 19:58:42 by jwe]
jwe
parents: 4110
diff changeset
2993 * Makefile.in (OBJECTS): Add octave.o, builtins.o, and ops.o to
f4bf4833e6c7 [project @ 2002-10-17 19:58:42 by jwe]
jwe
parents: 4110
diff changeset
2994 the list.
f4bf4833e6c7 [project @ 2002-10-17 19:58:42 by jwe]
jwe
parents: 4110
diff changeset
2995 (octave): Depend on and link main.o, not octave.o, builtins.o, and
f4bf4833e6c7 [project @ 2002-10-17 19:58:42 by jwe]
jwe
parents: 4110
diff changeset
2996 ops.o (they are now in liboctinterp).
f4bf4833e6c7 [project @ 2002-10-17 19:58:42 by jwe]
jwe
parents: 4110
diff changeset
2997 (DEP_5): Add main.c here.
f4bf4833e6c7 [project @ 2002-10-17 19:58:42 by jwe]
jwe
parents: 4110
diff changeset
2998
4110
b9238356dd07 [project @ 2002-10-17 16:14:44 by jwe]
jwe
parents: 4108
diff changeset
2999 * oct-conf.h.in: No need to substitute OCTAVE_CONF_OCTAVE_LITE.
b9238356dd07 [project @ 2002-10-17 16:14:44 by jwe]
jwe
parents: 4108
diff changeset
3000 * toplev.cc (octave_config_info): Likewise, don't include it in
b9238356dd07 [project @ 2002-10-17 16:14:44 by jwe]
jwe
parents: 4108
diff changeset
3001 struct.
b9238356dd07 [project @ 2002-10-17 16:14:44 by jwe]
jwe
parents: 4108
diff changeset
3002
b9238356dd07 [project @ 2002-10-17 16:14:44 by jwe]
jwe
parents: 4108
diff changeset
3003 * mkbuiltins: Remove check for OCTAVE_LITE, since it is now
b9238356dd07 [project @ 2002-10-17 16:14:44 by jwe]
jwe
parents: 4108
diff changeset
3004 implied by WITH_DYNAMIC_LINKING.
b9238356dd07 [project @ 2002-10-17 16:14:44 by jwe]
jwe
parents: 4108
diff changeset
3005 * Makefile.in: Likewise, replace tests for OCTAVE_LITE with tests
b9238356dd07 [project @ 2002-10-17 16:14:44 by jwe]
jwe
parents: 4108
diff changeset
3006 for WITH_DYNAMIC_LINKING instead.
b9238356dd07 [project @ 2002-10-17 16:14:44 by jwe]
jwe
parents: 4108
diff changeset
3007
b9238356dd07 [project @ 2002-10-17 16:14:44 by jwe]
jwe
parents: 4108
diff changeset
3008 * oct-conf.h.in: Use OCTAVE_CONF_HAVE_DLOPEN_API,
b9238356dd07 [project @ 2002-10-17 16:14:44 by jwe]
jwe
parents: 4108
diff changeset
3009 OCTAVE_CONF_HAVE_LOADLIBRARY_API, and
b9238356dd07 [project @ 2002-10-17 16:14:44 by jwe]
jwe
parents: 4108
diff changeset
3010 OCTAVE_CONF_HAVE_SHL_LOAD_API instead of OCTAVE_CONF_WITH_DL and
b9238356dd07 [project @ 2002-10-17 16:14:44 by jwe]
jwe
parents: 4108
diff changeset
3011 OCTAVE_CONF_WITH_SHL.
b9238356dd07 [project @ 2002-10-17 16:14:44 by jwe]
jwe
parents: 4108
diff changeset
3012 * toplev.cc (octave_config_info): Likewise.
b9238356dd07 [project @ 2002-10-17 16:14:44 by jwe]
jwe
parents: 4108
diff changeset
3013
4107
bf4f52245d11 [project @ 2002-10-16 20:35:11 by jwe]
jwe
parents: 4104
diff changeset
3014 2002-10-16 John W. Eaton <jwe@bevo.che.wisc.edu>
bf4f52245d11 [project @ 2002-10-16 20:35:11 by jwe]
jwe
parents: 4104
diff changeset
3015
4108
63a5613cca00 [project @ 2002-10-16 22:55:24 by jwe]
jwe
parents: 4107
diff changeset
3016 * help.cc (display_help_text): Quote output file name for Cygwin.
63a5613cca00 [project @ 2002-10-16 22:55:24 by jwe]
jwe
parents: 4107
diff changeset
3017
63a5613cca00 [project @ 2002-10-16 22:55:24 by jwe]
jwe
parents: 4107
diff changeset
3018 * Makefile.in (install-lib): Don't bother with versions for
63a5613cca00 [project @ 2002-10-16 22:55:24 by jwe]
jwe
parents: 4107
diff changeset
3019 $(SHLBIN) files.
63a5613cca00 [project @ 2002-10-16 22:55:24 by jwe]
jwe
parents: 4107
diff changeset
3020
63a5613cca00 [project @ 2002-10-16 22:55:24 by jwe]
jwe
parents: 4107
diff changeset
3021 * help.cc (display_help_text): Match zero or more comment
63a5613cca00 [project @ 2002-10-16 22:55:24 by jwe]
jwe
parents: 4107
diff changeset
3022 characters instead of one or more.
63a5613cca00 [project @ 2002-10-16 22:55:24 by jwe]
jwe
parents: 4107
diff changeset
3023
4107
bf4f52245d11 [project @ 2002-10-16 20:35:11 by jwe]
jwe
parents: 4104
diff changeset
3024 * Makefile.in (install-oct): Process files from $(DLD_DEF_FILES),
bf4f52245d11 [project @ 2002-10-16 20:35:11 by jwe]
jwe
parents: 4104
diff changeset
3025 not $(DLD_SRC). Look for them in current directory, not $(srcdir).
bf4f52245d11 [project @ 2002-10-16 20:35:11 by jwe]
jwe
parents: 4104
diff changeset
3026
4104
fef735180134 [project @ 2002-10-15 20:28:20 by jwe]
jwe
parents: 4102
diff changeset
3027 2002-10-15 John W. Eaton <jwe@bevo.che.wisc.edu>
fef735180134 [project @ 2002-10-15 20:28:20 by jwe]
jwe
parents: 4102
diff changeset
3028
fef735180134 [project @ 2002-10-15 20:28:20 by jwe]
jwe
parents: 4102
diff changeset
3029 * ov-mapper.cc (octave_mapper::apply): Handle real and complex
fef735180134 [project @ 2002-10-15 20:28:20 by jwe]
jwe
parents: 4102
diff changeset
3030 types first. If the arg is something else, try ch_map_fcn if it
fef735180134 [project @ 2002-10-15 20:28:20 by jwe]
jwe
parents: 4102
diff changeset
3031 is defined.
fef735180134 [project @ 2002-10-15 20:28:20 by jwe]
jwe
parents: 4102
diff changeset
3032
fef735180134 [project @ 2002-10-15 20:28:20 by jwe]
jwe
parents: 4102
diff changeset
3033 2002-10-15 Paul Kienzle <pkienzle@users.sf.net>
fef735180134 [project @ 2002-10-15 20:28:20 by jwe]
jwe
parents: 4102
diff changeset
3034
fef735180134 [project @ 2002-10-15 20:28:20 by jwe]
jwe
parents: 4102
diff changeset
3035 * Makefile.in: If building shared but not static libs, only set
fef735180134 [project @ 2002-10-15 20:28:20 by jwe]
jwe
parents: 4102
diff changeset
3036 XERBLA to the location of the pic object file if FPICFLAG is
fef735180134 [project @ 2002-10-15 20:28:20 by jwe]
jwe
parents: 4102
diff changeset
3037 defined.
fef735180134 [project @ 2002-10-15 20:28:20 by jwe]
jwe
parents: 4102
diff changeset
3038
4102
cbac6756967e [project @ 2002-10-14 20:16:44 by jwe]
jwe
parents: 4101
diff changeset
3039 2002-10-14 John W. Eaton <jwe@bevo.che.wisc.edu>
cbac6756967e [project @ 2002-10-14 20:16:44 by jwe]
jwe
parents: 4101
diff changeset
3040
cbac6756967e [project @ 2002-10-14 20:16:44 by jwe]
jwe
parents: 4101
diff changeset
3041 * DLD-FUNCTIONS/minmax.cc, DLD-FUNCTIONS/getrusage.cc, data.cc,
cbac6756967e [project @ 2002-10-14 20:16:44 by jwe]
jwe
parents: 4101
diff changeset
3042 file-io.cc, ov-base.cc, ov-bool-mat.cc, ov-ch-mat.cc,
cbac6756967e [project @ 2002-10-14 20:16:44 by jwe]
jwe
parents: 4101
diff changeset
3043 ov-complex.cc, ov-cx-mat.cc, ov-range.cc, ov-re-mat.cc,
cbac6756967e [project @ 2002-10-14 20:16:44 by jwe]
jwe
parents: 4101
diff changeset
3044 ov-re-nd-array.cc: Change all uses of octave_Inf, octave_NA, and
cbac6756967e [project @ 2002-10-14 20:16:44 by jwe]
jwe
parents: 4101
diff changeset
3045 octave_NaN to be calls to lo_ieee_Inf_value, lo_ieee_NA_value, and
cbac6756967e [project @ 2002-10-14 20:16:44 by jwe]
jwe
parents: 4101
diff changeset
3046 lo_ieee_NaN_value instead of using the constants directly to avoid
cbac6756967e [project @ 2002-10-14 20:16:44 by jwe]
jwe
parents: 4101
diff changeset
3047 linking problem with Cygwin.
cbac6756967e [project @ 2002-10-14 20:16:44 by jwe]
jwe
parents: 4101
diff changeset
3048
cbac6756967e [project @ 2002-10-14 20:16:44 by jwe]
jwe
parents: 4101
diff changeset
3049 * Makefile.in (install): No need to use cd to create links.
cbac6756967e [project @ 2002-10-14 20:16:44 by jwe]
jwe
parents: 4101
diff changeset
3050
cbac6756967e [project @ 2002-10-14 20:16:44 by jwe]
jwe
parents: 4101
diff changeset
3051 2002-10-14 Paul Kienzle <pkienzle@users.sf.net>
cbac6756967e [project @ 2002-10-14 20:16:44 by jwe]
jwe
parents: 4101
diff changeset
3052
cbac6756967e [project @ 2002-10-14 20:16:44 by jwe]
jwe
parents: 4101
diff changeset
3053 * Makefile.in: Merge liboctave with liboct-readline and
cbac6756967e [project @ 2002-10-14 20:16:44 by jwe]
jwe
parents: 4101
diff changeset
3054 liboct-pathsearch.
cbac6756967e [project @ 2002-10-14 20:16:44 by jwe]
jwe
parents: 4101
diff changeset
3055 Use link dependencies for shared libs if INCLUDE_LINK_DEPS.
cbac6756967e [project @ 2002-10-14 20:16:44 by jwe]
jwe
parents: 4101
diff changeset
3056 (LIBRARIES): If doing shared libs, include versioned library in list.
cbac6756967e [project @ 2002-10-14 20:16:44 by jwe]
jwe
parents: 4101
diff changeset
3057 (liboctinterp.$(SHLEXT), liboctinterp.$(SHLEXT_VER)): Reverse
cbac6756967e [project @ 2002-10-14 20:16:44 by jwe]
jwe
parents: 4101
diff changeset
3058 actions -- build unversioned library, symbolic link adds version
cbac6756967e [project @ 2002-10-14 20:16:44 by jwe]
jwe
parents: 4101
diff changeset
3059 info.
cbac6756967e [project @ 2002-10-14 20:16:44 by jwe]
jwe
parents: 4101
diff changeset
3060 (install, uninstall): Handle link and load forms of the library
cbac6756967e [project @ 2002-10-14 20:16:44 by jwe]
jwe
parents: 4101
diff changeset
3061 separately.
cbac6756967e [project @ 2002-10-14 20:16:44 by jwe]
jwe
parents: 4101
diff changeset
3062
cbac6756967e [project @ 2002-10-14 20:16:44 by jwe]
jwe
parents: 4101
diff changeset
3063 * toplev.cc (octave_config_info): Remove LIBOCT_READLINE and
cbac6756967e [project @ 2002-10-14 20:16:44 by jwe]
jwe
parents: 4101
diff changeset
3064 LIBOCT_PATHSEARCH, add LIBREADLINE.
cbac6756967e [project @ 2002-10-14 20:16:44 by jwe]
jwe
parents: 4101
diff changeset
3065 * oct-conf.h.in: Likewise.
cbac6756967e [project @ 2002-10-14 20:16:44 by jwe]
jwe
parents: 4101
diff changeset
3066
4100
ed0090ecf80f [project @ 2002-10-11 16:37:45 by jwe]
jwe
parents: 4098
diff changeset
3067 2002-10-11 John W. Eaton <jwe@bevo.che.wisc.edu>
ed0090ecf80f [project @ 2002-10-11 16:37:45 by jwe]
jwe
parents: 4098
diff changeset
3068
4101
ea537559ab07 [project @ 2002-10-11 20:57:21 by jwe]
jwe
parents: 4100
diff changeset
3069 * lex.l (handle_identifier): Don't enter token in local symbol
ea537559ab07 [project @ 2002-10-11 20:57:21 by jwe]
jwe
parents: 4100
diff changeset
3070 table if the following token is a dot and it looks like a binary
ea537559ab07 [project @ 2002-10-11 20:57:21 by jwe]
jwe
parents: 4100
diff changeset
3071 operator.
ea537559ab07 [project @ 2002-10-11 20:57:21 by jwe]
jwe
parents: 4100
diff changeset
3072 (force_local_variable): If name is not a variable, clear it before
ea537559ab07 [project @ 2002-10-11 20:57:21 by jwe]
jwe
parents: 4100
diff changeset
3073 defining.
ea537559ab07 [project @ 2002-10-11 20:57:21 by jwe]
jwe
parents: 4100
diff changeset
3074
ea537559ab07 [project @ 2002-10-11 20:57:21 by jwe]
jwe
parents: 4100
diff changeset
3075 * oct-procbuf.cc (Vkluge_procbuf_delay): Make default 0 for all
ea537559ab07 [project @ 2002-10-11 20:57:21 by jwe]
jwe
parents: 4100
diff changeset
3076 systems.
ea537559ab07 [project @ 2002-10-11 20:57:21 by jwe]
jwe
parents: 4100
diff changeset
3077
ea537559ab07 [project @ 2002-10-11 20:57:21 by jwe]
jwe
parents: 4100
diff changeset
3078 * octave.cc (execute_startup_files, initialize_pathsearch):
ea537559ab07 [project @ 2002-10-11 20:57:21 by jwe]
jwe
parents: 4100
diff changeset
3079 Use file_ops::dir_sep_str instead of OCTAVE_DIR_SEP_STR.
ea537559ab07 [project @ 2002-10-11 20:57:21 by jwe]
jwe
parents: 4100
diff changeset
3080 (main): Use file_ops::dir_sep_chars instead of OCTAVE_DIR_SEP_CHARS.
ea537559ab07 [project @ 2002-10-11 20:57:21 by jwe]
jwe
parents: 4100
diff changeset
3081
4100
ed0090ecf80f [project @ 2002-10-11 16:37:45 by jwe]
jwe
parents: 4098
diff changeset
3082 * ov-re-mat.cc (octave_matrix::convert_to_str): Warn for out of
ed0090ecf80f [project @ 2002-10-11 16:37:45 by jwe]
jwe
parents: 4098
diff changeset
3083 range conversions. For negative values, set to 0.
ed0090ecf80f [project @ 2002-10-11 16:37:45 by jwe]
jwe
parents: 4098
diff changeset
3084 * ov-scalar.cc (octave_scalar:convert_to_str): Likewise.
ed0090ecf80f [project @ 2002-10-11 16:37:45 by jwe]
jwe
parents: 4098
diff changeset
3085
ed0090ecf80f [project @ 2002-10-11 16:37:45 by jwe]
jwe
parents: 4098
diff changeset
3086 * mappers.cc (xabs): New static function.
ed0090ecf80f [project @ 2002-10-11 16:37:45 by jwe]
jwe
parents: 4098
diff changeset
3087 (install_mapper_functions): Use it for abs for character matrices.
ed0090ecf80f [project @ 2002-10-11 16:37:45 by jwe]
jwe
parents: 4098
diff changeset
3088 Handle ch_map_flag separately from can_ret_cmplx_for_real in
ed0090ecf80f [project @ 2002-10-11 16:37:45 by jwe]
jwe
parents: 4098
diff changeset
3089 all uses of DEFUN_MAPPER.
ed0090ecf80f [project @ 2002-10-11 16:37:45 by jwe]
jwe
parents: 4098
diff changeset
3090 * defun.h (DEFUN_MAPPER): Handle ch_map_flag separately from
ed0090ecf80f [project @ 2002-10-11 16:37:45 by jwe]
jwe
parents: 4098
diff changeset
3091 can_ret_cmplx_for_real.
ed0090ecf80f [project @ 2002-10-11 16:37:45 by jwe]
jwe
parents: 4098
diff changeset
3092 * defun-int.h (DEFUN_MAPPER_INTERNAL): Likewise.
ed0090ecf80f [project @ 2002-10-11 16:37:45 by jwe]
jwe
parents: 4098
diff changeset
3093 * mkbuiltins: Likewise.
ed0090ecf80f [project @ 2002-10-11 16:37:45 by jwe]
jwe
parents: 4098
diff changeset
3094 * mkgendoc: Likewise.
ed0090ecf80f [project @ 2002-10-11 16:37:45 by jwe]
jwe
parents: 4098
diff changeset
3095 * ov-mapper.cc (octave_mapper::apply): Use ch_map_flag and
ed0090ecf80f [project @ 2002-10-11 16:37:45 by jwe]
jwe
parents: 4098
diff changeset
3096 can_ret_cmplx_for_real instead of flag.
ed0090ecf80f [project @ 2002-10-11 16:37:45 by jwe]
jwe
parents: 4098
diff changeset
3097 * ov-mapper.h (octave_mapper::ch_map_flag): Rename from flag.
ed0090ecf80f [project @ 2002-10-11 16:37:45 by jwe]
jwe
parents: 4098
diff changeset
3098 (octave_mapper::can_ret_cmplx_for_real): New data member.
ed0090ecf80f [project @ 2002-10-11 16:37:45 by jwe]
jwe
parents: 4098
diff changeset
3099 (octave_mapper::octave_mapper): Handle it here.
ed0090ecf80f [project @ 2002-10-11 16:37:45 by jwe]
jwe
parents: 4098
diff changeset
3100
4098
8496ae60db8a [project @ 2002-10-10 05:20:20 by jwe]
jwe
parents: 4097
diff changeset
3101 2002-10-10 John W. Eaton <jwe@bevo.che.wisc.edu>
8496ae60db8a [project @ 2002-10-10 05:20:20 by jwe]
jwe
parents: 4097
diff changeset
3102
4100
ed0090ecf80f [project @ 2002-10-11 16:37:45 by jwe]
jwe
parents: 4098
diff changeset
3103 * octave.cc (execute_startup_files): Don't forget directory
ed0090ecf80f [project @ 2002-10-11 16:37:45 by jwe]
jwe
parents: 4098
diff changeset
3104 separator for local initfile.
ed0090ecf80f [project @ 2002-10-11 16:37:45 by jwe]
jwe
parents: 4098
diff changeset
3105
4098
8496ae60db8a [project @ 2002-10-10 05:20:20 by jwe]
jwe
parents: 4097
diff changeset
3106 * move-if-change: Delete.
8496ae60db8a [project @ 2002-10-10 05:20:20 by jwe]
jwe
parents: 4097
diff changeset
3107 * Makefile.in (DISTFILES): Delete it from the list.
8496ae60db8a [project @ 2002-10-10 05:20:20 by jwe]
jwe
parents: 4097
diff changeset
3108
4097
596f88296519 [project @ 2002-10-09 20:26:27 by jwe]
jwe
parents: 4093
diff changeset
3109 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu>
596f88296519 [project @ 2002-10-09 20:26:27 by jwe]
jwe
parents: 4093
diff changeset
3110
4098
8496ae60db8a [project @ 2002-10-10 05:20:20 by jwe]
jwe
parents: 4097
diff changeset
3111 * Makefile.in: Use $(EXEEXT) and $(BUILD_EXEEXT) as appropriate.
8496ae60db8a [project @ 2002-10-10 05:20:20 by jwe]
jwe
parents: 4097
diff changeset
3112
8496ae60db8a [project @ 2002-10-10 05:20:20 by jwe]
jwe
parents: 4097
diff changeset
3113 * pt-plot.cc (Vgnuplot_binary): Use GNUPLOT_BINARY as default.
8496ae60db8a [project @ 2002-10-10 05:20:20 by jwe]
jwe
parents: 4097
diff changeset
3114
4097
596f88296519 [project @ 2002-10-09 20:26:27 by jwe]
jwe
parents: 4093
diff changeset
3115 * octave.cc (execute_startup_files):
596f88296519 [project @ 2002-10-09 20:26:27 by jwe]
jwe
parents: 4093
diff changeset
3116 Use octave_env::getcwd instead of "./".
596f88296519 [project @ 2002-10-09 20:26:27 by jwe]
jwe
parents: 4093
diff changeset
3117 Use OCTAVE_DIR_SEP_STR instead of "/".
596f88296519 [project @ 2002-10-09 20:26:27 by jwe]
jwe
parents: 4093
diff changeset
3118 (initialize_pathsearch): Use OCTAVE_DIR_SEP_STR instead of /.
596f88296519 [project @ 2002-10-09 20:26:27 by jwe]
jwe
parents: 4093
diff changeset
3119 (main): Look for OCTAVE_DIR_SEP_CHARS, not '/'.
596f88296519 [project @ 2002-10-09 20:26:27 by jwe]
jwe
parents: 4093
diff changeset
3120
4093
5a82e874999b [project @ 2002-10-08 23:48:45 by jwe]
jwe
parents: 4092
diff changeset
3121 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu>
5a82e874999b [project @ 2002-10-08 23:48:45 by jwe]
jwe
parents: 4092
diff changeset
3122
5a82e874999b [project @ 2002-10-08 23:48:45 by jwe]
jwe
parents: 4092
diff changeset
3123 * Makefile.in (gendoc): Use $(BUILD_CXX), not $(CXX).
5a82e874999b [project @ 2002-10-08 23:48:45 by jwe]
jwe
parents: 4092
diff changeset
3124
5a82e874999b [project @ 2002-10-08 23:48:45 by jwe]
jwe
parents: 4092
diff changeset
3125 2002-10-07 John W. Eaton <jwe@bevo.che.wisc.edu>
5a82e874999b [project @ 2002-10-08 23:48:45 by jwe]
jwe
parents: 4092
diff changeset
3126
5a82e874999b [project @ 2002-10-08 23:48:45 by jwe]
jwe
parents: 4092
diff changeset
3127 * utils.cc (octave_sleep): Cast result of modf to unsigned int.
5a82e874999b [project @ 2002-10-08 23:48:45 by jwe]
jwe
parents: 4092
diff changeset
3128
4092
01f46b36e11f [project @ 2002-10-07 16:13:22 by jwe]
jwe
parents: 4091
diff changeset
3129 2002-10-07 Paul Kienzle <pkienzle@users.sf.net>
01f46b36e11f [project @ 2002-10-07 16:13:22 by jwe]
jwe
parents: 4091
diff changeset
3130
01f46b36e11f [project @ 2002-10-07 16:13:22 by jwe]
jwe
parents: 4091
diff changeset
3131 * sighandlers.cc (my_friendly_exit): If kill is unavailable, use
01f46b36e11f [project @ 2002-10-07 16:13:22 by jwe]
jwe
parents: 4091
diff changeset
3132 raise.
01f46b36e11f [project @ 2002-10-07 16:13:22 by jwe]
jwe
parents: 4091
diff changeset
3133
4090
18adbb958baa [project @ 2002-10-06 19:59:06 by jwe]
jwe
parents: 4086
diff changeset
3134 2002-10-06 John W. Eaton <jwe@bevo.che.wisc.edu>
18adbb958baa [project @ 2002-10-06 19:59:06 by jwe]
jwe
parents: 4086
diff changeset
3135
4091
575507e27b8b [project @ 2002-10-06 20:50:15 by jwe]
jwe
parents: 4090
diff changeset
3136 * sysdep.cc (CYGWIN_init): New function.
575507e27b8b [project @ 2002-10-06 20:50:15 by jwe]
jwe
parents: 4090
diff changeset
3137 (sysdep_init) [__CYGWIN__]: Call it.
575507e27b8b [project @ 2002-10-06 20:50:15 by jwe]
jwe
parents: 4090
diff changeset
3138
4090
18adbb958baa [project @ 2002-10-06 19:59:06 by jwe]
jwe
parents: 4086
diff changeset
3139 * pt-plot.cc (subplot::handle_plot_data): Surround file names in
18adbb958baa [project @ 2002-10-06 19:59:06 by jwe]
jwe
parents: 4086
diff changeset
3140 single quotes, not double (for Windows).
18adbb958baa [project @ 2002-10-06 19:59:06 by jwe]
jwe
parents: 4086
diff changeset
3141 (do_external_plotter_cd): Likewise.
18adbb958baa [project @ 2002-10-06 19:59:06 by jwe]
jwe
parents: 4086
diff changeset
3142
4086
ddc722b38e87 [project @ 2002-10-03 19:08:45 by jwe]
jwe
parents: 4084
diff changeset
3143 2002-10-03 John W. Eaton <jwe@bevo.che.wisc.edu>
ddc722b38e87 [project @ 2002-10-03 19:08:45 by jwe]
jwe
parents: 4084
diff changeset
3144
ddc722b38e87 [project @ 2002-10-03 19:08:45 by jwe]
jwe
parents: 4084
diff changeset
3145 * cutils.c (octave_usleep): Call octave_sleep, not sleep.
ddc722b38e87 [project @ 2002-10-03 19:08:45 by jwe]
jwe
parents: 4084
diff changeset
3146
ddc722b38e87 [project @ 2002-10-03 19:08:45 by jwe]
jwe
parents: 4084
diff changeset
3147 * utils.cc (octave_sleep (double)): New function.
ddc722b38e87 [project @ 2002-10-03 19:08:45 by jwe]
jwe
parents: 4084
diff changeset
3148 * utils.h: Provide decl.
ddc722b38e87 [project @ 2002-10-03 19:08:45 by jwe]
jwe
parents: 4084
diff changeset
3149 * sysdep.cc (Fpause, Fsleep): Use it.
ddc722b38e87 [project @ 2002-10-03 19:08:45 by jwe]
jwe
parents: 4084
diff changeset
3150
ddc722b38e87 [project @ 2002-10-03 19:08:45 by jwe]
jwe
parents: 4084
diff changeset
3151 * cutils.c (do_octave_usleep): Merge with octave_usleep.
ddc722b38e87 [project @ 2002-10-03 19:08:45 by jwe]
jwe
parents: 4084
diff changeset
3152 (octave_usleep): Make it work for Windows systems. From Paul
ddc722b38e87 [project @ 2002-10-03 19:08:45 by jwe]
jwe
parents: 4084
diff changeset
3153 Kienzle <pkienzle@users.sf.net>.
ddc722b38e87 [project @ 2002-10-03 19:08:45 by jwe]
jwe
parents: 4084
diff changeset
3154
ddc722b38e87 [project @ 2002-10-03 19:08:45 by jwe]
jwe
parents: 4084
diff changeset
3155 2002-10-03 Paul Kienzle <pkienzle@users.sf.net>
ddc722b38e87 [project @ 2002-10-03 19:08:45 by jwe]
jwe
parents: 4084
diff changeset
3156
ddc722b38e87 [project @ 2002-10-03 19:08:45 by jwe]
jwe
parents: 4084
diff changeset
3157 * cutils.c (octave_usleep): Make it work for Windows systems.
ddc722b38e87 [project @ 2002-10-03 19:08:45 by jwe]
jwe
parents: 4084
diff changeset
3158
ddc722b38e87 [project @ 2002-10-03 19:08:45 by jwe]
jwe
parents: 4084
diff changeset
3159 * toplev.cc (Fsystem): Error message if fork is not available.
ddc722b38e87 [project @ 2002-10-03 19:08:45 by jwe]
jwe
parents: 4084
diff changeset
3160
4084
babc519f245b [project @ 2002-10-03 03:23:14 by jwe]
jwe
parents: 4078
diff changeset
3161 2002-10-02 John W. Eaton <jwe@bevo.che.wisc.edu>
babc519f245b [project @ 2002-10-03 03:23:14 by jwe]
jwe
parents: 4078
diff changeset
3162
babc519f245b [project @ 2002-10-03 03:23:14 by jwe]
jwe
parents: 4078
diff changeset
3163 * cutils.c (octave_sleep): Handle Windows, which may not have
babc519f245b [project @ 2002-10-03 03:23:14 by jwe]
jwe
parents: 4078
diff changeset
3164 sleep, but should have Sleep.
babc519f245b [project @ 2002-10-03 03:23:14 by jwe]
jwe
parents: 4078
diff changeset
3165
babc519f245b [project @ 2002-10-03 03:23:14 by jwe]
jwe
parents: 4078
diff changeset
3166 * oct-conf.h.in (OCTAVE_CONF_SED): Add an entry for SED.
babc519f245b [project @ 2002-10-03 03:23:14 by jwe]
jwe
parents: 4078
diff changeset
3167 * toplev.cc (octave_config_info): Likewise.
babc519f245b [project @ 2002-10-03 03:23:14 by jwe]
jwe
parents: 4078
diff changeset
3168 * Makefile.in (oct-gperf.h): Use $(SED), not sed.
babc519f245b [project @ 2002-10-03 03:23:14 by jwe]
jwe
parents: 4078
diff changeset
3169
4070
e0e95e9aad7b [project @ 2002-09-27 15:26:28 by jwe]
jwe
parents: 4067
diff changeset
3170 2002-09-27 John W. Eaton <jwe@bevo.che.wisc.edu>
e0e95e9aad7b [project @ 2002-09-27 15:26:28 by jwe]
jwe
parents: 4067
diff changeset
3171
e0e95e9aad7b [project @ 2002-09-27 15:26:28 by jwe]
jwe
parents: 4067
diff changeset
3172 * file-io.cc (fopen_mode_to_ios_mode): Set ios::ate instead of
e0e95e9aad7b [project @ 2002-09-27 15:26:28 by jwe]
jwe
parents: 4067
diff changeset
3173 ios::app for "a+" mode.
e0e95e9aad7b [project @ 2002-09-27 15:26:28 by jwe]
jwe
parents: 4067
diff changeset
3174 * oct-stream.cc (octave_stream::mode_as_string): Recognize
e0e95e9aad7b [project @ 2002-09-27 15:26:28 by jwe]
jwe
parents: 4067
diff changeset
3175 ios::ate, not ios::app as "a+" mode.
4078
bd51df637cb3 [project @ 2002-09-27 23:23:20 by jwe]
jwe
parents: 4070
diff changeset
3176 (octave_stream::mode_as_string): Use parens since | has lower
bd51df637cb3 [project @ 2002-09-27 23:23:20 by jwe]
jwe
parents: 4070
diff changeset
3177 precedence than ==.
4070
e0e95e9aad7b [project @ 2002-09-27 15:26:28 by jwe]
jwe
parents: 4067
diff changeset
3178
4067
e97fb79fc1d5 [project @ 2002-09-26 22:43:25 by jwe]
jwe
parents: 4066
diff changeset
3179 2002-09-26 Paul Kienzle <pkienzle@users.sf.net>
e97fb79fc1d5 [project @ 2002-09-26 22:43:25 by jwe]
jwe
parents: 4066
diff changeset
3180
e97fb79fc1d5 [project @ 2002-09-26 22:43:25 by jwe]
jwe
parents: 4066
diff changeset
3181 * sysdep.cc: Include conio.h if it exists.
e97fb79fc1d5 [project @ 2002-09-26 22:43:25 by jwe]
jwe
parents: 4066
diff changeset
3182 (octave_kbhit): Rename from kbhit. Implement with _kbhit if it
e97fb79fc1d5 [project @ 2002-09-26 22:43:25 by jwe]
jwe
parents: 4066
diff changeset
3183 exists. Change all callers.
e97fb79fc1d5 [project @ 2002-09-26 22:43:25 by jwe]
jwe
parents: 4066
diff changeset
3184 * cutils.c (octave_sleep): New function.
e97fb79fc1d5 [project @ 2002-09-26 22:43:25 by jwe]
jwe
parents: 4066
diff changeset
3185 Change all callers of sleep to use octave_sleep instead.
e97fb79fc1d5 [project @ 2002-09-26 22:43:25 by jwe]
jwe
parents: 4066
diff changeset
3186
4066
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3187 2002-09-26 John W. Eaton <jwe@bevo.che.wisc.edu>
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3188
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3189 * BaseSLList.cc, BaseSLList.h, Cell.cc, Cell.h, DLList.cc,
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3190 DLList.h, Map.cc, Map.h, OPERATORS/op-b-b.cc,
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3191 OPERATORS/op-bm-b.cc, OPERATORS/op-bm-bm.cc, OPERATORS/op-cell.cc,
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3192 OPERATORS/op-chm.cc, OPERATORS/op-cm-cm.cc, OPERATORS/op-cm-cs.cc,
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3193 OPERATORS/op-cm-m.cc, OPERATORS/op-cm-s.cc, OPERATORS/op-cs-cm.cc,
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3194 OPERATORS/op-cs-cs.cc, OPERATORS/op-cs-m.cc, OPERATORS/op-cs-s.cc,
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3195 OPERATORS/op-fil-b.cc, OPERATORS/op-fil-bm.cc,
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3196 OPERATORS/op-fil-cm.cc, OPERATORS/op-fil-cs.cc,
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3197 OPERATORS/op-fil-lis.cc, OPERATORS/op-fil-m.cc,
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3198 OPERATORS/op-fil-rec.cc, OPERATORS/op-fil-s.cc,
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3199 OPERATORS/op-fil-str.cc, OPERATORS/op-list.cc,
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3200 OPERATORS/op-m-cm.cc, OPERATORS/op-m-cs.cc, OPERATORS/op-m-m.cc,
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3201 OPERATORS/op-m-s.cc, OPERATORS/op-range.cc, OPERATORS/op-s-cm.cc,
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3202 OPERATORS/op-s-cs.cc, OPERATORS/op-s-m.cc, OPERATORS/op-s-s.cc,
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3203 OPERATORS/op-str-str.cc, SLList.cc, SLList.h, SLStack.cc,
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3204 SLStack.h, Stack.cc, Stack.h, c-file-ptr-stream.cc,
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3205 c-file-ptr-stream.h, comment-list.cc, comment-list.h, oct-map.cc,
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3206 oct-map.h, oct-obj.cc, oct-obj.h, ov-base-mat.cc, ov-base-mat.h,
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3207 ov-base-nd-array.cc, ov-base-nd-array.h, ov-base-scalar.cc,
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3208 ov-base-scalar.h, ov-base.cc, ov-base.h, ov-bool-mat.cc,
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3209 ov-bool-mat.h, ov-bool.cc, ov-bool.h, ov-builtin.cc, ov-builtin.h,
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3210 ov-cell.cc, ov-cell.h, ov-ch-mat.cc, ov-ch-mat.h, ov-colon.cc,
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3211 ov-complex.cc, ov-complex.h, ov-cs-list.cc ov-cs-list.h,
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3212 ov-cx-mat.cc, ov-cx-mat.h, ov-dld-fcn.cc, ov-dld-fcn.h, ov-fcn.cc,
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3213 ov-fcn.h, ov-file.cc, ov-file.h, ov-list.cc, ov-list.h,
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3214 ov-mapper.cc, ov-mapper.h, ov-range.cc, ov-range.h, ov-re-mat.cc,
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3215 ov-re-mat.h, ov-re-nd-array.cc, ov-re-nd-array.h, ov-scalar.cc,
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3216 ov-scalar.h, ov-str-mat.cc, ov-str-mat.h, ov-struct.cc,
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3217 ov-struct.h, ov-typeinfo.cc, ov-typeinfo.h, ov-usr-fcn.cc,
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3218 ov-usr-fcn.h, ov-va-args.cc, ov.cc, ov.h, procstream.cc,
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3219 procstream.h, pt-arg-list.cc, pt-arg-list.h, pt-assign.cc,
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3220 pt-assign.h, pt-binop.cc, pt-binop.h, pt-bp.cc, pt-bp.h,
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3221 pt-cell.cc, pt-cell.h, pt-check.cc, pt-check.h, pt-cmd.cc,
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3222 pt-cmd.h, pt-colon.cc, pt-colon.h, pt-const.cc, pt-const.h,
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3223 pt-decl.cc, pt-decl.h, pt-except.cc, pt-except.h, pt-exp.cc,
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3224 pt-exp.h, pt-id.cc, pt-id.h, pt-idx.cc, pt-idx.h, pt-jump.cc,
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3225 pt-jump.h, pt-loop.cc, pt-loop.h, pt-mat.cc, pt-mat.h, pt-misc.cc,
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3226 pt-misc.h, pt-plot.cc, pt-plot.h, pt-pr-code.cc, pt-pr-code.h,
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3227 pt-select.cc, pt-select.h, pt-stmt.cc, pt-stmt.h, pt-unop.cc,
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3228 pt-unop.h, pt.cc, pt.h, symtab.cc, symtab.h, token.cc, token.h,
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3229 unwind-prot.cc, unwind-prot.h:
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3230 If __GNUG__, use pragma interface/implementation. Allow this to
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3231 be turned off by defining NO_PRAGMA_INTERFACE_IMPLEMENTATION.
47d3baea432d [project @ 2002-09-26 22:10:06 by jwe]
jwe
parents: 4065
diff changeset
3232
4064
b4fa31442a78 [project @ 2002-09-26 21:10:45 by jwe]
jwe
parents: 4061
diff changeset
3233 2002-09-26 Paul Kienzle <pkienzle@users.sf.net>
b4fa31442a78 [project @ 2002-09-26 21:10:45 by jwe]
jwe
parents: 4061
diff changeset
3234
4065
2550915214e1 [project @ 2002-09-26 21:32:07 by jwe]
jwe
parents: 4064
diff changeset
3235 * mappers.cc (install_mapper_functions): Install erf, not xerf.
2550915214e1 [project @ 2002-09-26 21:32:07 by jwe]
jwe
parents: 4064
diff changeset
3236 Install erfc, not xerfc.
2550915214e1 [project @ 2002-09-26 21:32:07 by jwe]
jwe
parents: 4064
diff changeset
3237
4064
b4fa31442a78 [project @ 2002-09-26 21:10:45 by jwe]
jwe
parents: 4061
diff changeset
3238 * pt-bp.cc (tree_breakpoint::visit_unwind_protect_command):
b4fa31442a78 [project @ 2002-09-26 21:10:45 by jwe]
jwe
parents: 4061
diff changeset
3239 Rename lst1 and lst2 to avoid dlgs.h conflict.
b4fa31442a78 [project @ 2002-09-26 21:10:45 by jwe]
jwe
parents: 4061
diff changeset
3240
b4fa31442a78 [project @ 2002-09-26 21:10:45 by jwe]
jwe
parents: 4061
diff changeset
3241 * parse.y: Replace TEXT with STRING to avoid winnt.h conflict.
b4fa31442a78 [project @ 2002-09-26 21:10:45 by jwe]
jwe
parents: 4061
diff changeset
3242 * lex.l: Ditto.
b4fa31442a78 [project @ 2002-09-26 21:10:45 by jwe]
jwe
parents: 4061
diff changeset
3243
b4fa31442a78 [project @ 2002-09-26 21:10:45 by jwe]
jwe
parents: 4061
diff changeset
3244 * sysdep.cc (raw_mode): Non-fatal warning if raw_mode is not
b4fa31442a78 [project @ 2002-09-26 21:10:45 by jwe]
jwe
parents: 4061
diff changeset
3245 supported.
b4fa31442a78 [project @ 2002-09-26 21:10:45 by jwe]
jwe
parents: 4061
diff changeset
3246
b4fa31442a78 [project @ 2002-09-26 21:10:45 by jwe]
jwe
parents: 4061
diff changeset
3247 * sighandlers.cc: Don't define handlers for non-existent signals.
b4fa31442a78 [project @ 2002-09-26 21:10:45 by jwe]
jwe
parents: 4061
diff changeset
3248
b4fa31442a78 [project @ 2002-09-26 21:10:45 by jwe]
jwe
parents: 4061
diff changeset
3249 * utils.cc: Don't include unneeded termio headers.
b4fa31442a78 [project @ 2002-09-26 21:10:45 by jwe]
jwe
parents: 4061
diff changeset
3250
4061
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3251 2002-09-19 John W. Eaton <jwe@bevo.che.wisc.edu>
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3252
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3253 * BaseSLList.cc, BaseSLList.h, Cell.cc, Cell.h, DLList.cc,
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3254 DLList.h, Map.cc, Map.h, OPERATORS/op-b-b.cc,
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3255 OPERATORS/op-bm-b.cc, OPERATORS/op-bm-bm.cc, OPERATORS/op-cell.cc,
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3256 OPERATORS/op-chm.cc, OPERATORS/op-cm-cm.cc, OPERATORS/op-cm-cs.cc,
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3257 OPERATORS/op-cm-m.cc, OPERATORS/op-cm-s.cc, OPERATORS/op-cs-cm.cc,
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3258 OPERATORS/op-cs-cs.cc, OPERATORS/op-cs-m.cc, OPERATORS/op-cs-s.cc,
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3259 OPERATORS/op-fil-b.cc, OPERATORS/op-fil-bm.cc,
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3260 OPERATORS/op-fil-cm.cc, OPERATORS/op-fil-cs.cc,
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3261 OPERATORS/op-fil-lis.cc, OPERATORS/op-fil-m.cc,
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3262 OPERATORS/op-fil-rec.cc, OPERATORS/op-fil-s.cc,
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3263 OPERATORS/op-fil-str.cc, OPERATORS/op-list.cc,
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3264 OPERATORS/op-m-cm.cc, OPERATORS/op-m-cs.cc, OPERATORS/op-m-m.cc,
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3265 OPERATORS/op-m-s.cc, OPERATORS/op-range.cc, OPERATORS/op-s-cm.cc,
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3266 OPERATORS/op-s-cs.cc, OPERATORS/op-s-m.cc, OPERATORS/op-s-s.cc,
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3267 OPERATORS/op-str-str.cc, SLList.cc, SLList.h, SLStack.cc,
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3268 SLStack.h, Stack.cc, Stack.h, c-file-ptr-stream.cc,
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3269 c-file-ptr-stream.h, comment-list.cc, comment-list.h, oct-map.cc,
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3270 oct-map.h, oct-obj.cc, oct-obj.h, ov-base-mat.cc, ov-base-mat.h,
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3271 ov-base-nd-array.cc, ov-base-nd-array.h, ov-base-scalar.cc,
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3272 ov-base-scalar.h, ov-base.cc, ov-base.h, ov-bool-mat.cc,
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3273 ov-bool-mat.h, ov-bool.cc, ov-bool.h, ov-builtin.cc, ov-builtin.h,
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3274 ov-cell.cc, ov-cell.h, ov-ch-mat.cc, ov-ch-mat.h, ov-colon.cc,
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3275 ov-complex.cc, ov-complex.h, ov-cs-list.cc ov-cs-list.h,
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3276 ov-cx-mat.cc, ov-cx-mat.h, ov-dld-fcn.cc, ov-dld-fcn.h, ov-fcn.cc,
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3277 ov-fcn.h, ov-file.cc, ov-file.h, ov-list.cc, ov-list.h,
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3278 ov-mapper.cc, ov-mapper.h, ov-range.cc, ov-range.h, ov-re-mat.cc,
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3279 ov-re-mat.h, ov-re-nd-array.cc, ov-re-nd-array.h, ov-scalar.cc,
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3280 ov-scalar.h, ov-str-mat.cc, ov-str-mat.h, ov-struct.cc,
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3281 ov-struct.h, ov-typeinfo.cc, ov-typeinfo.h, ov-usr-fcn.cc,
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3282 ov-usr-fcn.h, ov-va-args.cc, ov.cc, ov.h, procstream.cc,
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3283 procstream.h, pt-arg-list.cc, pt-arg-list.h, pt-assign.cc,
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3284 pt-assign.h, pt-binop.cc, pt-binop.h, pt-bp.cc, pt-bp.h,
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3285 pt-cell.cc, pt-cell.h, pt-check.cc, pt-check.h, pt-cmd.cc,
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3286 pt-cmd.h, pt-colon.cc, pt-colon.h, pt-const.cc, pt-const.h,
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3287 pt-decl.cc, pt-decl.h, pt-except.cc, pt-except.h, pt-exp.cc,
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3288 pt-exp.h, pt-id.cc, pt-id.h, pt-idx.cc, pt-idx.h, pt-jump.cc,
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3289 pt-jump.h, pt-loop.cc, pt-loop.h, pt-mat.cc, pt-mat.h, pt-misc.cc,
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3290 pt-misc.h, pt-plot.cc, pt-plot.h, pt-pr-code.cc, pt-pr-code.h,
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3291 pt-select.cc, pt-select.h, pt-stmt.cc, pt-stmt.h, pt-unop.cc,
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3292 pt-unop.h, pt.cc, pt.h, symtab.cc, symtab.h, token.cc, token.h,
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3293 unwind-prot.cc, unwind-prot.h:
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3294 Use USE_PRAGMA_INTERFACE_IMPLEMENTATION instead of __GNUG__ to
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3295 decide whether to use the interface/implementation pragmas.
6e86256e9c54 [project @ 2002-09-19 16:42:25 by jwe]
jwe
parents: 4060
diff changeset
3296
4059
db58c1a1e6ce [project @ 2002-09-18 07:21:12 by jwe]
jwe
parents: 4057
diff changeset
3297 2002-09-18 John W. Eaton <jwe@bevo.che.wisc.edu>
db58c1a1e6ce [project @ 2002-09-18 07:21:12 by jwe]
jwe
parents: 4057
diff changeset
3298
4060
9bfab09231c6 [project @ 2002-09-19 04:09:29 by jwe]
jwe
parents: 4059
diff changeset
3299 * load-save.cc: Undo previous change.
9bfab09231c6 [project @ 2002-09-19 04:09:29 by jwe]
jwe
parents: 4059
diff changeset
3300
4059
db58c1a1e6ce [project @ 2002-09-18 07:21:12 by jwe]
jwe
parents: 4057
diff changeset
3301 * ov-struct.cc (octave_struct::subsasgn): Ensure that indexed
db58c1a1e6ce [project @ 2002-09-18 07:21:12 by jwe]
jwe
parents: 4057
diff changeset
3302 object is not shared before calling subsasgn.
db58c1a1e6ce [project @ 2002-09-18 07:21:12 by jwe]
jwe
parents: 4057
diff changeset
3303
4057
2a2108853c70 [project @ 2002-09-04 18:01:04 by jwe]
jwe
parents: 4055
diff changeset
3304 2002-09-04 John W. Eaton <jwe@bevo.che.wisc.edu>
2a2108853c70 [project @ 2002-09-04 18:01:04 by jwe]
jwe
parents: 4055
diff changeset
3305
2a2108853c70 [project @ 2002-09-04 18:01:04 by jwe]
jwe
parents: 4055
diff changeset
3306 * load-save.cc: Use % instead of # as comment character in ascii
2a2108853c70 [project @ 2002-09-04 18:01:04 by jwe]
jwe
parents: 4055
diff changeset
3307 data files.
2a2108853c70 [project @ 2002-09-04 18:01:04 by jwe]
jwe
parents: 4055
diff changeset
3308
4055
7690958e7726 [project @ 2002-08-18 01:56:58 by jwe]
jwe
parents: 4052
diff changeset
3309 2002-08-17 Mumit Khan <khan@nanotech.wisc.edu>
7690958e7726 [project @ 2002-08-18 01:56:58 by jwe]
jwe
parents: 4052
diff changeset
3310
7690958e7726 [project @ 2002-08-18 01:56:58 by jwe]
jwe
parents: 4052
diff changeset
3311 * c-file-ptr-stream.h (c_file_ptr_buf::c_file_ptr_buf): Add Intel
7690958e7726 [project @ 2002-08-18 01:56:58 by jwe]
jwe
parents: 4052
diff changeset
3312 C++ runtime support.
7690958e7726 [project @ 2002-08-18 01:56:58 by jwe]
jwe
parents: 4052
diff changeset
3313
7690958e7726 [project @ 2002-08-18 01:56:58 by jwe]
jwe
parents: 4052
diff changeset
3314 * Cell.h, gripes.cc, ov-base-scalar.cc, ov-colon.cc, ov-fcn.cc,
7690958e7726 [project @ 2002-08-18 01:56:58 by jwe]
jwe
parents: 4052
diff changeset
3315 ov-file.cc, ov-mapper.h, ov-va-args.cc, token.cc, xpow.cc,
7690958e7726 [project @ 2002-08-18 01:56:58 by jwe]
jwe
parents: 4052
diff changeset
3316 OPERATORS/op-b-b.cc, OPERATORS/op-bm-b.cc, OPERATORS/op-bm-bm.cc,
7690958e7726 [project @ 2002-08-18 01:56:58 by jwe]
jwe
parents: 4052
diff changeset
3317 OPERATORS/op-cell.cc, OPERATORS/op-chm.cc, OPERATORS/op-cm-cm.cc,
7690958e7726 [project @ 2002-08-18 01:56:58 by jwe]
jwe
parents: 4052
diff changeset
3318 OPERATORS/op-cm-cs.cc, OPERATORS/op-cm-m.cc, OPERATORS/op-cm-s.cc,
7690958e7726 [project @ 2002-08-18 01:56:58 by jwe]
jwe
parents: 4052
diff changeset
3319 OPERATORS/op-cs-cm.cc, OPERATORS/op-cs-cs.cc, OPERATORS/op-cs-m.cc,
7690958e7726 [project @ 2002-08-18 01:56:58 by jwe]
jwe
parents: 4052
diff changeset
3320 OPERATORS/op-cs-s.cc, OPERATORS/op-fil-b.cc, OPERATORS/op-fil-bm.cc,
7690958e7726 [project @ 2002-08-18 01:56:58 by jwe]
jwe
parents: 4052
diff changeset
3321 OPERATORS/op-fil-cm.cc, OPERATORS/op-fil-cs.cc,
7690958e7726 [project @ 2002-08-18 01:56:58 by jwe]
jwe
parents: 4052
diff changeset
3322 OPERATORS/op-fil-lis.cc, OPERATORS/op-fil-m.cc,
7690958e7726 [project @ 2002-08-18 01:56:58 by jwe]
jwe
parents: 4052
diff changeset
3323 OPERATORS/op-fil-rec.cc, OPERATORS/op-fil-s.cc,
7690958e7726 [project @ 2002-08-18 01:56:58 by jwe]
jwe
parents: 4052
diff changeset
3324 OPERATORS/op-fil-str.cc, OPERATORS/op-list.cc, OPERATORS/op-m-cm.cc,
7690958e7726 [project @ 2002-08-18 01:56:58 by jwe]
jwe
parents: 4052
diff changeset
3325 OPERATORS/op-m-cs.cc, OPERATORS/op-m-m.cc, OPERATORS/op-m-s.cc,
7690958e7726 [project @ 2002-08-18 01:56:58 by jwe]
jwe
parents: 4052
diff changeset
3326 OPERATORS/op-range.cc, OPERATORS/op-s-cm.cc, OPERATORS/op-s-cs.cc,
7690958e7726 [project @ 2002-08-18 01:56:58 by jwe]
jwe
parents: 4052
diff changeset
3327 OPERATORS/op-s-m.cc, OPERATORS/op-s-s.cc, OPERATORS/op-str-str.cc,
7690958e7726 [project @ 2002-08-18 01:56:58 by jwe]
jwe
parents: 4052
diff changeset
3328 TEMPLATE-INST/Array-sym.cc, TEMPLATE-INST/Array-tc.cc,
7690958e7726 [project @ 2002-08-18 01:56:58 by jwe]
jwe
parents: 4052
diff changeset
3329 TEMPLATE-INST/Map-tc.cc, TEMPLATE-INST/SLList-expr.cc,
7690958e7726 [project @ 2002-08-18 01:56:58 by jwe]
jwe
parents: 4052
diff changeset
3330 TEMPLATE-INST/SLList-tc.cc, TEMPLATE-INST/SLList-tm.cc,
7690958e7726 [project @ 2002-08-18 01:56:58 by jwe]
jwe
parents: 4052
diff changeset
3331 TEMPLATE-INST/SLStack-sym.cc: Make the implementation of
7690958e7726 [project @ 2002-08-18 01:56:58 by jwe]
jwe
parents: 4052
diff changeset
3332 octave_value_list visibile for template instantiation.
7690958e7726 [project @ 2002-08-18 01:56:58 by jwe]
jwe
parents: 4052
diff changeset
3333
4051
b79da8779a0e [project @ 2002-08-17 19:38:32 by jwe]
jwe
parents: 4048
diff changeset
3334 2002-08-17 John W. Eaton <jwe@bevo.che.wisc.edu>
b79da8779a0e [project @ 2002-08-17 19:38:32 by jwe]
jwe
parents: 4048
diff changeset
3335
4052
c2562b2593e2 [project @ 2002-08-17 22:15:13 by jwe]
jwe
parents: 4051
diff changeset
3336 * DLD-FUNCTIONS/dasrt.cc: Include <iostream> not <iostream.h>.
c2562b2593e2 [project @ 2002-08-17 22:15:13 by jwe]
jwe
parents: 4051
diff changeset
3337
4051
b79da8779a0e [project @ 2002-08-17 19:38:32 by jwe]
jwe
parents: 4048
diff changeset
3338 * pager.h: Include lo-sstream.h and use macros instead of using
b79da8779a0e [project @ 2002-08-17 19:38:32 by jwe]
jwe
parents: 4048
diff changeset
3339 strstreambuf class directly.
b79da8779a0e [project @ 2002-08-17 19:38:32 by jwe]
jwe
parents: 4048
diff changeset
3340
b79da8779a0e [project @ 2002-08-17 19:38:32 by jwe]
jwe
parents: 4048
diff changeset
3341 * load-save.cc (read_mat_ascii_data): Handle istrstream here too.
b79da8779a0e [project @ 2002-08-17 19:38:32 by jwe]
jwe
parents: 4048
diff changeset
3342
b79da8779a0e [project @ 2002-08-17 19:38:32 by jwe]
jwe
parents: 4048
diff changeset
3343 * procstream.h (procstream::procstream): Also accept std::string arg.
b79da8779a0e [project @ 2002-08-17 19:38:32 by jwe]
jwe
parents: 4048
diff changeset
3344 (iprocstream::iprocstream, iprocstream::open): Likewise.
b79da8779a0e [project @ 2002-08-17 19:38:32 by jwe]
jwe
parents: 4048
diff changeset
3345 (oprocstream::oprocstream, oprocstream::open): Likewise.
b79da8779a0e [project @ 2002-08-17 19:38:32 by jwe]
jwe
parents: 4048
diff changeset
3346 (procstreambase::procstreambase, procstreambase::open): Likewise.
b79da8779a0e [project @ 2002-08-17 19:38:32 by jwe]
jwe
parents: 4048
diff changeset
3347
b79da8779a0e [project @ 2002-08-17 19:38:32 by jwe]
jwe
parents: 4048
diff changeset
3348 * pt-plot.cc (gnuplot_terminal_type): Now std::string&, not char*.
b79da8779a0e [project @ 2002-08-17 19:38:32 by jwe]
jwe
parents: 4048
diff changeset
3349 (send_to_plot_stream): Likewise, for cmd arg.
b79da8779a0e [project @ 2002-08-17 19:38:32 by jwe]
jwe
parents: 4048
diff changeset
3350
b79da8779a0e [project @ 2002-08-17 19:38:32 by jwe]
jwe
parents: 4048
diff changeset
3351 * pt-plot.h, pt-plot.cc: Include lo-sstream.h and use macros
b79da8779a0e [project @ 2002-08-17 19:38:32 by jwe]
jwe
parents: 4048
diff changeset
3352 instead of using strstream classes directly.
b79da8779a0e [project @ 2002-08-17 19:38:32 by jwe]
jwe
parents: 4048
diff changeset
3353 * oct-strstrm.h: Likewise.
b79da8779a0e [project @ 2002-08-17 19:38:32 by jwe]
jwe
parents: 4048
diff changeset
3354 * error.h, error.cc: Likewise.
b79da8779a0e [project @ 2002-08-17 19:38:32 by jwe]
jwe
parents: 4048
diff changeset
3355 * oct-stream.h, oct-stream.cc: Likewise.
b79da8779a0e [project @ 2002-08-17 19:38:32 by jwe]
jwe
parents: 4048
diff changeset
3356 * lex.l: Likewise.
b79da8779a0e [project @ 2002-08-17 19:38:32 by jwe]
jwe
parents: 4048
diff changeset
3357 * toplev.cc: Likewise.
b79da8779a0e [project @ 2002-08-17 19:38:32 by jwe]
jwe
parents: 4048
diff changeset
3358 * utils.cc: Likewise.
b79da8779a0e [project @ 2002-08-17 19:38:32 by jwe]
jwe
parents: 4048
diff changeset
3359 * pt.cc: Likewise.
b79da8779a0e [project @ 2002-08-17 19:38:32 by jwe]
jwe
parents: 4048
diff changeset
3360 * pr-output.cc: Likewise.
b79da8779a0e [project @ 2002-08-17 19:38:32 by jwe]
jwe
parents: 4048
diff changeset
3361 * ov-list.cc: Likewise.
b79da8779a0e [project @ 2002-08-17 19:38:32 by jwe]
jwe
parents: 4048
diff changeset
3362 * ov-cs-list.cc: Likewise.
b79da8779a0e [project @ 2002-08-17 19:38:32 by jwe]
jwe
parents: 4048
diff changeset
3363 * ov-cell.cc: Likewise.
b79da8779a0e [project @ 2002-08-17 19:38:32 by jwe]
jwe
parents: 4048
diff changeset
3364 * load-save.cc: Likewise.
b79da8779a0e [project @ 2002-08-17 19:38:32 by jwe]
jwe
parents: 4048
diff changeset
3365 * help.cc: Likewise.
b79da8779a0e [project @ 2002-08-17 19:38:32 by jwe]
jwe
parents: 4048
diff changeset
3366 * dirfns.cc: Likewise.
b79da8779a0e [project @ 2002-08-17 19:38:32 by jwe]
jwe
parents: 4048
diff changeset
3367
4048
c9991c59cf5c [project @ 2002-08-16 02:43:14 by jwe]
jwe
parents: 4045
diff changeset
3368 2002-08-15 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov>
c9991c59cf5c [project @ 2002-08-16 02:43:14 by jwe]
jwe
parents: 4045
diff changeset
3369
c9991c59cf5c [project @ 2002-08-16 02:43:14 by jwe]
jwe
parents: 4045
diff changeset
3370 * input.cc (octave_read): Do a better job of buffering.
c9991c59cf5c [project @ 2002-08-16 02:43:14 by jwe]
jwe
parents: 4045
diff changeset
3371
4044
9678c5526190 [project @ 2002-08-15 16:54:55 by jwe]
jwe
parents: 4038
diff changeset
3372 2002-08-15 John W. Eaton <jwe@bevo.che.wisc.edu>
9678c5526190 [project @ 2002-08-15 16:54:55 by jwe]
jwe
parents: 4038
diff changeset
3373
4045
b908aaa4080a [project @ 2002-08-15 17:38:54 by jwe]
jwe
parents: 4044
diff changeset
3374 * Makefile.in (DLD_DEF_FILES): New macro.
b908aaa4080a [project @ 2002-08-15 17:38:54 by jwe]
jwe
parents: 4044
diff changeset
3375 (DEF_5): Delete.
b908aaa4080a [project @ 2002-08-15 17:38:54 by jwe]
jwe
parents: 4044
diff changeset
3376 (DEF_4): Now only includes $(SOURCES).
b908aaa4080a [project @ 2002-08-15 17:38:54 by jwe]
jwe
parents: 4044
diff changeset
3377 (DEF_FILES): Append $(DLD_DEF_FILES) here.
b908aaa4080a [project @ 2002-08-15 17:38:54 by jwe]
jwe
parents: 4044
diff changeset
3378 (stamp-oct-links): Pass $(DLD_DEF_FILES) to mk-oct-links instead
b908aaa4080a [project @ 2002-08-15 17:38:54 by jwe]
jwe
parents: 4044
diff changeset
3379 of a list of source files.
b908aaa4080a [project @ 2002-08-15 17:38:54 by jwe]
jwe
parents: 4044
diff changeset
3380 * mk-oct-links: Work on .df files instead of .cc files.
b908aaa4080a [project @ 2002-08-15 17:38:54 by jwe]
jwe
parents: 4044
diff changeset
3381
4044
9678c5526190 [project @ 2002-08-15 16:54:55 by jwe]
jwe
parents: 4038
diff changeset
3382 * parse.y (case_list): Allow it to be empty.
9678c5526190 [project @ 2002-08-15 16:54:55 by jwe]
jwe
parents: 4038
diff changeset
3383
9678c5526190 [project @ 2002-08-15 16:54:55 by jwe]
jwe
parents: 4038
diff changeset
3384 * ov.cc, ov.h (octave_value::int_vector_value): New function.
9678c5526190 [project @ 2002-08-15 16:54:55 by jwe]
jwe
parents: 4038
diff changeset
3385
4038
243f50d6f3d5 [project @ 2002-08-14 19:31:19 by jwe]
jwe
parents: 4037
diff changeset
3386 2002-08-14 John W. Eaton <jwe@bevo.che.wisc.edu>
243f50d6f3d5 [project @ 2002-08-14 19:31:19 by jwe]
jwe
parents: 4037
diff changeset
3387
243f50d6f3d5 [project @ 2002-08-14 19:31:19 by jwe]
jwe
parents: 4037
diff changeset
3388 * Makefile.in (OCTAVE_LIBS): Only include $(LIBKPATHSEA) if not
243f50d6f3d5 [project @ 2002-08-14 19:31:19 by jwe]
jwe
parents: 4037
diff changeset
3389 using shared libraries.
243f50d6f3d5 [project @ 2002-08-14 19:31:19 by jwe]
jwe
parents: 4037
diff changeset
3390
243f50d6f3d5 [project @ 2002-08-14 19:31:19 by jwe]
jwe
parents: 4037
diff changeset
3391 * ov.cc (octave_value::octave_value (const octave_value_list&, bool)):
243f50d6f3d5 [project @ 2002-08-14 19:31:19 by jwe]
jwe
parents: 4037
diff changeset
3392 Don't forget to assign rep.
243f50d6f3d5 [project @ 2002-08-14 19:31:19 by jwe]
jwe
parents: 4037
diff changeset
3393
4036
1432e11733d1 [project @ 2002-08-12 18:38:40 by jwe]
jwe
parents: 4035
diff changeset
3394 2002-08-12 John W. Eaton <jwe@bevo.che.wisc.edu>
1432e11733d1 [project @ 2002-08-12 18:38:40 by jwe]
jwe
parents: 4035
diff changeset
3395
4037
7e0c73f17a5d [project @ 2002-08-13 02:02:26 by jwe]
jwe
parents: 4036
diff changeset
3396 * lex.l: Warn for various Matlab-incompatibilities.
7e0c73f17a5d [project @ 2002-08-13 02:02:26 by jwe]
jwe
parents: 4036
diff changeset
3397 No longer accept <> for NOTEQ.
7e0c73f17a5d [project @ 2002-08-13 02:02:26 by jwe]
jwe
parents: 4036
diff changeset
3398 (gripe_matlab_incompatible): New function.
7e0c73f17a5d [project @ 2002-08-13 02:02:26 by jwe]
jwe
parents: 4036
diff changeset
3399 (maybe_gripe_matlab_incompatible_comment): Likewise.
7e0c73f17a5d [project @ 2002-08-13 02:02:26 by jwe]
jwe
parents: 4036
diff changeset
3400 (gripe_matlab_incompatible_continuation): Likewise.
7e0c73f17a5d [project @ 2002-08-13 02:02:26 by jwe]
jwe
parents: 4036
diff changeset
3401 (gripe_matlab_incompatible_operator): Likewise.
7e0c73f17a5d [project @ 2002-08-13 02:02:26 by jwe]
jwe
parents: 4036
diff changeset
3402 (warn_matlab_incompatible): New function.
7e0c73f17a5d [project @ 2002-08-13 02:02:26 by jwe]
jwe
parents: 4036
diff changeset
3403 (Vwarn_matlab_incompatible): New static variable.
7e0c73f17a5d [project @ 2002-08-13 02:02:26 by jwe]
jwe
parents: 4036
diff changeset
3404 (symbols_of_lex): Add a DEFVAR for it.
7e0c73f17a5d [project @ 2002-08-13 02:02:26 by jwe]
jwe
parents: 4036
diff changeset
3405
7e0c73f17a5d [project @ 2002-08-13 02:02:26 by jwe]
jwe
parents: 4036
diff changeset
3406
4036
1432e11733d1 [project @ 2002-08-12 18:38:40 by jwe]
jwe
parents: 4035
diff changeset
3407 * file-io.cc (fopen_mode_to_ios_mode): Default value is std::ios::in.
1432e11733d1 [project @ 2002-08-12 18:38:40 by jwe]
jwe
parents: 4035
diff changeset
3408 Return std::ios::openmode instead of int.
1432e11733d1 [project @ 2002-08-12 18:38:40 by jwe]
jwe
parents: 4035
diff changeset
3409
4035
92776b806c55 [project @ 2002-08-10 08:04:07 by jwe]
jwe
parents: 4028
diff changeset
3410 2002-08-10 John W. Eaton <jwe@bevo.che.wisc.edu>
92776b806c55 [project @ 2002-08-10 08:04:07 by jwe]
jwe
parents: 4028
diff changeset
3411
92776b806c55 [project @ 2002-08-10 08:04:07 by jwe]
jwe
parents: 4028
diff changeset
3412 * DLD-FUNCTIONS/dasrt.cc (DASRT_ABORT1, DASRT_ABORT2):
92776b806c55 [project @ 2002-08-10 08:04:07 by jwe]
jwe
parents: 4028
diff changeset
3413 "##" pastes tokens, not strings.
92776b806c55 [project @ 2002-08-10 08:04:07 by jwe]
jwe
parents: 4028
diff changeset
3414
92776b806c55 [project @ 2002-08-10 08:04:07 by jwe]
jwe
parents: 4028
diff changeset
3415 * DLD-FUNCTIONS/odessa.cc: Add std:: qualifiers as needed.
92776b806c55 [project @ 2002-08-10 08:04:07 by jwe]
jwe
parents: 4028
diff changeset
3416
4025
cfb762dc9259 [project @ 2002-08-09 06:32:15 by jwe]
jwe
parents: 4023
diff changeset
3417 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu>
cfb762dc9259 [project @ 2002-08-09 06:32:15 by jwe]
jwe
parents: 4023
diff changeset
3418
4028
ef75c970c8f5 [project @ 2002-08-09 07:19:02 by jwe]
jwe
parents: 4025
diff changeset
3419 * variables.cc (Fisglobal): Rename from Fis_global.
ef75c970c8f5 [project @ 2002-08-09 07:19:02 by jwe]
jwe
parents: 4025
diff changeset
3420 * file-io.cc (Fisstream): Rename from Fis_stream.
ef75c970c8f5 [project @ 2002-08-09 07:19:02 by jwe]
jwe
parents: 4025
diff changeset
3421 * data.cc (Fisbool): Rename from Fis_bool.
ef75c970c8f5 [project @ 2002-08-09 07:19:02 by jwe]
jwe
parents: 4025
diff changeset
3422 (Fiscomplex): Rename from Fis_complex.
ef75c970c8f5 [project @ 2002-08-09 07:19:02 by jwe]
jwe
parents: 4025
diff changeset
3423 (Fislist): Rename from Fis_list.
ef75c970c8f5 [project @ 2002-08-09 07:19:02 by jwe]
jwe
parents: 4025
diff changeset
3424 (Fismatrix): Rename from Fis_matrix.
ef75c970c8f5 [project @ 2002-08-09 07:19:02 by jwe]
jwe
parents: 4025
diff changeset
3425 (Fisstruct): Rename from Fis_struct.
ef75c970c8f5 [project @ 2002-08-09 07:19:02 by jwe]
jwe
parents: 4025
diff changeset
3426
4025
cfb762dc9259 [project @ 2002-08-09 06:32:15 by jwe]
jwe
parents: 4023
diff changeset
3427 * parse.y (switch_case): Make list of command optional.
cfb762dc9259 [project @ 2002-08-09 06:32:15 by jwe]
jwe
parents: 4023
diff changeset
3428
cfb762dc9259 [project @ 2002-08-09 06:32:15 by jwe]
jwe
parents: 4023
diff changeset
3429 2002-08-08 John W. Eaton <jwe@bevo.che.wisc.edu>
cfb762dc9259 [project @ 2002-08-09 06:32:15 by jwe]
jwe
parents: 4023
diff changeset
3430
cfb762dc9259 [project @ 2002-08-09 06:32:15 by jwe]
jwe
parents: 4023
diff changeset
3431 * pr-output.cc (pr_max_internal): Use octave_is_NaN_or_NA instead
cfb762dc9259 [project @ 2002-08-09 06:32:15 by jwe]
jwe
parents: 4023
diff changeset
3432 of xisnan.
cfb762dc9259 [project @ 2002-08-09 06:32:15 by jwe]
jwe
parents: 4023
diff changeset
3433 (pr_min_internal): Likewise.
cfb762dc9259 [project @ 2002-08-09 06:32:15 by jwe]
jwe
parents: 4023
diff changeset
3434 (output_max_field_width): Likewise.
cfb762dc9259 [project @ 2002-08-09 06:32:15 by jwe]
jwe
parents: 4023
diff changeset
3435 (output_precision): Likewise.
cfb762dc9259 [project @ 2002-08-09 06:32:15 by jwe]
jwe
parents: 4023
diff changeset
3436 (pr_any_float): Handle NA.
cfb762dc9259 [project @ 2002-08-09 06:32:15 by jwe]
jwe
parents: 4023
diff changeset
3437 * mappers.cc (Fisna, F_is_nan_or_na): New functions.
cfb762dc9259 [project @ 2002-08-09 06:32:15 by jwe]
jwe
parents: 4023
diff changeset
3438 * data.cc (symbols_of_data): New constant, NA.
cfb762dc9259 [project @ 2002-08-09 06:32:15 by jwe]
jwe
parents: 4023
diff changeset
3439
4023
ef3caf27cb9c [project @ 2002-08-07 06:54:41 by jwe]
jwe
parents: 4021
diff changeset
3440 2002-08-07 John W. Eaton <jwe@bevo.che.wisc.edu>
ef3caf27cb9c [project @ 2002-08-07 06:54:41 by jwe]
jwe
parents: 4021
diff changeset
3441
ef3caf27cb9c [project @ 2002-08-07 06:54:41 by jwe]
jwe
parents: 4021
diff changeset
3442 * pt-binop.h (tree_binary_expression::is_binary_expression):
ef3caf27cb9c [project @ 2002-08-07 06:54:41 by jwe]
jwe
parents: 4021
diff changeset
3443 New function, return true.
ef3caf27cb9c [project @ 2002-08-07 06:54:41 by jwe]
jwe
parents: 4021
diff changeset
3444 (tree_boolean_expression::is_boolean_expression): New function,
ef3caf27cb9c [project @ 2002-08-07 06:54:41 by jwe]
jwe
parents: 4021
diff changeset
3445 return true.
ef3caf27cb9c [project @ 2002-08-07 06:54:41 by jwe]
jwe
parents: 4021
diff changeset
3446 * pt-exp.h (tree_expression::is_binary_expression): New function.
ef3caf27cb9c [project @ 2002-08-07 06:54:41 by jwe]
jwe
parents: 4021
diff changeset
3447 (tree_expression::is_boolean_expression): Likewise.
ef3caf27cb9c [project @ 2002-08-07 06:54:41 by jwe]
jwe
parents: 4021
diff changeset
3448 * parse.y (EXPR_OR_OR): Now lower precedence than EXPR_AND_AND.
ef3caf27cb9c [project @ 2002-08-07 06:54:41 by jwe]
jwe
parents: 4021
diff changeset
3449 (EXPR_OR): Now lower precedence than EXPR_AND.
ef3caf27cb9c [project @ 2002-08-07 06:54:41 by jwe]
jwe
parents: 4021
diff changeset
3450 (make_boolean_op): Maybe warn about change in precedence.
ef3caf27cb9c [project @ 2002-08-07 06:54:41 by jwe]
jwe
parents: 4021
diff changeset
3451 (make_binary_op): Likewise.
ef3caf27cb9c [project @ 2002-08-07 06:54:41 by jwe]
jwe
parents: 4021
diff changeset
3452 (Vwarn_precedence_change): New static variable.
ef3caf27cb9c [project @ 2002-08-07 06:54:41 by jwe]
jwe
parents: 4021
diff changeset
3453 (warn_precedence_change): New function.
ef3caf27cb9c [project @ 2002-08-07 06:54:41 by jwe]
jwe
parents: 4021
diff changeset
3454 (Vwarn_precedence_change): New DEFVAR.
ef3caf27cb9c [project @ 2002-08-07 06:54:41 by jwe]
jwe
parents: 4021
diff changeset
3455
4021
963507f8caf4 [project @ 2002-08-05 22:22:16 by jwe]
jwe
parents: 4018
diff changeset
3456 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu>
963507f8caf4 [project @ 2002-08-05 22:22:16 by jwe]
jwe
parents: 4018
diff changeset
3457
963507f8caf4 [project @ 2002-08-05 22:22:16 by jwe]
jwe
parents: 4018
diff changeset
3458 * data.cc (ANY_ALL): Improve arg checks.
963507f8caf4 [project @ 2002-08-05 22:22:16 by jwe]
jwe
parents: 4018
diff changeset
3459
4018
a8621d87fbf5 [project @ 2002-08-05 03:17:25 by jwe]
jwe
parents: 4017
diff changeset
3460 2002-08-04 John W. Eaton <jwe@bevo.che.wisc.edu>
a8621d87fbf5 [project @ 2002-08-05 03:17:25 by jwe]
jwe
parents: 4017
diff changeset
3461
a8621d87fbf5 [project @ 2002-08-05 03:17:25 by jwe]
jwe
parents: 4017
diff changeset
3462 * ov.h (octave_value::assign_op): New enum values, op_pow_eq and
a8621d87fbf5 [project @ 2002-08-05 03:17:25 by jwe]
jwe
parents: 4017
diff changeset
3463 op_el_pow_eq.
a8621d87fbf5 [project @ 2002-08-05 03:17:25 by jwe]
jwe
parents: 4017
diff changeset
3464 * ov.cc (octave_value::assign_op_as_string): Handle them here.
a8621d87fbf5 [project @ 2002-08-05 03:17:25 by jwe]
jwe
parents: 4017
diff changeset
3465 (ocatave_value::op_eq_to_binary_op): And here.
a8621d87fbf5 [project @ 2002-08-05 03:17:25 by jwe]
jwe
parents: 4017
diff changeset
3466 * parse.y (POW_EQ, EPOW_EQ): New tokens.
a8621d87fbf5 [project @ 2002-08-05 03:17:25 by jwe]
jwe
parents: 4017
diff changeset
3467 (assign_expr): Handle them here too.
a8621d87fbf5 [project @ 2002-08-05 03:17:25 by jwe]
jwe
parents: 4017
diff changeset
3468 (make_assign_op): And here.
a8621d87fbf5 [project @ 2002-08-05 03:17:25 by jwe]
jwe
parents: 4017
diff changeset
3469
a8621d87fbf5 [project @ 2002-08-05 03:17:25 by jwe]
jwe
parents: 4017
diff changeset
3470 * lex.l: Recognize {POW}= and {EPOW}=.
a8621d87fbf5 [project @ 2002-08-05 03:17:25 by jwe]
jwe
parents: 4017
diff changeset
3471
4015
6476dd85a65f [project @ 2002-08-02 07:59:19 by jwe]
jwe
parents: 4014
diff changeset
3472 2002-08-02 John W. Eaton <jwe@bevo.che.wisc.edu>
6476dd85a65f [project @ 2002-08-02 07:59:19 by jwe]
jwe
parents: 4014
diff changeset
3473
4017
0eb247b9cc9b [project @ 2002-08-03 04:07:14 by jwe]
jwe
parents: 4016
diff changeset
3474 * ov-base-scalar.h (octave_base_scalar::all): New int arg.
0eb247b9cc9b [project @ 2002-08-03 04:07:14 by jwe]
jwe
parents: 4016
diff changeset
3475 (octave_base_scalar::any): Likewise.
0eb247b9cc9b [project @ 2002-08-03 04:07:14 by jwe]
jwe
parents: 4016
diff changeset
3476 * ov-range.h (octave_range::all): Likewise.
0eb247b9cc9b [project @ 2002-08-03 04:07:14 by jwe]
jwe
parents: 4016
diff changeset
3477 (octave_range::any): Likewise.
0eb247b9cc9b [project @ 2002-08-03 04:07:14 by jwe]
jwe
parents: 4016
diff changeset
3478
4016
139f5273d0f8 [project @ 2002-08-02 22:55:51 by jwe]
jwe
parents: 4015
diff changeset
3479 * Makefile.in (doc-files): Use mv, not move-if-change here.
139f5273d0f8 [project @ 2002-08-02 22:55:51 by jwe]
jwe
parents: 4015
diff changeset
3480
139f5273d0f8 [project @ 2002-08-02 22:55:51 by jwe]
jwe
parents: 4015
diff changeset
3481 * variables.cc (symbol_exist): New function.
139f5273d0f8 [project @ 2002-08-02 22:55:51 by jwe]
jwe
parents: 4015
diff changeset
3482 (Fexist): Use it. Handle optional type arg. Make return codes
139f5273d0f8 [project @ 2002-08-02 22:55:51 by jwe]
jwe
parents: 4015
diff changeset
3483 more compatible with Matlab.
139f5273d0f8 [project @ 2002-08-02 22:55:51 by jwe]
jwe
parents: 4015
diff changeset
3484
4015
6476dd85a65f [project @ 2002-08-02 07:59:19 by jwe]
jwe
parents: 4014
diff changeset
3485 * data.cc (ANY_ALL): New macro.
6476dd85a65f [project @ 2002-08-02 07:59:19 by jwe]
jwe
parents: 4014
diff changeset
3486 (Fany, Fall): Replace guts with ANY_ALL.
6476dd85a65f [project @ 2002-08-02 07:59:19 by jwe]
jwe
parents: 4014
diff changeset
3487
4011
eb377885843d [project @ 2002-08-01 20:08:08 by jwe]
jwe
parents: 4009
diff changeset
3488 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu>
eb377885843d [project @ 2002-08-01 20:08:08 by jwe]
jwe
parents: 4009
diff changeset
3489
4015
6476dd85a65f [project @ 2002-08-02 07:59:19 by jwe]
jwe
parents: 4014
diff changeset
3490 * data.cc (Fall, Fany): Handle optional DIM argument.
6476dd85a65f [project @ 2002-08-02 07:59:19 by jwe]
jwe
parents: 4014
diff changeset
3491
6476dd85a65f [project @ 2002-08-02 07:59:19 by jwe]
jwe
parents: 4014
diff changeset
3492 * ov.h (octave_value::any): New arg, dim.
6476dd85a65f [project @ 2002-08-02 07:59:19 by jwe]
jwe
parents: 4014
diff changeset
3493 (octave_value::all): Likewise.
6476dd85a65f [project @ 2002-08-02 07:59:19 by jwe]
jwe
parents: 4014
diff changeset
3494 * ov-base.h (octave_base_value::any): Likewise.
6476dd85a65f [project @ 2002-08-02 07:59:19 by jwe]
jwe
parents: 4014
diff changeset
3495 (octave_base_value::all): Likewise.
6476dd85a65f [project @ 2002-08-02 07:59:19 by jwe]
jwe
parents: 4014
diff changeset
3496 * ov-base-mat.h (octave_base_matrix::any): Likewise.
6476dd85a65f [project @ 2002-08-02 07:59:19 by jwe]
jwe
parents: 4014
diff changeset
3497 (octave_base_matrix::all): Likewise.
6476dd85a65f [project @ 2002-08-02 07:59:19 by jwe]
jwe
parents: 4014
diff changeset
3498
4014
8eaf7182d48a [project @ 2002-08-01 20:55:57 by jwe]
jwe
parents: 4011
diff changeset
3499 * Makefile.in: Use $@-t instead of $@.t.
8eaf7182d48a [project @ 2002-08-01 20:55:57 by jwe]
jwe
parents: 4011
diff changeset
3500 (doc-files): Use move-if-change when creating doc-files.
8eaf7182d48a [project @ 2002-08-01 20:55:57 by jwe]
jwe
parents: 4011
diff changeset
3501
8eaf7182d48a [project @ 2002-08-01 20:55:57 by jwe]
jwe
parents: 4011
diff changeset
3502 * error.cc (warning): Don't print warning backtrace at top level.
8eaf7182d48a [project @ 2002-08-01 20:55:57 by jwe]
jwe
parents: 4011
diff changeset
3503
4011
eb377885843d [project @ 2002-08-01 20:08:08 by jwe]
jwe
parents: 4009
diff changeset
3504 * ov-cell.cc (octave_cell::print_raw): Print empty dimensions too.
eb377885843d [project @ 2002-08-01 20:08:08 by jwe]
jwe
parents: 4009
diff changeset
3505 (octave_cell::print_name_tag): Don't print new line if cell is empty.
eb377885843d [project @ 2002-08-01 20:08:08 by jwe]
jwe
parents: 4009
diff changeset
3506
eb377885843d [project @ 2002-08-01 20:08:08 by jwe]
jwe
parents: 4009
diff changeset
3507 * octave.cc (intern_argv): Don't install __argv__.
eb377885843d [project @ 2002-08-01 20:08:08 by jwe]
jwe
parents: 4009
diff changeset
3508
eb377885843d [project @ 2002-08-01 20:08:08 by jwe]
jwe
parents: 4009
diff changeset
3509 * defun-int.h (UNDERSCORIFY): Delete.
eb377885843d [project @ 2002-08-01 20:08:08 by jwe]
jwe
parents: 4009
diff changeset
3510 (DEFCONST_INTERNAL): Don't install double underscore versions of
eb377885843d [project @ 2002-08-01 20:08:08 by jwe]
jwe
parents: 4009
diff changeset
3511 constants since they aren't really needed.
eb377885843d [project @ 2002-08-01 20:08:08 by jwe]
jwe
parents: 4009
diff changeset
3512 (DEFCONSTX_INTERNAL): Likewise.
eb377885843d [project @ 2002-08-01 20:08:08 by jwe]
jwe
parents: 4009
diff changeset
3513
4009
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3514 2002-07-31 John W. Eaton <jwe@bevo.che.wisc.edu>
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3515
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3516 * symtab.cc (symbol_table::clear (void)): Clear all records.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3517 (symbol_table::clear (const std::string&)): Delete second arg.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3518 Clear any symbol that matches, regardless of type.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3519
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3520 * symtab.h (symbol_table::variable_name_list): New function.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3521 (symbol_table::global_variable_name_list): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3522 (symbol_table::user_function_name_list): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3523
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3524 * symtab.h, symtab.cc (symbol_table::clear_variables): New function.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3525 (symbol_table::clear_functions): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3526 (symbol_table::clear_globals): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3527 (symbol_table::clear_variable): New function.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3528 (symbol_table::clear_function): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3529 (symbol_table::clear_global): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3530 (symbol_table::clear_variable_pattern): New function.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3531 (symbol_table::clear_function_pattern): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3532 (symbol_table::clear_global_pattern): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3533
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3534 * variables.cc (name_matches_any_pattern): Rename from
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3535 var_matches_any_pattern.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3536 (is_local_variable): New static inline function.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3537 (maybe_warn_exclusive): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3538 (do_clear_all): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3539 (do_clear_functions): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3540 (do_clear_globals): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3541 (do_clear_variables): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3542 (do_clear_function): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3543 (do_clear_global): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3544 (do_clear_variable): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3545 (do_clear_symbol): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3546 (do_clear_function_pattern): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3547 (do_clear_global_pattern): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3548 (do_clear_variable_pattern): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3549 (do_clear_symbol_pattern): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3550 (do_clear_functions): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3551 (do_clear_functions): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3552 (do_clear_globals): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3553 (do_clear_variables): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3554 (do_clear_symbols): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3555 (do_matlab_compatible_clear): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3556 (CLEAR_OPTION_ERROR): New macro.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3557 (Fclear): Rewrite for Matlab compatibility and to cope with new
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3558 symbol table semantics.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3559
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3560 2002-07-30 John W. Eaton <jwe@bevo.che.wisc.edu>
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3561
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3562 * symtab.cc (symbol_table::clear): Simply clear everything.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3563 (symbol_table::clear_functions, symbol_table::clear_globals,
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3564 symbol_table::clear_all): New functions.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3565
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3566 * symtab.h (symbol_record::symbol_def::next_elem): Delete.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3567 (symbol_record::symbol_def::symbol_def): Delete intializer.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3568
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3569 * symtab.h, symtab.cc (symbol_record::push_def): Delete.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3570 (symbol_record::remove_top_def): Delete.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3571 (symbol_record::replace_all_defs): Delete.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3572 (symbol_record::hides_fcn): Delete.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3573 (symbol_record::hides_builtin): Delete.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3574
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3575 * symtab.h (symbol_table::~symbol_table): Call clear before
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3576 deleting the table.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3577
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3578 * variables.cc (initialize_symbol_tables): Create fbi_sym_tab too.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3579 (Fexist): Look in fbi_sym_tab, not global_sym_tab.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3580
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3581 * parse.y (function_symtab): Rename from global_symtab.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3582 Set curr_sym_tab to fbi_sym_tab, not global_sym_tab.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3583 Change all uses of global_symtab to be function_symtab instead.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3584 (frob_function): Rename and look for function name in fbi_sym_tab,
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3585 not global_sym_tab.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3586 (parse_fcn_file): Clear function name from fbi_sym_tab, not
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3587 global_sym_tab.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3588
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3589 * load-save.cc (save_vars): Look for built-in vars in fbi_sym_tab.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3590 * symtab.cc (symbol_record::link_to_builtin_variable): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3591 * variables.cc (is_builtin_variable): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3592 (bind_ans): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3593 (bind_builtin_constant): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3594 (bind_builtin_variable): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3595 (builtin_string_variable): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3596 (builtin_real_scalar_variable): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3597 (builtin_any_variable): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3598 (is_text_function_name): Likewise, for functions.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3599 (force_link_to_function): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3600 (is_builtin_function_name): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3601 (is_mapper_function_name): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3602 (is_valid_function): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3603 (Fclear): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3604 (F__print_symtab_info__): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3605 * defun.cc (print_usage): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3606 (install_builtin_mapper): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3607 (install_builtin_function): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3608 (install_dld_function): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3609 (Falias): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3610 * dynamic-ld.cc (clear_function): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3611 * variables.cc (do_who): Likewise, for built-ins and functions.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3612 (link_to_builtin_or_function): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3613 * help.cc (LIST_SYMBOLS): Likewise.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3614 (make_name_list): Handle fbi_sym_tab too.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3615
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3616 * variables.cc (fbi_sym_tab): New symbol table.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3617 * variables.h (fbi_sym_tab): Provide decl.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3618
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3619 2002-07-29 John W. Eaton <jwe@bevo.che.wisc.edu>
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3620
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3621 * symtab.h (symbol_record::alias): Delete unused arg force.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3622 Change all callers.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3623
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3624 * variables.cc (link_to_global_variable): Give local variable
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3625 global value.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3626
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3627 * pt-id.cc (tree_identifier::link_to_global): Warn about global
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3628 variables that have been defined before being declared global.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3629 for a global variable to be used before it is declared global.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3630 * pt-decl.cc (tree_global_command::do_init): Handle possible error
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3631 from tree_identifier::link_to_global.
27e461aed956 [project @ 2002-07-31 09:33:03 by jwe]
jwe
parents: 4005
diff changeset
3632
4005
fc000ebb19df [project @ 2002-07-25 21:01:16 by jwe]
jwe
parents: 4002
diff changeset
3633 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu>
fc000ebb19df [project @ 2002-07-25 21:01:16 by jwe]
jwe
parents: 4002
diff changeset
3634
fc000ebb19df [project @ 2002-07-25 21:01:16 by jwe]
jwe
parents: 4002
diff changeset
3635 * ov.cc (silent_functions, Vsilent_functions): Move here.
fc000ebb19df [project @ 2002-07-25 21:01:16 by jwe]
jwe
parents: 4002
diff changeset
3636 (octave_value::print_with_name): Don't print anything if we are
fc000ebb19df [project @ 2002-07-25 21:01:16 by jwe]
jwe
parents: 4002
diff changeset
3637 evaluating a function and Vsilent_functions is true.
fc000ebb19df [project @ 2002-07-25 21:01:16 by jwe]
jwe
parents: 4002
diff changeset
3638
fc000ebb19df [project @ 2002-07-25 21:01:16 by jwe]
jwe
parents: 4002
diff changeset
3639 * pt-stmt.cc: From here.
fc000ebb19df [project @ 2002-07-25 21:01:16 by jwe]
jwe
parents: 4002
diff changeset
3640 (symbols_of_pt_stmt): Delete.
fc000ebb19df [project @ 2002-07-25 21:01:16 by jwe]
jwe
parents: 4002
diff changeset
3641 (tree_statement_list::eval): Don't bother with Vsilent_functions here.
fc000ebb19df [project @ 2002-07-25 21:01:16 by jwe]
jwe
parents: 4002
diff changeset
3642
3998
f6df65db67f9 [project @ 2002-07-24 18:10:39 by jwe]
jwe
parents: 3997
diff changeset
3643 2002-07-24 John W. Eaton <jwe@bevo.che.wisc.edu>
f6df65db67f9 [project @ 2002-07-24 18:10:39 by jwe]
jwe
parents: 3997
diff changeset
3644
f6df65db67f9 [project @ 2002-07-24 18:10:39 by jwe]
jwe
parents: 3997
diff changeset
3645 * Makefile.in (OPT_HANDLERS): New targets.
4002
d7f721e5f5af [project @ 2002-07-24 19:01:29 by jwe]
jwe
parents: 3998
diff changeset
3646 (doc-files): New target.
d7f721e5f5af [project @ 2002-07-24 19:01:29 by jwe]
jwe
parents: 3998
diff changeset
3647 (gendoc.cc): Depend on doc-files, not $(DOC_FILES).
3998
f6df65db67f9 [project @ 2002-07-24 18:10:39 by jwe]
jwe
parents: 3997
diff changeset
3648
f6df65db67f9 [project @ 2002-07-24 18:10:39 by jwe]
jwe
parents: 3997
diff changeset
3649 * DLD-FUNCTIONS/daspk.cc, DLD-FUNCTIONS/dasrt.cc,
f6df65db67f9 [project @ 2002-07-24 18:10:39 by jwe]
jwe
parents: 3997
diff changeset
3650 DLD-FUNCTIONS/dassl.cc, DLD-FUNCTIONS/fsolve.cc,
f6df65db67f9 [project @ 2002-07-24 18:10:39 by jwe]
jwe
parents: 3997
diff changeset
3651 DLD-FUNCTIONS/lsode.cc, DLD-FUNCTIONS/odessa.cc
f6df65db67f9 [project @ 2002-07-24 18:10:39 by jwe]
jwe
parents: 3997
diff changeset
3652 DLD-FUNCTIONS/quad.cc: Replace option handling code with include
f6df65db67f9 [project @ 2002-07-24 18:10:39 by jwe]
jwe
parents: 3997
diff changeset
3653 directive.
f6df65db67f9 [project @ 2002-07-24 18:10:39 by jwe]
jwe
parents: 3997
diff changeset
3654
f6df65db67f9 [project @ 2002-07-24 18:10:39 by jwe]
jwe
parents: 3997
diff changeset
3655 2002-07-22 John W. Eaton <jwe@bevo.che.wisc.edu>
f6df65db67f9 [project @ 2002-07-24 18:10:39 by jwe]
jwe
parents: 3997
diff changeset
3656
f6df65db67f9 [project @ 2002-07-24 18:10:39 by jwe]
jwe
parents: 3997
diff changeset
3657 * pt-loop.cc (tree_simple_for_command::eval): Once we know the RHS
f6df65db67f9 [project @ 2002-07-24 18:10:39 by jwe]
jwe
parents: 3997
diff changeset
3658 is a matrix type check for real_type, not real_matrix.
f6df65db67f9 [project @ 2002-07-24 18:10:39 by jwe]
jwe
parents: 3997
diff changeset
3659
f6df65db67f9 [project @ 2002-07-24 18:10:39 by jwe]
jwe
parents: 3997
diff changeset
3660 2002-07-19 John W. Eaton <jwe@bevo.che.wisc.edu>
f6df65db67f9 [project @ 2002-07-24 18:10:39 by jwe]
jwe
parents: 3997
diff changeset
3661
f6df65db67f9 [project @ 2002-07-24 18:10:39 by jwe]
jwe
parents: 3997
diff changeset
3662 * DLD-FUNCTIONS/quad.cc (quad): Cope with changes to Quad constructors.
f6df65db67f9 [project @ 2002-07-24 18:10:39 by jwe]
jwe
parents: 3997
diff changeset
3663
3997
d4091aff6468 [project @ 2002-07-17 18:00:06 by jwe]
jwe
parents: 3993
diff changeset
3664 2002-07-17 John W. Eaton <jwe@bevo.che.wisc.edu>
d4091aff6468 [project @ 2002-07-17 18:00:06 by jwe]
jwe
parents: 3993
diff changeset
3665
d4091aff6468 [project @ 2002-07-17 18:00:06 by jwe]
jwe
parents: 3993
diff changeset
3666 * DLD-FUNCTIONS/daspk.cc (Fdaspk): Also return istate and error
d4091aff6468 [project @ 2002-07-17 18:00:06 by jwe]
jwe
parents: 3993
diff changeset
3667 message. Only generate error if user is not at least requesting
d4091aff6468 [project @ 2002-07-17 18:00:06 by jwe]
jwe
parents: 3993
diff changeset
3668 the istate output.
d4091aff6468 [project @ 2002-07-17 18:00:06 by jwe]
jwe
parents: 3993
diff changeset
3669 * DLD-FUNCTIONS/dasrt.cc (Fdasrt): Likewise.
d4091aff6468 [project @ 2002-07-17 18:00:06 by jwe]
jwe
parents: 3993
diff changeset
3670 * DLD-FUNCTIONS/dassl.cc (Fdassl): Likewise.
d4091aff6468 [project @ 2002-07-17 18:00:06 by jwe]
jwe
parents: 3993
diff changeset
3671 * DLD-FUNCTIONS/lsode.cc (Fodessa): Likewise.
d4091aff6468 [project @ 2002-07-17 18:00:06 by jwe]
jwe
parents: 3993
diff changeset
3672
3990
46388d6a4e44 [project @ 2002-07-16 06:20:39 by jwe]
jwe
parents: 3988
diff changeset
3673 2002-07-16 John W. Eaton <jwe@bevo.che.wisc.edu>
46388d6a4e44 [project @ 2002-07-16 06:20:39 by jwe]
jwe
parents: 3988
diff changeset
3674
3992
53b4eab68976 [project @ 2002-07-16 19:36:52 by jwe]
jwe
parents: 3991
diff changeset
3675 * DLD-FUNCTIONS/dasrt.cc (Fdasrt): No need to find ng here.
3993
f23bc69132cc [project @ 2002-07-16 20:18:56 by jwe]
jwe
parents: 3992
diff changeset
3676 (dasrt_user_j): New function.
f23bc69132cc [project @ 2002-07-16 20:18:56 by jwe]
jwe
parents: 3992
diff changeset
3677 (Fdasrt): Handle Jacobian function.
3992
53b4eab68976 [project @ 2002-07-16 19:36:52 by jwe]
jwe
parents: 3991
diff changeset
3678
3991
48d2bc4a3729 [project @ 2002-07-16 17:46:50 by jwe]
jwe
parents: 3990
diff changeset
3679 * DLD-FUNCTIONS/dassl.cc (dassl_user_jacobian): New function.
48d2bc4a3729 [project @ 2002-07-16 17:46:50 by jwe]
jwe
parents: 3990
diff changeset
3680 (Fdassl): Handle Jacobian function.
48d2bc4a3729 [project @ 2002-07-16 17:46:50 by jwe]
jwe
parents: 3990
diff changeset
3681
3990
46388d6a4e44 [project @ 2002-07-16 06:20:39 by jwe]
jwe
parents: 3988
diff changeset
3682 * DLD-FUNCTIONS/dasrt.cc: New file.
46388d6a4e44 [project @ 2002-07-16 06:20:39 by jwe]
jwe
parents: 3988
diff changeset
3683 * Makefile.in (DLD_XSRC): Add it to the list.
46388d6a4e44 [project @ 2002-07-16 06:20:39 by jwe]
jwe
parents: 3988
diff changeset
3684
3988
9a73d0e7e737 [project @ 2002-07-12 19:25:04 by jwe]
jwe
parents: 3986
diff changeset
3685 2002-07-12 John W. Eaton <jwe@bevo.che.wisc.edu>
9a73d0e7e737 [project @ 2002-07-12 19:25:04 by jwe]
jwe
parents: 3986
diff changeset
3686
9a73d0e7e737 [project @ 2002-07-12 19:25:04 by jwe]
jwe
parents: 3986
diff changeset
3687 * lex.l (@): Handle new token.
9a73d0e7e737 [project @ 2002-07-12 19:25:04 by jwe]
jwe
parents: 3986
diff changeset
3688 * parse.y (constant): Accept function handle syntax.
9a73d0e7e737 [project @ 2002-07-12 19:25:04 by jwe]
jwe
parents: 3986
diff changeset
3689 (make_constant): Create function handles here.
9a73d0e7e737 [project @ 2002-07-12 19:25:04 by jwe]
jwe
parents: 3986
diff changeset
3690
3986
7cb85d5c7aad [project @ 2002-07-11 15:37:02 by jwe]
jwe
parents: 3985
diff changeset
3691 2002-07-11 John W. Eaton <jwe@bevo.che.wisc.edu>
7cb85d5c7aad [project @ 2002-07-11 15:37:02 by jwe]
jwe
parents: 3985
diff changeset
3692
7cb85d5c7aad [project @ 2002-07-11 15:37:02 by jwe]
jwe
parents: 3985
diff changeset
3693 * defun.cc (check_version): Improve error message.
7cb85d5c7aad [project @ 2002-07-11 15:37:02 by jwe]
jwe
parents: 3985
diff changeset
3694 * error.cc (warning): Only print backtrace once per warning series.
7cb85d5c7aad [project @ 2002-07-11 15:37:02 by jwe]
jwe
parents: 3985
diff changeset
3695 Print backtrace before warning messages.
7cb85d5c7aad [project @ 2002-07-11 15:37:02 by jwe]
jwe
parents: 3985
diff changeset
3696
3984
addebffd4961 [project @ 2002-07-11 03:39:33 by jwe]
jwe
parents: 3977
diff changeset
3697 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu>
addebffd4961 [project @ 2002-07-11 03:39:33 by jwe]
jwe
parents: 3977
diff changeset
3698
3985
fa0ae9105656 [project @ 2002-07-11 04:02:00 by jwe]
jwe
parents: 3984
diff changeset
3699 * lex.l (maybe_unput_comma): Also handle '{' as an indexing op.
fa0ae9105656 [project @ 2002-07-11 04:02:00 by jwe]
jwe
parents: 3984
diff changeset
3700
3984
addebffd4961 [project @ 2002-07-11 03:39:33 by jwe]
jwe
parents: 3977
diff changeset
3701 * DLD-FUNCTIONS/odessa.cc: New file.
addebffd4961 [project @ 2002-07-11 03:39:33 by jwe]
jwe
parents: 3977
diff changeset
3702 * Makefile.in (DLD_XSRC): Add it to the list.
addebffd4961 [project @ 2002-07-11 03:39:33 by jwe]
jwe
parents: 3977
diff changeset
3703
3977
95663a3a2682 [project @ 2002-07-05 17:43:37 by jwe]
jwe
parents: 3976
diff changeset
3704 2002-07-05 John W. Eaton <jwe@bevo.che.wisc.edu>
95663a3a2682 [project @ 2002-07-05 17:43:37 by jwe]
jwe
parents: 3976
diff changeset
3705
95663a3a2682 [project @ 2002-07-05 17:43:37 by jwe]
jwe
parents: 3976
diff changeset
3706 * pt-assign.cc (tree_multi_assignment::rvalue): Call
95663a3a2682 [project @ 2002-07-05 17:43:37 by jwe]
jwe
parents: 3976
diff changeset
3707 lhs->nargout_count, not lhs->length.
95663a3a2682 [project @ 2002-07-05 17:43:37 by jwe]
jwe
parents: 3976
diff changeset
3708
95663a3a2682 [project @ 2002-07-05 17:43:37 by jwe]
jwe
parents: 3976
diff changeset
3709 * pt-arg-list.cc (tree_argument_list::convert_to_const_vector):
95663a3a2682 [project @ 2002-07-05 17:43:37 by jwe]
jwe
parents: 3976
diff changeset
3710 Handle cs-list objects here.
95663a3a2682 [project @ 2002-07-05 17:43:37 by jwe]
jwe
parents: 3976
diff changeset
3711 (tree_argument_list::nargout_count): New function.
95663a3a2682 [project @ 2002-07-05 17:43:37 by jwe]
jwe
parents: 3976
diff changeset
3712 * pt-arg-list.h: Provide decl.
95663a3a2682 [project @ 2002-07-05 17:43:37 by jwe]
jwe
parents: 3976
diff changeset
3713
95663a3a2682 [project @ 2002-07-05 17:43:37 by jwe]
jwe
parents: 3976
diff changeset
3714 * ov-cs-list.h, ov-cs-list.cc: New files.
95663a3a2682 [project @ 2002-07-05 17:43:37 by jwe]
jwe
parents: 3976
diff changeset
3715 * Makefile.in: Add them to the appropriate lists.
95663a3a2682 [project @ 2002-07-05 17:43:37 by jwe]
jwe
parents: 3976
diff changeset
3716
95663a3a2682 [project @ 2002-07-05 17:43:37 by jwe]
jwe
parents: 3976
diff changeset
3717 * ov.cc: Include ov-cs-list.h.
95663a3a2682 [project @ 2002-07-05 17:43:37 by jwe]
jwe
parents: 3976
diff changeset
3718 New arg, is_cs_list for constructor taking octave_value_list arg.
95663a3a2682 [project @ 2002-07-05 17:43:37 by jwe]
jwe
parents: 3976
diff changeset
3719 (install_types): Register ov_cs_list.
95663a3a2682 [project @ 2002-07-05 17:43:37 by jwe]
jwe
parents: 3976
diff changeset
3720 * ov.h (octave_value::is_cs_list): New function.
95663a3a2682 [project @ 2002-07-05 17:43:37 by jwe]
jwe
parents: 3976
diff changeset
3721 * ov-base.h (octave_base_value::is_cs_list): Likewise.
95663a3a2682 [project @ 2002-07-05 17:43:37 by jwe]
jwe
parents: 3976
diff changeset
3722 * ov-cell.cc (octave_cell::subsref): Return cs-list for "{" indexing.
95663a3a2682 [project @ 2002-07-05 17:43:37 by jwe]
jwe
parents: 3976
diff changeset
3723
3974
e2290bf911f0 [project @ 2002-07-04 17:38:22 by jwe]
jwe
parents: 3973
diff changeset
3724 2002-07-04 John W. Eaton <jwe@bevo.che.wisc.edu>
e2290bf911f0 [project @ 2002-07-04 17:38:22 by jwe]
jwe
parents: 3973
diff changeset
3725
3976
4038f12b8eea [project @ 2002-07-05 00:03:41 by jwe]
jwe
parents: 3975
diff changeset
3726 * pt-mat.cc (Vempty_list_elements_ok): Default value is now 1.
4038f12b8eea [project @ 2002-07-05 00:03:41 by jwe]
jwe
parents: 3975
diff changeset
3727 * octave.cc (maximum_braindamage): No longer need to set value here.
4038f12b8eea [project @ 2002-07-05 00:03:41 by jwe]
jwe
parents: 3975
diff changeset
3728
3975
1339486fb498 [project @ 2002-07-04 17:42:59 by jwe]
jwe
parents: 3974
diff changeset
3729 * ov-usr-fcn.cc (Fva_arg, Fva_start, Fvr_val): Warn that these
1339486fb498 [project @ 2002-07-04 17:42:59 by jwe]
jwe
parents: 3974
diff changeset
3730 functions are deprecated.
3974
e2290bf911f0 [project @ 2002-07-04 17:38:22 by jwe]
jwe
parents: 3973
diff changeset
3731 * lex.l (EL): Warn that `...' is deprecated.
e2290bf911f0 [project @ 2002-07-04 17:38:22 by jwe]
jwe
parents: 3973
diff changeset
3732 * ov-usr-fcn.cc (octave_user_function::varargout_to_vr_val,
e2290bf911f0 [project @ 2002-07-04 17:38:22 by jwe]
jwe
parents: 3973
diff changeset
3733 octave_user_function::has_varargout): New functions.
e2290bf911f0 [project @ 2002-07-04 17:38:22 by jwe]
jwe
parents: 3973
diff changeset
3734 (Fvr_val): Ensure varargout is not defined.
e2290bf911f0 [project @ 2002-07-04 17:38:22 by jwe]
jwe
parents: 3973
diff changeset
3735 (octave_user_function::do_multi_index_op): Copy values from
e2290bf911f0 [project @ 2002-07-04 17:38:22 by jwe]
jwe
parents: 3973
diff changeset
3736 varargout here.
e2290bf911f0 [project @ 2002-07-04 17:38:22 by jwe]
jwe
parents: 3973
diff changeset
3737
3972
c21bb69ea262 [project @ 2002-07-03 18:58:51 by jwe]
jwe
parents: 3971
diff changeset
3738 2002-07-03 John W. Eaton <jwe@bevo.che.wisc.edu>
c21bb69ea262 [project @ 2002-07-03 18:58:51 by jwe]
jwe
parents: 3971
diff changeset
3739
3974
e2290bf911f0 [project @ 2002-07-04 17:38:22 by jwe]
jwe
parents: 3973
diff changeset
3740 * ov-usr-fcn.h (octave_user_function::varargin_sr): New data member.
e2290bf911f0 [project @ 2002-07-04 17:38:22 by jwe]
jwe
parents: 3973
diff changeset
3741 * ov-usr-fcn.cc (octave_user_function::octave_user_function):
e2290bf911f0 [project @ 2002-07-04 17:38:22 by jwe]
jwe
parents: 3973
diff changeset
3742 Initialize it.
e2290bf911f0 [project @ 2002-07-04 17:38:22 by jwe]
jwe
parents: 3973
diff changeset
3743 (bind_automatic_vars): Handle varargin. Change all callers.
e2290bf911f0 [project @ 2002-07-04 17:38:22 by jwe]
jwe
parents: 3973
diff changeset
3744
e2290bf911f0 [project @ 2002-07-04 17:38:22 by jwe]
jwe
parents: 3973
diff changeset
3745 * octave.gperf: Handle varargin and varargout as keywords.
e2290bf911f0 [project @ 2002-07-04 17:38:22 by jwe]
jwe
parents: 3973
diff changeset
3746 * lex.l (is_keyword): Likewise.
e2290bf911f0 [project @ 2002-07-04 17:38:22 by jwe]
jwe
parents: 3973
diff changeset
3747 (IDENT): Move all actions into handle_identifier.
e2290bf911f0 [project @ 2002-07-04 17:38:22 by jwe]
jwe
parents: 3973
diff changeset
3748 (handle_identifier): Now takes no args.
e2290bf911f0 [project @ 2002-07-04 17:38:22 by jwe]
jwe
parents: 3973
diff changeset
3749
3973
826092b5665e [project @ 2002-07-04 01:42:46 by jwe]
jwe
parents: 3972
diff changeset
3750 * lex.l (EL): Return VARARGIN or VARARGOUT, not ELLIPSIS.
826092b5665e [project @ 2002-07-04 01:42:46 by jwe]
jwe
parents: 3972
diff changeset
3751 * parse.y (param_list): Use VARARGIN instead of ELLIPSIS.
826092b5665e [project @ 2002-07-04 01:42:46 by jwe]
jwe
parents: 3972
diff changeset
3752 (return_list): Use VARARGOUT instead of ELLIPSIS.
826092b5665e [project @ 2002-07-04 01:42:46 by jwe]
jwe
parents: 3972
diff changeset
3753
3972
c21bb69ea262 [project @ 2002-07-03 18:58:51 by jwe]
jwe
parents: 3971
diff changeset
3754 * data.cc (make_diag const octave_value&, const octave_value&):
c21bb69ea262 [project @ 2002-07-03 18:58:51 by jwe]
jwe
parents: 3971
diff changeset
3755 Allow first arg to be 1x0 or 0x1.
c21bb69ea262 [project @ 2002-07-03 18:58:51 by jwe]
jwe
parents: 3971
diff changeset
3756
3971
41e7fa40ff4c [project @ 2002-07-02 23:46:48 by jwe]
jwe
parents: 3969
diff changeset
3757 2002-07-02 John W. Eaton <jwe@bevo.che.wisc.edu>
41e7fa40ff4c [project @ 2002-07-02 23:46:48 by jwe]
jwe
parents: 3969
diff changeset
3758
41e7fa40ff4c [project @ 2002-07-02 23:46:48 by jwe]
jwe
parents: 3969
diff changeset
3759 * defaults.cc (loadpath): Comment out previous change.
41e7fa40ff4c [project @ 2002-07-02 23:46:48 by jwe]
jwe
parents: 3969
diff changeset
3760
41e7fa40ff4c [project @ 2002-07-02 23:46:48 by jwe]
jwe
parents: 3969
diff changeset
3761 * DLD-FUNCTIONS/fsolve.cc (Ffsolve): Return message too. Only
41e7fa40ff4c [project @ 2002-07-02 23:46:48 by jwe]
jwe
parents: 3969
diff changeset
3762 generate error if user is not at least requesting the info output.
41e7fa40ff4c [project @ 2002-07-02 23:46:48 by jwe]
jwe
parents: 3969
diff changeset
3763
41e7fa40ff4c [project @ 2002-07-02 23:46:48 by jwe]
jwe
parents: 3969
diff changeset
3764 * DLD-FUNCTIONS/lsode.cc (Flsode): Fix typos in setting return value.
41e7fa40ff4c [project @ 2002-07-02 23:46:48 by jwe]
jwe
parents: 3969
diff changeset
3765
3968
cef0ea4d1b3a [project @ 2002-07-01 19:16:01 by jwe]
jwe
parents: 3967
diff changeset
3766 2002-07-01 John W. Eaton <jwe@bevo.che.wisc.edu>
cef0ea4d1b3a [project @ 2002-07-01 19:16:01 by jwe]
jwe
parents: 3967
diff changeset
3767
3969
47972b28e85e [project @ 2002-07-01 19:58:03 by jwe]
jwe
parents: 3968
diff changeset
3768 * oct-stream.cc (printf_value_cache::double_value): If the current
47972b28e85e [project @ 2002-07-01 19:58:03 by jwe]
jwe
parents: 3968
diff changeset
3769 element is empty and there are no more elements in the value list,
47972b28e85e [project @ 2002-07-01 19:58:03 by jwe]
jwe
parents: 3968
diff changeset
3770 set curr_state to conversion_error.
47972b28e85e [project @ 2002-07-01 19:58:03 by jwe]
jwe
parents: 3968
diff changeset
3771
3968
cef0ea4d1b3a [project @ 2002-07-01 19:16:01 by jwe]
jwe
parents: 3967
diff changeset
3772 * input.cc (initialize_command_input): Include (, ), {, and } as
cef0ea4d1b3a [project @ 2002-07-01 19:16:01 by jwe]
jwe
parents: 3967
diff changeset
3773 word break characters.
cef0ea4d1b3a [project @ 2002-07-01 19:16:01 by jwe]
jwe
parents: 3967
diff changeset
3774
cef0ea4d1b3a [project @ 2002-07-01 19:16:01 by jwe]
jwe
parents: 3967
diff changeset
3775 * variables.cc (looks_like_struct): Don't evaluate text if it is a
3969
47972b28e85e [project @ 2002-07-01 19:58:03 by jwe]
jwe
parents: 3968
diff changeset
3776 function. From Ben Sapp <bsapp@lanl.gov>.
3968
cef0ea4d1b3a [project @ 2002-07-01 19:16:01 by jwe]
jwe
parents: 3967
diff changeset
3777
cef0ea4d1b3a [project @ 2002-07-01 19:16:01 by jwe]
jwe
parents: 3967
diff changeset
3778 * symtab.h (symbol_record::is_function): Also return true if
cef0ea4d1b3a [project @ 2002-07-01 19:16:01 by jwe]
jwe
parents: 3967
diff changeset
3779 symbol is a text function or a mapper function.
cef0ea4d1b3a [project @ 2002-07-01 19:16:01 by jwe]
jwe
parents: 3967
diff changeset
3780
3965
edd758a7ca8d [project @ 2002-06-28 19:00:56 by jwe]
jwe
parents: 3962
diff changeset
3781 2002-06-28 John W. Eaton <jwe@bevo.che.wisc.edu>
edd758a7ca8d [project @ 2002-06-28 19:00:56 by jwe]
jwe
parents: 3962
diff changeset
3782
3967
15a0aa0b6c18 [project @ 2002-06-29 03:14:20 by jwe]
jwe
parents: 3965
diff changeset
3783 * defaults.cc (loadpath): Warn if loadpath doesn't contain
15a0aa0b6c18 [project @ 2002-06-29 03:14:20 by jwe]
jwe
parents: 3965
diff changeset
3784 leading, trailing, or doubled colon.
15a0aa0b6c18 [project @ 2002-06-29 03:14:20 by jwe]
jwe
parents: 3965
diff changeset
3785
3965
edd758a7ca8d [project @ 2002-06-28 19:00:56 by jwe]
jwe
parents: 3962
diff changeset
3786 * pt-decl.cc (tree_static_command::eval, tree_global_command::eval):
edd758a7ca8d [project @ 2002-06-28 19:00:56 by jwe]
jwe
parents: 3962
diff changeset
3787 Call error for any non-zero value of error_state.
edd758a7ca8d [project @ 2002-06-28 19:00:56 by jwe]
jwe
parents: 3962
diff changeset
3788 * pt-select.cc (tree_if_command::eval): Likewise.
edd758a7ca8d [project @ 2002-06-28 19:00:56 by jwe]
jwe
parents: 3962
diff changeset
3789 * pt-loop.cc (tree_while_command::eval_error): Don't check error_state.
edd758a7ca8d [project @ 2002-06-28 19:00:56 by jwe]
jwe
parents: 3962
diff changeset
3790 (tree_do_until_command::eval_error): Likewise.
edd758a7ca8d [project @ 2002-06-28 19:00:56 by jwe]
jwe
parents: 3962
diff changeset
3791 (tree_simple_for_command::eval_error): Likewise.
edd758a7ca8d [project @ 2002-06-28 19:00:56 by jwe]
jwe
parents: 3962
diff changeset
3792 (tree_complex_for_command::eval_error): Likewise.
edd758a7ca8d [project @ 2002-06-28 19:00:56 by jwe]
jwe
parents: 3962
diff changeset
3793 * pt-assign.cc (tree_multi_assignment::eval_error): Likewise.
edd758a7ca8d [project @ 2002-06-28 19:00:56 by jwe]
jwe
parents: 3962
diff changeset
3794 (tree_simple_assignment::eval_error): Likewise.
edd758a7ca8d [project @ 2002-06-28 19:00:56 by jwe]
jwe
parents: 3962
diff changeset
3795 * pt-idx.cc (tree_index_expression::eval_error): Likewise.
edd758a7ca8d [project @ 2002-06-28 19:00:56 by jwe]
jwe
parents: 3962
diff changeset
3796 * pt-colon.cc (tree_colon_expression::eval_error): Likewise.
edd758a7ca8d [project @ 2002-06-28 19:00:56 by jwe]
jwe
parents: 3962
diff changeset
3797 (tree_colon_expression::rvalue): Delete rendundant error_state check.
edd758a7ca8d [project @ 2002-06-28 19:00:56 by jwe]
jwe
parents: 3962
diff changeset
3798
3962
e39b0ee1da6c [project @ 2002-06-27 14:14:08 by jwe]
jwe
parents: 3959
diff changeset
3799 2002-06-26 John W. Eaton <jwe@bevo.che.wisc.edu>
e39b0ee1da6c [project @ 2002-06-27 14:14:08 by jwe]
jwe
parents: 3959
diff changeset
3800
e39b0ee1da6c [project @ 2002-06-27 14:14:08 by jwe]
jwe
parents: 3959
diff changeset
3801 * ov-mapper.cc (MAPPER_LOOP, MAPPER_LOOP_1, MAPPER_LOOP_2): New macros.
e39b0ee1da6c [project @ 2002-06-27 14:14:08 by jwe]
jwe
parents: 3959
diff changeset
3802 (octave_mapper::apply): Use them to inline the mapper loops.
e39b0ee1da6c [project @ 2002-06-27 14:14:08 by jwe]
jwe
parents: 3959
diff changeset
3803
e39b0ee1da6c [project @ 2002-06-27 14:14:08 by jwe]
jwe
parents: 3959
diff changeset
3804 * pt-unop.cc (tree_prefix_expression::rvalue): Ensure that the
e39b0ee1da6c [project @ 2002-06-27 14:14:08 by jwe]
jwe
parents: 3959
diff changeset
3805 operand is defined for op_incr and op_decr.
e39b0ee1da6c [project @ 2002-06-27 14:14:08 by jwe]
jwe
parents: 3959
diff changeset
3806 (tree_postfix_expression::rvalue): Likewise.
e39b0ee1da6c [project @ 2002-06-27 14:14:08 by jwe]
jwe
parents: 3959
diff changeset
3807 From Ben Sapp <bsapp@lanl.gov>.
e39b0ee1da6c [project @ 2002-06-27 14:14:08 by jwe]
jwe
parents: 3959
diff changeset
3808
e39b0ee1da6c [project @ 2002-06-27 14:14:08 by jwe]
jwe
parents: 3959
diff changeset
3809 2002-06-25 John W. Eaton <jwe@bevo.che.wisc.edu>
e39b0ee1da6c [project @ 2002-06-27 14:14:08 by jwe]
jwe
parents: 3959
diff changeset
3810
e39b0ee1da6c [project @ 2002-06-27 14:14:08 by jwe]
jwe
parents: 3959
diff changeset
3811 * ov-mapper.cc (octave_mapper::apply): Exit loops on error.
e39b0ee1da6c [project @ 2002-06-27 14:14:08 by jwe]
jwe
parents: 3959
diff changeset
3812
e39b0ee1da6c [project @ 2002-06-27 14:14:08 by jwe]
jwe
parents: 3959
diff changeset
3813 2002-06-03 John W. Eaton <jwe@bevo.che.wisc.edu>
e39b0ee1da6c [project @ 2002-06-27 14:14:08 by jwe]
jwe
parents: 3959
diff changeset
3814
e39b0ee1da6c [project @ 2002-06-27 14:14:08 by jwe]
jwe
parents: 3959
diff changeset
3815 * ov-struct.cc (octave_struct::print_raw): Print field names with
e39b0ee1da6c [project @ 2002-06-27 14:14:08 by jwe]
jwe
parents: 3959
diff changeset
3816 data types if Vstruct_levels_to_print is 0.
e39b0ee1da6c [project @ 2002-06-27 14:14:08 by jwe]
jwe
parents: 3959
diff changeset
3817 (octave_struct::print_name_tag): Don't emit newline if
e39b0ee1da6c [project @ 2002-06-27 14:14:08 by jwe]
jwe
parents: 3959
diff changeset
3818 Vstruct_levels_to_print is negative.
e39b0ee1da6c [project @ 2002-06-27 14:14:08 by jwe]
jwe
parents: 3959
diff changeset
3819 * ov.cc (struct_levels_to_print): Allow negative values too.
e39b0ee1da6c [project @ 2002-06-27 14:14:08 by jwe]
jwe
parents: 3959
diff changeset
3820
3956
8a5596d6f7c4 [project @ 2002-05-24 05:29:57 by jwe]
jwe
parents: 3955
diff changeset
3821 2002-05-24 John W. Eaton <jwe@bevo.che.wisc.edu>
8a5596d6f7c4 [project @ 2002-05-24 05:29:57 by jwe]
jwe
parents: 3955
diff changeset
3822
3959
5a848097fe4a [project @ 2002-05-24 17:58:16 by jwe]
jwe
parents: 3956
diff changeset
3823 * DLD-FUNCTIONS/lsode.cc (Flsode): Also return istate and error
5a848097fe4a [project @ 2002-05-24 17:58:16 by jwe]
jwe
parents: 3956
diff changeset
3824 message. Only generate error if user is not at least requesting
5a848097fe4a [project @ 2002-05-24 17:58:16 by jwe]
jwe
parents: 3956
diff changeset
3825 the istate output.
5a848097fe4a [project @ 2002-05-24 17:58:16 by jwe]
jwe
parents: 3956
diff changeset
3826
3956
8a5596d6f7c4 [project @ 2002-05-24 05:29:57 by jwe]
jwe
parents: 3955
diff changeset
3827 * load-save.cc (hdf5_import_multidim, hdf5_check_attr,
8a5596d6f7c4 [project @ 2002-05-24 05:29:57 by jwe]
jwe
parents: 3955
diff changeset
3828 hdf5_callback_data, hdf5_read_next_data, read_hdf5_data,
8a5596d6f7c4 [project @ 2002-05-24 05:29:57 by jwe]
jwe
parents: 3955
diff changeset
3829 add_hdf5_data): Use 0, not NULL in calls to HDF routines.
8a5596d6f7c4 [project @ 2002-05-24 05:29:57 by jwe]
jwe
parents: 3955
diff changeset
3830
8a5596d6f7c4 [project @ 2002-05-24 05:29:57 by jwe]
jwe
parents: 3955
diff changeset
3831 * oct-procbuf.cc (octave_procbuf::open): Use NULL, not 0 as last
8a5596d6f7c4 [project @ 2002-05-24 05:29:57 by jwe]
jwe
parents: 3955
diff changeset
3832 arg in call to execl.xo
8a5596d6f7c4 [project @ 2002-05-24 05:29:57 by jwe]
jwe
parents: 3955
diff changeset
3833
8a5596d6f7c4 [project @ 2002-05-24 05:29:57 by jwe]
jwe
parents: 3955
diff changeset
3834 * debug.cc (get_user_function): Initialise dbg_fcn to 0, not NULL.
8a5596d6f7c4 [project @ 2002-05-24 05:29:57 by jwe]
jwe
parents: 3955
diff changeset
3835
3952
945e8c160191 [project @ 2002-05-23 17:18:12 by jwe]
jwe
parents: 3951
diff changeset
3836 2002-05-23 John W. Eaton <jwe@bevo.che.wisc.edu>
945e8c160191 [project @ 2002-05-23 17:18:12 by jwe]
jwe
parents: 3951
diff changeset
3837
945e8c160191 [project @ 2002-05-23 17:18:12 by jwe]
jwe
parents: 3951
diff changeset
3838 * DLD-FUNCTIONS/lsode.cc (LSODE_options::da_set_opt_mf,
945e8c160191 [project @ 2002-05-23 17:18:12 by jwe]
jwe
parents: 3951
diff changeset
3839 LSODE_options::da_get_opt_mf): New typedefs.
945e8c160191 [project @ 2002-05-23 17:18:12 by jwe]
jwe
parents: 3951
diff changeset
3840 (LSODE_OPTIONS::da_set_fcn, LSODE_OPTIONS::da_get_fcn): New fields.
945e8c160191 [project @ 2002-05-23 17:18:12 by jwe]
jwe
parents: 3951
diff changeset
3841 (lsode_option_table): Fill them in.
945e8c160191 [project @ 2002-05-23 17:18:12 by jwe]
jwe
parents: 3951
diff changeset
3842 (set_lsode_option (const Array<double>&)): New function.
945e8c160191 [project @ 2002-05-23 17:18:12 by jwe]
jwe
parents: 3951
diff changeset
3843 (print_lsode_option_list): Handle vector options.
945e8c160191 [project @ 2002-05-23 17:18:12 by jwe]
jwe
parents: 3951
diff changeset
3844 (show_lsode_option_list): Likewise.
945e8c160191 [project @ 2002-05-23 17:18:12 by jwe]
jwe
parents: 3951
diff changeset
3845 (Flsode_options): Likewise.
945e8c160191 [project @ 2002-05-23 17:18:12 by jwe]
jwe
parents: 3951
diff changeset
3846
3955
dc970f5941ee [project @ 2002-05-23 20:28:56 by jwe]
jwe
parents: 3952
diff changeset
3847 * DLD-FUNCTIONS/lsode.cc (LSODE_options::s_set_opt_mf,
dc970f5941ee [project @ 2002-05-23 20:28:56 by jwe]
jwe
parents: 3952
diff changeset
3848 LSODE_options::s_get_opt_mf): New typedefs.
dc970f5941ee [project @ 2002-05-23 20:28:56 by jwe]
jwe
parents: 3952
diff changeset
3849 (LSODE_OPTIONS::s_set_fcn, LSODE_OPTIONS::s_get_fcn): New fields.
dc970f5941ee [project @ 2002-05-23 20:28:56 by jwe]
jwe
parents: 3952
diff changeset
3850 (lsode_option_table): Fill them in.
dc970f5941ee [project @ 2002-05-23 20:28:56 by jwe]
jwe
parents: 3952
diff changeset
3851 (set_lsode_option (const std::string&)): New function.
dc970f5941ee [project @ 2002-05-23 20:28:56 by jwe]
jwe
parents: 3952
diff changeset
3852 (print_lsode_option_list): Handle string options.
dc970f5941ee [project @ 2002-05-23 20:28:56 by jwe]
jwe
parents: 3952
diff changeset
3853 (show_lsode_option_list): Likewise.
dc970f5941ee [project @ 2002-05-23 20:28:56 by jwe]
jwe
parents: 3952
diff changeset
3854 (Flsode_options): Likewise.
dc970f5941ee [project @ 2002-05-23 20:28:56 by jwe]
jwe
parents: 3952
diff changeset
3855
3948
126177939aae [project @ 2002-05-23 01:17:29 by jwe]
jwe
parents: 3946
diff changeset
3856 2002-05-22 John W. Eaton <jwe@bevo.che.wisc.edu>
126177939aae [project @ 2002-05-23 01:17:29 by jwe]
jwe
parents: 3946
diff changeset
3857
3951
e6f67a1ed814 [project @ 2002-05-23 03:41:25 by jwe]
jwe
parents: 3948
diff changeset
3858 * c-file-ptr-stream.h (c_file_ptr_buf::fclose): New function.
e6f67a1ed814 [project @ 2002-05-23 03:41:25 by jwe]
jwe
parents: 3948
diff changeset
3859 (c_file_ptr_buf::c_file_ptr_buf): Use it as default argument
e6f67a1ed814 [project @ 2002-05-23 03:41:25 by jwe]
jwe
parents: 3948
diff changeset
3860 instead of extern "C" fclose function.
e6f67a1ed814 [project @ 2002-05-23 03:41:25 by jwe]
jwe
parents: 3948
diff changeset
3861 (i_c_file_ptr_stream::i_c_file_ptr_stream): Likewise.
e6f67a1ed814 [project @ 2002-05-23 03:41:25 by jwe]
jwe
parents: 3948
diff changeset
3862 (o_c_file_ptr_stream::o_c_file_ptr_stream): Likewise.
e6f67a1ed814 [project @ 2002-05-23 03:41:25 by jwe]
jwe
parents: 3948
diff changeset
3863 * oct-stdstrm.h (octave_istdiostream::octave_istdiostream): Likewise.
e6f67a1ed814 [project @ 2002-05-23 03:41:25 by jwe]
jwe
parents: 3948
diff changeset
3864 (octave_istdiostream::create): Likewise.
e6f67a1ed814 [project @ 2002-05-23 03:41:25 by jwe]
jwe
parents: 3948
diff changeset
3865 * oct-stdstrm.h (octave_ostdiostream::octave_ostdiostream): Likewise.
e6f67a1ed814 [project @ 2002-05-23 03:41:25 by jwe]
jwe
parents: 3948
diff changeset
3866 (octave_ostdiostream::create): Likewise.
e6f67a1ed814 [project @ 2002-05-23 03:41:25 by jwe]
jwe
parents: 3948
diff changeset
3867
e6f67a1ed814 [project @ 2002-05-23 03:41:25 by jwe]
jwe
parents: 3948
diff changeset
3868 * oct-prcstrm.cc (cxx_pclose): New static function.
e6f67a1ed814 [project @ 2002-05-23 03:41:25 by jwe]
jwe
parents: 3948
diff changeset
3869 (octave_iprocstream::octave_iprocstream): Pass it to
e6f67a1ed814 [project @ 2002-05-23 03:41:25 by jwe]
jwe
parents: 3948
diff changeset
3870 octave_istdiostream constructor instead of extern "C" pclose function.
e6f67a1ed814 [project @ 2002-05-23 03:41:25 by jwe]
jwe
parents: 3948
diff changeset
3871 (octave_oprocstream::octave_oprocstream): Pass it to
e6f67a1ed814 [project @ 2002-05-23 03:41:25 by jwe]
jwe
parents: 3948
diff changeset
3872 octave_ostdiostream constructor instead of extern "C" pclose function.
e6f67a1ed814 [project @ 2002-05-23 03:41:25 by jwe]
jwe
parents: 3948
diff changeset
3873
3948
126177939aae [project @ 2002-05-23 01:17:29 by jwe]
jwe
parents: 3946
diff changeset
3874 * debug.cc (Fdbtype): Use C++ strings, not C strings.
126177939aae [project @ 2002-05-23 01:17:29 by jwe]
jwe
parents: 3946
diff changeset
3875
3946
eab957395758 [project @ 2002-05-23 00:42:15 by jwe]
jwe
parents: 3944
diff changeset
3876 2002-05-22 Mumit Khan <khan@nanotech.wisc.edu>
eab957395758 [project @ 2002-05-23 00:42:15 by jwe]
jwe
parents: 3944
diff changeset
3877
eab957395758 [project @ 2002-05-23 00:42:15 by jwe]
jwe
parents: 3944
diff changeset
3878 * debug.cc: Include cstdlib instead of stdlib.h. Include cstring.
eab957395758 [project @ 2002-05-23 00:42:15 by jwe]
jwe
parents: 3944
diff changeset
3879 (dbtype): Use strchr instead of index.
eab957395758 [project @ 2002-05-23 00:42:15 by jwe]
jwe
parents: 3944
diff changeset
3880 * TEMPLATE-INST/Array-tc.cc (Array<octave_value>::resize_fill_value):
eab957395758 [project @ 2002-05-23 00:42:15 by jwe]
jwe
parents: 3944
diff changeset
3881 Fix template specialization syntax.
eab957395758 [project @ 2002-05-23 00:42:15 by jwe]
jwe
parents: 3944
diff changeset
3882
3944
818f5aec1db5 [project @ 2002-05-18 00:05:08 by jwe]
jwe
parents: 3943
diff changeset
3883 2002-05-17 Mumit Khan <khan@nanotech.wisc.edu>
818f5aec1db5 [project @ 2002-05-18 00:05:08 by jwe]
jwe
parents: 3943
diff changeset
3884
818f5aec1db5 [project @ 2002-05-18 00:05:08 by jwe]
jwe
parents: 3943
diff changeset
3885 * c-file-ptr-stream.h (OCTAVE_STD_FILEBUF): New macro to handle
818f5aec1db5 [project @ 2002-05-18 00:05:08 by jwe]
jwe
parents: 3943
diff changeset
3886 various forms of extensions to std::filebuf.
818f5aec1db5 [project @ 2002-05-18 00:05:08 by jwe]
jwe
parents: 3943
diff changeset
3887 (c_file_ptr_buf::c_file_ptr_buf): Use.
818f5aec1db5 [project @ 2002-05-18 00:05:08 by jwe]
jwe
parents: 3943
diff changeset
3888 * pt-idx.cc (tree_index_expression::tree_index_expression): Remove
818f5aec1db5 [project @ 2002-05-18 00:05:08 by jwe]
jwe
parents: 3943
diff changeset
3889 default arguments are from definition.
818f5aec1db5 [project @ 2002-05-18 00:05:08 by jwe]
jwe
parents: 3943
diff changeset
3890 * symtab.cc (SYMBOL_DEF::print_info): Add std::.
818f5aec1db5 [project @ 2002-05-18 00:05:08 by jwe]
jwe
parents: 3943
diff changeset
3891 (symbol_record::print_info): Likewise.
818f5aec1db5 [project @ 2002-05-18 00:05:08 by jwe]
jwe
parents: 3943
diff changeset
3892 (symbol_table::print_info): Likewise.
818f5aec1db5 [project @ 2002-05-18 00:05:08 by jwe]
jwe
parents: 3943
diff changeset
3893
3936
f1500121e2e9 [project @ 2002-05-16 13:45:52 by jwe]
jwe
parents: 3935
diff changeset
3894 2002-05-16 John W. Eaton <jwe@bevo.che.wisc.edu>
f1500121e2e9 [project @ 2002-05-16 13:45:52 by jwe]
jwe
parents: 3935
diff changeset
3895
3943
a10df4059532 [project @ 2002-05-16 22:31:35 by jwe]
jwe
parents: 3940
diff changeset
3896 * oct-map.cc (Octave_map::assign): Resize RHS if it is shorter
a10df4059532 [project @ 2002-05-16 22:31:35 by jwe]
jwe
parents: 3940
diff changeset
3897 than existing struct array.
a10df4059532 [project @ 2002-05-16 22:31:35 by jwe]
jwe
parents: 3940
diff changeset
3898
3940
1b58576bdaa6 [project @ 2002-05-16 18:11:50 by jwe]
jwe
parents: 3939
diff changeset
3899 * ov-cell.cc (octave_cell::subsasgn): If an error has occurred,
1b58576bdaa6 [project @ 2002-05-16 18:11:50 by jwe]
jwe
parents: 3939
diff changeset
3900 skip final assignment step.
1b58576bdaa6 [project @ 2002-05-16 18:11:50 by jwe]
jwe
parents: 3939
diff changeset
3901 * ov-list.cc (octave_list::subsasgn): Likewise.
1b58576bdaa6 [project @ 2002-05-16 18:11:50 by jwe]
jwe
parents: 3939
diff changeset
3902 * oct-lvalue.cc (octave_lvalue::assign): Add parens to clarify intent.
1b58576bdaa6 [project @ 2002-05-16 18:11:50 by jwe]
jwe
parents: 3939
diff changeset
3903 (octave_lvalue::do_unary_op): Likewise.
1b58576bdaa6 [project @ 2002-05-16 18:11:50 by jwe]
jwe
parents: 3939
diff changeset
3904
3939
3dd8d3dc28d4 [project @ 2002-05-16 16:34:20 by jwe]
jwe
parents: 3936
diff changeset
3905 * parse.y (function_end): Also accept end of input as end of
3dd8d3dc28d4 [project @ 2002-05-16 16:34:20 by jwe]
jwe
parents: 3936
diff changeset
3906 function if input is coming from an eval string.
3dd8d3dc28d4 [project @ 2002-05-16 16:34:20 by jwe]
jwe
parents: 3936
diff changeset
3907
3936
f1500121e2e9 [project @ 2002-05-16 13:45:52 by jwe]
jwe
parents: 3935
diff changeset
3908 * pr-output.cc (pr_any_float): Don't convert -0 to 0.
f1500121e2e9 [project @ 2002-05-16 13:45:52 by jwe]
jwe
parents: 3935
diff changeset
3909
3934
31393822395b [project @ 2002-05-15 19:18:09 by jwe]
jwe
parents: 3933
diff changeset
3910 2002-05-15 John W. Eaton <jwe@bevo.che.wisc.edu>
31393822395b [project @ 2002-05-15 19:18:09 by jwe]
jwe
parents: 3933
diff changeset
3911
3935
1ea29376e43e [project @ 2002-05-16 05:30:51 by jwe]
jwe
parents: 3934
diff changeset
3912 * input.cc (generate_completion): If it looks like we are
1ea29376e43e [project @ 2002-05-16 05:30:51 by jwe]
jwe
parents: 3934
diff changeset
3913 completing a struct, set completion append char to '\0'.
1ea29376e43e [project @ 2002-05-16 05:30:51 by jwe]
jwe
parents: 3934
diff changeset
3914
1ea29376e43e [project @ 2002-05-16 05:30:51 by jwe]
jwe
parents: 3934
diff changeset
3915 * variables.cc (generate_struct_completions): Temporarily set
1ea29376e43e [project @ 2002-05-16 05:30:51 by jwe]
jwe
parents: 3934
diff changeset
3916 warnings off here.
1ea29376e43e [project @ 2002-05-16 05:30:51 by jwe]
jwe
parents: 3934
diff changeset
3917
3934
31393822395b [project @ 2002-05-15 19:18:09 by jwe]
jwe
parents: 3933
diff changeset
3918 * error.cc (warning): Don't do anything if Vdebug_option == "off".
31393822395b [project @ 2002-05-15 19:18:09 by jwe]
jwe
parents: 3933
diff changeset
3919 Only print backtrace if Vdebug_option == "backtrace".
31393822395b [project @ 2002-05-15 19:18:09 by jwe]
jwe
parents: 3933
diff changeset
3920 (handle_message): Now returns a string containing the text of the
31393822395b [project @ 2002-05-15 19:18:09 by jwe]
jwe
parents: 3933
diff changeset
3921 formatted message. Change all callers.
31393822395b [project @ 2002-05-15 19:18:09 by jwe]
jwe
parents: 3933
diff changeset
3922 (Fwarning): Now a text-style function. Handle Matlab-compatible
31393822395b [project @ 2002-05-15 19:18:09 by jwe]
jwe
parents: 3933
diff changeset
3923 warning options.
3935
1ea29376e43e [project @ 2002-05-16 05:30:51 by jwe]
jwe
parents: 3934
diff changeset
3924 (Flasterr, Flastwarn, set_warning_option): New functions.
1ea29376e43e [project @ 2002-05-16 05:30:51 by jwe]
jwe
parents: 3934
diff changeset
3925 (Vlast_error_message, Vlast_warning_message, Vwarning_frequency,
1ea29376e43e [project @ 2002-05-16 05:30:51 by jwe]
jwe
parents: 3934
diff changeset
3926 Vwarning_option): New static variables.
3934
31393822395b [project @ 2002-05-15 19:18:09 by jwe]
jwe
parents: 3933
diff changeset
3927 (vwarning): Set Vlast_warning_message here too.
3935
1ea29376e43e [project @ 2002-05-16 05:30:51 by jwe]
jwe
parents: 3934
diff changeset
3928 (verror): Set Vlast_error_message here too.
3934
31393822395b [project @ 2002-05-15 19:18:09 by jwe]
jwe
parents: 3933
diff changeset
3929
3933
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3930 2002-05-14 John W. Eaton <jwe@bevo.che.wisc.edu>
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3931
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3932 * ov.h (octave_value::get_count): Now const.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3933
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3934 * ov.h, ov.cc (octave_value::do_non_const_unary_op,
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3935 octave_value::assign): Idx is now a list of octave_value_list
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3936 objects.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3937
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3938 * ov-base.cc, ov-base.h (octave_base_value::do_struct_elt_index_op,
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3939 octave_base_value::struct_elt_ref): Delete.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3940 * ov-struct.cc, ov-struct.h (octave_sruct::do_struct_elt_index_op,
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3941 octave_struct::struct_elt_ref): Delete.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3942 * ov.cc, ov.h (octave_value::do_struct_elt_index_op,
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3943 octave_value::struct_elt_ref, octave_value::assign_struct_elt,
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3944 octave_value::convert_and_assign, octave_value::try_assignment,
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3945 octave_value::try_assignment_with_conversion,
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3946 octave_value::simple_assign): Delete.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3947
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3948 * parse.y (make_index_expression): Type is now a single
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3949 character. Change all callers. If expr is already an index
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3950 expression, append index to it.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3951 (make_indirect_ref): Likewise.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3952
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3953 * pt-pr-code.cc (octave_print_internal (std::ostream&, const
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3954 Cell&, bool, int)): Now just a dummy function, panic if called.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3955
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3956 * pt-idx.cc (tree_index_expression::make_arg_struct): New function.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3957 (tree_index_expression::type): Delete enum, rename from itype, now
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3958 a string.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3959 (tree_index_expression::arg_nm): Now a list of string_vector objects.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3960 (tree_index_expression::idx): Now a list of tree_argument_list*
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3961 objects.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3962 (tree_index_expression::is_index_expression): Always return true.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3963 (tree_index_expression::apend, make_value_list, make_subs_cell):
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3964 New functions.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3965
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3966 * pt-pr-code.cc (visit_index_expression): Handle new definition of
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3967 tree_index_expression object.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3968 * pt-check.cc (visit_index_expression): Likewise.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3969 * pt-bp.cc (visit_index_expression): Likewise.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3970
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3971 * ov-usr-fcn.h (octave_user_function::restore_args_passed):
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3972 Clear args_passed even if nothing was saved.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3973
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3974 * ov-base.cc (octave_base_value::subsasgn,
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3975 octave_base_value::map_keys, octave_base_value::print_info):
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3976 New functions.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3977
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3978 * ov.h, ov.cc (octave_value::map_keys, octave_value::print_info,
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3979 octave_value::subsref, octave_value::subsasgn,
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3980 octave_value::numeric_assign, octave_value::next_subsref):
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3981 New functions.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3982 (octave_value::empty_conv): New static function.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3983 (octave_value (octave_value *, int)): New arg, count.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3984
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3985 * ov-base-mat.cc (octave_base_matrix<MT>::subsref,
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3986 octave_base_matrix<MT>::subsasgn): New functions.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3987 * ov-base-mat.h: Provide decls.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3988
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3989 * ov-builtin.cc (octave_builtin::subsref): New function.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3990 * ov-builtin.h: Provide decl.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3991
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3992 * ov-range.cc (octave_range::subsref): New function.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3993 * ov-range.h: Provide decl.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3994
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3995 * ov-cell.cc (octave_cell::subsref, octave_cell::subsasgn,
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3996 octave_cell::list_value, octave_cell::print,
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3997 octave_cell::print_raw, octave_cell::print_name_tag): New functions.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3998 * ov-cell.h: Provide decls.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
3999
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4000 * ov-struct.cc (octave_struct::dotref, octave_struct::subsref,
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4001 octave_struct::subsasgn, gripe_invalid_index,
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4002 gripe_invalid_index_for_assignment, grip_invalid_index_type,
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4003 gripe_failed_assignment): New functions.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4004 (octave_struct::numeric_conv): New static function.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4005 * ov-struct.h: Provide decls.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4006 (octave_struct::is_constant): Return true.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4007 (octave_struct::map_keys): New function.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4008
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4009 * ov-list.cc (octave_list::subsref, octave_list::subsasgn):
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4010 New functions.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4011 * ov-list.h: Provide decls.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4012
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4013 * ov-usr-fcn.cc (octave_user_function::subsref,
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4014 octave_user_function::print_symtab_info): New functions.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4015 * ov-usr-fcn.h: Provide decl.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4016
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4017 * ov-mapper.cc (octave_mapper::subsref): New function.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4018 * ov-mapper.h: Provide decl.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4019
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4020 * ov-base.cc (octave_base_value::subsref,
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4021 octave_base_value::subsasgn): New functions.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4022 * ov-base.h: Provide decls.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4023
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4024 * ov-base.cc (octave_base_value::do_index_op): New arg, resize_ok.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4025 * ov-base-mat.cc (octave_base_matrix<MT>::do_index_op): Likewise.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4026 * ov-base-nd-array.cc (octave_base_nd_array<AT>::do_index_op): Ditto.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4027 * ov-bool-mat.cc (octave_bool::do_index_op): Ditto.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4028 * ov-str-mat.cc (octave_char_matrix_str::do_index_op): Ditto.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4029 * ov-range.cc (octave_range::do_index_op): Ditto.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4030 * ov-list.cc (octave_list::do_index_op): Ditto.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4031 * ov.cc (octave_value::do_index_op): Ditto.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4032
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4033 * ov-base-mat.cc (octave_base_matrix<MT>::print_info): New function.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4034
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4035 * ov-base-mat.h (octave_base_matrix<MT>::empty_clone): New function.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4036 * ov-base-nd-array.h (octave_base_nd_array<AT>::empty_clone): Ditto.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4037 * ov-base.h (octave_base_value::empty_clone): Ditto.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4038 * ov-bool-mat.h (octave_bool::empty_clone): Ditto.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4039 * ov-ch-mat.h (octave_char_matrix::empty_clone): Likewise.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4040 * ov-colon.h (octave_magic_colon::empty_clone): Likewise.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4041 * ov-complex.h (octave_complex::empty_clone): Likewise.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4042 * ov-cx-mat.h (octave_complex_matrix::empty_clone): Likewise.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4043 * ov-fcn.cc (octave_function::empty_clone): Likewise.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4044 * ov-file.h (octave_file::empty_clone): Likewise.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4045 * ov-range.h (octave_range::empty_clone): Likewise.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4046 * ov-list.h (octave_list::empty_clone): Likewise.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4047 * ov-re-mat.h (octave_matrix::empty_clone): Likewise.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4048 * ov-re-nd-array.h (octave_double_nd_array::empty_clone): Likewise.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4049 * ov-str-mat.h (octave_char_matrix_str::empty_clone): Likewise.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4050 * ov-struct.h (octave_struct::empty_clone): Likewise.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4051 * ov-va_args.h (octave_all_va_args::empty_clone): Likewise.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4052 * ov.h (octave_value::empty_clone): Likewise.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4053
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4054 * ov-base-mat.h (octave_base_matrix<MT>::clone): Now const.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4055 * ov-base-nd-array.h (octave_base_nd_array<AT>::clone): Likewise.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4056 * ov-base.h (octave_base_value::clone): Likewise.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4057 * ov-bool-mat.h (octave_bool::clone): Likewise.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4058 * ov-ch-mat.h (octave_char_matrix::clone): Likewise.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4059 * ov-colon.h (octave_magic_colon::clone): Likewise.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4060 * ov-complex.h (octave_complex::clone): Likewise.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4061 * ov-cx-mat.h (octave_complex_matrix::clone): Likewise.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4062 * ov-fcn.h (octave_function::clone): Likewise.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4063 * ov-file.h (octave_file::clone): Likewise.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4064 * ov-range.h (octave_range::clone): Likewise.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4065 * ov-list.h (octave_list::clone): Likewise.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4066 * ov-re-mat.h (octave_matrix::clone): Likewise.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4067 * ov-re-nd-array.h (octave_double_nd_array::clone): Likewise.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4068 * ov-str-mat.h (octave_char_matrix_str::clone): Likewise.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4069 * ov-struct.h (octave_struct::clone): Likewise.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4070 * ov-va_args.h (octave_all_va_args::clone): Likewise.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4071 * ov.h (octave_value::clone): Likewise.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4072
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4073 * oct-lvalue.cc (octave_lvalue::assign, octave_lvalue::set_index,
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4074 octave_lvalue::do_unary_op): Idx is now a list of indices. Simplify.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4075 * oct-lvalue.h (octave_lvalue::value): Simplify.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4076 (octave_lvalue::struct_elt_names): Delete data member.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4077 (octave_lvalue::type): Now string
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4078 Update decls.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4079
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4080 * pt-exp.h (tree_expression::is_indirect_ref):
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4081 Delete virtual function.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4082
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4083 * pt-plot.cc (subplot::extract_plot_data): Use subsref, instead of
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4084 do_index_op.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4085
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4086 * pt-stmt.cc (tree_statement::eval): Don't try to avoid binding
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4087 ans for structure references.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4088
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4089 * symtab.cc (symbol_record::symbol_def::print_info): Rename from
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4090 symbol_record::symbol_def::dump_symbol_info.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4091 (symbol_record::print_info): Rename from
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4092 symbol_record::dump_symbol_info. Now const..
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4093 (symbol_record::print_symbol_info_line): Now const.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4094 (symbol_table::print_info): Rename from print_stats. Accept
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4095 ostream arg. Now const. Print more info.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4096 * symtab.h: Update decls.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4097
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4098 * toplev.cc (octave_config_info): Indexing a map now returns a
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4099 list, but we only want to return the first element.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4100
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4101 * variables.cc (generate_struct_completions, looks_like_struct):
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4102 Simplify using eval_string.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4103 (F__print_symtab_info__): Rename from F__dump_symtab_info__.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4104 Handle "top-level" and individual function names in addition to
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4105 "global".
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4106 (F__print_symbol_info__): Rename from F___dump_symbol_info__.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4107
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4108 * octave.cc (intern_argv): Built-in variable argv is now a cell array.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4109
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4110 * ov-complex.cc (valid_scalar_indices): Delete.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4111 * ov-scalar.cc (valid_scalar_indices): Delete.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4112
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4113 * oct-obj.cc (octave_value_list::valid_scalar_indices): New function.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4114 (octave_value_list::index): New arg, resize_ok.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4115 * oct-obj.h: Provide decls.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4116
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4117 * oct-map.cc (Octave_map::keys): Rename from make_name_list.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4118 Change all uses.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4119 (Octave_map::assign, Octave_map::index): New functions.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4120 * oct-map.h: Provide decls.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4121
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4122 * data.cc (Fstruct_contains): Use map_value instead of
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4123 do_struct_elt_index_op.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4124
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4125 * Cell.h (Cell (const Array2<octave_value>&, int, int)):
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4126 New constructor.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4127 (Cell::resize_fill_value): New static function.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4128
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4129 * input.cc (initialize_command_input): Set basic and completer
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4130 word break characters.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4131
3932
2e2e32198722 [project @ 2002-05-07 18:10:44 by jwe]
jwe
parents: 3931
diff changeset
4132 2002-05-07 John W. Eaton <jwe@bevo.che.wisc.edu>
2e2e32198722 [project @ 2002-05-07 18:10:44 by jwe]
jwe
parents: 3931
diff changeset
4133
3933
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4134 * ov.h (octave_value::subsref): New function.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4135 * ov-base.cc (octave_base_value::subsref): Likewise.
f9ea3dcf58ee [project @ 2002-05-15 03:21:00 by jwe]
jwe
parents: 3932
diff changeset
4136
3932
2e2e32198722 [project @ 2002-05-07 18:10:44 by jwe]
jwe
parents: 3931
diff changeset
4137 * ov-struct.cc (octave_struct::print_raw): Print scalar struct
2e2e32198722 [project @ 2002-05-07 18:10:44 by jwe]
jwe
parents: 3931
diff changeset
4138 arrays more compactly.
2e2e32198722 [project @ 2002-05-07 18:10:44 by jwe]
jwe
parents: 3931
diff changeset
4139
2e2e32198722 [project @ 2002-05-07 18:10:44 by jwe]
jwe
parents: 3931
diff changeset
4140 * DLD-FUNCTIONS/time.cc (extract_tm): Handle new struct array def.
2e2e32198722 [project @ 2002-05-07 18:10:44 by jwe]
jwe
parents: 3931
diff changeset
4141
2e2e32198722 [project @ 2002-05-07 18:10:44 by jwe]
jwe
parents: 3931
diff changeset
4142 * oct-map.cc (Octave_map::array_len): New data member.
2e2e32198722 [project @ 2002-05-07 18:10:44 by jwe]
jwe
parents: 3931
diff changeset
4143 (Octave_map::operator[], Octave_map::contsnts): Return
2e2e32198722 [project @ 2002-05-07 18:10:44 by jwe]
jwe
parents: 3931
diff changeset
4144 octave_value_list, not Octave_value. Change callers as necessary.
2e2e32198722 [project @ 2002-05-07 18:10:44 by jwe]
jwe
parents: 3931
diff changeset
4145 (Octave_map::assign): New function.
2e2e32198722 [project @ 2002-05-07 18:10:44 by jwe]
jwe
parents: 3931
diff changeset
4146 (Octave_map::array_length): New fucntion.
2e2e32198722 [project @ 2002-05-07 18:10:44 by jwe]
jwe
parents: 3931
diff changeset
4147 * oct-obj.cc (octave_value_list::assign): New function.
2e2e32198722 [project @ 2002-05-07 18:10:44 by jwe]
jwe
parents: 3931
diff changeset
4148
3930
61d4427c016e [project @ 2002-05-07 00:47:31 by jwe]
jwe
parents: 3929
diff changeset
4149 2002-05-06 John W. Eaton <jwe@bevo.che.wisc.edu>
61d4427c016e [project @ 2002-05-07 00:47:31 by jwe]
jwe
parents: 3929
diff changeset
4150
3931
311981a9726d [project @ 2002-05-07 04:49:53 by jwe]
jwe
parents: 3930
diff changeset
4151 * TEMPLATE-INST/Map-oct-obj.cc: New file.
311981a9726d [project @ 2002-05-07 04:49:53 by jwe]
jwe
parents: 3930
diff changeset
4152 * Makefile.in (TI_XSRC): Add it to the list.
311981a9726d [project @ 2002-05-07 04:49:53 by jwe]
jwe
parents: 3930
diff changeset
4153
311981a9726d [project @ 2002-05-07 04:49:53 by jwe]
jwe
parents: 3930
diff changeset
4154 * oct-map.h (Octave_map): Make CHMap<octave_value_list> a data
311981a9726d [project @ 2002-05-07 04:49:53 by jwe]
jwe
parents: 3930
diff changeset
4155 member instead of deriving from CHMap<octave_value>, in
311981a9726d [project @ 2002-05-07 04:49:53 by jwe]
jwe
parents: 3930
diff changeset
4156 preparation for structure arrays.
311981a9726d [project @ 2002-05-07 04:49:53 by jwe]
jwe
parents: 3930
diff changeset
4157
3930
61d4427c016e [project @ 2002-05-07 00:47:31 by jwe]
jwe
parents: 3929
diff changeset
4158 * pt-indir.h, pt-indir.cc: Delete.
61d4427c016e [project @ 2002-05-07 00:47:31 by jwe]
jwe
parents: 3929
diff changeset
4159
61d4427c016e [project @ 2002-05-07 00:47:31 by jwe]
jwe
parents: 3929
diff changeset
4160 * pt-all.h: Don't include pt-indir.h.
61d4427c016e [project @ 2002-05-07 00:47:31 by jwe]
jwe
parents: 3929
diff changeset
4161
61d4427c016e [project @ 2002-05-07 00:47:31 by jwe]
jwe
parents: 3929
diff changeset
4162 * Makefile.in (PT_SRC): Delete pt-indir.cc from the list.
61d4427c016e [project @ 2002-05-07 00:47:31 by jwe]
jwe
parents: 3929
diff changeset
4163 (PT_INCLUDES): Delete pt-indir.h from the list.
61d4427c016e [project @ 2002-05-07 00:47:31 by jwe]
jwe
parents: 3929
diff changeset
4164
61d4427c016e [project @ 2002-05-07 00:47:31 by jwe]
jwe
parents: 3929
diff changeset
4165 * pt-walk.h (tree_walker::visit_indirect_ref): Delete.
61d4427c016e [project @ 2002-05-07 00:47:31 by jwe]
jwe
parents: 3929
diff changeset
4166 * pt-pr-code.h, pt-pr-code.cc (tree_print_code::visit_indirect_ref):
61d4427c016e [project @ 2002-05-07 00:47:31 by jwe]
jwe
parents: 3929
diff changeset
4167 Likewise.
61d4427c016e [project @ 2002-05-07 00:47:31 by jwe]
jwe
parents: 3929
diff changeset
4168 * pt-check.h, pt-check.cc (tree_checker::visit_indirect_ref): Likewise.
61d4427c016e [project @ 2002-05-07 00:47:31 by jwe]
jwe
parents: 3929
diff changeset
4169 * pt-bp.h, pt-bp.cc (tree_breakpoint::visit_indirect_ref): Likewise.
61d4427c016e [project @ 2002-05-07 00:47:31 by jwe]
jwe
parents: 3929
diff changeset
4170
61d4427c016e [project @ 2002-05-07 00:47:31 by jwe]
jwe
parents: 3929
diff changeset
4171 * pt-walk.h: Delete forward decl for tree_indirect_ref.
61d4427c016e [project @ 2002-05-07 00:47:31 by jwe]
jwe
parents: 3929
diff changeset
4172 * variables.h: Likewise.
61d4427c016e [project @ 2002-05-07 00:47:31 by jwe]
jwe
parents: 3929
diff changeset
4173
61d4427c016e [project @ 2002-05-07 00:47:31 by jwe]
jwe
parents: 3929
diff changeset
4174 * parse.y (make_indirect_ref): Return tree_index_expression, not
61d4427c016e [project @ 2002-05-07 00:47:31 by jwe]
jwe
parents: 3929
diff changeset
4175 tree_indirect_ref.
61d4427c016e [project @ 2002-05-07 00:47:31 by jwe]
jwe
parents: 3929
diff changeset
4176
61d4427c016e [project @ 2002-05-07 00:47:31 by jwe]
jwe
parents: 3929
diff changeset
4177 * pt-idx.h (tree_index_expression::struct_elt_name): New function.
61d4427c016e [project @ 2002-05-07 00:47:31 by jwe]
jwe
parents: 3929
diff changeset
4178
61d4427c016e [project @ 2002-05-07 00:47:31 by jwe]
jwe
parents: 3929
diff changeset
4179 * pt-idx.cc (tree_index_expression::lvalue): Handle dot case too.
61d4427c016e [project @ 2002-05-07 00:47:31 by jwe]
jwe
parents: 3929
diff changeset
4180 (tree_index_expression::name): Likewise.
61d4427c016e [project @ 2002-05-07 00:47:31 by jwe]
jwe
parents: 3929
diff changeset
4181 (tree_index_expression rvalue (int)): Likewise.
61d4427c016e [project @ 2002-05-07 00:47:31 by jwe]
jwe
parents: 3929
diff changeset
4182 (tree_index_expression::eval_error): Likewise.
61d4427c016e [project @ 2002-05-07 00:47:31 by jwe]
jwe
parents: 3929
diff changeset
4183 * pt-pr-code.cc (visit_index_expression): Likewise.
61d4427c016e [project @ 2002-05-07 00:47:31 by jwe]
jwe
parents: 3929
diff changeset
4184 * pt-bp.cc (tree_breakpoint::visit_index_expression): Likewise.
61d4427c016e [project @ 2002-05-07 00:47:31 by jwe]
jwe
parents: 3929
diff changeset
4185
61d4427c016e [project @ 2002-05-07 00:47:31 by jwe]
jwe
parents: 3929
diff changeset
4186 * pt-idx.h (tree_index_expression::dot): New type enum element.
61d4427c016e [project @ 2002-05-07 00:47:31 by jwe]
jwe
parents: 3929
diff changeset
4187 (tree_index_expression::expr_type): New function.
61d4427c016e [project @ 2002-05-07 00:47:31 by jwe]
jwe
parents: 3929
diff changeset
4188 (tree_index_expression::tree_index_expression (tree_expression*,
61d4427c016e [project @ 2002-05-07 00:47:31 by jwe]
jwe
parents: 3929
diff changeset
4189 const std::string&, int, int)): New constructor.
61d4427c016e [project @ 2002-05-07 00:47:31 by jwe]
jwe
parents: 3929
diff changeset
4190 (tree_index_expression::is_index_expression): Return value is now
61d4427c016e [project @ 2002-05-07 00:47:31 by jwe]
jwe
parents: 3929
diff changeset
4191 conditional on itype.
61d4427c016e [project @ 2002-05-07 00:47:31 by jwe]
jwe
parents: 3929
diff changeset
4192 (tree_index_expression::is_indirect_ref): New function.
61d4427c016e [project @ 2002-05-07 00:47:31 by jwe]
jwe
parents: 3929
diff changeset
4193 (tree_index_expression::lvalue_ok): Also return true if itype is dot.
61d4427c016e [project @ 2002-05-07 00:47:31 by jwe]
jwe
parents: 3929
diff changeset
4194
3928
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4195 2002-05-03 John W. Eaton <jwe@bevo.che.wisc.edu>
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4196
3929
cc8ae49d6e79 [project @ 2002-05-04 02:47:14 by jwe]
jwe
parents: 3928
diff changeset
4197 * parse.y (ABORT_PARSE): Maybe restore symbol table context too.
cc8ae49d6e79 [project @ 2002-05-04 02:47:14 by jwe]
jwe
parents: 3928
diff changeset
4198
cc8ae49d6e79 [project @ 2002-05-04 02:47:14 by jwe]
jwe
parents: 3928
diff changeset
4199 * pt-idx.h (tree_index_expression::type): New enum.
cc8ae49d6e79 [project @ 2002-05-04 02:47:14 by jwe]
jwe
parents: 3928
diff changeset
4200 (tree_index_expression::etype): New data member.
cc8ae49d6e79 [project @ 2002-05-04 02:47:14 by jwe]
jwe
parents: 3928
diff changeset
4201 * pt-idx.h (tree_index_expression::tree_index_expression):
cc8ae49d6e79 [project @ 2002-05-04 02:47:14 by jwe]
jwe
parents: 3928
diff changeset
4202 New arg, t, to set type of index.
cc8ae49d6e79 [project @ 2002-05-04 02:47:14 by jwe]
jwe
parents: 3928
diff changeset
4203 * parse.y (make_index_expression): Likewise.
cc8ae49d6e79 [project @ 2002-05-04 02:47:14 by jwe]
jwe
parents: 3928
diff changeset
4204 Change all callers.
cc8ae49d6e79 [project @ 2002-05-04 02:47:14 by jwe]
jwe
parents: 3928
diff changeset
4205
3928
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4206 * ov-base.cc (cell_conv): New conversion function.
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4207 (install_base_type_conversions): Install it.
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4208 Install conversion for indexed assignment of octave_cells to
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4209 undefined values.
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4210
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4211 * TEMPLATE-INST/Array-tc.cc: Instantiate assign functions too.
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4212 (Array<octave_value>::resize_fill_value (void)):
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4213 Provide specialization for octave_value.
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4214
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4215 * ov-cell.cc (octave_cell::assign (const octave_value_list&,
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4216 const octave_value&)): New function.
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4217 * Cell.h (Cell::Cell (const octave_value&)): New function.
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4218
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4219 * OPERATORS/op-cell.cc (install_list_ops): Use DEFASSIGNANYOP_FN
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4220 and INSTALL_ASSIGNANYOP, not DEFASSIGNOP_FN and INSTALL_ASSIGNOP.
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4221
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4222 2002-05-03 Cai Jianming <caijianming@yahoo.co.uk>
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4223
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4224 * OPERATORS/op-cell.cc: New file.
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4225 * src/Makefile.in (OP_XSRC): Include it in the list.
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4226
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4227 * parse.y (cell): Return a cell type instead of Matrix type.
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4228
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4229 * ov.cc (install_types): Install octave_cell type.
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4230
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4231 * pr-output.cc (octave_print_internal): Handle Cells.
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4232 * pr-output.h (octave_print_internal): Provide decl.
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4233
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4234 * ov-cell.h (octave_cell): Derive from octave_base_matrix<Cell>.
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4235 * ov-cell.cc (do_index_op, assign, print, print_raw,
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4236 print_name_tag): Delete.
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4237
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4238 * Cell.cc (allocator, index): Delete.
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4239 * Cell.h (Cell): Derive from Array2<octave_value>.
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4240 Most functions removed since we can use those from Array2 instead.
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4241
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4242 2002-05-02 Cai Jianming <caijianming@yahoo.co.uk>
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4243
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4244 * ov-base-mat.cc (octave_base_matrix<MT>::assign):
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4245 New function.
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4246 * ov-base-mat.h (octave_base_matrix<MT>::assign): Provide decl.
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4247 * ov-bool-mat.cc (octave_bool_matrix::assign): Delete.
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4248 * ov-bool-mat.h (octave_bool_matrix:assign): Delete decl
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4249 * ov-cx-mat.cc (octave_complex_matrix::assign (const
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4250 octave_value_list& idx, const ComplexMatrix&)): Delete.
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4251 * ov-cx-mat.h (octave_complex_matrix:assign (const
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4252 octave_value_list& idx, const ComplexMatrix&)): Replace decl with
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4253 function.
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4254 * ov-re-mat.cc (octave_bool_matrix::assign): Delete.
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4255 * ov-re-mat.h (octave_bool_matrix:assign): Delete decl.
e8627dc4bdf2 [project @ 2002-05-03 19:56:01 by jwe]
jwe
parents: 3927
diff changeset
4256
3927
e7ad1397d67b [project @ 2002-05-03 02:13:41 by jwe]
jwe
parents: 3922
diff changeset
4257 2002-05-02 Cai Jianming <caijianming@yahoo.co.uk>
e7ad1397d67b [project @ 2002-05-03 02:13:41 by jwe]
jwe
parents: 3922
diff changeset
4258
e7ad1397d67b [project @ 2002-05-03 02:13:41 by jwe]
jwe
parents: 3922
diff changeset
4259 * OPERATORS/op-bm-b.cc: New file.x
e7ad1397d67b [project @ 2002-05-03 02:13:41 by jwe]
jwe
parents: 3922
diff changeset
4260 * Makefile.in (OP_XSRC): Add it to the list.
e7ad1397d67b [project @ 2002-05-03 02:13:41 by jwe]
jwe
parents: 3922
diff changeset
4261
3920
87db95b22f8f [project @ 2002-05-01 04:07:31 by jwe]
jwe
parents: 3917
diff changeset
4262 2002-04-30 John W. Eaton <jwe@bevo.che.wisc.edu>
87db95b22f8f [project @ 2002-05-01 04:07:31 by jwe]
jwe
parents: 3917
diff changeset
4263
3922
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3920
diff changeset
4264 * octave.cc (print_version_and_exit): Use
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3920
diff changeset
4265 OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_AND_WARRANTY, not
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3920
diff changeset
4266 OCTAVE_NAME_AND_VERSION.
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3920
diff changeset
4267
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3920
diff changeset
4268 * octave.cc (verbose_usage):
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3920
diff changeset
4269 Use OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_AND_WARRANTY, not
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3920
diff changeset
4270 OCTAVE_NAME_VERSION_AND_COPYRIGHT.
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3920
diff changeset
4271
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3920
diff changeset
4272 * version.h (OCTAVE_COPYING_STATEMENT, OCTAVE_WARRANTY_STATEMENT,
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3920
diff changeset
4273 OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_AND_WARRANTY,
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3920
diff changeset
4274 X_OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_WARRANTY_AND_BUGS,
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3920
diff changeset
4275 OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_WARRANTY_AND_BUGS,
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3920
diff changeset
4276 OCTAVE_BUGS_STATEMENT): New macros.
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3920
diff changeset
4277 (OCTAVE_STARTUP_MESSAGE): Define in terms of
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3920
diff changeset
4278 X_OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_WARRANTY_AND_BUGS
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3920
diff changeset
4279 to include bugs address and amplified warranty information.
38c61cbf086c [project @ 2002-05-01 06:48:35 by jwe]
jwe
parents: 3920
diff changeset
4280
3920
87db95b22f8f [project @ 2002-05-01 04:07:31 by jwe]
jwe
parents: 3917
diff changeset
4281 * DLD-FUNCTIONS/lsode.cc (Flsode): Delete unused variable nsteps.
87db95b22f8f [project @ 2002-05-01 04:07:31 by jwe]
jwe
parents: 3917
diff changeset
4282
3917
5e8e63b22c76 [project @ 2002-04-30 04:26:03 by jwe]
jwe
parents: 3912
diff changeset
4283 2002-04-29 John W. Eaton <jwe@bevo.che.wisc.edu>
5e8e63b22c76 [project @ 2002-04-30 04:26:03 by jwe]
jwe
parents: 3912
diff changeset
4284
5e8e63b22c76 [project @ 2002-04-30 04:26:03 by jwe]
jwe
parents: 3912
diff changeset
4285 * help.cc (additional_help_message): Use www.octave.org, not
5e8e63b22c76 [project @ 2002-04-30 04:26:03 by jwe]
jwe
parents: 3912
diff changeset
4286 www.che.wisc.edu/octave/octave.html.
5e8e63b22c76 [project @ 2002-04-30 04:26:03 by jwe]
jwe
parents: 3912
diff changeset
4287 * octave.cc (verbose_usage): Likewise.
5e8e63b22c76 [project @ 2002-04-30 04:26:03 by jwe]
jwe
parents: 3912
diff changeset
4288
3912
f56cd411adb4 [project @ 2002-04-28 03:12:27 by jwe]
jwe
parents: 3910
diff changeset
4289 2002-04-27 John W. Eaton <jwe@bevo.che.wisc.edu>
f56cd411adb4 [project @ 2002-04-28 03:12:27 by jwe]
jwe
parents: 3910
diff changeset
4290
f56cd411adb4 [project @ 2002-04-28 03:12:27 by jwe]
jwe
parents: 3910
diff changeset
4291 * DLD-FUNCTIONS/daspk.cc: New file.
f56cd411adb4 [project @ 2002-04-28 03:12:27 by jwe]
jwe
parents: 3910
diff changeset
4292 * Makefile.in (DLD_XSRC): Add it to the list.
f56cd411adb4 [project @ 2002-04-28 03:12:27 by jwe]
jwe
parents: 3910
diff changeset
4293
3910
79a90a0f0eff [project @ 2002-04-25 05:36:52 by jwe]
jwe
parents: 3903
diff changeset
4294 2002-04-25 Paul Kienzle <pkienzle@users.sf.net>
79a90a0f0eff [project @ 2002-04-25 05:36:52 by jwe]
jwe
parents: 3903
diff changeset
4295
79a90a0f0eff [project @ 2002-04-25 05:36:52 by jwe]
jwe
parents: 3903
diff changeset
4296 * DLD-FUNCTIONS/kron.cc: New file.
79a90a0f0eff [project @ 2002-04-25 05:36:52 by jwe]
jwe
parents: 3903
diff changeset
4297 * Makefile.in (DLD_SRC): Add it to the list.
79a90a0f0eff [project @ 2002-04-25 05:36:52 by jwe]
jwe
parents: 3903
diff changeset
4298
3903
1dbe160ea0d1 [project @ 2002-04-23 03:40:25 by jwe]
jwe
parents: 3901
diff changeset
4299 2002-04-22 John W. Eaton <jwe@bevo.che.wisc.edu>
1dbe160ea0d1 [project @ 2002-04-23 03:40:25 by jwe]
jwe
parents: 3901
diff changeset
4300
1dbe160ea0d1 [project @ 2002-04-23 03:40:25 by jwe]
jwe
parents: 3901
diff changeset
4301 * parse.y (save_symtab): New non-terminal. Save current symbol
1dbe160ea0d1 [project @ 2002-04-23 03:40:25 by jwe]
jwe
parents: 3901
diff changeset
4302 table context here.
1dbe160ea0d1 [project @ 2002-04-23 03:40:25 by jwe]
jwe
parents: 3901
diff changeset
4303 (function_beg): Use it.
1dbe160ea0d1 [project @ 2002-04-23 03:40:25 by jwe]
jwe
parents: 3901
diff changeset
4304 (symtab_context): New file-scope variable.
1dbe160ea0d1 [project @ 2002-04-23 03:40:25 by jwe]
jwe
parents: 3901
diff changeset
4305 (recover_from_parsing_function): Restore symbol table context here.
1dbe160ea0d1 [project @ 2002-04-23 03:40:25 by jwe]
jwe
parents: 3901
diff changeset
4306
3901
bd0dc53a5093 [project @ 2002-04-17 16:01:22 by jwe]
jwe
parents: 3897
diff changeset
4307 2002-04-17 John W. Eaton <jwe@bevo.che.wisc.edu>
bd0dc53a5093 [project @ 2002-04-17 16:01:22 by jwe]
jwe
parents: 3897
diff changeset
4308
bd0dc53a5093 [project @ 2002-04-17 16:01:22 by jwe]
jwe
parents: 3897
diff changeset
4309 * load-save.cc (get_lines_and_columns): Handle CRLF as line
bd0dc53a5093 [project @ 2002-04-17 16:01:22 by jwe]
jwe
parents: 3897
diff changeset
4310 separator in addition to LF.
bd0dc53a5093 [project @ 2002-04-17 16:01:22 by jwe]
jwe
parents: 3897
diff changeset
4311
3897
efa508da7d5c [project @ 2002-04-11 21:24:49 by jwe]
jwe
parents: 3895
diff changeset
4312 2002-04-11 John W. Eaton <jwe@bevo.che.wisc.edu>
efa508da7d5c [project @ 2002-04-11 21:24:49 by jwe]
jwe
parents: 3895
diff changeset
4313
efa508da7d5c [project @ 2002-04-11 21:24:49 by jwe]
jwe
parents: 3895
diff changeset
4314 * load-save.cc (hdf5_ofstream::hdf5_ofstream):
efa508da7d5c [project @ 2002-04-11 21:24:49 by jwe]
jwe
parents: 3895
diff changeset
4315 Explicitly List std::ostream(0) in constructor.
efa508da7d5c [project @ 2002-04-11 21:24:49 by jwe]
jwe
parents: 3895
diff changeset
4316 (hdf5_ifstream::hdf5_ifstream):
efa508da7d5c [project @ 2002-04-11 21:24:49 by jwe]
jwe
parents: 3895
diff changeset
4317 Explicitly List std::istream(0) in constructor.
efa508da7d5c [project @ 2002-04-11 21:24:49 by jwe]
jwe
parents: 3895
diff changeset
4318 (hdf5_fstreambase::hdf5_fstreambase): Use std::ios::setstate, not set.
efa508da7d5c [project @ 2002-04-11 21:24:49 by jwe]
jwe
parents: 3895
diff changeset
4319 (hdf5_fstreambase::close): Likewise.
efa508da7d5c [project @ 2002-04-11 21:24:49 by jwe]
jwe
parents: 3895
diff changeset
4320 (hdf5_fstreambase::open): Likewise.
efa508da7d5c [project @ 2002-04-11 21:24:49 by jwe]
jwe
parents: 3895
diff changeset
4321
3895
d38c7538b954 [project @ 2002-04-10 19:18:39 by jwe]
jwe
parents: 3893
diff changeset
4322 2002-04-10 Ben Sapp <bsapp@lanl.gov>
d38c7538b954 [project @ 2002-04-10 19:18:39 by jwe]
jwe
parents: 3893
diff changeset
4323
d38c7538b954 [project @ 2002-04-10 19:18:39 by jwe]
jwe
parents: 3893
diff changeset
4324 * pt-stmt.cc (delete_breakpoint): List breakpoints if line < 0.
d38c7538b954 [project @ 2002-04-10 19:18:39 by jwe]
jwe
parents: 3893
diff changeset
4325 * debug.cc (get_user_function): Check symbol by name first.
d38c7538b954 [project @ 2002-04-10 19:18:39 by jwe]
jwe
parents: 3893
diff changeset
4326 (Fdbstop): Rename from Fdbg_set.
d38c7538b954 [project @ 2002-04-10 19:18:39 by jwe]
jwe
parents: 3893
diff changeset
4327 (Fdbclear): Rename from Fdbg_delete.
d38c7538b954 [project @ 2002-04-10 19:18:39 by jwe]
jwe
parents: 3893
diff changeset
4328 (Fdbstatus): Rename from Fdbg_list.
d38c7538b954 [project @ 2002-04-10 19:18:39 by jwe]
jwe
parents: 3893
diff changeset
4329 (Fdbg_where): Rename from Fdbwhere.
d38c7538b954 [project @ 2002-04-10 19:18:39 by jwe]
jwe
parents: 3893
diff changeset
4330 (do_dbtype, Fdbtype): New functions.
d38c7538b954 [project @ 2002-04-10 19:18:39 by jwe]
jwe
parents: 3893
diff changeset
4331
d38c7538b954 [project @ 2002-04-10 19:18:39 by jwe]
jwe
parents: 3893
diff changeset
4332 2002-04-10 Peter Van Wieren <peter.vanwiere@avlna.com>
d38c7538b954 [project @ 2002-04-10 19:18:39 by jwe]
jwe
parents: 3893
diff changeset
4333
d38c7538b954 [project @ 2002-04-10 19:18:39 by jwe]
jwe
parents: 3893
diff changeset
4334 * load-save.cc (save_mat5_binary_element): Save elements of 2d
d38c7538b954 [project @ 2002-04-10 19:18:39 by jwe]
jwe
parents: 3893
diff changeset
4335 character matrices in proper order.
d38c7538b954 [project @ 2002-04-10 19:18:39 by jwe]
jwe
parents: 3893
diff changeset
4336
3893
abd8659eea11 [project @ 2002-04-09 21:36:31 by jwe]
jwe
parents: 3892
diff changeset
4337 2002-04-09 Paul Kienzle <pkienzle@users.sf.net>
abd8659eea11 [project @ 2002-04-09 21:36:31 by jwe]
jwe
parents: 3892
diff changeset
4338
abd8659eea11 [project @ 2002-04-09 21:36:31 by jwe]
jwe
parents: 3892
diff changeset
4339 * utils.cc (do_string_escapes): Handle \0 too.
abd8659eea11 [project @ 2002-04-09 21:36:31 by jwe]
jwe
parents: 3892
diff changeset
4340 (undo_string_escape): Likewise.
abd8659eea11 [project @ 2002-04-09 21:36:31 by jwe]
jwe
parents: 3892
diff changeset
4341
3892
56db014d8980 [project @ 2002-04-05 04:08:56 by jwe]
jwe
parents: 3887
diff changeset
4342 2002-04-04 John W. Eaton <jwe@bevo.che.wisc.edu>
56db014d8980 [project @ 2002-04-05 04:08:56 by jwe]
jwe
parents: 3887
diff changeset
4343
56db014d8980 [project @ 2002-04-05 04:08:56 by jwe]
jwe
parents: 3887
diff changeset
4344 * toplev.cc (octave_config_info): Define struct member EXEEXT, not EXE.
56db014d8980 [project @ 2002-04-05 04:08:56 by jwe]
jwe
parents: 3887
diff changeset
4345 * Makefile.in (install-bin): Use $(EXEEXT), not $(EXE).
56db014d8980 [project @ 2002-04-05 04:08:56 by jwe]
jwe
parents: 3887
diff changeset
4346 * oct-conf.h.in (OCTAVE_CONF_EXEEXT): Define and substitute
56db014d8980 [project @ 2002-04-05 04:08:56 by jwe]
jwe
parents: 3887
diff changeset
4347 OCTAVE_CONF_EXEEXT, not OCTAVE_CONF_EXE.
56db014d8980 [project @ 2002-04-05 04:08:56 by jwe]
jwe
parents: 3887
diff changeset
4348
3887
7da18459c08b [project @ 2002-04-04 00:44:21 by jwe]
jwe
parents: 3884
diff changeset
4349 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu>
7da18459c08b [project @ 2002-04-04 00:44:21 by jwe]
jwe
parents: 3884
diff changeset
4350
7da18459c08b [project @ 2002-04-04 00:44:21 by jwe]
jwe
parents: 3884
diff changeset
4351 * DLD-FUNCTIONS/balance.cc: Use F77_FUNC instead of F77_FCN.
7da18459c08b [project @ 2002-04-04 00:44:21 by jwe]
jwe
parents: 3884
diff changeset
4352 * DLD-FUNCTIONS/qz.cc: Likewise.
7da18459c08b [project @ 2002-04-04 00:44:21 by jwe]
jwe
parents: 3884
diff changeset
4353 * DLD-FUNCTIONS/rand.cc: Likewise.
7da18459c08b [project @ 2002-04-04 00:44:21 by jwe]
jwe
parents: 3884
diff changeset
4354 * octave.cc: Likewise.
3910
79a90a0f0eff [project @ 2002-04-25 05:36:52 by jwe]
jwe
parents: 3903
diff changeset
4355 * toplev.cc (Foctave_config_info): Delete use of FORTRAN_MAIN_FLAG.
3887
7da18459c08b [project @ 2002-04-04 00:44:21 by jwe]
jwe
parents: 3884
diff changeset
4356 * oct-conf.h.in: Delete use of OCTAVE_CONF_FORTRAN_MAIN_FLAG.
7da18459c08b [project @ 2002-04-04 00:44:21 by jwe]
jwe
parents: 3884
diff changeset
4357 * syscalls.cc (mk_stat_map):
7da18459c08b [project @ 2002-04-04 00:44:21 by jwe]
jwe
parents: 3884
diff changeset
4358 Use HAVE_STRUCT_STAT_ST_RDEV instead of HAVE_ST_RDEV.
7da18459c08b [project @ 2002-04-04 00:44:21 by jwe]
jwe
parents: 3884
diff changeset
4359 Use HAVE_STRUCT_STAT_ST_BLKSIZE instead of HAVE_ST_BLKSIZE.
7da18459c08b [project @ 2002-04-04 00:44:21 by jwe]
jwe
parents: 3884
diff changeset
4360 Use HAVE_STRUCT_STAT_ST_BLOCKS instead of HAVE_ST_BLOCKS.
7da18459c08b [project @ 2002-04-04 00:44:21 by jwe]
jwe
parents: 3884
diff changeset
4361
3881
c34d631dee18 [project @ 2002-04-02 16:22:18 by jwe]
jwe
parents: 3880
diff changeset
4362 2002-04-02 John W. Eaton <jwe@bevo.che.wisc.edu>
c34d631dee18 [project @ 2002-04-02 16:22:18 by jwe]
jwe
parents: 3880
diff changeset
4363
3883
69b6bd271277 [project @ 2002-04-02 21:05:10 by jwe]
jwe
parents: 3881
diff changeset
4364 * lex.l, lex.h (parser_end_of_input): New global variable.
69b6bd271277 [project @ 2002-04-02 21:05:10 by jwe]
jwe
parents: 3881
diff changeset
4365 (reset_parser): Reset it here.
69b6bd271277 [project @ 2002-04-02 21:05:10 by jwe]
jwe
parents: 3881
diff changeset
4366 * parse.y (input): Set it to TRUE on EOF.
69b6bd271277 [project @ 2002-04-02 21:05:10 by jwe]
jwe
parents: 3881
diff changeset
4367 (parse_and_executed): Save and restore it, check it to correctly
69b6bd271277 [project @ 2002-04-02 21:05:10 by jwe]
jwe
parents: 3881
diff changeset
4368 break out of parse-execute loop.
69b6bd271277 [project @ 2002-04-02 21:05:10 by jwe]
jwe
parents: 3881
diff changeset
4369 (parse_fcn_file): Likewise.
69b6bd271277 [project @ 2002-04-02 21:05:10 by jwe]
jwe
parents: 3881
diff changeset
4370 (eval_string): Likewise.
3884
fcb4931ec48a [project @ 2002-04-02 22:23:45 by jwe]
jwe
parents: 3883
diff changeset
4371 * toplev.cc (main_loop): Likewise.
3883
69b6bd271277 [project @ 2002-04-02 21:05:10 by jwe]
jwe
parents: 3881
diff changeset
4372
3881
c34d631dee18 [project @ 2002-04-02 16:22:18 by jwe]
jwe
parents: 3880
diff changeset
4373 * parse.y (input): Call YYACCEPT for END_OF_INPUT.
3883
69b6bd271277 [project @ 2002-04-02 21:05:10 by jwe]
jwe
parents: 3881
diff changeset
4374 Return no-op command for bare newline.
3881
c34d631dee18 [project @ 2002-04-02 16:22:18 by jwe]
jwe
parents: 3880
diff changeset
4375 (parse_and_execute): Handle change in yyparse return value semantics.
3883
69b6bd271277 [project @ 2002-04-02 21:05:10 by jwe]
jwe
parents: 3881
diff changeset
4376
3881
c34d631dee18 [project @ 2002-04-02 16:22:18 by jwe]
jwe
parents: 3880
diff changeset
4377 * toplev.cc (main_loop): Likewise.
c34d631dee18 [project @ 2002-04-02 16:22:18 by jwe]
jwe
parents: 3880
diff changeset
4378
3880
c21ae2c5840f [project @ 2002-03-26 02:23:06 by jwe]
jwe
parents: 3877
diff changeset
4379 2002-03-25 John W. Eaton <jwe@bevo.che.wisc.edu>
c21ae2c5840f [project @ 2002-03-26 02:23:06 by jwe]
jwe
parents: 3877
diff changeset
4380
c21ae2c5840f [project @ 2002-03-26 02:23:06 by jwe]
jwe
parents: 3877
diff changeset
4381 * parse.y (parse_fcn_file): Call error if there is no input file.
c21ae2c5840f [project @ 2002-03-26 02:23:06 by jwe]
jwe
parents: 3877
diff changeset
4382 (parse_and_execute (FILE *): Protect get_input_from_eval_string.
c21ae2c5840f [project @ 2002-03-26 02:23:06 by jwe]
jwe
parents: 3877
diff changeset
4383 Set get_input_from_eval_string to false before calling yyparse.
c21ae2c5840f [project @ 2002-03-26 02:23:06 by jwe]
jwe
parents: 3877
diff changeset
4384 * lex.l (reset_parser): Also skip yyrestart (stdin) if
c21ae2c5840f [project @ 2002-03-26 02:23:06 by jwe]
jwe
parents: 3877
diff changeset
4385 reading_script_file is true.
c21ae2c5840f [project @ 2002-03-26 02:23:06 by jwe]
jwe
parents: 3877
diff changeset
4386
3877
55648fc616c8 [project @ 2002-03-07 23:00:09 by jwe]
jwe
parents: 3876
diff changeset
4387 2002-03-07 John W. Eaton <jwe@bevo.che.wisc.edu>
55648fc616c8 [project @ 2002-03-07 23:00:09 by jwe]
jwe
parents: 3876
diff changeset
4388
55648fc616c8 [project @ 2002-03-07 23:00:09 by jwe]
jwe
parents: 3876
diff changeset
4389 * pt-loop.cc (evaluating_looping_command): New global.
55648fc616c8 [project @ 2002-03-07 23:00:09 by jwe]
jwe
parents: 3876
diff changeset
4390 (tree_while_command::eval): Protect evaluating_looping_command.
55648fc616c8 [project @ 2002-03-07 23:00:09 by jwe]
jwe
parents: 3876
diff changeset
4391 Set it to true while evaluating loop.
55648fc616c8 [project @ 2002-03-07 23:00:09 by jwe]
jwe
parents: 3876
diff changeset
4392 (tree_do_until_command::eval): Ditto.
55648fc616c8 [project @ 2002-03-07 23:00:09 by jwe]
jwe
parents: 3876
diff changeset
4393 (tree_simple_for_command::eval): Ditto.
55648fc616c8 [project @ 2002-03-07 23:00:09 by jwe]
jwe
parents: 3876
diff changeset
4394 (tree_complex_for_command::eval): Ditto.
55648fc616c8 [project @ 2002-03-07 23:00:09 by jwe]
jwe
parents: 3876
diff changeset
4395 * pt-loop.h (evaluating_looping_command): Provide decl.
55648fc616c8 [project @ 2002-03-07 23:00:09 by jwe]
jwe
parents: 3876
diff changeset
4396 * parse.y (parse_fcn_file): Protect get_input_from_eval_string.
55648fc616c8 [project @ 2002-03-07 23:00:09 by jwe]
jwe
parents: 3876
diff changeset
4397 Set get_input_from_eval_string to false before calling yyparse.
55648fc616c8 [project @ 2002-03-07 23:00:09 by jwe]
jwe
parents: 3876
diff changeset
4398 (make_break_command): Also check evaluating_looping_command.
55648fc616c8 [project @ 2002-03-07 23:00:09 by jwe]
jwe
parents: 3876
diff changeset
4399 (make_continue_command): Also check evaluating_looping_command.
55648fc616c8 [project @ 2002-03-07 23:00:09 by jwe]
jwe
parents: 3876
diff changeset
4400 (eval_string (const std::string&, bool, int&, int)): Loop over
55648fc616c8 [project @ 2002-03-07 23:00:09 by jwe]
jwe
parents: 3876
diff changeset
4401 yyparse to handle multi-line strings.
55648fc616c8 [project @ 2002-03-07 23:00:09 by jwe]
jwe
parents: 3876
diff changeset
4402 Move call to unwind_protect::run_frame to end of function.
55648fc616c8 [project @ 2002-03-07 23:00:09 by jwe]
jwe
parents: 3876
diff changeset
4403 Don't reset parser before calling yyparse.
55648fc616c8 [project @ 2002-03-07 23:00:09 by jwe]
jwe
parents: 3876
diff changeset
4404 Correctly handle return, break, and continue.
55648fc616c8 [project @ 2002-03-07 23:00:09 by jwe]
jwe
parents: 3876
diff changeset
4405
55648fc616c8 [project @ 2002-03-07 23:00:09 by jwe]
jwe
parents: 3876
diff changeset
4406 * input.cc (input_from_eval_string_pending): New global variable.
55648fc616c8 [project @ 2002-03-07 23:00:09 by jwe]
jwe
parents: 3876
diff changeset
4407 (get_usr_input): Use it.
55648fc616c8 [project @ 2002-03-07 23:00:09 by jwe]
jwe
parents: 3876
diff changeset
4408 * input.h (input_from_eval_string_pending): Provide decl.
55648fc616c8 [project @ 2002-03-07 23:00:09 by jwe]
jwe
parents: 3876
diff changeset
4409
3876
a134e5cfdc01 [project @ 2002-03-07 18:57:46 by jwe]
jwe
parents: 3871
diff changeset
4410 2002-03-06 John W. Eaton <jwe@bevo.che.wisc.edu>
a134e5cfdc01 [project @ 2002-03-07 18:57:46 by jwe]
jwe
parents: 3871
diff changeset
4411
a134e5cfdc01 [project @ 2002-03-07 18:57:46 by jwe]
jwe
parents: 3871
diff changeset
4412 * ov-usr-fcn.cc (octave_user_function::do_multi_index_op):
a134e5cfdc01 [project @ 2002-03-07 18:57:46 by jwe]
jwe
parents: 3871
diff changeset
4413 Don't unwind_protect num_named_args (it doesn't change on
a134e5cfdc01 [project @ 2002-03-07 18:57:46 by jwe]
jwe
parents: 3871
diff changeset
4414 recursive calls).
a134e5cfdc01 [project @ 2002-03-07 18:57:46 by jwe]
jwe
parents: 3871
diff changeset
4415 Do re-initialize curr_va_arg_number to num_named_args after
a134e5cfdc01 [project @ 2002-03-07 18:57:46 by jwe]
jwe
parents: 3871
diff changeset
4416 unwind_protecting.
a134e5cfdc01 [project @ 2002-03-07 18:57:46 by jwe]
jwe
parents: 3871
diff changeset
4417
a134e5cfdc01 [project @ 2002-03-07 18:57:46 by jwe]
jwe
parents: 3871
diff changeset
4418 * ov-usr-fcn.h (octave_user_function::clear_args_passed): Delete.
a134e5cfdc01 [project @ 2002-03-07 18:57:46 by jwe]
jwe
parents: 3871
diff changeset
4419 (octave_user_function::saved_args): New data member.
a134e5cfdc01 [project @ 2002-03-07 18:57:46 by jwe]
jwe
parents: 3871
diff changeset
4420 (octave_user_function::save_args_passed): New function.
a134e5cfdc01 [project @ 2002-03-07 18:57:46 by jwe]
jwe
parents: 3871
diff changeset
4421 (octave_user_function::restore_args_passed): Ditto.
a134e5cfdc01 [project @ 2002-03-07 18:57:46 by jwe]
jwe
parents: 3871
diff changeset
4422 * ov-usr-fcn.cc (clear_args_passed): Delete.
a134e5cfdc01 [project @ 2002-03-07 18:57:46 by jwe]
jwe
parents: 3871
diff changeset
4423 (restore_args_passed): New function.
a134e5cfdc01 [project @ 2002-03-07 18:57:46 by jwe]
jwe
parents: 3871
diff changeset
4424 (octave_user_function::do_multi_index_op): Correctly save and
a134e5cfdc01 [project @ 2002-03-07 18:57:46 by jwe]
jwe
parents: 3871
diff changeset
4425 restore args passed for recursive calls.
a134e5cfdc01 [project @ 2002-03-07 18:57:46 by jwe]
jwe
parents: 3871
diff changeset
4426
a134e5cfdc01 [project @ 2002-03-07 18:57:46 by jwe]
jwe
parents: 3871
diff changeset
4427 * TEMPLATE-INST/SLStack-ovl.cc: New file.
a134e5cfdc01 [project @ 2002-03-07 18:57:46 by jwe]
jwe
parents: 3871
diff changeset
4428 * Makefile.in: Add it to the list.
a134e5cfdc01 [project @ 2002-03-07 18:57:46 by jwe]
jwe
parents: 3871
diff changeset
4429
3870
a9baa340ea51 [project @ 2002-02-22 15:42:44 by jwe]
jwe
parents: 3867
diff changeset
4430 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu>
a9baa340ea51 [project @ 2002-02-22 15:42:44 by jwe]
jwe
parents: 3867
diff changeset
4431
3871
b747adc02286 [project @ 2002-02-23 02:48:52 by jwe]
jwe
parents: 3870
diff changeset
4432 * ov-usr-fcn.cc (octave_user_function::do_multi_index_op):
b747adc02286 [project @ 2002-02-23 02:48:52 by jwe]
jwe
parents: 3870
diff changeset
4433 Handle define_all_return_values after function is evaluated.
b747adc02286 [project @ 2002-02-23 02:48:52 by jwe]
jwe
parents: 3870
diff changeset
4434 From Paul Kienzle <pkienzle@jazz.ncnr.nist.gov>.
b747adc02286 [project @ 2002-02-23 02:48:52 by jwe]
jwe
parents: 3870
diff changeset
4435
b747adc02286 [project @ 2002-02-23 02:48:52 by jwe]
jwe
parents: 3870
diff changeset
4436 * ov-scalar.cc (convert_to_str): Use octave_value (std::string)
b747adc02286 [project @ 2002-02-23 02:48:52 by jwe]
jwe
parents: 3870
diff changeset
4437 constructor instead of octave_value (char *) constructor so that
b747adc02286 [project @ 2002-02-23 02:48:52 by jwe]
jwe
parents: 3870
diff changeset
4438 setstr (0) will work.
b747adc02286 [project @ 2002-02-23 02:48:52 by jwe]
jwe
parents: 3870
diff changeset
4439
3870
a9baa340ea51 [project @ 2002-02-22 15:42:44 by jwe]
jwe
parents: 3867
diff changeset
4440 * pager.cc (octave_pager_buf::sync): Set pointer to beginning
a9baa340ea51 [project @ 2002-02-22 15:42:44 by jwe]
jwe
parents: 3867
diff changeset
4441 of buffer after calling flush_currnt_contents_to_diary.
a9baa340ea51 [project @ 2002-02-22 15:42:44 by jwe]
jwe
parents: 3867
diff changeset
4442 (octave_diary_buf::sync): Call eback only once.
a9baa340ea51 [project @ 2002-02-22 15:42:44 by jwe]
jwe
parents: 3867
diff changeset
4443
3867
81552337b120 [project @ 2002-01-03 18:31:08 by jwe]
jwe
parents: 3866
diff changeset
4444 2002-01-03 John W. Eaton <jwe@bevo.che.wisc.edu>
81552337b120 [project @ 2002-01-03 18:31:08 by jwe]
jwe
parents: 3866
diff changeset
4445
81552337b120 [project @ 2002-01-03 18:31:08 by jwe]
jwe
parents: 3866
diff changeset
4446 * lex.l (.): Remove test for EOF since it is already handled
81552337b120 [project @ 2002-01-03 18:31:08 by jwe]
jwe
parents: 3866
diff changeset
4447 separately.
81552337b120 [project @ 2002-01-03 18:31:08 by jwe]
jwe
parents: 3866
diff changeset
4448
3866
67c500559ac1 [project @ 2001-12-05 18:48:42 by jwe]
jwe
parents: 3864
diff changeset
4449 2001-12-05 John W. Eaton <jwe@bevo.che.wisc.edu>
67c500559ac1 [project @ 2001-12-05 18:48:42 by jwe]
jwe
parents: 3864
diff changeset
4450
67c500559ac1 [project @ 2001-12-05 18:48:42 by jwe]
jwe
parents: 3864
diff changeset
4451 * load-save.cc (save_mat5_binary_element):
67c500559ac1 [project @ 2001-12-05 18:48:42 by jwe]
jwe
parents: 3864
diff changeset
4452 Extract dimensions directly from tc.
67c500559ac1 [project @ 2001-12-05 18:48:42 by jwe]
jwe
parents: 3864
diff changeset
4453 Handle ranges the same as real matrices.
67c500559ac1 [project @ 2001-12-05 18:48:42 by jwe]
jwe
parents: 3864
diff changeset
4454
3864
e78705239df5 [project @ 2001-11-16 12:56:20 by jwe]
jwe
parents: 3859
diff changeset
4455 2001-11-16 John W. Eaton <jwe@bevo.che.wisc.edu>
e78705239df5 [project @ 2001-11-16 12:56:20 by jwe]
jwe
parents: 3859
diff changeset
4456
e78705239df5 [project @ 2001-11-16 12:56:20 by jwe]
jwe
parents: 3859
diff changeset
4457 * data.cc (DATA_REDUCTION): If no DIM arg, pass -1 to FCN.
e78705239df5 [project @ 2001-11-16 12:56:20 by jwe]
jwe
parents: 3859
diff changeset
4458
3859
890a7e4c1362 [project @ 2001-11-09 17:05:08 by jwe]
jwe
parents: 3857
diff changeset
4459 2001-11-09 John W. Eaton <jwe@bevo.che.wisc.edu>
890a7e4c1362 [project @ 2001-11-09 17:05:08 by jwe]
jwe
parents: 3857
diff changeset
4460
890a7e4c1362 [project @ 2001-11-09 17:05:08 by jwe]
jwe
parents: 3857
diff changeset
4461 * oct-conf.h.in (FFTW_LIBS, LD_CXX, LIBOCT_PATHSEARCH,
890a7e4c1362 [project @ 2001-11-09 17:05:08 by jwe]
jwe
parents: 3857
diff changeset
4462 LIBOCT_READLINE, MKOCTFILE_LFLAGS): Substitute.
890a7e4c1362 [project @ 2001-11-09 17:05:08 by jwe]
jwe
parents: 3857
diff changeset
4463 * toplev.cc (octave_config_info): Add them to the map.
890a7e4c1362 [project @ 2001-11-09 17:05:08 by jwe]
jwe
parents: 3857
diff changeset
4464
890a7e4c1362 [project @ 2001-11-09 17:05:08 by jwe]
jwe
parents: 3857
diff changeset
4465 2001-11-08 John W. Eaton <jwe@bevo.che.wisc.edu>
890a7e4c1362 [project @ 2001-11-09 17:05:08 by jwe]
jwe
parents: 3857
diff changeset
4466
890a7e4c1362 [project @ 2001-11-09 17:05:08 by jwe]
jwe
parents: 3857
diff changeset
4467 * DLD-FUNCTIONS/lsode.cc (Flsode): Don't bother to give OUTPUT
890a7e4c1362 [project @ 2001-11-09 17:05:08 by jwe]
jwe
parents: 3857
diff changeset
4468 matrix a size before calling integration function.
890a7e4c1362 [project @ 2001-11-09 17:05:08 by jwe]
jwe
parents: 3857
diff changeset
4469
3857
f7c7ecb63a7e [project @ 2001-11-07 05:36:34 by jwe]
jwe
parents: 3849
diff changeset
4470 2001-11-06 John W. Eaton <jwe@bevo.che.wisc.edu>
f7c7ecb63a7e [project @ 2001-11-07 05:36:34 by jwe]
jwe
parents: 3849
diff changeset
4471
f7c7ecb63a7e [project @ 2001-11-07 05:36:34 by jwe]
jwe
parents: 3849
diff changeset
4472 Makefile.in (OCTAVE_LIBS): Add $(LIBOCT_READLINE) and
f7c7ecb63a7e [project @ 2001-11-07 05:36:34 by jwe]
jwe
parents: 3849
diff changeset
4473 $(LIBOCT_PATHSEARCH) to the list.
f7c7ecb63a7e [project @ 2001-11-07 05:36:34 by jwe]
jwe
parents: 3849
diff changeset
4474
3849
5266e351a19c [project @ 2001-11-02 04:50:09 by jwe]
jwe
parents: 3844
diff changeset
4475 2001-10-08 John W. Eaton <jwe@bevo.che.wisc.edu>
5266e351a19c [project @ 2001-11-02 04:50:09 by jwe]
jwe
parents: 3844
diff changeset
4476
5266e351a19c [project @ 2001-11-02 04:50:09 by jwe]
jwe
parents: 3844
diff changeset
4477 * DLD-FUNCTIONS/dassl.cc (dassl_user_function): Allow user
5266e351a19c [project @ 2001-11-02 04:50:09 by jwe]
jwe
parents: 3844
diff changeset
4478 supplied RES function to return IDID as second value.
5266e351a19c [project @ 2001-11-02 04:50:09 by jwe]
jwe
parents: 3844
diff changeset
4479
3844
87f85453b6b7 [project @ 2001-07-23 20:07:45 by jwe]
jwe
parents: 3842
diff changeset
4480 2001-07-23 John W. Eaton <jwe@bevo.che.wisc.edu>
87f85453b6b7 [project @ 2001-07-23 20:07:45 by jwe]
jwe
parents: 3842
diff changeset
4481
87f85453b6b7 [project @ 2001-07-23 20:07:45 by jwe]
jwe
parents: 3842
diff changeset
4482 * parse.y: Clear help_buf after documenting function.
87f85453b6b7 [project @ 2001-07-23 20:07:45 by jwe]
jwe
parents: 3842
diff changeset
4483
3842
07b99a1889cb [project @ 2001-06-29 18:58:21 by jwe]
jwe
parents: 3841
diff changeset
4484 2001-06-29 Mumit Khan <khan@nanotech.wisc.edu>
07b99a1889cb [project @ 2001-06-29 18:58:21 by jwe]
jwe
parents: 3841
diff changeset
4485
07b99a1889cb [project @ 2001-06-29 18:58:21 by jwe]
jwe
parents: 3841
diff changeset
4486 * defun-int.h (DEFINE_FUN_INSTALLER_FUN{2,3}): New macros.
07b99a1889cb [project @ 2001-06-29 18:58:21 by jwe]
jwe
parents: 3841
diff changeset
4487 (DEFINE_FUN_INSTALLER_FUN): Use.
07b99a1889cb [project @ 2001-06-29 18:58:21 by jwe]
jwe
parents: 3841
diff changeset
4488 * dynamic-ld.cc ({STRINGIFY, STRINGIFY1}): New macros.
07b99a1889cb [project @ 2001-06-29 18:58:21 by jwe]
jwe
parents: 3841
diff changeset
4489 (octave_dynamic_loader::mangle_name): Support dynamic linking
07b99a1889cb [project @ 2001-06-29 18:58:21 by jwe]
jwe
parents: 3841
diff changeset
4490 for GNU v3 and Sun C++ ABI.
07b99a1889cb [project @ 2001-06-29 18:58:21 by jwe]
jwe
parents: 3841
diff changeset
4491
3841
bbe74a066592 [project @ 2001-06-27 02:29:03 by jwe]
jwe
parents: 3836
diff changeset
4492 2001-06-26 Mumit Khan <khan@nanotech.wisc.edu>
bbe74a066592 [project @ 2001-06-27 02:29:03 by jwe]
jwe
parents: 3836
diff changeset
4493
bbe74a066592 [project @ 2001-06-27 02:29:03 by jwe]
jwe
parents: 3836
diff changeset
4494 * c-file-ptr-stream.h (c_file_ptr_buf::c_file_ptr_buf): Add GCC3
bbe74a066592 [project @ 2001-06-27 02:29:03 by jwe]
jwe
parents: 3836
diff changeset
4495 libstdc++-v3 support.
bbe74a066592 [project @ 2001-06-27 02:29:03 by jwe]
jwe
parents: 3836
diff changeset
4496 * load-save.cc (save_mat5_binary_element): Cast arguments to the
bbe74a066592 [project @ 2001-06-27 02:29:03 by jwe]
jwe
parents: 3836
diff changeset
4497 correct type.
bbe74a066592 [project @ 2001-06-27 02:29:03 by jwe]
jwe
parents: 3836
diff changeset
4498 (save_ascii_data): Eliminate compiler warning.
bbe74a066592 [project @ 2001-06-27 02:29:03 by jwe]
jwe
parents: 3836
diff changeset
4499 * toplev.cc (system): Prefix std::.
bbe74a066592 [project @ 2001-06-27 02:29:03 by jwe]
jwe
parents: 3836
diff changeset
4500
3836
b8c1cb5b9fd9 [project @ 2001-05-31 19:30:49 by jwe]
jwe
parents: 3834
diff changeset
4501 2001-05-31 John W. Eaton <jwe@bevo.che.wisc.edu>
b8c1cb5b9fd9 [project @ 2001-05-31 19:30:49 by jwe]
jwe
parents: 3834
diff changeset
4502
b8c1cb5b9fd9 [project @ 2001-05-31 19:30:49 by jwe]
jwe
parents: 3834
diff changeset
4503 * ov-cx-mat.cc: Deleve unnecessary instantiation of assign function.
b8c1cb5b9fd9 [project @ 2001-05-31 19:30:49 by jwe]
jwe
parents: 3834
diff changeset
4504 * ov-re-mat.cc: Likewise.
b8c1cb5b9fd9 [project @ 2001-05-31 19:30:49 by jwe]
jwe
parents: 3834
diff changeset
4505 * ov-re-nd-array.cc: Likewise.
b8c1cb5b9fd9 [project @ 2001-05-31 19:30:49 by jwe]
jwe
parents: 3834
diff changeset
4506 * ov-str-mat.cc: Likewise.
b8c1cb5b9fd9 [project @ 2001-05-31 19:30:49 by jwe]
jwe
parents: 3834
diff changeset
4507 * ov-bool-mat.cc: Likewise.
b8c1cb5b9fd9 [project @ 2001-05-31 19:30:49 by jwe]
jwe
parents: 3834
diff changeset
4508
b8c1cb5b9fd9 [project @ 2001-05-31 19:30:49 by jwe]
jwe
parents: 3834
diff changeset
4509 * load-save.cc (save_ascii_data): When saving string data, get raw
b8c1cb5b9fd9 [project @ 2001-05-31 19:30:49 by jwe]
jwe
parents: 3834
diff changeset
4510 string value for matrix row since there may be embedded nuls.
b8c1cb5b9fd9 [project @ 2001-05-31 19:30:49 by jwe]
jwe
parents: 3834
diff changeset
4511
b8c1cb5b9fd9 [project @ 2001-05-31 19:30:49 by jwe]
jwe
parents: 3834
diff changeset
4512 * pt-mat.cc (Vstring_fill_char): No longer static.
b8c1cb5b9fd9 [project @ 2001-05-31 19:30:49 by jwe]
jwe
parents: 3834
diff changeset
4513 * pt-mat.h: Provide declaration.
b8c1cb5b9fd9 [project @ 2001-05-31 19:30:49 by jwe]
jwe
parents: 3834
diff changeset
4514
3834
414e694c9e6a [project @ 2001-05-17 13:45:41 by jwe]
jwe
parents: 3827
diff changeset
4515 2001-05-17 John W. Eaton <jwe@bevo.che.wisc.edu>
414e694c9e6a [project @ 2001-05-17 13:45:41 by jwe]
jwe
parents: 3827
diff changeset
4516
414e694c9e6a [project @ 2001-05-17 13:45:41 by jwe]
jwe
parents: 3827
diff changeset
4517 * octave.cc (initialize_pathsearch): Save initial value of the
414e694c9e6a [project @ 2001-05-17 13:45:41 by jwe]
jwe
parents: 3827
diff changeset
4518 TEXMFDBS environment variable here.
414e694c9e6a [project @ 2001-05-17 13:45:41 by jwe]
jwe
parents: 3827
diff changeset
4519 * toplev.cc (restore_texmfdbs_envvar): New function.
414e694c9e6a [project @ 2001-05-17 13:45:41 by jwe]
jwe
parents: 3827
diff changeset
4520 (Fsystem): Set TEXMFDBS back to original value before running
414e694c9e6a [project @ 2001-05-17 13:45:41 by jwe]
jwe
parents: 3827
diff changeset
4521 subprocesses.
414e694c9e6a [project @ 2001-05-17 13:45:41 by jwe]
jwe
parents: 3827
diff changeset
4522
3827
ba548facf43b [project @ 2001-05-02 06:15:06 by jwe]
jwe
parents: 3826
diff changeset
4523 2001-05-02 Mumit Khan <khan@nanotech.wisc.edu>
ba548facf43b [project @ 2001-05-02 06:15:06 by jwe]
jwe
parents: 3826
diff changeset
4524
ba548facf43b [project @ 2001-05-02 06:15:06 by jwe]
jwe
parents: 3826
diff changeset
4525 * Makefile.in (octave): Add $(FFTW_LIBS).
ba548facf43b [project @ 2001-05-02 06:15:06 by jwe]
jwe
parents: 3826
diff changeset
4526
3826
2184d16975a2 [project @ 2001-05-02 05:01:31 by jwe]
jwe
parents: 3822
diff changeset
4527 2001-04-27 John W. Eaton <jwe@bevo.che.wisc.edu>
2184d16975a2 [project @ 2001-05-02 05:01:31 by jwe]
jwe
parents: 3822
diff changeset
4528
2184d16975a2 [project @ 2001-05-02 05:01:31 by jwe]
jwe
parents: 3822
diff changeset
4529 * DLD-FUNCTIONS/sort.cc (mx_sort): Check for NaNs in comparisons.
2184d16975a2 [project @ 2001-05-02 05:01:31 by jwe]
jwe
parents: 3822
diff changeset
4530
3822
1a809dae77db [project @ 2001-04-26 16:07:17 by jwe]
jwe
parents: 3821
diff changeset
4531 2001-04-26 John W. Eaton <jwe@bevo.che.wisc.edu>
1a809dae77db [project @ 2001-04-26 16:07:17 by jwe]
jwe
parents: 3821
diff changeset
4532
1a809dae77db [project @ 2001-04-26 16:07:17 by jwe]
jwe
parents: 3821
diff changeset
4533 * Makefile.in (OCTAVE_LIBS): Delete $(LIBREADLINE) from the list.
1a809dae77db [project @ 2001-04-26 16:07:17 by jwe]
jwe
parents: 3821
diff changeset
4534 (octave): Delete TERMLIBS from link command.
1a809dae77db [project @ 2001-04-26 16:07:17 by jwe]
jwe
parents: 3821
diff changeset
4535 * oct-conf.h.in: Delete references to LIBREADLINE, TERMLIBS.
1a809dae77db [project @ 2001-04-26 16:07:17 by jwe]
jwe
parents: 3821
diff changeset
4536 * toplev.cc (octave_config_info): Delete entries for LIBREADLINE,
1a809dae77db [project @ 2001-04-26 16:07:17 by jwe]
jwe
parents: 3821
diff changeset
4537 TERMLIBS.
1a809dae77db [project @ 2001-04-26 16:07:17 by jwe]
jwe
parents: 3821
diff changeset
4538
3821
b370019103de [project @ 2001-04-25 19:01:33 by jwe]
jwe
parents: 3815
diff changeset
4539 2001-04-25 John W. Eaton <jwe@bevo.che.wisc.edu>
b370019103de [project @ 2001-04-25 19:01:33 by jwe]
jwe
parents: 3815
diff changeset
4540
b370019103de [project @ 2001-04-25 19:01:33 by jwe]
jwe
parents: 3815
diff changeset
4541 * Makefile.in (install-lib): Don't use mk-libdir-link.
b370019103de [project @ 2001-04-25 19:01:33 by jwe]
jwe
parents: 3815
diff changeset
4542 (install-inc): Don't use mk-includedir-link.
b370019103de [project @ 2001-04-25 19:01:33 by jwe]
jwe
parents: 3815
diff changeset
4543
3815
c554ad71bafc [project @ 2001-04-19 19:50:52 by jwe]
jwe
parents: 3813
diff changeset
4544 2001-04-19 John W. Eaton <jwe@bevo.che.wisc.edu>
c554ad71bafc [project @ 2001-04-19 19:50:52 by jwe]
jwe
parents: 3813
diff changeset
4545
c554ad71bafc [project @ 2001-04-19 19:50:52 by jwe]
jwe
parents: 3813
diff changeset
4546 * parse.y (fold (tree_binary_expression *)):
c554ad71bafc [project @ 2001-04-19 19:50:52 by jwe]
jwe
parents: 3813
diff changeset
4547 Set discard_error_messages here instead of buffer_error_messages.
c554ad71bafc [project @ 2001-04-19 19:50:52 by jwe]
jwe
parents: 3813
diff changeset
4548 Don't add clear_global_error_variable to the unwind_protect stack.
c554ad71bafc [project @ 2001-04-19 19:50:52 by jwe]
jwe
parents: 3813
diff changeset
4549 (fold (tree_unary_expression *)): Likewise.
c554ad71bafc [project @ 2001-04-19 19:50:52 by jwe]
jwe
parents: 3813
diff changeset
4550 (finish_colon_expression): Likewise.
c554ad71bafc [project @ 2001-04-19 19:50:52 by jwe]
jwe
parents: 3813
diff changeset
4551 (finish_matrix): Likewise.
c554ad71bafc [project @ 2001-04-19 19:50:52 by jwe]
jwe
parents: 3813
diff changeset
4552
c554ad71bafc [project @ 2001-04-19 19:50:52 by jwe]
jwe
parents: 3813
diff changeset
4553 * error.cc (panic): Set discard_error_messages to false here.
c554ad71bafc [project @ 2001-04-19 19:50:52 by jwe]
jwe
parents: 3813
diff changeset
4554 (verror): Return immediately if discard_error_messages is true.
c554ad71bafc [project @ 2001-04-19 19:50:52 by jwe]
jwe
parents: 3813
diff changeset
4555
c554ad71bafc [project @ 2001-04-19 19:50:52 by jwe]
jwe
parents: 3813
diff changeset
4556 * error.cc (discard_error_messages): New global variable.
c554ad71bafc [project @ 2001-04-19 19:50:52 by jwe]
jwe
parents: 3813
diff changeset
4557 * error.h: Provide declaration.
c554ad71bafc [project @ 2001-04-19 19:50:52 by jwe]
jwe
parents: 3813
diff changeset
4558
3813
8986086e3e0f [project @ 2001-04-19 02:21:40 by jwe]
jwe
parents: 3812
diff changeset
4559 2001-04-18 John W. Eaton <jwe@bevo.che.wisc.edu>
8986086e3e0f [project @ 2001-04-19 02:21:40 by jwe]
jwe
parents: 3812
diff changeset
4560
8986086e3e0f [project @ 2001-04-19 02:21:40 by jwe]
jwe
parents: 3812
diff changeset
4561 * lex.l: If unexpected character is EOF, report EOF error instead
8986086e3e0f [project @ 2001-04-19 02:21:40 by jwe]
jwe
parents: 3812
diff changeset
4562 of invalid character error.
8986086e3e0f [project @ 2001-04-19 02:21:40 by jwe]
jwe
parents: 3812
diff changeset
4563
3812
23994b10c8b7 [project @ 2001-04-18 18:43:51 by jwe]
jwe
parents: 3811
diff changeset
4564 2001-04-18 Mumit Khan <khan@nanotech.wisc.edu>
23994b10c8b7 [project @ 2001-04-18 18:43:51 by jwe]
jwe
parents: 3811
diff changeset
4565
23994b10c8b7 [project @ 2001-04-18 18:43:51 by jwe]
jwe
parents: 3811
diff changeset
4566 * load-save.cc (read_mat5_binary_element): Cast arguments to the
23994b10c8b7 [project @ 2001-04-18 18:43:51 by jwe]
jwe
parents: 3811
diff changeset
4567 correct type when adding stream positions.
23994b10c8b7 [project @ 2001-04-18 18:43:51 by jwe]
jwe
parents: 3811
diff changeset
4568 * DLD-FUNCTIONS/det.cc (det): Explicity create a Complex value to
23994b10c8b7 [project @ 2001-04-18 18:43:51 by jwe]
jwe
parents: 3811
diff changeset
4569 work around a Sun C++ type conversion bug.
23994b10c8b7 [project @ 2001-04-18 18:43:51 by jwe]
jwe
parents: 3811
diff changeset
4570
3811
855bf76e1fe1 [project @ 2001-04-18 03:44:30 by jwe]
jwe
parents: 3810
diff changeset
4571 2001-04-17 John W. Eaton <jwe@bevo.che.wisc.edu>
855bf76e1fe1 [project @ 2001-04-18 03:44:30 by jwe]
jwe
parents: 3810
diff changeset
4572
855bf76e1fe1 [project @ 2001-04-18 03:44:30 by jwe]
jwe
parents: 3810
diff changeset
4573 * symtab.cc (define_builtin_const): Don't call replace_all_defs
855bf76e1fe1 [project @ 2001-04-18 03:44:30 by jwe]
jwe
parents: 3810
diff changeset
4574 here.
855bf76e1fe1 [project @ 2001-04-18 03:44:30 by jwe]
jwe
parents: 3810
diff changeset
4575
855bf76e1fe1 [project @ 2001-04-18 03:44:30 by jwe]
jwe
parents: 3810
diff changeset
4576 * error.cc (error_message_buffer): Now static.
855bf76e1fe1 [project @ 2001-04-18 03:44:30 by jwe]
jwe
parents: 3810
diff changeset
4577 * error.h (error_message_buffer): Delete extern declaration.
855bf76e1fe1 [project @ 2001-04-18 03:44:30 by jwe]
jwe
parents: 3810
diff changeset
4578
3810
f19f00339363 [project @ 2001-03-29 21:03:01 by jwe]
jwe
parents: 3808
diff changeset
4579 2001-03-29 John W. Eaton <jwe@bevo.che.wisc.edu>
f19f00339363 [project @ 2001-03-29 21:03:01 by jwe]
jwe
parents: 3808
diff changeset
4580
f19f00339363 [project @ 2001-03-29 21:03:01 by jwe]
jwe
parents: 3808
diff changeset
4581 * DLD-FUNCTIONS/besselj.cc (besselh): Use K arg.
f19f00339363 [project @ 2001-03-29 21:03:01 by jwe]
jwe
parents: 3808
diff changeset
4582 From: Thomas Stuart <tstuart@ing.sun.ac.za>.
f19f00339363 [project @ 2001-03-29 21:03:01 by jwe]
jwe
parents: 3808
diff changeset
4583
f19f00339363 [project @ 2001-03-29 21:03:01 by jwe]
jwe
parents: 3808
diff changeset
4584 * oct-stream.cc (get_size): Don't allow [Inf, N] as a size
f19f00339363 [project @ 2001-03-29 21:03:01 by jwe]
jwe
parents: 3808
diff changeset
4585 specification for the read and scanf functions.
f19f00339363 [project @ 2001-03-29 21:03:01 by jwe]
jwe
parents: 3808
diff changeset
4586 (get_size): SIZE is now an Array<double> instead of a Matrix object.
f19f00339363 [project @ 2001-03-29 21:03:01 by jwe]
jwe
parents: 3808
diff changeset
4587 (read): Likewise. Change all callers.
f19f00339363 [project @ 2001-03-29 21:03:01 by jwe]
jwe
parents: 3808
diff changeset
4588 (scanf): Likewise. Change all callers.
f19f00339363 [project @ 2001-03-29 21:03:01 by jwe]
jwe
parents: 3808
diff changeset
4589
3808
885b296ef83a [project @ 2001-03-27 19:12:58 by jwe]
jwe
parents: 3805
diff changeset
4590 2001-03-26 John W. Eaton <jwe@bevo.che.wisc.edu>
885b296ef83a [project @ 2001-03-27 19:12:58 by jwe]
jwe
parents: 3805
diff changeset
4591
885b296ef83a [project @ 2001-03-27 19:12:58 by jwe]
jwe
parents: 3805
diff changeset
4592 * DLD-FUNCTIONS/det.cc (Fdet): Only return rcond if nargout > 1.
885b296ef83a [project @ 2001-03-27 19:12:58 by jwe]
jwe
parents: 3805
diff changeset
4593 * DLD-FUNCTIONS/inv.cc (Finv): Only return rcond if nargout > 1.
885b296ef83a [project @ 2001-03-27 19:12:58 by jwe]
jwe
parents: 3805
diff changeset
4594
885b296ef83a [project @ 2001-03-27 19:12:58 by jwe]
jwe
parents: 3805
diff changeset
4595 2001-03-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk>
885b296ef83a [project @ 2001-03-27 19:12:58 by jwe]
jwe
parents: 3805
diff changeset
4596
885b296ef83a [project @ 2001-03-27 19:12:58 by jwe]
jwe
parents: 3805
diff changeset
4597 * DLD-FUNCTIONS/det.cc (Fdet): Suppress warning, but return rcond.
885b296ef83a [project @ 2001-03-27 19:12:58 by jwe]
jwe
parents: 3805
diff changeset
4598 * DLD_FUNCTIONS/inv.cc (Finv): Return rcond if requested.
885b296ef83a [project @ 2001-03-27 19:12:58 by jwe]
jwe
parents: 3805
diff changeset
4599
3804
4073be5aefa1 [project @ 2001-02-28 08:36:04 by jwe]
jwe
parents: 3802
diff changeset
4600 2001-02-28 John W. Eaton <jwe@bevo.che.wisc.edu>
4073be5aefa1 [project @ 2001-02-28 08:36:04 by jwe]
jwe
parents: 3802
diff changeset
4601
3805
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4602 * pt.h (tree::break_statement): New static member.
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4603 (tree::break_function): Make const.
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4604 * pt.cc (tree::break_statement): Initialize here.
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4605 (tree::break_function): Make const.
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4606 * pb-bp.h (break_statement): Delete global varaible declaration.
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4607 * pt-bp.cc (break_statement): Delete global variable definition.
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4608
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4609 * pt-bp.h (tree_breakpoint::bp_list): Rename from lst.
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4610
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4611 * pt.h: Don't inlcude ov-usr-fcn.h.
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4612 Provide forward declaration of octave_user_function class.
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4613
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4614 2001-02-28 Ben Sapp <bsapp@lanl.gov>
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4615
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4616 * debug.cc (get_user_function): Simplify by using curr_function.
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4617 (Fdbg_where): New function.
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4618 (Fdbg_list): Now DLD_TEXT instead of DLD_FCN.
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4619 (Fdbg_set): Likewise.
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4620 (Fdbg_delete): Likewise.
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4621
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4622 * pt-bp.h (break_statement): New global variable.
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4623 (MAYBE_DO_BREAKPOINT): Check for dbg_next and dbg_step.
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4624 Print line, column, and current statement.
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4625 * pt-bp.cc (break_statement): New global variable
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4626 (tree_breakpoint::visit_do_until_command): Return immediately if
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4627 we've already found the line.
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4628 (tree_breakpoint::visit_colon_expression): Set breakpoint info here.
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4629 (tree_breakpoint::visit_binary_expression): Recurse here when
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4630 checking for breakpoints.
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4631
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4632 * debug.cc: Move here from DLD-FUNCTIONS/debug.cc.
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4633 * Makefile.in (DIST_SRC): Add it to the list.
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4634 (DLD_XSRC): Delete it from the list.
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4635
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4636 * pt.h (tree::last_line, tree::break_function): New static members.
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4637 * pt.cc(tree::last_line, tree::break_function): Initialize them.
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4638
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4639 * pt-cell.h (tree_cell::tree_cell): Accept line and column info.
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4640 * pt-mat.h (tree_matrix::tree_matrix): Likewise.
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4641
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4642 * ov-usr-fcn.h (octave_user_function::sym_tab): Delete.
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4643
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4644 * input.cc (get_user_input): Handle dbg_next.
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4645 Set tree:break_function and tree::last_line when doing dbg_step.
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4646
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4647 2001-02-28 John W. Eaton <jwe@bevo.che.wisc.edu>
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4648
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4649 * lex.l (handle_string): Save line and column information in token.
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4650 (is_keyword): Save line and column information for plot style and
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4651 axes tokens.
44386b0e53da [project @ 2001-03-01 16:54:31 by jwe]
jwe
parents: 3804
diff changeset
4652
3804
4073be5aefa1 [project @ 2001-02-28 08:36:04 by jwe]
jwe
parents: 3802
diff changeset
4653 * toplev.cc (main_loop): Set retval to non-zero value if error
4073be5aefa1 [project @ 2001-02-28 08:36:04 by jwe]
jwe
parents: 3802
diff changeset
4654 occurs when not interactive.
4073be5aefa1 [project @ 2001-02-28 08:36:04 by jwe]
jwe
parents: 3802
diff changeset
4655
3802
4f1a26a730fd [project @ 2001-02-26 20:26:14 by jwe]
jwe
parents: 3800
diff changeset
4656 2001-02-26 John W. Eaton <jwe@bevo.che.wisc.edu>
4f1a26a730fd [project @ 2001-02-26 20:26:14 by jwe]
jwe
parents: 3800
diff changeset
4657
4f1a26a730fd [project @ 2001-02-26 20:26:14 by jwe]
jwe
parents: 3800
diff changeset
4658 * parse.y (gobble_leading_white_space): Handle CRLF here too.
4f1a26a730fd [project @ 2001-02-26 20:26:14 by jwe]
jwe
parents: 3800
diff changeset
4659 * lex.l (check_for_garbage_after_fcn_def): Likewise.
4f1a26a730fd [project @ 2001-02-26 20:26:14 by jwe]
jwe
parents: 3800
diff changeset
4660
4f1a26a730fd [project @ 2001-02-26 20:26:14 by jwe]
jwe
parents: 3800
diff changeset
4661 * lex.l: Add numeric value of character to error message for
4f1a26a730fd [project @ 2001-02-26 20:26:14 by jwe]
jwe
parents: 3800
diff changeset
4662 unrecognized characters.
4f1a26a730fd [project @ 2001-02-26 20:26:14 by jwe]
jwe
parents: 3800
diff changeset
4663
3800
115cbfcd067e [project @ 2001-02-22 21:55:15 by jwe]
jwe
parents: 3799
diff changeset
4664 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu>
115cbfcd067e [project @ 2001-02-22 21:55:15 by jwe]
jwe
parents: 3799
diff changeset
4665
115cbfcd067e [project @ 2001-02-22 21:55:15 by jwe]
jwe
parents: 3799
diff changeset
4666 * DLD-FUNCTIONS/minmax.cc (EMPTY_RETURN_CHECK): For empty matrix
115cbfcd067e [project @ 2001-02-22 21:55:15 by jwe]
jwe
parents: 3799
diff changeset
4667 args, make Octave's min and max behave like Matlab.
115cbfcd067e [project @ 2001-02-22 21:55:15 by jwe]
jwe
parents: 3799
diff changeset
4668
3799
36fe147645b6 [project @ 2001-02-18 19:06:24 by jwe]
jwe
parents: 3798
diff changeset
4669 2001-02-18 John W. Eaton <jwe@bevo.che.wisc.edu>
36fe147645b6 [project @ 2001-02-18 19:06:24 by jwe]
jwe
parents: 3798
diff changeset
4670
36fe147645b6 [project @ 2001-02-18 19:06:24 by jwe]
jwe
parents: 3798
diff changeset
4671 * OPERATORS/op-s-s.cc (el_or, el_and): Return bool value.
36fe147645b6 [project @ 2001-02-18 19:06:24 by jwe]
jwe
parents: 3798
diff changeset
4672
3798
6065668133b1 [project @ 2001-02-14 06:05:29 by jwe]
jwe
parents: 3797
diff changeset
4673 2001-02-14 John W. Eaton <jwe@bevo.che.wisc.edu>
6065668133b1 [project @ 2001-02-14 06:05:29 by jwe]
jwe
parents: 3797
diff changeset
4674
6065668133b1 [project @ 2001-02-14 06:05:29 by jwe]
jwe
parents: 3797
diff changeset
4675 * pt-binop.cc (tree_boolean_expression::rvalue):
6065668133b1 [project @ 2001-02-14 06:05:29 by jwe]
jwe
parents: 3797
diff changeset
4676 Don't cast result to double.
6065668133b1 [project @ 2001-02-14 06:05:29 by jwe]
jwe
parents: 3797
diff changeset
4677
6065668133b1 [project @ 2001-02-14 06:05:29 by jwe]
jwe
parents: 3797
diff changeset
4678 * OPERATORS/op-b-b.cc: Allow & and | operators to return bool values.
6065668133b1 [project @ 2001-02-14 06:05:29 by jwe]
jwe
parents: 3797
diff changeset
4679
6065668133b1 [project @ 2001-02-14 06:05:29 by jwe]
jwe
parents: 3797
diff changeset
4680 2001-02-09 John W. Eaton <jwe@bevo.che.wisc.edu>
3797
7f5eeace12b3 [project @ 2001-02-14 05:50:36 by jwe]
jwe
parents: 3796
diff changeset
4681
7f5eeace12b3 [project @ 2001-02-14 05:50:36 by jwe]
jwe
parents: 3796
diff changeset
4682 * data.cc (DATA_REDUCTION): Undo previous change.
7f5eeace12b3 [project @ 2001-02-14 05:50:36 by jwe]
jwe
parents: 3796
diff changeset
4683
7f5eeace12b3 [project @ 2001-02-14 05:50:36 by jwe]
jwe
parents: 3796
diff changeset
4684 2001-02-13 Matthew W. Roberts <matt@nephi.tamu.edu>
7f5eeace12b3 [project @ 2001-02-14 05:50:36 by jwe]
jwe
parents: 3796
diff changeset
4685
7f5eeace12b3 [project @ 2001-02-14 05:50:36 by jwe]
jwe
parents: 3796
diff changeset
4686 * load-save.cc (Fload): Accept -4 as an alias for -v4 and -mat4-binary.
7f5eeace12b3 [project @ 2001-02-14 05:50:36 by jwe]
jwe
parents: 3796
diff changeset
4687 (Fsave): Likewise.
7f5eeace12b3 [project @ 2001-02-14 05:50:36 by jwe]
jwe
parents: 3796
diff changeset
4688
3796
c34164f566f6 [project @ 2001-02-14 00:17:54 by jwe]
jwe
parents: 3795
diff changeset
4689 2001-02-13 John W. Eaton <jwe@bevo.che.wisc.edu>
c34164f566f6 [project @ 2001-02-14 00:17:54 by jwe]
jwe
parents: 3795
diff changeset
4690
c34164f566f6 [project @ 2001-02-14 00:17:54 by jwe]
jwe
parents: 3795
diff changeset
4691 * lex.l (lexical_feedbac::init):
c34164f566f6 [project @ 2001-02-14 00:17:54 by jwe]
jwe
parents: 3795
diff changeset
4692 Initialize looking_at_matrix_or_assign_lhs too.
c34164f566f6 [project @ 2001-02-14 00:17:54 by jwe]
jwe
parents: 3795
diff changeset
4693
3795
a982fe0256f1 [project @ 2001-02-10 05:19:33 by jwe]
jwe
parents: 3779
diff changeset
4694 2001-02-09 John W. Eaton <jwe@bevo.che.wisc.edu>
a982fe0256f1 [project @ 2001-02-10 05:19:33 by jwe]
jwe
parents: 3779
diff changeset
4695
a982fe0256f1 [project @ 2001-02-10 05:19:33 by jwe]
jwe
parents: 3779
diff changeset
4696 * data.cc (DATA_REDUCTION): Allow FCN(x,0) to be equivalent to FCN(x).
a982fe0256f1 [project @ 2001-02-10 05:19:33 by jwe]
jwe
parents: 3779
diff changeset
4697
3779
3001e15555e9 [project @ 2001-02-07 04:47:51 by jwe]
jwe
parents: 3776
diff changeset
4698 2001-02-06 Mumit Khan <khan@nanotech.wisc.edu>
3001e15555e9 [project @ 2001-02-07 04:47:51 by jwe]
jwe
parents: 3776
diff changeset
4699
3001e15555e9 [project @ 2001-02-07 04:47:51 by jwe]
jwe
parents: 3776
diff changeset
4700 * oct-stream.cc (octave_scan): Partially implement and specialize
3001e15555e9 [project @ 2001-02-07 04:47:51 by jwe]
jwe
parents: 3776
diff changeset
4701 for char*. Delete the old template instantiations.
3001e15555e9 [project @ 2001-02-07 04:47:51 by jwe]
jwe
parents: 3776
diff changeset
4702 (BEGIN_S_CONVERSION): Use strings instead of ostrstreambuf.
3001e15555e9 [project @ 2001-02-07 04:47:51 by jwe]
jwe
parents: 3776
diff changeset
4703 (octave_base_stream::do_scanf): Pass correct parameter to
3001e15555e9 [project @ 2001-02-07 04:47:51 by jwe]
jwe
parents: 3776
diff changeset
4704 do_scan_conv.
3001e15555e9 [project @ 2001-02-07 04:47:51 by jwe]
jwe
parents: 3776
diff changeset
4705
3775
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4706 2001-02-05 Mumit Khan <khan@nanotech.wisc.edu>
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4707
3776
7ed917c1ca60 [project @ 2001-02-06 05:21:32 by jwe]
jwe
parents: 3775
diff changeset
4708 * pr-output.cc (set_format): Add std:: namespace qualifier as
7ed917c1ca60 [project @ 2001-02-06 05:21:32 by jwe]
jwe
parents: 3775
diff changeset
4709 needed.
7ed917c1ca60 [project @ 2001-02-06 05:21:32 by jwe]
jwe
parents: 3775
diff changeset
4710
3775
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4711 * oct-stream.cc (octave_scan): Implement, and specialize for
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4712 char*. Delete the old template instantiations.
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4713 (BEGIN_S_CONVERSION): Use strings instead of ostrstreambuf.
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4714 (octave_base_stream::do_scanf): Pass correct parameter to
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4715 do_scan_conv.
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4716
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4717 * Makefile.in (TEMPLATE_AR, TEMPLATE_ARFLAGS): Use to create
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4718 archive libraries containing templates.
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4719
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4720 * c-file-ptr-stream.h: Include <fstream>. Use <cstdio> instead of
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4721 <stdio.h>
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4722 (c_file_ptr_buf::int_type): Compat typedef for non-ISO libstdc++.
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4723 (c_file_ptr_buf::{overflow, underflow, uflow, pbackfail): Use.
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4724 (c_file_ptr_buf::c_file_ptr_buf): Handle various compilers.
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4725 (c_file_ptr_buf::file_number): New member function.
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4726 (c_file_ptr_buf::fd): New private data.
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4727 (i_c_file_ptr_stream::i_c_file_ptr_stream): Initialize stream
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4728 correctly.
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4729 (o_c_file_ptr_stream::o_c_file_ptr_stream): Likewise.
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4730 * c-file-ptr-stream.cc
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4731 (c_file_ptr_buf::{overflow, underflow, uflow, pbackfail): Add
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4732 ISO-compliant EOF handling.
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4733 * oct-stream.cc (octave_base_stream::file_number): Use
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4734 c_file_ptr_buf::file_number to get underlying file descriptor.
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4735
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4736 * comment-list.cc: Add missing class qualifier.
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4737
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4738 * file-io.cc, load-save.cc, mappers.cc, oct-fstrm.cc, oct-fstrm.h,
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4739 oct-iostrm.cc, oct-iostrm.h, oct-stdstrm.cc, oct-stdstrm.h,
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4740 oct-stream.cc, oct-stream.h, oct-strstrm.cc, oct-strstrm.h,
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4741 ov-base-nd-array.cc, ov-base-scalar.h, ov-complex.cc, ov-cx-mat.cc,
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4742 pager.cc, pr-output.cc, procstream.h, pt-bp.h, utils.cc:
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4743 Add std:: namespace qualifier as needed, and replace
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4744 deprecated or invalid libstdc++-v2 names with standard ones
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4745 where appropriate.
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4746
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4747 * DLD-FUNCTIONS/minmax.cc: Fix docstring.
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4748
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4749 * oct-fstrm.cc (octave_fstream::octave_fstream): Maintain fix for
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4750 libstdc++-v2.
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4751
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4752 * oct-stdstrm.cc (octave_ostdiostream::create): Remove default
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4753 parameter value in definition.
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4754
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4755 * oct-stream.cc (octave_stream::mode_as_string): Don't assume
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4756 std::iso::openmode is an integral quantity.
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4757
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4758 * pager.cc, procstream.h: Initialize streams correctly.
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4759
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4760 * utils.cc: Use CXX_ISO_COMPLIANT_LIBRARY guard.
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4761
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4762 * ov-base-nd-array.cc (idx_list_to_idx_array): Inline.
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4763
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4764 * ov-base-scalar.h (octave_base_scalar::octave_base_scalar): Use
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4765 ``const ST& s'' instead of ST to workaround gcc3 complex bug.
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3774
diff changeset
4766
3774
de61a7ba91f2 [project @ 2001-02-05 16:54:04 by jwe]
jwe
parents: 3772
diff changeset
4767 2001-02-05 John W. Eaton <jwe@bevo.che.wisc.edu>
de61a7ba91f2 [project @ 2001-02-05 16:54:04 by jwe]
jwe
parents: 3772
diff changeset
4768
de61a7ba91f2 [project @ 2001-02-05 16:54:04 by jwe]
jwe
parents: 3772
diff changeset
4769 * lex.l (next_token_is_bin_op): Remove Checks for spacing except
de61a7ba91f2 [project @ 2001-02-05 16:54:04 by jwe]
jwe
parents: 3772
diff changeset
4770 for ops that begin with +, - but are not ++, --, +=, or -=.
de61a7ba91f2 [project @ 2001-02-05 16:54:04 by jwe]
jwe
parents: 3772
diff changeset
4771
3772
e44ffad3d06c [project @ 2001-02-03 06:23:38 by jwe]
jwe
parents: 3770
diff changeset
4772 2001-02-02 John W. Eaton <jwe@bevo.che.wisc.edu>
e44ffad3d06c [project @ 2001-02-03 06:23:38 by jwe]
jwe
parents: 3770
diff changeset
4773
e44ffad3d06c [project @ 2001-02-03 06:23:38 by jwe]
jwe
parents: 3770
diff changeset
4774 * input.cc (get_user_input): Handle dbg_cont and dbg_step here.
e44ffad3d06c [project @ 2001-02-03 06:23:38 by jwe]
jwe
parents: 3770
diff changeset
4775 * debug.cc (Fdbg_cont): Delete.
e44ffad3d06c [project @ 2001-02-03 06:23:38 by jwe]
jwe
parents: 3770
diff changeset
4776 * pt-bp.h (MAYBE_DO_BREAKPOINT): Check tree::break_next here.
e44ffad3d06c [project @ 2001-02-03 06:23:38 by jwe]
jwe
parents: 3770
diff changeset
4777 * pt.h (tree::break_next): New static member.
e44ffad3d06c [project @ 2001-02-03 06:23:38 by jwe]
jwe
parents: 3770
diff changeset
4778 * pt.cc: Initialize it.
e44ffad3d06c [project @ 2001-02-03 06:23:38 by jwe]
jwe
parents: 3770
diff changeset
4779
e44ffad3d06c [project @ 2001-02-03 06:23:38 by jwe]
jwe
parents: 3770
diff changeset
4780 * parse.h (feval (const octave_value_list&, int)):
e44ffad3d06c [project @ 2001-02-03 06:23:38 by jwe]
jwe
parents: 3770
diff changeset
4781 Set default value for nargout.
e44ffad3d06c [project @ 2001-02-03 06:23:38 by jwe]
jwe
parents: 3770
diff changeset
4782 (feval (const std::string&, const octave_value_list&, int)):
e44ffad3d06c [project @ 2001-02-03 06:23:38 by jwe]
jwe
parents: 3770
diff changeset
4783 Set default values for args and nargout.
e44ffad3d06c [project @ 2001-02-03 06:23:38 by jwe]
jwe
parents: 3770
diff changeset
4784
3770
bf6116ca10eb [project @ 2001-02-02 02:21:40 by jwe]
jwe
parents: 3767
diff changeset
4785 2001-02-01 Ben Sapp <bsapp@lanl.gov>
bf6116ca10eb [project @ 2001-02-02 02:21:40 by jwe]
jwe
parents: 3767
diff changeset
4786
bf6116ca10eb [project @ 2001-02-02 02:21:40 by jwe]
jwe
parents: 3767
diff changeset
4787 * DLD-FUNCTIONS/debug.cc: New file.
bf6116ca10eb [project @ 2001-02-02 02:21:40 by jwe]
jwe
parents: 3767
diff changeset
4788 * pt-bp.h, pt-bp.cc: New files, for breakpoints.
bf6116ca10eb [project @ 2001-02-02 02:21:40 by jwe]
jwe
parents: 3767
diff changeset
4789 * Makefile.in: Add them to the appropriate lists.
bf6116ca10eb [project @ 2001-02-02 02:21:40 by jwe]
jwe
parents: 3767
diff changeset
4790
bf6116ca10eb [project @ 2001-02-02 02:21:40 by jwe]
jwe
parents: 3767
diff changeset
4791 * pt-stmt.cc (tree_statement_list::set_breakpoint,
bf6116ca10eb [project @ 2001-02-02 02:21:40 by jwe]
jwe
parents: 3767
diff changeset
4792 tree_statement_list::delete_breakpoint,
bf6116ca10eb [project @ 2001-02-02 02:21:40 by jwe]
jwe
parents: 3767
diff changeset
4793 tree_statement_list::list_breakpoints): New functions.
bf6116ca10eb [project @ 2001-02-02 02:21:40 by jwe]
jwe
parents: 3767
diff changeset
4794
bf6116ca10eb [project @ 2001-02-02 02:21:40 by jwe]
jwe
parents: 3767
diff changeset
4795 * pt.h (tree::break_point): New data member.
bf6116ca10eb [project @ 2001-02-02 02:21:40 by jwe]
jwe
parents: 3767
diff changeset
4796 (tree::set_breakpoint, tree::delete_breakpoint, tree::is_breakpoint):
bf6116ca10eb [project @ 2001-02-02 02:21:40 by jwe]
jwe
parents: 3767
diff changeset
4797 New virtual functions.
bf6116ca10eb [project @ 2001-02-02 02:21:40 by jwe]
jwe
parents: 3767
diff changeset
4798
bf6116ca10eb [project @ 2001-02-02 02:21:40 by jwe]
jwe
parents: 3767
diff changeset
4799 * pt-mat.cc (tree_matrix::rvalue): Check for breakpoint here.
bf6116ca10eb [project @ 2001-02-02 02:21:40 by jwe]
jwe
parents: 3767
diff changeset
4800 * pt-unop.cc (tree_prefix_expression::rvalue): Likewise.
bf6116ca10eb [project @ 2001-02-02 02:21:40 by jwe]
jwe
parents: 3767
diff changeset
4801 (tree_postfix_expression::rvalue): Likewise.
bf6116ca10eb [project @ 2001-02-02 02:21:40 by jwe]
jwe
parents: 3767
diff changeset
4802 * pt-loop.cc (tree_do_until_command::eval): Likewise.
bf6116ca10eb [project @ 2001-02-02 02:21:40 by jwe]
jwe
parents: 3767
diff changeset
4803 (DO_LOOP): Likewise.
bf6116ca10eb [project @ 2001-02-02 02:21:40 by jwe]
jwe
parents: 3767
diff changeset
4804 (tree_simple_for_command::eval): Likewise.
bf6116ca10eb [project @ 2001-02-02 02:21:40 by jwe]
jwe
parents: 3767
diff changeset
4805 (tree_complex_for_command::eval): Likewise.
bf6116ca10eb [project @ 2001-02-02 02:21:40 by jwe]
jwe
parents: 3767
diff changeset
4806 * pt-assign.cc (tree_simple_assignment::rvalue): Likewise.
bf6116ca10eb [project @ 2001-02-02 02:21:40 by jwe]
jwe
parents: 3767
diff changeset
4807 * pt-binop.cc (tree_binary_expression::rvalue): Likewise.
bf6116ca10eb [project @ 2001-02-02 02:21:40 by jwe]
jwe
parents: 3767
diff changeset
4808 (tree_boolean_expression::rvalue): Likewise.
bf6116ca10eb [project @ 2001-02-02 02:21:40 by jwe]
jwe
parents: 3767
diff changeset
4809 * pt-cell.cc (tree_cell::rvalue): Likewise.
bf6116ca10eb [project @ 2001-02-02 02:21:40 by jwe]
jwe
parents: 3767
diff changeset
4810 * pt-colon.cc (tree_colon_expression::rvalue): Likewise.
bf6116ca10eb [project @ 2001-02-02 02:21:40 by jwe]
jwe
parents: 3767
diff changeset
4811 * pt-except.cc (tree_try_catch_command::eval): Likewise.
bf6116ca10eb [project @ 2001-02-02 02:21:40 by jwe]
jwe
parents: 3767
diff changeset
4812 (tree_unwind_protect_command::eval): Likewise.
bf6116ca10eb [project @ 2001-02-02 02:21:40 by jwe]
jwe
parents: 3767
diff changeset
4813 * pt-id.cc (tree_identifier::rvalue): Likewise.
bf6116ca10eb [project @ 2001-02-02 02:21:40 by jwe]
jwe
parents: 3767
diff changeset
4814 (tree_identifier::lvalue): Likewise.
bf6116ca10eb [project @ 2001-02-02 02:21:40 by jwe]
jwe
parents: 3767
diff changeset
4815 * pt-indir.cc (tree_indirect_ref::rvalue): Likewise.
bf6116ca10eb [project @ 2001-02-02 02:21:40 by jwe]
jwe
parents: 3767
diff changeset
4816 * pt-jump.cc (tree_break_command::eval): Likewise.
bf6116ca10eb [project @ 2001-02-02 02:21:40 by jwe]
jwe
parents: 3767
diff changeset
4817 (tree_continue_command::eval): Likewise.
bf6116ca10eb [project @ 2001-02-02 02:21:40 by jwe]
jwe
parents: 3767
diff changeset
4818 (tree_return_command::eval): Likewise.
bf6116ca10eb [project @ 2001-02-02 02:21:40 by jwe]
jwe
parents: 3767
diff changeset
4819
3767
f0e7c832e0e2 [project @ 2001-01-29 16:32:08 by jwe]
jwe
parents: 3765
diff changeset
4820 2001-01-29 John W. Eaton <jwe@bevo.che.wisc.edu>
f0e7c832e0e2 [project @ 2001-01-29 16:32:08 by jwe]
jwe
parents: 3765
diff changeset
4821
f0e7c832e0e2 [project @ 2001-01-29 16:32:08 by jwe]
jwe
parents: 3765
diff changeset
4822 * Map.h, Map.cc (CHMap<C>::operator = (const CHMap&)): New function.
f0e7c832e0e2 [project @ 2001-01-29 16:32:08 by jwe]
jwe
parents: 3765
diff changeset
4823 (Map<C>::operator = (const Map&)): Likewise.
f0e7c832e0e2 [project @ 2001-01-29 16:32:08 by jwe]
jwe
parents: 3765
diff changeset
4824 (Map<C> (const Map&)): Likewise.
f0e7c832e0e2 [project @ 2001-01-29 16:32:08 by jwe]
jwe
parents: 3765
diff changeset
4825
f0e7c832e0e2 [project @ 2001-01-29 16:32:08 by jwe]
jwe
parents: 3765
diff changeset
4826 * OPERATORS/op-cm-cs.cc, OPERATORS/op-cm-s.cc,
f0e7c832e0e2 [project @ 2001-01-29 16:32:08 by jwe]
jwe
parents: 3765
diff changeset
4827 OPERATORS/op-m-cs.cc, OPERATORS/op-m-s.cc:
f0e7c832e0e2 [project @ 2001-01-29 16:32:08 by jwe]
jwe
parents: 3765
diff changeset
4828 Make ldiv operator work for row vector by scalar ops.
f0e7c832e0e2 [project @ 2001-01-29 16:32:08 by jwe]
jwe
parents: 3765
diff changeset
4829
f0e7c832e0e2 [project @ 2001-01-29 16:32:08 by jwe]
jwe
parents: 3765
diff changeset
4830 * OPERATORS/op-cs-cm.cc, OPERATORS/op-cs-m.cc,
f0e7c832e0e2 [project @ 2001-01-29 16:32:08 by jwe]
jwe
parents: 3765
diff changeset
4831 OPERATORS/op-s-cm.cc, OPERATORS/op-s-m.cc:
f0e7c832e0e2 [project @ 2001-01-29 16:32:08 by jwe]
jwe
parents: 3765
diff changeset
4832 Make div operator work for scalar by column vector ops.
f0e7c832e0e2 [project @ 2001-01-29 16:32:08 by jwe]
jwe
parents: 3765
diff changeset
4833
3765
e10451597802 [project @ 2001-01-17 18:41:29 by jwe]
jwe
parents: 3764
diff changeset
4834 2001-01-17 John W. Eaton <jwe@bevo.che.wisc.edu>
e10451597802 [project @ 2001-01-17 18:41:29 by jwe]
jwe
parents: 3764
diff changeset
4835
e10451597802 [project @ 2001-01-17 18:41:29 by jwe]
jwe
parents: 3764
diff changeset
4836 * parse.y (safe_fclose): Discard comments at the end of a file.
e10451597802 [project @ 2001-01-17 18:41:29 by jwe]
jwe
parents: 3764
diff changeset
4837
3764
0ac9388e7e1f [project @ 2001-01-17 03:41:39 by jwe]
jwe
parents: 3762
diff changeset
4838 2001-01-16 John W. Eaton <jwe@bevo.che.wisc.edu>
0ac9388e7e1f [project @ 2001-01-17 03:41:39 by jwe]
jwe
parents: 3762
diff changeset
4839
0ac9388e7e1f [project @ 2001-01-17 03:41:39 by jwe]
jwe
parents: 3762
diff changeset
4840 * error.cc (pr_where): Call pr_where_1 with two args, not one, to
0ac9388e7e1f [project @ 2001-01-17 03:41:39 by jwe]
jwe
parents: 3762
diff changeset
4841 avoid processing format escapes that might appear in formatted code.
0ac9388e7e1f [project @ 2001-01-17 03:41:39 by jwe]
jwe
parents: 3762
diff changeset
4842
3762
9e8d61bd1c55 [project @ 2001-01-05 16:41:58 by jwe]
jwe
parents: 3760
diff changeset
4843 2001-01-05 John W. Eaton <jwe@bevo.che.wisc.edu>
9e8d61bd1c55 [project @ 2001-01-05 16:41:58 by jwe]
jwe
parents: 3760
diff changeset
4844
9e8d61bd1c55 [project @ 2001-01-05 16:41:58 by jwe]
jwe
parents: 3760
diff changeset
4845 * error.cc (vwarning): Write to output_buf, then send formatted
9e8d61bd1c55 [project @ 2001-01-05 16:41:58 by jwe]
jwe
parents: 3760
diff changeset
4846 message to diary and error streams.
9e8d61bd1c55 [project @ 2001-01-05 16:41:58 by jwe]
jwe
parents: 3760
diff changeset
4847
3760
735549d1148e [project @ 2001-01-03 20:26:57 by jwe]
jwe
parents: 3756
diff changeset
4848 2001-01-02 John W. Eaton <jwe@bevo.che.wisc.edu>
735549d1148e [project @ 2001-01-03 20:26:57 by jwe]
jwe
parents: 3756
diff changeset
4849
735549d1148e [project @ 2001-01-03 20:26:57 by jwe]
jwe
parents: 3756
diff changeset
4850 * ov-cx-mat.cc (octave_complex_matrix::try_narrowing_conversion):
735549d1148e [project @ 2001-01-03 20:26:57 by jwe]
jwe
parents: 3756
diff changeset
4851 Handle empty matrix dimensions correctly.
735549d1148e [project @ 2001-01-03 20:26:57 by jwe]
jwe
parents: 3756
diff changeset
4852
3756
41404c6f4e69 [project @ 2000-12-15 03:14:44 by jwe]
jwe
parents: 3747
diff changeset
4853 2000-12-14 John W. Eaton <jwe@bevo.che.wisc.edu>
41404c6f4e69 [project @ 2000-12-15 03:14:44 by jwe]
jwe
parents: 3747
diff changeset
4854
41404c6f4e69 [project @ 2000-12-15 03:14:44 by jwe]
jwe
parents: 3747
diff changeset
4855 * pager.h (octave_pager_buf::diary_skip): New data member.
41404c6f4e69 [project @ 2000-12-15 03:14:44 by jwe]
jwe
parents: 3747
diff changeset
4856 (octave_pager_buf::octave_pager_buf): Initialize it.
41404c6f4e69 [project @ 2000-12-15 03:14:44 by jwe]
jwe
parents: 3747
diff changeset
4857 * pager.cc (octave_pager_buf::set_diary_skip): New function.
41404c6f4e69 [project @ 2000-12-15 03:14:44 by jwe]
jwe
parents: 3747
diff changeset
4858 (octave_pager_stream::set_diary_skip): New function.
41404c6f4e69 [project @ 2000-12-15 03:14:44 by jwe]
jwe
parents: 3747
diff changeset
4859 (octave_pager_buf::sync): Call flush_current_contents_to_diary
41404c6f4e69 [project @ 2000-12-15 03:14:44 by jwe]
jwe
parents: 3747
diff changeset
4860 instead of octave_diary.write.
41404c6f4e69 [project @ 2000-12-15 03:14:44 by jwe]
jwe
parents: 3747
diff changeset
4861 (octave_pager_buf::flush_current_contents_to_diary): Use
41404c6f4e69 [project @ 2000-12-15 03:14:44 by jwe]
jwe
parents: 3747
diff changeset
4862 diary_skip, reset when done.
41404c6f4e69 [project @ 2000-12-15 03:14:44 by jwe]
jwe
parents: 3747
diff changeset
4863 (open_diary_file): Call octave_stdout.set_diary_skip here.
41404c6f4e69 [project @ 2000-12-15 03:14:44 by jwe]
jwe
parents: 3747
diff changeset
4864
3747
50f30e40abca [project @ 2000-12-07 05:47:06 by jwe]
jwe
parents: 3746
diff changeset
4865 2000-12-06 John W. Eaton <jwe@bevo.che.wisc.edu>
50f30e40abca [project @ 2000-12-07 05:47:06 by jwe]
jwe
parents: 3746
diff changeset
4866
50f30e40abca [project @ 2000-12-07 05:47:06 by jwe]
jwe
parents: 3746
diff changeset
4867 * DLD-FUNCTIONS/minmax.cc (EMPTY_RETURN_CHECK): New macro.
50f30e40abca [project @ 2000-12-07 05:47:06 by jwe]
jwe
parents: 3746
diff changeset
4868 (min, max): Use it.
50f30e40abca [project @ 2000-12-07 05:47:06 by jwe]
jwe
parents: 3746
diff changeset
4869
50f30e40abca [project @ 2000-12-07 05:47:06 by jwe]
jwe
parents: 3746
diff changeset
4870 * DLD-FUNCTIONS/minmax.cc (MINMAX_BODY): New macro. If single arg
50f30e40abca [project @ 2000-12-07 05:47:06 by jwe]
jwe
parents: 3746
diff changeset
4871 is empty, return empty matrix result and empty matrix for index.
50f30e40abca [project @ 2000-12-07 05:47:06 by jwe]
jwe
parents: 3746
diff changeset
4872 (Fmin, Fmax): Use MINMAX_BODY, so we have consistent definition
50f30e40abca [project @ 2000-12-07 05:47:06 by jwe]
jwe
parents: 3746
diff changeset
4873 for min and max functions.
50f30e40abca [project @ 2000-12-07 05:47:06 by jwe]
jwe
parents: 3746
diff changeset
4874
50f30e40abca [project @ 2000-12-07 05:47:06 by jwe]
jwe
parents: 3746
diff changeset
4875 2000-11-30 Joerg Specht <joerg.specht@ins.uni-stuttgart.de>
50f30e40abca [project @ 2000-12-07 05:47:06 by jwe]
jwe
parents: 3746
diff changeset
4876
50f30e40abca [project @ 2000-12-07 05:47:06 by jwe]
jwe
parents: 3746
diff changeset
4877 * help.cc (display_help_text): Append new line at end of doc string.
50f30e40abca [project @ 2000-12-07 05:47:06 by jwe]
jwe
parents: 3746
diff changeset
4878
50f30e40abca [project @ 2000-12-07 05:47:06 by jwe]
jwe
parents: 3746
diff changeset
4879 2000-11-30 John W. Eaton <jwe@bevo.che.wisc.edu>
50f30e40abca [project @ 2000-12-07 05:47:06 by jwe]
jwe
parents: 3746
diff changeset
4880
50f30e40abca [project @ 2000-12-07 05:47:06 by jwe]
jwe
parents: 3746
diff changeset
4881 * DLD-FUNCTIONS/lsode.cc (LSODE_ABORT1, LSODE_ABORT2): Omit `##'
50f30e40abca [project @ 2000-12-07 05:47:06 by jwe]
jwe
parents: 3746
diff changeset
4882 in macro definition since they are not needed to paste strings
50f30e40abca [project @ 2000-12-07 05:47:06 by jwe]
jwe
parents: 3746
diff changeset
4883 together and picky compilers choke on them.
50f30e40abca [project @ 2000-12-07 05:47:06 by jwe]
jwe
parents: 3746
diff changeset
4884 * DLD-FUNCTIONS/quad.cc (QUAD_ABORT1, QUAD_ABORT2): Likewise.
50f30e40abca [project @ 2000-12-07 05:47:06 by jwe]
jwe
parents: 3746
diff changeset
4885 * DLD-FUNCTIONS/fsolve.cc (FSOLVE_ABORT1, FSOLVE_ABORT2): Likewise.
50f30e40abca [project @ 2000-12-07 05:47:06 by jwe]
jwe
parents: 3746
diff changeset
4886 * DLD-FUNCTIONS/dassl.cc (DASSL_ABORT1, DASSL_ABORT2): Likewise.
50f30e40abca [project @ 2000-12-07 05:47:06 by jwe]
jwe
parents: 3746
diff changeset
4887
3741
b65077dfa1b1 [project @ 2000-11-29 16:30:01 by jwe]
jwe
parents: 3738
diff changeset
4888 2000-11-29 John W. Eaton <jwe@bevo.che.wisc.edu>
b65077dfa1b1 [project @ 2000-11-29 16:30:01 by jwe]
jwe
parents: 3738
diff changeset
4889
3744
b0588fc1f3ca [project @ 2000-11-30 00:27:00 by jwe]
jwe
parents: 3743
diff changeset
4890 * mkbuiltins (XDEFUNX_INTERNAL): New macro.
3746
c82ab37998aa [project @ 2000-11-30 01:11:42 by jwe]
jwe
parents: 3744
diff changeset
4891 * mkgendoc (XDEFUNX_INTERNAL): Likewise.
3744
b0588fc1f3ca [project @ 2000-11-30 00:27:00 by jwe]
jwe
parents: 3743
diff changeset
4892 * defun-int.h (DEFUNX_INTERNAL): Use it.
b0588fc1f3ca [project @ 2000-11-30 00:27:00 by jwe]
jwe
parents: 3743
diff changeset
4893
3743
35daf9714b9a [project @ 2000-11-30 00:19:10 by jwe]
jwe
parents: 3742
diff changeset
4894 * defun.h (DEFUNX): New macro.
35daf9714b9a [project @ 2000-11-30 00:19:10 by jwe]
jwe
parents: 3742
diff changeset
4895 * defun-int.h (DEFUNX_INTERNAL, DECLARE_FUNX): New macro.
35daf9714b9a [project @ 2000-11-30 00:19:10 by jwe]
jwe
parents: 3742
diff changeset
4896 (DECLARE_FUN): Define in terms of DECLARE_FUNX.
35daf9714b9a [project @ 2000-11-30 00:19:10 by jwe]
jwe
parents: 3742
diff changeset
4897
3742
078fde449ebc [project @ 2000-11-29 22:58:52 by jwe]
jwe
parents: 3741
diff changeset
4898 * mkdefs: Read and print one line at a time, so we can force
078fde449ebc [project @ 2000-11-29 22:58:52 by jwe]
jwe
parents: 3741
diff changeset
4899 patterns to match only at the beginning of a line.
078fde449ebc [project @ 2000-11-29 22:58:52 by jwe]
jwe
parents: 3741
diff changeset
4900
3741
b65077dfa1b1 [project @ 2000-11-29 16:30:01 by jwe]
jwe
parents: 3738
diff changeset
4901 * defun-int.h (UNDERSCORIFY): Omit `##' in macro definition since
b65077dfa1b1 [project @ 2000-11-29 16:30:01 by jwe]
jwe
parents: 3738
diff changeset
4902 they are not needed to paste strings together and picky compilers
b65077dfa1b1 [project @ 2000-11-29 16:30:01 by jwe]
jwe
parents: 3738
diff changeset
4903 choke on them.
b65077dfa1b1 [project @ 2000-11-29 16:30:01 by jwe]
jwe
parents: 3738
diff changeset
4904
3738
f20c30fa3a8d [project @ 2000-11-17 20:10:22 by jwe]
jwe
parents: 3737
diff changeset
4905 2000-11-17 John W. Eaton <jwe@bevo.che.wisc.edu>
f20c30fa3a8d [project @ 2000-11-17 20:10:22 by jwe]
jwe
parents: 3737
diff changeset
4906
f20c30fa3a8d [project @ 2000-11-17 20:10:22 by jwe]
jwe
parents: 3737
diff changeset
4907 * load-save.cc (save_ascii_data_for_plotting): New function.
f20c30fa3a8d [project @ 2000-11-17 20:10:22 by jwe]
jwe
parents: 3737
diff changeset
4908 * pt-plot.cc (save_in_tmp_file): Use it instead of save_ascii_data.
f20c30fa3a8d [project @ 2000-11-17 20:10:22 by jwe]
jwe
parents: 3737
diff changeset
4909
f20c30fa3a8d [project @ 2000-11-17 20:10:22 by jwe]
jwe
parents: 3737
diff changeset
4910 * load-save.cc (save_ascii_data): Warn if saving Inf or NaN values.
f20c30fa3a8d [project @ 2000-11-17 20:10:22 by jwe]
jwe
parents: 3737
diff changeset
4911 New arg, infnan_warned. Use it to warn just once per set.
f20c30fa3a8d [project @ 2000-11-17 20:10:22 by jwe]
jwe
parents: 3737
diff changeset
4912 Now static.
f20c30fa3a8d [project @ 2000-11-17 20:10:22 by jwe]
jwe
parents: 3737
diff changeset
4913 (do_save): New arg, infnan_warned. Pass to save_ascii_data.
f20c30fa3a8d [project @ 2000-11-17 20:10:22 by jwe]
jwe
parents: 3737
diff changeset
4914 (save_vars): Initialize infnan_warned here, pass to do_save.
f20c30fa3a8d [project @ 2000-11-17 20:10:22 by jwe]
jwe
parents: 3737
diff changeset
4915
3737
b736f8b8f0a1 [project @ 2000-11-16 18:01:08 by jwe]
jwe
parents: 3731
diff changeset
4916 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk>
b736f8b8f0a1 [project @ 2000-11-16 18:01:08 by jwe]
jwe
parents: 3731
diff changeset
4917
b736f8b8f0a1 [project @ 2000-11-16 18:01:08 by jwe]
jwe
parents: 3731
diff changeset
4918 * file-io.cc (Ffprintf): If no file id parameter, don't return
b736f8b8f0a1 [project @ 2000-11-16 18:01:08 by jwe]
jwe
parents: 3731
diff changeset
4919 count of characters if nargout is 0 (for compatibility with
b736f8b8f0a1 [project @ 2000-11-16 18:01:08 by jwe]
jwe
parents: 3731
diff changeset
4920 Matlab).
b736f8b8f0a1 [project @ 2000-11-16 18:01:08 by jwe]
jwe
parents: 3731
diff changeset
4921
b736f8b8f0a1 [project @ 2000-11-16 18:01:08 by jwe]
jwe
parents: 3731
diff changeset
4922 2000-11-16 Ben Sapp <bsapp@lanl.gov>
b736f8b8f0a1 [project @ 2000-11-16 18:01:08 by jwe]
jwe
parents: 3731
diff changeset
4923
b736f8b8f0a1 [project @ 2000-11-16 18:01:08 by jwe]
jwe
parents: 3731
diff changeset
4924 * DLD-FUNCTIONS/rand.cc (do_rand): Declare loop counter as
b736f8b8f0a1 [project @ 2000-11-16 18:01:08 by jwe]
jwe
parents: 3731
diff changeset
4925 volatile int, not just volatile.
b736f8b8f0a1 [project @ 2000-11-16 18:01:08 by jwe]
jwe
parents: 3731
diff changeset
4926
3731
c06bae7229cf [project @ 2000-10-31 20:03:19 by jwe]
jwe
parents: 3727
diff changeset
4927 2000-10-31 John W. Eaton <jwe@bevo.che.wisc.edu>
c06bae7229cf [project @ 2000-10-31 20:03:19 by jwe]
jwe
parents: 3727
diff changeset
4928
c06bae7229cf [project @ 2000-10-31 20:03:19 by jwe]
jwe
parents: 3727
diff changeset
4929 * load-save.cc (skip_comments): Allow % as comment character too.
c06bae7229cf [project @ 2000-10-31 20:03:19 by jwe]
jwe
parents: 3727
diff changeset
4930 (extract_keyword): Likewise.
c06bae7229cf [project @ 2000-10-31 20:03:19 by jwe]
jwe
parents: 3727
diff changeset
4931
c06bae7229cf [project @ 2000-10-31 20:03:19 by jwe]
jwe
parents: 3727
diff changeset
4932 * Makefile.in (oct-gperf.h): Remove -a, -g, and -p flags for gperf.
c06bae7229cf [project @ 2000-10-31 20:03:19 by jwe]
jwe
parents: 3727
diff changeset
4933
3727
e6d0041aedf3 [project @ 2000-10-31 02:08:49 by jwe]
jwe
parents: 3726
diff changeset
4934 2000-10-30 John W. Eaton <jwe@bevo.che.wisc.edu>
e6d0041aedf3 [project @ 2000-10-31 02:08:49 by jwe]
jwe
parents: 3726
diff changeset
4935
e6d0041aedf3 [project @ 2000-10-31 02:08:49 by jwe]
jwe
parents: 3726
diff changeset
4936 * load-save.cc (do_load): Allow result to be returned instead of
e6d0041aedf3 [project @ 2000-10-31 02:08:49 by jwe]
jwe
parents: 3726
diff changeset
4937 inserting variables in the symbol table. Change patterned after
e6d0041aedf3 [project @ 2000-10-31 02:08:49 by jwe]
jwe
parents: 3726
diff changeset
4938 patch by Kian Ming Adam Chai <caijianming@yahoo.co.uk>.
e6d0041aedf3 [project @ 2000-10-31 02:08:49 by jwe]
jwe
parents: 3726
diff changeset
4939
3726
b7d997d593d9 [project @ 2000-10-27 17:51:21 by jwe]
jwe
parents: 3724
diff changeset
4940 2000-10-27 John W. Eaton <jwe@bevo.che.wisc.edu>
b7d997d593d9 [project @ 2000-10-27 17:51:21 by jwe]
jwe
parents: 3724
diff changeset
4941
b7d997d593d9 [project @ 2000-10-27 17:51:21 by jwe]
jwe
parents: 3724
diff changeset
4942 * Makefile.in (ops.cc): Don't substitute BLAS_LIBS and LIBS here.
b7d997d593d9 [project @ 2000-10-27 17:51:21 by jwe]
jwe
parents: 3724
diff changeset
4943
b7d997d593d9 [project @ 2000-10-27 17:51:21 by jwe]
jwe
parents: 3724
diff changeset
4944 * oct-conf.h.in (OCTAVE_CONF_SPECIAL_MATH_LIB): Delete.
b7d997d593d9 [project @ 2000-10-27 17:51:21 by jwe]
jwe
parents: 3724
diff changeset
4945 (OCTAVE_CONF_BLAS_LIBS): Add.
b7d997d593d9 [project @ 2000-10-27 17:51:21 by jwe]
jwe
parents: 3724
diff changeset
4946 * toplev.cc (octave_config_info): Likewise, add BLAS_LIBS and
b7d997d593d9 [project @ 2000-10-27 17:51:21 by jwe]
jwe
parents: 3724
diff changeset
4947 remove SPECIAL_MATH_LIB from the struct.
b7d997d593d9 [project @ 2000-10-27 17:51:21 by jwe]
jwe
parents: 3724
diff changeset
4948
b7d997d593d9 [project @ 2000-10-27 17:51:21 by jwe]
jwe
parents: 3724
diff changeset
4949 * parse.y (feval (const octave_value_list&, int)): Don't panic
b7d997d593d9 [project @ 2000-10-27 17:51:21 by jwe]
jwe
parents: 3724
diff changeset
4950 while processing arg names if arg.length() and arg_names.length()
b7d997d593d9 [project @ 2000-10-27 17:51:21 by jwe]
jwe
parents: 3724
diff changeset
4951 differ.
b7d997d593d9 [project @ 2000-10-27 17:51:21 by jwe]
jwe
parents: 3724
diff changeset
4952
3724
3dfae66ad67c [project @ 2000-10-12 05:45:11 by jwe]
jwe
parents: 3723
diff changeset
4953 2000-10-12 Paul Kienzle <pkienzle@kienzle.powernet.co.uk>
3dfae66ad67c [project @ 2000-10-12 05:45:11 by jwe]
jwe
parents: 3723
diff changeset
4954
3dfae66ad67c [project @ 2000-10-12 05:45:11 by jwe]
jwe
parents: 3723
diff changeset
4955 * ov-cell.h (octave_cell::is_cell): New function.
3dfae66ad67c [project @ 2000-10-12 05:45:11 by jwe]
jwe
parents: 3723
diff changeset
4956
3dfae66ad67c [project @ 2000-10-12 05:45:11 by jwe]
jwe
parents: 3723
diff changeset
4957 * pt-select.cc (equal): New static function.
3dfae66ad67c [project @ 2000-10-12 05:45:11 by jwe]
jwe
parents: 3723
diff changeset
4958 (tree_switch_case::label_matches): Use it to compare case label
3dfae66ad67c [project @ 2000-10-12 05:45:11 by jwe]
jwe
parents: 3723
diff changeset
4959 against arg. Handle cell arrays as case labels.
3dfae66ad67c [project @ 2000-10-12 05:45:11 by jwe]
jwe
parents: 3723
diff changeset
4960
3723
4c3774db5b3c [project @ 2000-10-12 05:10:08 by jwe]
jwe
parents: 3719
diff changeset
4961 2000-10-12 John W. Eaton <jwe@bevo.che.wisc.edu>
4c3774db5b3c [project @ 2000-10-12 05:10:08 by jwe]
jwe
parents: 3719
diff changeset
4962
4c3774db5b3c [project @ 2000-10-12 05:10:08 by jwe]
jwe
parents: 3719
diff changeset
4963 Change patterned after patch by Cai Jianming
4c3774db5b3c [project @ 2000-10-12 05:10:08 by jwe]
jwe
parents: 3719
diff changeset
4964 <caijianming@yahoo.co.uk> to support for DIM arg in 2.0.x sources.
4c3774db5b3c [project @ 2000-10-12 05:10:08 by jwe]
jwe
parents: 3719
diff changeset
4965
4c3774db5b3c [project @ 2000-10-12 05:10:08 by jwe]
jwe
parents: 3719
diff changeset
4966 * data.cc (DATA_REDUCTION): New macro. Handle second DIM arg here.
4c3774db5b3c [project @ 2000-10-12 05:10:08 by jwe]
jwe
parents: 3719
diff changeset
4967 (Fcumprod): Replace function body with DATA_REDUCTION.
4c3774db5b3c [project @ 2000-10-12 05:10:08 by jwe]
jwe
parents: 3719
diff changeset
4968 (Fcumsum): Likewise.
4c3774db5b3c [project @ 2000-10-12 05:10:08 by jwe]
jwe
parents: 3719
diff changeset
4969 (Fprod): Likewise.
4c3774db5b3c [project @ 2000-10-12 05:10:08 by jwe]
jwe
parents: 3719
diff changeset
4970 (Fsum): Likewise.
4c3774db5b3c [project @ 2000-10-12 05:10:08 by jwe]
jwe
parents: 3719
diff changeset
4971 (Fsumsq): Likewise.
4c3774db5b3c [project @ 2000-10-12 05:10:08 by jwe]
jwe
parents: 3719
diff changeset
4972
3719
744755872311 [project @ 2000-10-10 21:42:20 by jwe]
jwe
parents: 3716
diff changeset
4973 2000-10-10 John W. Eaton <jwe@bevo.che.wisc.edu>
744755872311 [project @ 2000-10-10 21:42:20 by jwe]
jwe
parents: 3716
diff changeset
4974
744755872311 [project @ 2000-10-10 21:42:20 by jwe]
jwe
parents: 3716
diff changeset
4975 * error.cc (pr_where_2): New function.
744755872311 [project @ 2000-10-10 21:42:20 by jwe]
jwe
parents: 3716
diff changeset
4976 (pr_where_1): Use it instead of error_1 to avoid setting error_state.
744755872311 [project @ 2000-10-10 21:42:20 by jwe]
jwe
parents: 3716
diff changeset
4977
744755872311 [project @ 2000-10-10 21:42:20 by jwe]
jwe
parents: 3716
diff changeset
4978 2000-10-02 John W. Eaton <jwe@bevo.che.wisc.edu>
744755872311 [project @ 2000-10-10 21:42:20 by jwe]
jwe
parents: 3716
diff changeset
4979
744755872311 [project @ 2000-10-10 21:42:20 by jwe]
jwe
parents: 3716
diff changeset
4980 * xdiv.cc (xdiv): Warn if execution falls through to lssolve.
744755872311 [project @ 2000-10-10 21:42:20 by jwe]
jwe
parents: 3716
diff changeset
4981
3716
08fe5f74c7d4 [project @ 2000-09-07 04:59:03 by jwe]
jwe
parents: 3715
diff changeset
4982 2000-09-06 John W. Eaton <jwe@bevo.che.wisc.edu>
08fe5f74c7d4 [project @ 2000-09-07 04:59:03 by jwe]
jwe
parents: 3715
diff changeset
4983
08fe5f74c7d4 [project @ 2000-09-07 04:59:03 by jwe]
jwe
parents: 3715
diff changeset
4984 * utils.cc (FERRNO): New function (currently commented out).
08fe5f74c7d4 [project @ 2000-09-07 04:59:03 by jwe]
jwe
parents: 3715
diff changeset
4985
08fe5f74c7d4 [project @ 2000-09-07 04:59:03 by jwe]
jwe
parents: 3715
diff changeset
4986 * c-file-ptr-stream.cc (c_file_ptr_buf::close): Call flush here.
08fe5f74c7d4 [project @ 2000-09-07 04:59:03 by jwe]
jwe
parents: 3715
diff changeset
4987 (c_file_ptr_buf::~c_file_ptr_buf): Not here.
08fe5f74c7d4 [project @ 2000-09-07 04:59:03 by jwe]
jwe
parents: 3715
diff changeset
4988 * c-file-ptr-stream.h (c_fie_ptr_buf::close_fcn): New typedef.
08fe5f74c7d4 [project @ 2000-09-07 04:59:03 by jwe]
jwe
parents: 3715
diff changeset
4989 (c_file_ptr_buf::cf): New data member. Add default constructor arg.
08fe5f74c7d4 [project @ 2000-09-07 04:59:03 by jwe]
jwe
parents: 3715
diff changeset
4990 (class c_file_ptr_buf): Derive from filebuf, not streambuf.
08fe5f74c7d4 [project @ 2000-09-07 04:59:03 by jwe]
jwe
parents: 3715
diff changeset
4991 (i_c_file_ptr_stream, o_c_file_ptr_stream): Handle close function here.
08fe5f74c7d4 [project @ 2000-09-07 04:59:03 by jwe]
jwe
parents: 3715
diff changeset
4992 * oct-procstrm.cc (octave_iprocstream, octave_oprocstream): Likewise.
08fe5f74c7d4 [project @ 2000-09-07 04:59:03 by jwe]
jwe
parents: 3715
diff changeset
4993 (octave_iprocstream::do_close, octave_oprocstream::do_close): Delete.
08fe5f74c7d4 [project @ 2000-09-07 04:59:03 by jwe]
jwe
parents: 3715
diff changeset
4994 * oct-stdstrm.cc (octave_base_stdiostream::~octave_base_stdiostream):
08fe5f74c7d4 [project @ 2000-09-07 04:59:03 by jwe]
jwe
parents: 3715
diff changeset
4995 Don't do anything.
08fe5f74c7d4 [project @ 2000-09-07 04:59:03 by jwe]
jwe
parents: 3715
diff changeset
4996 (octave_istdiostream::create): Handle close function here.
08fe5f74c7d4 [project @ 2000-09-07 04:59:03 by jwe]
jwe
parents: 3715
diff changeset
4997 (octave_istdiostream::octave_istdiostream): Likewise.
08fe5f74c7d4 [project @ 2000-09-07 04:59:03 by jwe]
jwe
parents: 3715
diff changeset
4998 (octave_ostdiostream::create): Likewise.
08fe5f74c7d4 [project @ 2000-09-07 04:59:03 by jwe]
jwe
parents: 3715
diff changeset
4999 (octave_ostdiostream::octave_ostdiostream): Likewise.
08fe5f74c7d4 [project @ 2000-09-07 04:59:03 by jwe]
jwe
parents: 3715
diff changeset
5000 (class octave_base_stdiostream): Don't cache FILE pointer here.
08fe5f74c7d4 [project @ 2000-09-07 04:59:03 by jwe]
jwe
parents: 3715
diff changeset
5001
3715
e5ff21d2bac6 [project @ 2000-09-01 05:52:56 by jwe]
jwe
parents: 3712
diff changeset
5002 2000-09-01 John W. Eaton <jwe@bevo.che.wisc.edu>
e5ff21d2bac6 [project @ 2000-09-01 05:52:56 by jwe]
jwe
parents: 3712
diff changeset
5003
e5ff21d2bac6 [project @ 2000-09-01 05:52:56 by jwe]
jwe
parents: 3712
diff changeset
5004 * syscalls.cc (Ffcntl): Don't assume that the file id passed in is
e5ff21d2bac6 [project @ 2000-09-01 05:52:56 by jwe]
jwe
parents: 3712
diff changeset
5005 the same as the underlying system file id.
e5ff21d2bac6 [project @ 2000-09-01 05:52:56 by jwe]
jwe
parents: 3712
diff changeset
5006
3712
7066a8065e7e [project @ 2000-08-22 06:21:20 by jwe]
jwe
parents: 3711
diff changeset
5007 2000-08-22 John W. Eaton <jwe@bevo.che.wisc.edu>
7066a8065e7e [project @ 2000-08-22 06:21:20 by jwe]
jwe
parents: 3711
diff changeset
5008
7066a8065e7e [project @ 2000-08-22 06:21:20 by jwe]
jwe
parents: 3711
diff changeset
5009 * parse.y: Use octave_time, not time.
7066a8065e7e [project @ 2000-08-22 06:21:20 by jwe]
jwe
parents: 3711
diff changeset
5010
3711
60db0e500f10 [project @ 2000-08-03 05:09:39 by jwe]
jwe
parents: 3710
diff changeset
5011 2000-08-03 John W. Eaton <jwe@bevo.che.wisc.edu>
60db0e500f10 [project @ 2000-08-03 05:09:39 by jwe]
jwe
parents: 3710
diff changeset
5012
60db0e500f10 [project @ 2000-08-03 05:09:39 by jwe]
jwe
parents: 3710
diff changeset
5013 * oct-stream.cc (printf_value_cache::double_value): Also set
60db0e500f10 [project @ 2000-08-03 05:09:39 by jwe]
jwe
parents: 3710
diff changeset
5014 curr_stat to conversion_error if there are no values at all.
60db0e500f10 [project @ 2000-08-03 05:09:39 by jwe]
jwe
parents: 3710
diff changeset
5015
3710
9a77deefb8c9 [project @ 2000-08-02 20:47:44 by jwe]
jwe
parents: 3709
diff changeset
5016 2000-08-02 John W. Eaton <jwe@bevo.che.wisc.edu>
9a77deefb8c9 [project @ 2000-08-02 20:47:44 by jwe]
jwe
parents: 3709
diff changeset
5017
9a77deefb8c9 [project @ 2000-08-02 20:47:44 by jwe]
jwe
parents: 3709
diff changeset
5018 * dirfns.cc (Flink, Fsymlink, Freadlink): New functions.
9a77deefb8c9 [project @ 2000-08-02 20:47:44 by jwe]
jwe
parents: 3709
diff changeset
5019
3709
c73bea82af94 [project @ 2000-08-02 02:23:26 by jwe]
jwe
parents: 3708
diff changeset
5020 2000-08-01 John W. Eaton <jwe@bevo.che.wisc.edu>
c73bea82af94 [project @ 2000-08-02 02:23:26 by jwe]
jwe
parents: 3708
diff changeset
5021
c73bea82af94 [project @ 2000-08-02 02:23:26 by jwe]
jwe
parents: 3708
diff changeset
5022 * load-save.cc (Vsave_header_format_string): New variable.
c73bea82af94 [project @ 2000-08-02 02:23:26 by jwe]
jwe
parents: 3708
diff changeset
5023 (symbols_of_load_save): DEFVAR it.
c73bea82af94 [project @ 2000-08-02 02:23:26 by jwe]
jwe
parents: 3708
diff changeset
5024 (save_header_format, default_save_header_format): New functions.
c73bea82af94 [project @ 2000-08-02 02:23:26 by jwe]
jwe
parents: 3708
diff changeset
5025 (write_header): Use Vsave_header_format_string here.
c73bea82af94 [project @ 2000-08-02 02:23:26 by jwe]
jwe
parents: 3708
diff changeset
5026
3707
58140935c812 [project @ 2000-07-28 09:40:52 by jwe]
jwe
parents: 3705
diff changeset
5027 2000-07-28 John W. Eaton <jwe@bevo.che.wisc.edu>
58140935c812 [project @ 2000-07-28 09:40:52 by jwe]
jwe
parents: 3705
diff changeset
5028
3708
9b9efdcbdfd3 [project @ 2000-07-28 20:50:58 by jwe]
jwe
parents: 3707
diff changeset
5029 * pt-pr-code.h (tree_print_code::curr_print_indent_level,
9b9efdcbdfd3 [project @ 2000-07-28 20:50:58 by jwe]
jwe
parents: 3707
diff changeset
5030 (tree_print_code::beginning_of_line): No longer static.
9b9efdcbdfd3 [project @ 2000-07-28 20:50:58 by jwe]
jwe
parents: 3707
diff changeset
5031 (tree_print_code::tree_print_code): Initialize them here.
9b9efdcbdfd3 [project @ 2000-07-28 20:50:58 by jwe]
jwe
parents: 3707
diff changeset
5032 * pt-pr-code.cc: Not here.
9b9efdcbdfd3 [project @ 2000-07-28 20:50:58 by jwe]
jwe
parents: 3707
diff changeset
5033
9b9efdcbdfd3 [project @ 2000-07-28 20:50:58 by jwe]
jwe
parents: 3707
diff changeset
5034 * pt-stmt.cc (tree_statement::eval): Set curr_statement here.
9b9efdcbdfd3 [project @ 2000-07-28 20:50:58 by jwe]
jwe
parents: 3707
diff changeset
5035 (tree_statement_list::eval): Not here.
9b9efdcbdfd3 [project @ 2000-07-28 20:50:58 by jwe]
jwe
parents: 3707
diff changeset
5036
3707
58140935c812 [project @ 2000-07-28 09:40:52 by jwe]
jwe
parents: 3705
diff changeset
5037 Debug-on-error stuff based on a patch submitted by Paul Kienzle
58140935c812 [project @ 2000-07-28 09:40:52 by jwe]
jwe
parents: 3705
diff changeset
5038 <pkienzle@kienzle.powernet.co.uk> for 2.0.x.
58140935c812 [project @ 2000-07-28 09:40:52 by jwe]
jwe
parents: 3705
diff changeset
5039
58140935c812 [project @ 2000-07-28 09:40:52 by jwe]
jwe
parents: 3705
diff changeset
5040 * error.cc (Vdebug_on_warning): New static flag variable.
58140935c812 [project @ 2000-07-28 09:40:52 by jwe]
jwe
parents: 3705
diff changeset
5041 (debug_on_warning): New function.
58140935c812 [project @ 2000-07-28 09:40:52 by jwe]
jwe
parents: 3705
diff changeset
5042 (symbols_of_warning): DEFVAR debug_on_warning.
58140935c812 [project @ 2000-07-28 09:40:52 by jwe]
jwe
parents: 3705
diff changeset
5043 (warning): Handle debug_on_warning here.
58140935c812 [project @ 2000-07-28 09:40:52 by jwe]
jwe
parents: 3705
diff changeset
5044
58140935c812 [project @ 2000-07-28 09:40:52 by jwe]
jwe
parents: 3705
diff changeset
5045 * input.cc (do_keyboard): New function.
58140935c812 [project @ 2000-07-28 09:40:52 by jwe]
jwe
parents: 3705
diff changeset
5046 (Fkeyboard): Use it to do the real work.
58140935c812 [project @ 2000-07-28 09:40:52 by jwe]
jwe
parents: 3705
diff changeset
5047 * pt-stmt.cc (curr_statement): New static variable.
58140935c812 [project @ 2000-07-28 09:40:52 by jwe]
jwe
parents: 3705
diff changeset
5048 (tree_statement::eval): Save and restore it here.
58140935c812 [project @ 2000-07-28 09:40:52 by jwe]
jwe
parents: 3705
diff changeset
5049 * error.cc (Vdebug_on_error): New static flag variable.
58140935c812 [project @ 2000-07-28 09:40:52 by jwe]
jwe
parents: 3705
diff changeset
5050 (debug_on_error): New function.
58140935c812 [project @ 2000-07-28 09:40:52 by jwe]
jwe
parents: 3705
diff changeset
5051 (symbols_of_error): DEFVAR debug_on_error.
58140935c812 [project @ 2000-07-28 09:40:52 by jwe]
jwe
parents: 3705
diff changeset
5052 (pr_where, pr_where_1): New functions.
58140935c812 [project @ 2000-07-28 09:40:52 by jwe]
jwe
parents: 3705
diff changeset
5053 (error): Handle debug_on_error here.
58140935c812 [project @ 2000-07-28 09:40:52 by jwe]
jwe
parents: 3705
diff changeset
5054
3705
7e90f4e9a4d5 [project @ 2000-07-22 01:57:25 by jwe]
jwe
parents: 3704
diff changeset
5055 2000-07-20 Joao Cardoso <jcardoso@inescporto.pt>
7e90f4e9a4d5 [project @ 2000-07-22 01:57:25 by jwe]
jwe
parents: 3704
diff changeset
5056
7e90f4e9a4d5 [project @ 2000-07-22 01:57:25 by jwe]
jwe
parents: 3704
diff changeset
5057 * Makefile.in (octave): Link with $(LD_CXX) instead of $(CXX)
7e90f4e9a4d5 [project @ 2000-07-22 01:57:25 by jwe]
jwe
parents: 3704
diff changeset
5058
3704
aef06675c94d [project @ 2000-07-20 19:21:23 by jwe]
jwe
parents: 3698
diff changeset
5059 2000-07-20 John W. Eaton <jwe@bevo.che.wisc.edu>
aef06675c94d [project @ 2000-07-20 19:21:23 by jwe]
jwe
parents: 3698
diff changeset
5060
aef06675c94d [project @ 2000-07-20 19:21:23 by jwe]
jwe
parents: 3698
diff changeset
5061 * oct-stream.cc (octave_base_stream::oscanf): Advance to next
aef06675c94d [project @ 2000-07-20 19:21:23 by jwe]
jwe
parents: 3698
diff changeset
5062 format element before attempting to pick up any trailing stuff.
aef06675c94d [project @ 2000-07-20 19:21:23 by jwe]
jwe
parents: 3698
diff changeset
5063
3697
8ce0d75eb4e3 [project @ 2000-07-18 03:28:33 by jwe]
jwe
parents: 3695
diff changeset
5064 2000-07-17 John W. Eaton <jwe@bevo.che.wisc.edu>
8ce0d75eb4e3 [project @ 2000-07-18 03:28:33 by jwe]
jwe
parents: 3695
diff changeset
5065
3698
22c94c038d48 [project @ 2000-07-18 04:27:07 by jwe]
jwe
parents: 3697
diff changeset
5066 * lex.l (next_token_is_bin_op): Don't recognize `..' as a binary op.
22c94c038d48 [project @ 2000-07-18 04:27:07 by jwe]
jwe
parents: 3697
diff changeset
5067
3697
8ce0d75eb4e3 [project @ 2000-07-18 03:28:33 by jwe]
jwe
parents: 3695
diff changeset
5068 * load-save.cc (get_file_format): Call read_mat5_binary_file_header
8ce0d75eb4e3 [project @ 2000-07-18 03:28:33 by jwe]
jwe
parents: 3695
diff changeset
5069 with third arg true instead of false, so we don't barf if the file
8ce0d75eb4e3 [project @ 2000-07-18 03:28:33 by jwe]
jwe
parents: 3695
diff changeset
5070 is not a matlab v5 binary file.
8ce0d75eb4e3 [project @ 2000-07-18 03:28:33 by jwe]
jwe
parents: 3695
diff changeset
5071
3695
64ca92e02a7e [project @ 2000-07-14 18:49:06 by jwe]
jwe
parents: 3694
diff changeset
5072 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu>
64ca92e02a7e [project @ 2000-07-14 18:49:06 by jwe]
jwe
parents: 3694
diff changeset
5073
64ca92e02a7e [project @ 2000-07-14 18:49:06 by jwe]
jwe
parents: 3694
diff changeset
5074 * Makefile.in (octave): Link to ../libcruft/blas-xtra/xerbla.o here.
64ca92e02a7e [project @ 2000-07-14 18:49:06 by jwe]
jwe
parents: 3694
diff changeset
5075
64ca92e02a7e [project @ 2000-07-14 18:49:06 by jwe]
jwe
parents: 3694
diff changeset
5076 * octave.cc (main): Remove kluge to attempt linking our version of
64ca92e02a7e [project @ 2000-07-14 18:49:06 by jwe]
jwe
parents: 3694
diff changeset
5077 xerbla.
64ca92e02a7e [project @ 2000-07-14 18:49:06 by jwe]
jwe
parents: 3694
diff changeset
5078
64ca92e02a7e [project @ 2000-07-14 18:49:06 by jwe]
jwe
parents: 3694
diff changeset
5079 2000-07-07 Steven G. Johnson <stevenj@alum.mit.edu>
64ca92e02a7e [project @ 2000-07-14 18:49:06 by jwe]
jwe
parents: 3694
diff changeset
5080
64ca92e02a7e [project @ 2000-07-14 18:49:06 by jwe]
jwe
parents: 3694
diff changeset
5081 * load-save.cc (have_h5giterate_bug): New file-scope variable.
64ca92e02a7e [project @ 2000-07-14 18:49:06 by jwe]
jwe
parents: 3694
diff changeset
5082 (hdf5_read_next_data): Only increment current_item if
64ca92e02a7e [project @ 2000-07-14 18:49:06 by jwe]
jwe
parents: 3694
diff changeset
5083 have_h5giterate_bug is true.
64ca92e02a7e [project @ 2000-07-14 18:49:06 by jwe]
jwe
parents: 3694
diff changeset
5084 (read_hdf5_data): Set have_h5giterate_bug here.
64ca92e02a7e [project @ 2000-07-14 18:49:06 by jwe]
jwe
parents: 3694
diff changeset
5085 Only increment hs.current_item if have_h5giterate_bug is true.
64ca92e02a7e [project @ 2000-07-14 18:49:06 by jwe]
jwe
parents: 3694
diff changeset
5086
3693
87fa55a09f19 [project @ 2000-07-05 16:04:11 by jwe]
jwe
parents: 3692
diff changeset
5087 2000-07-05 John W. Eaton <jwe@bevo.che.wisc.edu>
87fa55a09f19 [project @ 2000-07-05 16:04:11 by jwe]
jwe
parents: 3692
diff changeset
5088
87fa55a09f19 [project @ 2000-07-05 16:04:11 by jwe]
jwe
parents: 3692
diff changeset
5089 * c-file-ptr-stream.cc (c_file_ptr_buf::close):
87fa55a09f19 [project @ 2000-07-05 16:04:11 by jwe]
jwe
parents: 3692
diff changeset
5090 Return -1 if file pointer is NULL.
87fa55a09f19 [project @ 2000-07-05 16:04:11 by jwe]
jwe
parents: 3692
diff changeset
5091 Set file pointer to 0 after closing.
87fa55a09f19 [project @ 2000-07-05 16:04:11 by jwe]
jwe
parents: 3692
diff changeset
5092 (c_file_ptr_buf::~c_file_ptr_buf): Call close after flushing.
87fa55a09f19 [project @ 2000-07-05 16:04:11 by jwe]
jwe
parents: 3692
diff changeset
5093
3694
48415caaea35 [project @ 2000-07-07 21:32:32 by jwe]
jwe
parents: 3693
diff changeset
5094 2000-07-05 Steven G. Johnson <stevenj@alum.mit.edu>
3692
3e474e5b2986 [project @ 2000-07-05 15:26:04 by jwe]
jwe
parents: 3690
diff changeset
5095
3e474e5b2986 [project @ 2000-07-05 15:26:04 by jwe]
jwe
parents: 3690
diff changeset
5096 * Makefile.in (BLAS_LIBS): Substitute here.
3e474e5b2986 [project @ 2000-07-05 15:26:04 by jwe]
jwe
parents: 3690
diff changeset
5097 (octave): Use $(BLAS_LIBS) in the final link command.
3e474e5b2986 [project @ 2000-07-05 15:26:04 by jwe]
jwe
parents: 3690
diff changeset
5098
3694
48415caaea35 [project @ 2000-07-07 21:32:32 by jwe]
jwe
parents: 3693
diff changeset
5099 2000-06-30 Steven G. Johnson <stevenj@alum.mit.edu>
3690
55e59236c5e5 [project @ 2000-06-30 20:55:36 by jwe]
jwe
parents: 3689
diff changeset
5100
55e59236c5e5 [project @ 2000-06-30 20:55:36 by jwe]
jwe
parents: 3689
diff changeset
5101 * Makefile.in (octave): Link $(FLIBS) last.
55e59236c5e5 [project @ 2000-06-30 20:55:36 by jwe]
jwe
parents: 3689
diff changeset
5102 * octave.cc (main): Force our own xerbla to be linked instead of
55e59236c5e5 [project @ 2000-06-30 20:55:36 by jwe]
jwe
parents: 3689
diff changeset
5103 some system version.
55e59236c5e5 [project @ 2000-06-30 20:55:36 by jwe]
jwe
parents: 3689
diff changeset
5104
3688
8aea513ff224 [project @ 2000-06-29 22:50:23 by jwe]
jwe
parents: 3687
diff changeset
5105 2000-06-29 James R. Van Zandt <jrv@vanzandt.mv.com>
8aea513ff224 [project @ 2000-06-29 22:50:23 by jwe]
jwe
parents: 3687
diff changeset
5106
3689
9143cd2129c4 [project @ 2000-06-30 09:30:44 by jwe]
jwe
parents: 3688
diff changeset
5107 * load-save.cc (load_save_format): New value, LS_MAT5_BINARY.
3688
8aea513ff224 [project @ 2000-06-29 22:50:23 by jwe]
jwe
parents: 3687
diff changeset
5108 (arrayclasstype, mat5_data_type): New enums.
8aea513ff224 [project @ 2000-06-29 22:50:23 by jwe]
jwe
parents: 3687
diff changeset
5109 (read_mat5_binary_data): New function.
8aea513ff224 [project @ 2000-06-29 22:50:23 by jwe]
jwe
parents: 3687
diff changeset
5110 (read_mat5_tag): New function.
8aea513ff224 [project @ 2000-06-29 22:50:23 by jwe]
jwe
parents: 3687
diff changeset
5111 (read_mat5_binary_element): New function.
8aea513ff224 [project @ 2000-06-29 22:50:23 by jwe]
jwe
parents: 3687
diff changeset
5112 (read_mat5_binary_file_header): New function.
8aea513ff224 [project @ 2000-06-29 22:50:23 by jwe]
jwe
parents: 3687
diff changeset
5113 (get_file_format): Check for mat5 binary format too.
8aea513ff224 [project @ 2000-06-29 22:50:23 by jwe]
jwe
parents: 3687
diff changeset
5114 (do_load): Handle mat5 binary format.
8aea513ff224 [project @ 2000-06-29 22:50:23 by jwe]
jwe
parents: 3687
diff changeset
5115 (write_mat5_tag): New function.
8aea513ff224 [project @ 2000-06-29 22:50:23 by jwe]
jwe
parents: 3687
diff changeset
5116 (write_mat5_array): New function.
8aea513ff224 [project @ 2000-06-29 22:50:23 by jwe]
jwe
parents: 3687
diff changeset
5117 (class mat5_callback): New class.
8aea513ff224 [project @ 2000-06-29 22:50:23 by jwe]
jwe
parents: 3687
diff changeset
5118 (save_mat5_binary_element): New functnon.
8aea513ff224 [project @ 2000-06-29 22:50:23 by jwe]
jwe
parents: 3687
diff changeset
5119 (do_save): Handle mat5 binary format.
8aea513ff224 [project @ 2000-06-29 22:50:23 by jwe]
jwe
parents: 3687
diff changeset
5120 (write_header): Handle LS_MAT5_BINARY case too.
8aea513ff224 [project @ 2000-06-29 22:50:23 by jwe]
jwe
parents: 3687
diff changeset
5121 (save_user_variables): Handle LS_MAT5_BINARY case too.
8aea513ff224 [project @ 2000-06-29 22:50:23 by jwe]
jwe
parents: 3687
diff changeset
5122 (Fsave): Handle LS_MAT5_BINARY case too.
8aea513ff224 [project @ 2000-06-29 22:50:23 by jwe]
jwe
parents: 3687
diff changeset
5123 (Fload): Handle LS_MAT5_BINARY case too.
8aea513ff224 [project @ 2000-06-29 22:50:23 by jwe]
jwe
parents: 3687
diff changeset
5124
3694
48415caaea35 [project @ 2000-07-07 21:32:32 by jwe]
jwe
parents: 3693
diff changeset
5125 2000-06-29 Steven G. Johnson <stevenj@alum.mit.edu>
3687
b5a285d1c1f4 [project @ 2000-06-29 21:33:00 by jwe]
jwe
parents: 3686
diff changeset
5126
b5a285d1c1f4 [project @ 2000-06-29 21:33:00 by jwe]
jwe
parents: 3686
diff changeset
5127 All of the following changes are protected by #ifdef HAVE_HDF5.
b5a285d1c1f4 [project @ 2000-06-29 21:33:00 by jwe]
jwe
parents: 3686
diff changeset
5128
b5a285d1c1f4 [project @ 2000-06-29 21:33:00 by jwe]
jwe
parents: 3686
diff changeset
5129 * load-save.cc (load_save_format): New value, LS_HDF5.
b5a285d1c1f4 [project @ 2000-06-29 21:33:00 by jwe]
jwe
parents: 3686
diff changeset
5130 (make_valid_identifier): New function.
b5a285d1c1f4 [project @ 2000-06-29 21:33:00 by jwe]
jwe
parents: 3686
diff changeset
5131 (class hdf5_fstreambase, class hdf5_ifstream, class hdf5_ofstream):
b5a285d1c1f4 [project @ 2000-06-29 21:33:00 by jwe]
jwe
parents: 3686
diff changeset
5132 New classes for reading and writing hdf5 data.
b5a285d1c1f4 [project @ 2000-06-29 21:33:00 by jwe]
jwe
parents: 3686
diff changeset
5133 (hdf5_types_compatible): New function.
b5a285d1c1f4 [project @ 2000-06-29 21:33:00 by jwe]
jwe
parents: 3686
diff changeset
5134 (hdf5_import_multidim): New function.
b5a285d1c1f4 [project @ 2000-06-29 21:33:00 by jwe]
jwe
parents: 3686
diff changeset
5135 (hdf5_check_attr): New function.
b5a285d1c1f4 [project @ 2000-06-29 21:33:00 by jwe]
jwe
parents: 3686
diff changeset
5136 (hdf5_read_next_data): New function.
b5a285d1c1f4 [project @ 2000-06-29 21:33:00 by jwe]
jwe
parents: 3686
diff changeset
5137 (hdf5_make_complex_type): New function.
b5a285d1c1f4 [project @ 2000-06-29 21:33:00 by jwe]
jwe
parents: 3686
diff changeset
5138 (hdf5_make_range_type): New function.
b5a285d1c1f4 [project @ 2000-06-29 21:33:00 by jwe]
jwe
parents: 3686
diff changeset
5139 (read_hdf5_data): New function.
b5a285d1c1f4 [project @ 2000-06-29 21:33:00 by jwe]
jwe
parents: 3686
diff changeset
5140 (get_file_format): Handle HDF5 format.
b5a285d1c1f4 [project @ 2000-06-29 21:33:00 by jwe]
jwe
parents: 3686
diff changeset
5141 (do_load): Handle LS_HDF5 case.
b5a285d1c1f4 [project @ 2000-06-29 21:33:00 by jwe]
jwe
parents: 3686
diff changeset
5142 (Fload): Handle HDF5 format.
b5a285d1c1f4 [project @ 2000-06-29 21:33:00 by jwe]
jwe
parents: 3686
diff changeset
5143 (hdf5_add_attr): New function.
b5a285d1c1f4 [project @ 2000-06-29 21:33:00 by jwe]
jwe
parents: 3686
diff changeset
5144 (save_type_to_hdf5): New function.
b5a285d1c1f4 [project @ 2000-06-29 21:33:00 by jwe]
jwe
parents: 3686
diff changeset
5145 (add_hdf5_data): New function.
b5a285d1c1f4 [project @ 2000-06-29 21:33:00 by jwe]
jwe
parents: 3686
diff changeset
5146 (do_save): Handle HDF5 format.
b5a285d1c1f4 [project @ 2000-06-29 21:33:00 by jwe]
jwe
parents: 3686
diff changeset
5147 (get_default_save_format): Handle LS_HDF5 case.
b5a285d1c1f4 [project @ 2000-06-29 21:33:00 by jwe]
jwe
parents: 3686
diff changeset
5148 (write_header): Handle LS_HDF5 case.
b5a285d1c1f4 [project @ 2000-06-29 21:33:00 by jwe]
jwe
parents: 3686
diff changeset
5149 (save_user_variables): Handle HDF5 format.
b5a285d1c1f4 [project @ 2000-06-29 21:33:00 by jwe]
jwe
parents: 3686
diff changeset
5150 (Fsave): Handle HDF5 format.
b5a285d1c1f4 [project @ 2000-06-29 21:33:00 by jwe]
jwe
parents: 3686
diff changeset
5151
3686
9507d6de9bbd [project @ 2000-06-29 16:30:44 by jwe]
jwe
parents: 3685
diff changeset
5152 2000-06-28 John W. Eaton <jwe@bevo.che.wisc.edu>
9507d6de9bbd [project @ 2000-06-29 16:30:44 by jwe]
jwe
parents: 3685
diff changeset
5153
9507d6de9bbd [project @ 2000-06-29 16:30:44 by jwe]
jwe
parents: 3685
diff changeset
5154 * help.cc (display_help_text): If writing to filter fails, send
9507d6de9bbd [project @ 2000-06-29 16:30:44 by jwe]
jwe
parents: 3685
diff changeset
5155 unformatted text to output stream.
9507d6de9bbd [project @ 2000-06-29 16:30:44 by jwe]
jwe
parents: 3685
diff changeset
5156
3683
505f5c35a2c9 [project @ 2000-06-27 20:19:47 by jwe]
jwe
parents: 3682
diff changeset
5157 2000-06-27 John W. Eaton <jwe@bevo.che.wisc.edu>
505f5c35a2c9 [project @ 2000-06-27 20:19:47 by jwe]
jwe
parents: 3682
diff changeset
5158
3685
9d8306640373 [project @ 2000-06-28 19:25:02 by jwe]
jwe
parents: 3683
diff changeset
5159 * OPERATORS/op-bm-bm.cc (eq): Define using mx_el_eq, not operator ==.
9d8306640373 [project @ 2000-06-28 19:25:02 by jwe]
jwe
parents: 3683
diff changeset
5160 (ne): Likewise, use mx_el_ne, not operator !=.
9d8306640373 [project @ 2000-06-28 19:25:02 by jwe]
jwe
parents: 3683
diff changeset
5161
3683
505f5c35a2c9 [project @ 2000-06-27 20:19:47 by jwe]
jwe
parents: 3682
diff changeset
5162 * pr-output.cc (Fdisp): Delete.
505f5c35a2c9 [project @ 2000-06-27 20:19:47 by jwe]
jwe
parents: 3682
diff changeset
5163
3681
df54d394acc0 [project @ 2000-06-26 17:46:58 by jwe]
jwe
parents: 3678
diff changeset
5164 2000-06-26 John W. Eaton <jwe@bevo.che.wisc.edu>
df54d394acc0 [project @ 2000-06-26 17:46:58 by jwe]
jwe
parents: 3678
diff changeset
5165
3682
19e1ac7359fb [project @ 2000-06-27 03:23:10 by jwe]
jwe
parents: 3681
diff changeset
5166 * pr-output.cc (float_format::float_format): Set default values
19e1ac7359fb [project @ 2000-06-27 03:23:10 by jwe]
jwe
parents: 3681
diff changeset
5167 for width and precision to -1.
19e1ac7359fb [project @ 2000-06-27 03:23:10 by jwe]
jwe
parents: 3681
diff changeset
5168 (operator << (ostream&, pr_formatted_float&): Set width and
19e1ac7359fb [project @ 2000-06-27 03:23:10 by jwe]
jwe
parents: 3681
diff changeset
5169 precision if values are >= 0.
19e1ac7359fb [project @ 2000-06-27 03:23:10 by jwe]
jwe
parents: 3681
diff changeset
5170 (set_real_format, set_real_matrix_format, set_range_format,
19e1ac7359fb [project @ 2000-06-27 03:23:10 by jwe]
jwe
parents: 3681
diff changeset
5171 set_complex_format, set_complex_matrix_format): If we have all
19e1ac7359fb [project @ 2000-06-27 03:23:10 by jwe]
jwe
parents: 3681
diff changeset
5172 integers, infinities, or nans, set precision equal to field width.
19e1ac7359fb [project @ 2000-06-27 03:23:10 by jwe]
jwe
parents: 3681
diff changeset
5173
19e1ac7359fb [project @ 2000-06-27 03:23:10 by jwe]
jwe
parents: 3681
diff changeset
5174 * load-save.cc (read_ascii_data): Allow empty strings and string
19e1ac7359fb [project @ 2000-06-27 03:23:10 by jwe]
jwe
parents: 3681
diff changeset
5175 vectors to be restored.
19e1ac7359fb [project @ 2000-06-27 03:23:10 by jwe]
jwe
parents: 3681
diff changeset
5176
3681
df54d394acc0 [project @ 2000-06-26 17:46:58 by jwe]
jwe
parents: 3678
diff changeset
5177 * variables.cc (var_matches_any_pattern): New function.
df54d394acc0 [project @ 2000-06-26 17:46:58 by jwe]
jwe
parents: 3678
diff changeset
5178 (Fclear): Use it to make exclusive clear work correctly.
df54d394acc0 [project @ 2000-06-26 17:46:58 by jwe]
jwe
parents: 3678
diff changeset
5179
3676
b937a6953b5e [project @ 2000-06-08 14:45:55 by jwe]
jwe
parents: 3675
diff changeset
5180 2000-06-08 John W. Eaton <jwe@bevo.che.wisc.edu>
b937a6953b5e [project @ 2000-06-08 14:45:55 by jwe]
jwe
parents: 3675
diff changeset
5181
3678
b6cc5bcfba8f [project @ 2000-06-08 15:35:24 by jwe]
jwe
parents: 3676
diff changeset
5182 * ov-range.h (octave_range::is_numeric_type): New function.
b6cc5bcfba8f [project @ 2000-06-08 15:35:24 by jwe]
jwe
parents: 3676
diff changeset
5183
3676
b937a6953b5e [project @ 2000-06-08 14:45:55 by jwe]
jwe
parents: 3675
diff changeset
5184 * sysdep.cc (Fkbhit): Also ask for input if forced_interactive.
b937a6953b5e [project @ 2000-06-08 14:45:55 by jwe]
jwe
parents: 3675
diff changeset
5185
3675
59123cd0be83 [project @ 2000-06-07 17:14:36 by jwe]
jwe
parents: 3671
diff changeset
5186 2000-06-07 John W. Eaton <jwe@bevo.che.wisc.edu>
59123cd0be83 [project @ 2000-06-07 17:14:36 by jwe]
jwe
parents: 3671
diff changeset
5187
59123cd0be83 [project @ 2000-06-07 17:14:36 by jwe]
jwe
parents: 3671
diff changeset
5188 * Makefile.in (oct-gperf.h): Use $(GPERF) instead of gperf.
59123cd0be83 [project @ 2000-06-07 17:14:36 by jwe]
jwe
parents: 3671
diff changeset
5189
3671
25b06b7222f6 [project @ 2000-05-31 20:54:50 by jwe]
jwe
parents: 3665
diff changeset
5190 2000-05-31 John W. Eaton <jwe@bevo.che.wisc.edu>
25b06b7222f6 [project @ 2000-05-31 20:54:50 by jwe]
jwe
parents: 3665
diff changeset
5191
25b06b7222f6 [project @ 2000-05-31 20:54:50 by jwe]
jwe
parents: 3665
diff changeset
5192 * DLD-FUNCTIONS/qz.cc (Fqz): When computing finite generalized
25b06b7222f6 [project @ 2000-05-31 20:54:50 by jwe]
jwe
parents: 3665
diff changeset
5193 eigenvalues, don't write past the end of the array.
25b06b7222f6 [project @ 2000-05-31 20:54:50 by jwe]
jwe
parents: 3665
diff changeset
5194
3665
0689afb1d001 [project @ 2000-05-11 19:07:56 by jwe]
jwe
parents: 3661
diff changeset
5195 2000-05-11 John W. Eaton <jwe@bevo.che.wisc.edu>
0689afb1d001 [project @ 2000-05-11 19:07:56 by jwe]
jwe
parents: 3661
diff changeset
5196
0689afb1d001 [project @ 2000-05-11 19:07:56 by jwe]
jwe
parents: 3661
diff changeset
5197 * ov-base-nd-array.h, ov-base-nd-array.cc, ov-re-nd-array.h,
0689afb1d001 [project @ 2000-05-11 19:07:56 by jwe]
jwe
parents: 3661
diff changeset
5198 ov-re-nd-array.h: New files.
0689afb1d001 [project @ 2000-05-11 19:07:56 by jwe]
jwe
parents: 3661
diff changeset
5199 * Makefile.in: Add them to the appropriate lists.
0689afb1d001 [project @ 2000-05-11 19:07:56 by jwe]
jwe
parents: 3661
diff changeset
5200
0689afb1d001 [project @ 2000-05-11 19:07:56 by jwe]
jwe
parents: 3661
diff changeset
5201 * pt-stmt.h, pt-stmt.cc (class tree_statement):
0689afb1d001 [project @ 2000-05-11 19:07:56 by jwe]
jwe
parents: 3661
diff changeset
5202 Store comments associated with this parse tree element.
0689afb1d001 [project @ 2000-05-11 19:07:56 by jwe]
jwe
parents: 3661
diff changeset
5203 * pt-select.h, pt-select.cc (class tree_if_clause,
0689afb1d001 [project @ 2000-05-11 19:07:56 by jwe]
jwe
parents: 3661
diff changeset
5204 class tree_if_command, class tree_switch_case
0689afb1d001 [project @ 2000-05-11 19:07:56 by jwe]
jwe
parents: 3661
diff changeset
5205 class tree_switch_command): Likewise.
0689afb1d001 [project @ 2000-05-11 19:07:56 by jwe]
jwe
parents: 3661
diff changeset
5206 * pt-loop.h, pt-loop.cc (class tree_while_command,
0689afb1d001 [project @ 2000-05-11 19:07:56 by jwe]
jwe
parents: 3661
diff changeset
5207 class tree_do_until_command, class tree_simple_for_command,
0689afb1d001 [project @ 2000-05-11 19:07:56 by jwe]
jwe
parents: 3661
diff changeset
5208 class tree_complex_for_command): Likewise.
0689afb1d001 [project @ 2000-05-11 19:07:56 by jwe]
jwe
parents: 3661
diff changeset
5209 * pt-except.h, pt-except.cc (class tree_try_catch_command,
0689afb1d001 [project @ 2000-05-11 19:07:56 by jwe]
jwe
parents: 3661
diff changeset
5210 class tree_unwind_protect_command): Likewise.
0689afb1d001 [project @ 2000-05-11 19:07:56 by jwe]
jwe
parents: 3661
diff changeset
5211 * ov-usr-fcn.h, ov-usr-fcn.cc (class octave_user_function): Likewise.
0689afb1d001 [project @ 2000-05-11 19:07:56 by jwe]
jwe
parents: 3661
diff changeset
5212 * pt-pr-code.h, pt-pr-code.cc (tree_print_code::print_comment_elt,
0689afb1d001 [project @ 2000-05-11 19:07:56 by jwe]
jwe
parents: 3661
diff changeset
5213 tree_print_code::print_comment_list,
0689afb1d001 [project @ 2000-05-11 19:07:56 by jwe]
jwe
parents: 3661
diff changeset
5214 tree_print_code::print_indented_comment): New functions.
0689afb1d001 [project @ 2000-05-11 19:07:56 by jwe]
jwe
parents: 3661
diff changeset
5215 (tree_print_code::visit_simple_for_command,
0689afb1d001 [project @ 2000-05-11 19:07:56 by jwe]
jwe
parents: 3661
diff changeset
5216 tree_print_code::visit_complex_for_command,
0689afb1d001 [project @ 2000-05-11 19:07:56 by jwe]
jwe
parents: 3661
diff changeset
5217 tree_print_code::visit_octave_user_function_header,
0689afb1d001 [project @ 2000-05-11 19:07:56 by jwe]
jwe
parents: 3661
diff changeset
5218 tree_print_code::visit_octave_user_function_trailer,
0689afb1d001 [project @ 2000-05-11 19:07:56 by jwe]
jwe
parents: 3661
diff changeset
5219 tree_print_code::visit_if_command, tree_print_code::visit_statement,
0689afb1d001 [project @ 2000-05-11 19:07:56 by jwe]
jwe
parents: 3661
diff changeset
5220 tree_print_code::visit_switch_case,
0689afb1d001 [project @ 2000-05-11 19:07:56 by jwe]
jwe
parents: 3661
diff changeset
5221 tree_print_code::visit_switch_command,
0689afb1d001 [project @ 2000-05-11 19:07:56 by jwe]
jwe
parents: 3661
diff changeset
5222 tree_print_code::visit_try_catch_command,
0689afb1d001 [project @ 2000-05-11 19:07:56 by jwe]
jwe
parents: 3661
diff changeset
5223 tree_print_code::visit_unwind_protect_command
0689afb1d001 [project @ 2000-05-11 19:07:56 by jwe]
jwe
parents: 3661
diff changeset
5224 tree_print_code::visit_while_command,
0689afb1d001 [project @ 2000-05-11 19:07:56 by jwe]
jwe
parents: 3661
diff changeset
5225 tree_print_code::visit_do_until_command): Handle comments.
0689afb1d001 [project @ 2000-05-11 19:07:56 by jwe]
jwe
parents: 3661
diff changeset
5226 * lex.l, parse.y: Handle comments in parse trees.
0689afb1d001 [project @ 2000-05-11 19:07:56 by jwe]
jwe
parents: 3661
diff changeset
5227 * comment-list.h, comment-list.cc: New files.
0689afb1d001 [project @ 2000-05-11 19:07:56 by jwe]
jwe
parents: 3661
diff changeset
5228 * Makefile.in: Add them to the appropriate lists.
0689afb1d001 [project @ 2000-05-11 19:07:56 by jwe]
jwe
parents: 3661
diff changeset
5229
3661
1d8d6429396a [project @ 2000-04-23 08:23:08 by jwe]
jwe
parents: 3658
diff changeset
5230 2000-04-23 etienne grossmann <etienne@anonimo.isr.ist.utl.pt>
1d8d6429396a [project @ 2000-04-23 08:23:08 by jwe]
jwe
parents: 3658
diff changeset
5231
1d8d6429396a [project @ 2000-04-23 08:23:08 by jwe]
jwe
parents: 3658
diff changeset
5232 * pt-mat.cc (tm_row_const::tm_row_const_rep::eval_error):
1d8d6429396a [project @ 2000-04-23 08:23:08 by jwe]
jwe
parents: 3658
diff changeset
5233 New args x and y, for dimension mismatch info.
1d8d6429396a [project @ 2000-04-23 08:23:08 by jwe]
jwe
parents: 3658
diff changeset
5234 Change callers where appropriate.
1d8d6429396a [project @ 2000-04-23 08:23:08 by jwe]
jwe
parents: 3658
diff changeset
5235 (tm_const::init): Report mismatched column dimensions.
1d8d6429396a [project @ 2000-04-23 08:23:08 by jwe]
jwe
parents: 3658
diff changeset
5236
3658
808f399398c9 [project @ 2000-04-11 19:45:44 by jwe]
jwe
parents: 3657
diff changeset
5237 2000-04-11 John W. Eaton <jwe@bevo.che.wisc.edu>
808f399398c9 [project @ 2000-04-11 19:45:44 by jwe]
jwe
parents: 3657
diff changeset
5238
808f399398c9 [project @ 2000-04-11 19:45:44 by jwe]
jwe
parents: 3657
diff changeset
5239 * sysdep.cc (kbhit): Also clear cin if at EOF.
808f399398c9 [project @ 2000-04-11 19:45:44 by jwe]
jwe
parents: 3657
diff changeset
5240
3657
a908150a3a32 [project @ 2000-04-11 19:02:03 by jwe]
jwe
parents: 3656
diff changeset
5241 2000-04-11 Joao Cardoso <jcardoso@inescn.pt>
a908150a3a32 [project @ 2000-04-11 19:02:03 by jwe]
jwe
parents: 3656
diff changeset
5242
a908150a3a32 [project @ 2000-04-11 19:02:03 by jwe]
jwe
parents: 3656
diff changeset
5243 * sysdep.cc (kbhit): New arg, wait.
a908150a3a32 [project @ 2000-04-11 19:02:03 by jwe]
jwe
parents: 3656
diff changeset
5244 (raw_mode): Ditto.
a908150a3a32 [project @ 2000-04-11 19:02:03 by jwe]
jwe
parents: 3656
diff changeset
5245 (Fkbhit): If given an arg, call kbhit with wait = false.
a908150a3a32 [project @ 2000-04-11 19:02:03 by jwe]
jwe
parents: 3656
diff changeset
5246
a908150a3a32 [project @ 2000-04-11 19:02:03 by jwe]
jwe
parents: 3656
diff changeset
5247 * DLD-FUNCTIONS/minmax.cc (Fmax, Fmin): Fix doc string.
a908150a3a32 [project @ 2000-04-11 19:02:03 by jwe]
jwe
parents: 3656
diff changeset
5248
3656
96679fb690a4 [project @ 2000-04-04 06:16:22 by jwe]
jwe
parents: 3655
diff changeset
5249 2000-04-04 John W. Eaton <jwe@bevo.che.wisc.edu>
96679fb690a4 [project @ 2000-04-04 06:16:22 by jwe]
jwe
parents: 3655
diff changeset
5250
96679fb690a4 [project @ 2000-04-04 06:16:22 by jwe]
jwe
parents: 3655
diff changeset
5251 * dynamic-ld.cc (octave_dynamic_loader::do_load): Undo previous change.
96679fb690a4 [project @ 2000-04-04 06:16:22 by jwe]
jwe
parents: 3655
diff changeset
5252
3655
6324a4994278 [project @ 2000-04-03 21:06:26 by jwe]
jwe
parents: 3653
diff changeset
5253 2000-04-03 John W. Eaton <jwe@bevo.che.wisc.edu>
6324a4994278 [project @ 2000-04-03 21:06:26 by jwe]
jwe
parents: 3653
diff changeset
5254
6324a4994278 [project @ 2000-04-03 21:06:26 by jwe]
jwe
parents: 3653
diff changeset
5255 * dynamic-ld.cc (octave_dynamic_loader::do_load): Also fail with
6324a4994278 [project @ 2000-04-03 21:06:26 by jwe]
jwe
parents: 3653
diff changeset
5256 error message if we don't find the mangled function name in the
6324a4994278 [project @ 2000-04-03 21:06:26 by jwe]
jwe
parents: 3653
diff changeset
5257 file.
6324a4994278 [project @ 2000-04-03 21:06:26 by jwe]
jwe
parents: 3653
diff changeset
5258
3652
25e84fcef38a [project @ 2000-03-31 08:50:48 by jwe]
jwe
parents: 3649
diff changeset
5259 2000-03-31 John W. Eaton <jwe@bevo.che.wisc.edu>
25e84fcef38a [project @ 2000-03-31 08:50:48 by jwe]
jwe
parents: 3649
diff changeset
5260
3653
84b2f30007d5 [project @ 2000-03-31 23:33:25 by jwe]
jwe
parents: 3652
diff changeset
5261 * oct-stream.cc (printf_value_cache::string_value): Return string
84b2f30007d5 [project @ 2000-03-31 23:33:25 by jwe]
jwe
parents: 3652
diff changeset
5262 matrices in a Matlab-compatible way.
84b2f30007d5 [project @ 2000-03-31 23:33:25 by jwe]
jwe
parents: 3652
diff changeset
5263 (printf_value_cache): Redesign the way list_exhausted works.
84b2f30007d5 [project @ 2000-03-31 23:33:25 by jwe]
jwe
parents: 3652
diff changeset
5264
3652
25e84fcef38a [project @ 2000-03-31 08:50:48 by jwe]
jwe
parents: 3649
diff changeset
5265 * oct-fstrm.cc (octave_fstream::do_close): New function.
25e84fcef38a [project @ 2000-03-31 08:50:48 by jwe]
jwe
parents: 3649
diff changeset
5266 * oct-stdstrm.cc (octave_istdiostream::do_close): Ditto.
25e84fcef38a [project @ 2000-03-31 08:50:48 by jwe]
jwe
parents: 3649
diff changeset
5267 (octave_ostdiostream::do_close): Ditto.
25e84fcef38a [project @ 2000-03-31 08:50:48 by jwe]
jwe
parents: 3649
diff changeset
5268 * c-file-ptr-stream.cc (c_file_ptr_buf::close): Ditto.
25e84fcef38a [project @ 2000-03-31 08:50:48 by jwe]
jwe
parents: 3649
diff changeset
5269 (i_c_file_ptr_stream::close): Ditto.
25e84fcef38a [project @ 2000-03-31 08:50:48 by jwe]
jwe
parents: 3649
diff changeset
5270 (o_c_file_ptr_stream::close): Ditto.
25e84fcef38a [project @ 2000-03-31 08:50:48 by jwe]
jwe
parents: 3649
diff changeset
5271 * oct-prcstrm.cc (octave_iprocstream::do_close): Ditto.
25e84fcef38a [project @ 2000-03-31 08:50:48 by jwe]
jwe
parents: 3649
diff changeset
5272 (octave_oprocstream::do_close): Ditto.
25e84fcef38a [project @ 2000-03-31 08:50:48 by jwe]
jwe
parents: 3649
diff changeset
5273 (octave_iprocstram::~octave_iprocstram): Call do_close here.
25e84fcef38a [project @ 2000-03-31 08:50:48 by jwe]
jwe
parents: 3649
diff changeset
5274 (octave_iprocstram::~octave_oprocstram): Likewise.
25e84fcef38a [project @ 2000-03-31 08:50:48 by jwe]
jwe
parents: 3649
diff changeset
5275
25e84fcef38a [project @ 2000-03-31 08:50:48 by jwe]
jwe
parents: 3649
diff changeset
5276 * oct-stream.h (octave_base_stream::do_close): New virtual function.
25e84fcef38a [project @ 2000-03-31 08:50:48 by jwe]
jwe
parents: 3649
diff changeset
5277 (octave_base_stream::close): If stream is open, call do_close.
25e84fcef38a [project @ 2000-03-31 08:50:48 by jwe]
jwe
parents: 3649
diff changeset
5278
25e84fcef38a [project @ 2000-03-31 08:50:48 by jwe]
jwe
parents: 3649
diff changeset
5279 * c-file-ptr-stream.cc (c_file_ptr_buf::flush): New function.
25e84fcef38a [project @ 2000-03-31 08:50:48 by jwe]
jwe
parents: 3649
diff changeset
5280 (c_file_ptr_buf::~c_file_ptr_buf): Use it.
25e84fcef38a [project @ 2000-03-31 08:50:48 by jwe]
jwe
parents: 3649
diff changeset
5281 (c_file_ptr_buf::overflow): Ditto.
25e84fcef38a [project @ 2000-03-31 08:50:48 by jwe]
jwe
parents: 3649
diff changeset
5282 (c_file_ptr_buf::sync): Ditto.
25e84fcef38a [project @ 2000-03-31 08:50:48 by jwe]
jwe
parents: 3649
diff changeset
5283
3649
3a067b216fd6 [project @ 2000-03-31 06:02:44 by jwe]
jwe
parents: 3644
diff changeset
5284 2000-03-30 John W. Eaton <jwe@bevo.che.wisc.edu>
3a067b216fd6 [project @ 2000-03-31 06:02:44 by jwe]
jwe
parents: 3644
diff changeset
5285
3a067b216fd6 [project @ 2000-03-31 06:02:44 by jwe]
jwe
parents: 3644
diff changeset
5286 * oct-procbuf.cc (octave_procbuf::open): Make output streams line
3a067b216fd6 [project @ 2000-03-31 06:02:44 by jwe]
jwe
parents: 3644
diff changeset
5287 buffered.
3a067b216fd6 [project @ 2000-03-31 06:02:44 by jwe]
jwe
parents: 3644
diff changeset
5288
3640
d3b0ff09dda7 [project @ 2000-03-24 10:28:19 by jwe]
jwe
parents: 3639
diff changeset
5289 2000-03-24 John W. Eaton <jwe@bevo.che.wisc.edu>
d3b0ff09dda7 [project @ 2000-03-24 10:28:19 by jwe]
jwe
parents: 3639
diff changeset
5290
3644
9add655e8b8c [project @ 2000-03-24 11:58:50 by jwe]
jwe
parents: 3642
diff changeset
5291 * sighandlers.cc (my_friendly_exit): Prefix failure messages with
9add655e8b8c [project @ 2000-03-24 11:58:50 by jwe]
jwe
parents: 3642
diff changeset
5292 panic instead of error.
9add655e8b8c [project @ 2000-03-24 11:58:50 by jwe]
jwe
parents: 3642
diff changeset
5293
3642
3843aa0767c8 [project @ 2000-03-24 10:48:48 by jwe]
jwe
parents: 3640
diff changeset
5294 * c-file-ptr-stream.cc (c_file_ptr_buf::~c_file_ptr_buf):
3843aa0767c8 [project @ 2000-03-24 10:48:48 by jwe]
jwe
parents: 3640
diff changeset
5295 Avoid dereferencing NULL pointer.
3843aa0767c8 [project @ 2000-03-24 10:48:48 by jwe]
jwe
parents: 3640
diff changeset
5296
3640
d3b0ff09dda7 [project @ 2000-03-24 10:28:19 by jwe]
jwe
parents: 3639
diff changeset
5297 * oct-stream.cc (printf_format_list::add_elt_to_list,
d3b0ff09dda7 [project @ 2000-03-24 10:28:19 by jwe]
jwe
parents: 3639
diff changeset
5298 printf_format_list::process_conversion,
d3b0ff09dda7 [project @ 2000-03-24 10:28:19 by jwe]
jwe
parents: 3639
diff changeset
5299 printf_format_list::finish_conversion): New args, flags, fw, and prec.
d3b0ff09dda7 [project @ 2000-03-24 10:28:19 by jwe]
jwe
parents: 3639
diff changeset
5300 (printf_format_list::printf_format_list): Save more complete info.
d3b0ff09dda7 [project @ 2000-03-24 10:28:19 by jwe]
jwe
parents: 3639
diff changeset
5301 (printf_format_list::printme): Print flags, fw, and prec.
d3b0ff09dda7 [project @ 2000-03-24 10:28:19 by jwe]
jwe
parents: 3639
diff changeset
5302 (octave_base_stream::printf): Simplify.
d3b0ff09dda7 [project @ 2000-03-24 10:28:19 by jwe]
jwe
parents: 3639
diff changeset
5303 (do_printf_conv): Delete have_arg arg, since it is always true now.
d3b0ff09dda7 [project @ 2000-03-24 10:28:19 by jwe]
jwe
parents: 3639
diff changeset
5304 (octave_base_stream::do_printf): Handle case of no args and %
d3b0ff09dda7 [project @ 2000-03-24 10:28:19 by jwe]
jwe
parents: 3639
diff changeset
5305 directly instead of using do_printf_conv.
d3b0ff09dda7 [project @ 2000-03-24 10:28:19 by jwe]
jwe
parents: 3639
diff changeset
5306 (printf_value_cache::exhausted): Rename from no_more_values.
d3b0ff09dda7 [project @ 2000-03-24 10:28:19 by jwe]
jwe
parents: 3639
diff changeset
5307 (DO_PCT_CONVERSION): New macro
d3b0ff09dda7 [project @ 2000-03-24 10:28:19 by jwe]
jwe
parents: 3639
diff changeset
5308 (octave_base_streain::do_scanf, octave_base_streain::do_oscanf):
d3b0ff09dda7 [project @ 2000-03-24 10:28:19 by jwe]
jwe
parents: 3639
diff changeset
5309 Use it.
d3b0ff09dda7 [project @ 2000-03-24 10:28:19 by jwe]
jwe
parents: 3639
diff changeset
5310 (scanf_format_list::finish_conversion): `%' counts as a conversion too.
d3b0ff09dda7 [project @ 2000-03-24 10:28:19 by jwe]
jwe
parents: 3639
diff changeset
5311 Also don't forget to set type for it.
d3b0ff09dda7 [project @ 2000-03-24 10:28:19 by jwe]
jwe
parents: 3639
diff changeset
5312 (OCTAVE_SCAN_0): Delete.
d3b0ff09dda7 [project @ 2000-03-24 10:28:19 by jwe]
jwe
parents: 3639
diff changeset
5313 (OCTAVE_SCAN): Rename from OCTAVE_SCAN_1.
d3b0ff09dda7 [project @ 2000-03-24 10:28:19 by jwe]
jwe
parents: 3639
diff changeset
5314 (octave_base_stream::scanf, octave_base_stream::oscanf): Don't
d3b0ff09dda7 [project @ 2000-03-24 10:28:19 by jwe]
jwe
parents: 3639
diff changeset
5315 special-case number of conversions here.
d3b0ff09dda7 [project @ 2000-03-24 10:28:19 by jwe]
jwe
parents: 3639
diff changeset
5316 (octave_base_stream::oscanf, octave_base_stream::do_oscanf): Only
d3b0ff09dda7 [project @ 2000-03-24 10:28:19 by jwe]
jwe
parents: 3639
diff changeset
5317 cycle through fmt elements if the number of conversions is greater
d3b0ff09dda7 [project @ 2000-03-24 10:28:19 by jwe]
jwe
parents: 3639
diff changeset
5318 than 0.
d3b0ff09dda7 [project @ 2000-03-24 10:28:19 by jwe]
jwe
parents: 3639
diff changeset
5319
d3b0ff09dda7 [project @ 2000-03-24 10:28:19 by jwe]
jwe
parents: 3639
diff changeset
5320 * oct-stream.h (scanf_format_list::next): New arg, `cycle'.
d3b0ff09dda7 [project @ 2000-03-24 10:28:19 by jwe]
jwe
parents: 3639
diff changeset
5321 (printf_format_list::next): New arg, `cycle'.
d3b0ff09dda7 [project @ 2000-03-24 10:28:19 by jwe]
jwe
parents: 3639
diff changeset
5322 (printf_format_list::last_elt_p): New function.
d3b0ff09dda7 [project @ 2000-03-24 10:28:19 by jwe]
jwe
parents: 3639
diff changeset
5323 (printf_format_elt): New fields fw, prec, and flags.
d3b0ff09dda7 [project @ 2000-03-24 10:28:19 by jwe]
jwe
parents: 3639
diff changeset
5324 Define copy constructor and assignment operator.
d3b0ff09dda7 [project @ 2000-03-24 10:28:19 by jwe]
jwe
parents: 3639
diff changeset
5325 (scanf_format_elt): Define copy constructor and assignment operator.
d3b0ff09dda7 [project @ 2000-03-24 10:28:19 by jwe]
jwe
parents: 3639
diff changeset
5326
3627
58e52fbee1dd [project @ 2000-03-23 07:25:29 by jwe]
jwe
parents: 3620
diff changeset
5327 2000-03-23 John W. Eaton <jwe@bevo.che.wisc.edu>
58e52fbee1dd [project @ 2000-03-23 07:25:29 by jwe]
jwe
parents: 3620
diff changeset
5328
3639
fed1847dfd6c [project @ 2000-03-24 05:12:46 by jwe]
jwe
parents: 3631
diff changeset
5329 * oct-stream.cc (OCTAVE_SCAN_0, OCTAVE_SCAN_1): New macros.
fed1847dfd6c [project @ 2000-03-24 05:12:46 by jwe]
jwe
parents: 3631
diff changeset
5330 (do_scanf_conv, BEGIN_S_CONVERSION, BEGIN_CHAR_CLASS_CONVERSION,
fed1847dfd6c [project @ 2000-03-24 05:12:46 by jwe]
jwe
parents: 3631
diff changeset
5331 do_scanf, scanf, do_oscanf, do_oscanf, oscanf): Use them instead
fed1847dfd6c [project @ 2000-03-24 05:12:46 by jwe]
jwe
parents: 3631
diff changeset
5332 of calling istream::scan directly.
fed1847dfd6c [project @ 2000-03-24 05:12:46 by jwe]
jwe
parents: 3631
diff changeset
5333 (octave_scan): New function.
fed1847dfd6c [project @ 2000-03-24 05:12:46 by jwe]
jwe
parents: 3631
diff changeset
5334 (do_scanf_conv): Second arg is now scanf_format_elt instead of char*.
fed1847dfd6c [project @ 2000-03-24 05:12:46 by jwe]
jwe
parents: 3631
diff changeset
5335 Change all callers.
fed1847dfd6c [project @ 2000-03-24 05:12:46 by jwe]
jwe
parents: 3631
diff changeset
5336
3631
0b6b55fd0a5c [project @ 2000-03-23 09:16:36 by jwe]
jwe
parents: 3627
diff changeset
5337 * oct-procbuf.h, oct-procbuf.cc (octave_procbuf):
0b6b55fd0a5c [project @ 2000-03-23 09:16:36 by jwe]
jwe
parents: 3627
diff changeset
5338 Derive from c_file_ptr_buf instead of filebuf.
0b6b55fd0a5c [project @ 2000-03-23 09:16:36 by jwe]
jwe
parents: 3627
diff changeset
5339
3627
58e52fbee1dd [project @ 2000-03-23 07:25:29 by jwe]
jwe
parents: 3620
diff changeset
5340 * oct-stream.cc (octave_base_stream::printf): Use octave_format
58e52fbee1dd [project @ 2000-03-23 07:25:29 by jwe]
jwe
parents: 3620
diff changeset
5341 instead of ostream::form. Return number of characters written.
58e52fbee1dd [project @ 2000-03-23 07:25:29 by jwe]
jwe
parents: 3620
diff changeset
5342
3618
8cea69ad95ae [project @ 2000-03-22 20:51:45 by jwe]
jwe
parents: 3615
diff changeset
5343 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu>
8cea69ad95ae [project @ 2000-03-22 20:51:45 by jwe]
jwe
parents: 3615
diff changeset
5344
3620
0886bbb236cb [project @ 2000-03-23 05:17:23 by jwe]
jwe
parents: 3618
diff changeset
5345 * oct-stream.cc (do_printf_conv): Use octave_format instead of
0886bbb236cb [project @ 2000-03-23 05:17:23 by jwe]
jwe
parents: 3618
diff changeset
5346 ostream::form. Return number of characters written.
0886bbb236cb [project @ 2000-03-23 05:17:23 by jwe]
jwe
parents: 3618
diff changeset
5347 (octave_base_stream::do_printf): Return number of characters written.
0886bbb236cb [project @ 2000-03-23 05:17:23 by jwe]
jwe
parents: 3618
diff changeset
5348
0886bbb236cb [project @ 2000-03-23 05:17:23 by jwe]
jwe
parents: 3618
diff changeset
5349 * error.cc (verror, vwarning): Use octave_format instead of
0886bbb236cb [project @ 2000-03-23 05:17:23 by jwe]
jwe
parents: 3618
diff changeset
5350 ostream::vform.
0886bbb236cb [project @ 2000-03-23 05:17:23 by jwe]
jwe
parents: 3618
diff changeset
5351
0886bbb236cb [project @ 2000-03-23 05:17:23 by jwe]
jwe
parents: 3618
diff changeset
5352 * utils.cc (octave_format, octave_vformat): New functions.
0886bbb236cb [project @ 2000-03-23 05:17:23 by jwe]
jwe
parents: 3618
diff changeset
5353 * cutils.c (octave_snprintf, octave_vsnprintf): New functions.
0886bbb236cb [project @ 2000-03-23 05:17:23 by jwe]
jwe
parents: 3618
diff changeset
5354
3618
8cea69ad95ae [project @ 2000-03-22 20:51:45 by jwe]
jwe
parents: 3615
diff changeset
5355 * oct-lvalue.h (dummy_val): New static variable.
8cea69ad95ae [project @ 2000-03-22 20:51:45 by jwe]
jwe
parents: 3615
diff changeset
5356 (octave_lvalue::octave_lvalue): Use it to initialize val.
8cea69ad95ae [project @ 2000-03-22 20:51:45 by jwe]
jwe
parents: 3615
diff changeset
5357
8cea69ad95ae [project @ 2000-03-22 20:51:45 by jwe]
jwe
parents: 3615
diff changeset
5358 * variables.cc (is_valid_function): Look in the global symbol
8cea69ad95ae [project @ 2000-03-22 20:51:45 by jwe]
jwe
parents: 3615
diff changeset
5359 table for functions.
8cea69ad95ae [project @ 2000-03-22 20:51:45 by jwe]
jwe
parents: 3615
diff changeset
5360
3615
c3b1f34a4748 [project @ 2000-03-21 08:19:19 by jwe]
jwe
parents: 3613
diff changeset
5361 2000-03-21 John W. Eaton <jwe@bevo.che.wisc.edu>
c3b1f34a4748 [project @ 2000-03-21 08:19:19 by jwe]
jwe
parents: 3613
diff changeset
5362
3770
bf6116ca10eb [project @ 2001-02-02 02:21:40 by jwe]
jwe
parents: 3767
diff changeset
5363 * Makefile.in (LIBRARIES): Conditionally define.
3615
c3b1f34a4748 [project @ 2000-03-21 08:19:19 by jwe]
jwe
parents: 3613
diff changeset
5364 (libraries): Depend on $(LIBRARIES).
c3b1f34a4748 [project @ 2000-03-21 08:19:19 by jwe]
jwe
parents: 3613
diff changeset
5365 (octave): Depend on $(LIBRARIES), not libraries. Also depend on
c3b1f34a4748 [project @ 2000-03-21 08:19:19 by jwe]
jwe
parents: 3613
diff changeset
5366 stamp-prereq and stamp-oct-links.
c3b1f34a4748 [project @ 2000-03-21 08:19:19 by jwe]
jwe
parents: 3613
diff changeset
5367 (all): Don't depend on stamp-prereq or stamp-oct-links.
c3b1f34a4748 [project @ 2000-03-21 08:19:19 by jwe]
jwe
parents: 3613
diff changeset
5368 (liboctinterp.$(LIBEXT), liboctinterp.$(SHELXT)): Delete target
c3b1f34a4748 [project @ 2000-03-21 08:19:19 by jwe]
jwe
parents: 3613
diff changeset
5369 before rebuilding.
c3b1f34a4748 [project @ 2000-03-21 08:19:19 by jwe]
jwe
parents: 3613
diff changeset
5370
c3b1f34a4748 [project @ 2000-03-21 08:19:19 by jwe]
jwe
parents: 3613
diff changeset
5371 2000-03-21 Ben Sapp <bsapp@nua.lampf.lanl.gov>:
c3b1f34a4748 [project @ 2000-03-21 08:19:19 by jwe]
jwe
parents: 3613
diff changeset
5372
3770
bf6116ca10eb [project @ 2001-02-02 02:21:40 by jwe]
jwe
parents: 3767
diff changeset
5373 * Makefile.in (libraries): Depend only on library targets, not
3615
c3b1f34a4748 [project @ 2000-03-21 08:19:19 by jwe]
jwe
parents: 3613
diff changeset
5374 archive members.
c3b1f34a4748 [project @ 2000-03-21 08:19:19 by jwe]
jwe
parents: 3613
diff changeset
5375
3611
b1ff6597576f [project @ 2000-03-17 09:44:29 by jwe]
jwe
parents: 3608
diff changeset
5376 2000-03-17 John W. Eaton <jwe@bevo.che.wisc.edu>
b1ff6597576f [project @ 2000-03-17 09:44:29 by jwe]
jwe
parents: 3608
diff changeset
5377
3613
0a93682f89c8 [project @ 2000-03-17 10:58:25 by jwe]
jwe
parents: 3611
diff changeset
5378 * Makefile.in (objects): New target
0a93682f89c8 [project @ 2000-03-17 10:58:25 by jwe]
jwe
parents: 3611
diff changeset
5379
3611
b1ff6597576f [project @ 2000-03-17 09:44:29 by jwe]
jwe
parents: 3608
diff changeset
5380 * c_file_ptr_stream.h, c_file_ptr_stream.cc: New files.
b1ff6597576f [project @ 2000-03-17 09:44:29 by jwe]
jwe
parents: 3608
diff changeset
5381 * oct-stdstrm.h, oct-stdstrm.cc, oct-prcstrm.cc:
b1ff6597576f [project @ 2000-03-17 09:44:29 by jwe]
jwe
parents: 3608
diff changeset
5382 Use c_file_ptr_buf, i_c_file_ptr_stream, and o_c_fie_ptr_stream
b1ff6597576f [project @ 2000-03-17 09:44:29 by jwe]
jwe
parents: 3608
diff changeset
5383 instead of stdiobuf, istdiostream, and ostdiostream.
b1ff6597576f [project @ 2000-03-17 09:44:29 by jwe]
jwe
parents: 3608
diff changeset
5384
b1ff6597576f [project @ 2000-03-17 09:44:29 by jwe]
jwe
parents: 3608
diff changeset
5385 * pr-output.cc (set_real_format, set_real_matrix_format,
b1ff6597576f [project @ 2000-03-17 09:44:29 by jwe]
jwe
parents: 3608
diff changeset
5386 set_complex_format, set_complex_matrix_format, set_range_format):
b1ff6597576f [project @ 2000-03-17 09:44:29 by jwe]
jwe
parents: 3608
diff changeset
5387 Do the right thing again for int, NaN, and Inf values.
b1ff6597576f [project @ 2000-03-17 09:44:29 by jwe]
jwe
parents: 3608
diff changeset
5388
3608
ccfafa1d8510 [project @ 2000-03-15 08:47:35 by jwe]
jwe
parents: 3601
diff changeset
5389 2000-03-14 John W. Eaton <jwe@bevo.che.wisc.edu>
ccfafa1d8510 [project @ 2000-03-15 08:47:35 by jwe]
jwe
parents: 3601
diff changeset
5390
ccfafa1d8510 [project @ 2000-03-15 08:47:35 by jwe]
jwe
parents: 3601
diff changeset
5391 * pr-output.cc (pr_plus_format): Rename from do_plus_format.
ccfafa1d8510 [project @ 2000-03-15 08:47:35 by jwe]
jwe
parents: 3601
diff changeset
5392 Change all callers.
ccfafa1d8510 [project @ 2000-03-15 08:47:35 by jwe]
jwe
parents: 3601
diff changeset
5393 (pr_float, pr_complex): New arg, scale. Handle scaling here.
ccfafa1d8510 [project @ 2000-03-15 08:47:35 by jwe]
jwe
parents: 3601
diff changeset
5394 (float_format): New class for managing details of formatting
ccfafa1d8510 [project @ 2000-03-15 08:47:35 by jwe]
jwe
parents: 3601
diff changeset
5395 floats. Use it instead of character string formats and the
ccfafa1d8510 [project @ 2000-03-15 08:47:35 by jwe]
jwe
parents: 3601
diff changeset
5396 nonstandard form() function from the GNU iostream library.
ccfafa1d8510 [project @ 2000-03-15 08:47:35 by jwe]
jwe
parents: 3601
diff changeset
5397
3601
b1830ce6993a [project @ 2000-02-24 05:07:15 by jwe]
jwe
parents: 3598
diff changeset
5398 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu>
b1830ce6993a [project @ 2000-02-24 05:07:15 by jwe]
jwe
parents: 3598
diff changeset
5399
b1830ce6993a [project @ 2000-02-24 05:07:15 by jwe]
jwe
parents: 3598
diff changeset
5400 * Makefile.in (clean): Also delete gendoc.
b1830ce6993a [project @ 2000-02-24 05:07:15 by jwe]
jwe
parents: 3598
diff changeset
5401
3598
0ae310231c46 [project @ 2000-02-19 08:07:08 by jwe]
jwe
parents: 3597
diff changeset
5402 2000-02-18 James R. Van Zandt <jrv@vanzandt.mv.com>
0ae310231c46 [project @ 2000-02-19 08:07:08 by jwe]
jwe
parents: 3597
diff changeset
5403
0ae310231c46 [project @ 2000-02-19 08:07:08 by jwe]
jwe
parents: 3597
diff changeset
5404 * load-save.cc (Vcrash_dumps_octave_core): Fix comment for this var.
0ae310231c46 [project @ 2000-02-19 08:07:08 by jwe]
jwe
parents: 3597
diff changeset
5405
0ae310231c46 [project @ 2000-02-19 08:07:08 by jwe]
jwe
parents: 3597
diff changeset
5406 2000-02-18 John W. Eaton <jwe@bevo.che.wisc.edu>
0ae310231c46 [project @ 2000-02-19 08:07:08 by jwe]
jwe
parents: 3597
diff changeset
5407
0ae310231c46 [project @ 2000-02-19 08:07:08 by jwe]
jwe
parents: 3597
diff changeset
5408 * lex.l (handle_number): Don't transorm `[Dd]' to `e' if reading
0ae310231c46 [project @ 2000-02-19 08:07:08 by jwe]
jwe
parents: 3597
diff changeset
5409 hex.
0ae310231c46 [project @ 2000-02-19 08:07:08 by jwe]
jwe
parents: 3597
diff changeset
5410
3597
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3591
diff changeset
5411 2000-02-11 John W. Eaton <jwe@bevo.che.wisc.edu>
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3591
diff changeset
5412
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3591
diff changeset
5413 * Makefile.in (install-inc): Install files in
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3591
diff changeset
5414 $(octincludedir)/octave.
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3591
diff changeset
5415 (uninstall): Remove them from the correct directory too.
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3591
diff changeset
5416
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3591
diff changeset
5417 * defaults.h, defaults.cc (Vlocal_ver_arch_lib_dir): New variable.
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3591
diff changeset
5418 * defaults.cc (set_default_local_ver_arch_lib_dir): New function.
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3591
diff changeset
5419 (install_defaults): Call it.
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3591
diff changeset
5420 (exec_path): Prepend the versioned form of the local arch lib
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3591
diff changeset
5421 directory to the standard path.
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3591
diff changeset
5422 * defaults.h.in (OCTAVE_LOCALVERARCHLIBDIR,
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3591
diff changeset
5423 OCTAVE_LOCALVERFCNFILEDIR, OCTAVE_LOCALVEROCTFILEDIR):
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3591
diff changeset
5424 Substitute these too.
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3591
diff changeset
5425 * toplev.cc (Foctave_config_info): Add them to the struct.
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3591
diff changeset
5426
3591
b35c6af4c49c [project @ 2000-02-08 19:19:17 by jwe]
jwe
parents: 3587
diff changeset
5427 2000-02-08 John W. Eaton <jwe@bevo.che.wisc.edu>
b35c6af4c49c [project @ 2000-02-08 19:19:17 by jwe]
jwe
parents: 3587
diff changeset
5428
3597
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3591
diff changeset
5429 * toplev.cc (Foctave_config_info): Add MKOCTFILE_INCFLAGS to the
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3591
diff changeset
5430 struct.
3591
b35c6af4c49c [project @ 2000-02-08 19:19:17 by jwe]
jwe
parents: 3587
diff changeset
5431 * oct-conf.h.in (OCTAVE_CONF_MKOCTFILE_INCFLAGS): Define.
b35c6af4c49c [project @ 2000-02-08 19:19:17 by jwe]
jwe
parents: 3587
diff changeset
5432
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3579
diff changeset
5433 2000-02-07 John W. Eaton <jwe@bevo.che.wisc.edu>
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3579
diff changeset
5434
3587
b11f9c33558f [project @ 2000-02-08 05:54:21 by jwe]
jwe
parents: 3586
diff changeset
5435 * DLD-FUNCTIONS/balance.cc (Fbalance): Explicitly request
b11f9c33558f [project @ 2000-02-08 05:54:21 by jwe]
jwe
parents: 3586
diff changeset
5436 conversion from Matrix to ComplexMatrix.
b11f9c33558f [project @ 2000-02-08 05:54:21 by jwe]
jwe
parents: 3586
diff changeset
5437 * DLD-FUNCTIONS/qz.cc (Fqz): Likewise.
b11f9c33558f [project @ 2000-02-08 05:54:21 by jwe]
jwe
parents: 3586
diff changeset
5438
b11f9c33558f [project @ 2000-02-08 05:54:21 by jwe]
jwe
parents: 3586
diff changeset
5439 * ov-re-mat.h (octave_matrix::complex_matrix_value): Explicitly
b11f9c33558f [project @ 2000-02-08 05:54:21 by jwe]
jwe
parents: 3586
diff changeset
5440 request conversion from Matrix type.
b11f9c33558f [project @ 2000-02-08 05:54:21 by jwe]
jwe
parents: 3586
diff changeset
5441
b11f9c33558f [project @ 2000-02-08 05:54:21 by jwe]
jwe
parents: 3586
diff changeset
5442 * ov-ch-mat.h (octave_char_matrix::matrix_value): Explicitly
b11f9c33558f [project @ 2000-02-08 05:54:21 by jwe]
jwe
parents: 3586
diff changeset
5443 request conversion from charMatrix type.
b11f9c33558f [project @ 2000-02-08 05:54:21 by jwe]
jwe
parents: 3586
diff changeset
5444 (octave_char_matrix::complex_matrix_value): Likewise.
b11f9c33558f [project @ 2000-02-08 05:54:21 by jwe]
jwe
parents: 3586
diff changeset
5445 * ov-bool-mat.h (octave_bool_matrix::matrix_value): Likewise.
b11f9c33558f [project @ 2000-02-08 05:54:21 by jwe]
jwe
parents: 3586
diff changeset
5446 (octave_bool_matrix::complex_matrix_value): Likewise.
b11f9c33558f [project @ 2000-02-08 05:54:21 by jwe]
jwe
parents: 3586
diff changeset
5447
b11f9c33558f [project @ 2000-02-08 05:54:21 by jwe]
jwe
parents: 3586
diff changeset
5448 * ov-range.h (octave_range::complex_matrix_value): Explicitly
b11f9c33558f [project @ 2000-02-08 05:54:21 by jwe]
jwe
parents: 3586
diff changeset
5449 request conversion from Matrix type.
b11f9c33558f [project @ 2000-02-08 05:54:21 by jwe]
jwe
parents: 3586
diff changeset
5450
b11f9c33558f [project @ 2000-02-08 05:54:21 by jwe]
jwe
parents: 3586
diff changeset
5451 * ov-cx-mat.h, ov-re-mat.h: Explicitly request conversions from
b11f9c33558f [project @ 2000-02-08 05:54:21 by jwe]
jwe
parents: 3586
diff changeset
5452 diagonal matrix types in constructors.
b11f9c33558f [project @ 2000-02-08 05:54:21 by jwe]
jwe
parents: 3586
diff changeset
5453
3586
2a38a5ddf20d [project @ 2000-02-08 04:45:33 by jwe]
jwe
parents: 3585
diff changeset
5454 * mappers.cc (ximag, xreal): Return double, not Complex.
2a38a5ddf20d [project @ 2000-02-08 04:45:33 by jwe]
jwe
parents: 3585
diff changeset
5455
3585
d9803711e047 [project @ 2000-02-08 04:35:39 by jwe]
jwe
parents: 3584
diff changeset
5456 * error.cc (panic): Turn off buffering of error messages.
d9803711e047 [project @ 2000-02-08 04:35:39 by jwe]
jwe
parents: 3584
diff changeset
5457 Don't call flush_octave_stdout here, verror will do it for us.
d9803711e047 [project @ 2000-02-08 04:35:39 by jwe]
jwe
parents: 3584
diff changeset
5458 (verror): Don't call flush_octave_stdout if buffering error messages.
d9803711e047 [project @ 2000-02-08 04:35:39 by jwe]
jwe
parents: 3584
diff changeset
5459
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3579
diff changeset
5460 * pt-except.cc (tree_try_catch_command::eval): Only restore
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3579
diff changeset
5461 buffer_error_message value (by running the unwind_protect element
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3579
diff changeset
5462 for it) if it has been saved.
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3579
diff changeset
5463
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3579
diff changeset
5464 * help.cc (Ftype): Return value if nargout is NOT equal to zero.
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3579
diff changeset
5465 Delete unnecessary unwind_protect::begin_frame().
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3579
diff changeset
5466
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3579
diff changeset
5467 * toplev.cc (octave_config_info): Stuff lots of new config info in
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3579
diff changeset
5468 the struct.
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3579
diff changeset
5469
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3579
diff changeset
5470 * oct-conf.h.in: Delete TARGET_HOST_TYPE.
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 3579
diff changeset
5471
3574
787bb9d8f60e [project @ 2000-02-04 10:13:23 by jwe]
jwe
parents: 3572
diff changeset
5472 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu>
787bb9d8f60e [project @ 2000-02-04 10:13:23 by jwe]
jwe
parents: 3572
diff changeset
5473
3579
8a0571a2becc [project @ 2000-02-04 23:21:09 by jwe]
jwe
parents: 3575
diff changeset
5474 * siglist.c: Include <signal.h>.
8a0571a2becc [project @ 2000-02-04 23:21:09 by jwe]
jwe
parents: 3575
diff changeset
5475
3575
7576a76f6d7b [project @ 2000-02-04 11:02:49 by jwe]
jwe
parents: 3574
diff changeset
5476 * lex.l (is_plot_keyword): Add minimum match length in call to
7576a76f6d7b [project @ 2000-02-04 11:02:49 by jwe]
jwe
parents: 3574
diff changeset
5477 almost_match.
7576a76f6d7b [project @ 2000-02-04 11:02:49 by jwe]
jwe
parents: 3574
diff changeset
5478
3574
787bb9d8f60e [project @ 2000-02-04 10:13:23 by jwe]
jwe
parents: 3572
diff changeset
5479 * Makefile.in (%.df : %.cc): Don't pass -c to compiler.
787bb9d8f60e [project @ 2000-02-04 10:13:23 by jwe]
jwe
parents: 3572
diff changeset
5480
3564
403039c85792 [project @ 2000-02-03 06:23:11 by jwe]
jwe
parents: 3561
diff changeset
5481 2000-02-03 John W. Eaton <jwe@bevo.che.wisc.edu>
403039c85792 [project @ 2000-02-03 06:23:11 by jwe]
jwe
parents: 3561
diff changeset
5482
3572
8d641545e006 [project @ 2000-02-03 21:39:48 by jwe]
jwe
parents: 3571
diff changeset
5483 * ov-base-mat.cc: Include pr-output.h here.
8d641545e006 [project @ 2000-02-03 21:39:48 by jwe]
jwe
parents: 3571
diff changeset
5484
3571
f2e2faef1220 [project @ 2000-02-03 11:39:10 by jwe]
jwe
parents: 3570
diff changeset
5485 * DLD-FUNCTIONS/rand.cc (curr_rand_dist): Return const char *
f2e2faef1220 [project @ 2000-02-03 11:39:10 by jwe]
jwe
parents: 3570
diff changeset
5486 instead of char *.
f2e2faef1220 [project @ 2000-02-03 11:39:10 by jwe]
jwe
parents: 3570
diff changeset
5487
3570
f74d9dfec96f [project @ 2000-02-03 11:27:10 by jwe]
jwe
parents: 3568
diff changeset
5488 * oct-fstrm.cc (octave_fstream::seek, octave_fstream::tell):
f74d9dfec96f [project @ 2000-02-03 11:27:10 by jwe]
jwe
parents: 3568
diff changeset
5489 Call pubseekoff instead of seekoff.
f74d9dfec96f [project @ 2000-02-03 11:27:10 by jwe]
jwe
parents: 3568
diff changeset
5490
3568
58549b931ad5 [project @ 2000-02-03 10:21:54 by jwe]
jwe
parents: 3566
diff changeset
5491 * DLD-FUNCTIONS/dassl.cc (print_dassl_option_list): Use stream
58549b931ad5 [project @ 2000-02-03 10:21:54 by jwe]
jwe
parents: 3566
diff changeset
5492 manipulators instead of GNU iostream-specific form function.
58549b931ad5 [project @ 2000-02-03 10:21:54 by jwe]
jwe
parents: 3566
diff changeset
5493 * DLD-FUNCTIONS/fsolve.cc (print_fsolve_option_list): Ditto.
58549b931ad5 [project @ 2000-02-03 10:21:54 by jwe]
jwe
parents: 3566
diff changeset
5494 * DLD-FUNCTIONS/lsode.cc (print_lsode_option_list): Ditto.
58549b931ad5 [project @ 2000-02-03 10:21:54 by jwe]
jwe
parents: 3566
diff changeset
5495 * DLD-FUNCTIONS/quad.cc (print_quad_option_list): Ditto.
58549b931ad5 [project @ 2000-02-03 10:21:54 by jwe]
jwe
parents: 3566
diff changeset
5496 * pr-output.cc (pr_scale_header): Ditto.
58549b931ad5 [project @ 2000-02-03 10:21:54 by jwe]
jwe
parents: 3566
diff changeset
5497
3566
4b1a93f83264 [project @ 2000-02-03 09:19:49 by jwe]
jwe
parents: 3565
diff changeset
5498 * sighandlers.h: Include signal.h here.
4b1a93f83264 [project @ 2000-02-03 09:19:49 by jwe]
jwe
parents: 3565
diff changeset
5499 * sighandlers.cc: Not here.
4b1a93f83264 [project @ 2000-02-03 09:19:49 by jwe]
jwe
parents: 3565
diff changeset
5500
4b1a93f83264 [project @ 2000-02-03 09:19:49 by jwe]
jwe
parents: 3565
diff changeset
5501 * utils.cc: Include setjmp.h, not csetjmp.
4b1a93f83264 [project @ 2000-02-03 09:19:49 by jwe]
jwe
parents: 3565
diff changeset
5502 * toplev.cc: Ditto.
4b1a93f83264 [project @ 2000-02-03 09:19:49 by jwe]
jwe
parents: 3565
diff changeset
5503
4b1a93f83264 [project @ 2000-02-03 09:19:49 by jwe]
jwe
parents: 3565
diff changeset
5504 * sighandlers.cc: Include signal.h, not csignal.
4b1a93f83264 [project @ 2000-02-03 09:19:49 by jwe]
jwe
parents: 3565
diff changeset
5505
4b1a93f83264 [project @ 2000-02-03 09:19:49 by jwe]
jwe
parents: 3565
diff changeset
5506 * pt-plot.h: Don't include csignal.
4b1a93f83264 [project @ 2000-02-03 09:19:49 by jwe]
jwe
parents: 3565
diff changeset
5507 * toplev.cc: Ditto.
4b1a93f83264 [project @ 2000-02-03 09:19:49 by jwe]
jwe
parents: 3565
diff changeset
5508 * oct-hist.cc: Ditto.
4b1a93f83264 [project @ 2000-02-03 09:19:49 by jwe]
jwe
parents: 3565
diff changeset
5509 * octave.cc: Ditto.
4b1a93f83264 [project @ 2000-02-03 09:19:49 by jwe]
jwe
parents: 3565
diff changeset
5510 * pager.cc: Ditto.
4b1a93f83264 [project @ 2000-02-03 09:19:49 by jwe]
jwe
parents: 3565
diff changeset
5511 * input.cc: Ditto.
4b1a93f83264 [project @ 2000-02-03 09:19:49 by jwe]
jwe
parents: 3565
diff changeset
5512 * help.cc: Ditto.
4b1a93f83264 [project @ 2000-02-03 09:19:49 by jwe]
jwe
parents: 3565
diff changeset
5513
3565
4290f11c8d3b [project @ 2000-02-03 08:32:41 by jwe]
jwe
parents: 3564
diff changeset
5514 * pt-plot.cc (send_to_plot_stream): Use operator== and substr
4290f11c8d3b [project @ 2000-02-03 08:32:41 by jwe]
jwe
parents: 3564
diff changeset
5515 method to do limited-length string comparison.
4290f11c8d3b [project @ 2000-02-03 08:32:41 by jwe]
jwe
parents: 3564
diff changeset
5516 * input.cc (generate_completion): Likewise.
4290f11c8d3b [project @ 2000-02-03 08:32:41 by jwe]
jwe
parents: 3564
diff changeset
5517 * ov-dld-fcn.cc (octave_dld_function::octave_dld_function): Likewise.
4290f11c8d3b [project @ 2000-02-03 08:32:41 by jwe]
jwe
parents: 3564
diff changeset
5518 * ov-usr-fcn.cc (octave_user_function::mark_as_system_fcn_file):
4290f11c8d3b [project @ 2000-02-03 08:32:41 by jwe]
jwe
parents: 3564
diff changeset
5519 Likewise.
4290f11c8d3b [project @ 2000-02-03 08:32:41 by jwe]
jwe
parents: 3564
diff changeset
5520
4290f11c8d3b [project @ 2000-02-03 08:32:41 by jwe]
jwe
parents: 3564
diff changeset
5521 * utils.cc (check_preference): Expect exact string matches.
4290f11c8d3b [project @ 2000-02-03 08:32:41 by jwe]
jwe
parents: 3564
diff changeset
5522 * variables.cc (ignore_function_time_stamp): Likewise.
4290f11c8d3b [project @ 2000-02-03 08:32:41 by jwe]
jwe
parents: 3564
diff changeset
5523 * lex.l (whitespace_in_literal_matrix): Likewise.
4290f11c8d3b [project @ 2000-02-03 08:32:41 by jwe]
jwe
parents: 3564
diff changeset
5524
3564
403039c85792 [project @ 2000-02-03 06:23:11 by jwe]
jwe
parents: 3561
diff changeset
5525 * mappers.cc (xconj, ximag, xreal): New functions. Use them in
403039c85792 [project @ 2000-02-03 06:23:11 by jwe]
jwe
parents: 3561
diff changeset
5526 DEFUN_MAPPER calls.
403039c85792 [project @ 2000-02-03 06:23:11 by jwe]
jwe
parents: 3561
diff changeset
5527
403039c85792 [project @ 2000-02-03 06:23:11 by jwe]
jwe
parents: 3561
diff changeset
5528 * defun-int.h (DEFUN_MAPPER_INTERNAL): Cast function pointer args
403039c85792 [project @ 2000-02-03 06:23:11 by jwe]
jwe
parents: 3561
diff changeset
5529 to octave_mapper constructor.
403039c85792 [project @ 2000-02-03 06:23:11 by jwe]
jwe
parents: 3561
diff changeset
5530
3523
b80bbb43a1a9 [project @ 2000-02-02 10:25:52 by jwe]
jwe
parents: 3503
diff changeset
5531 2000-02-02 John W. Eaton <jwe@bevo.che.wisc.edu>
b80bbb43a1a9 [project @ 2000-02-02 10:25:52 by jwe]
jwe
parents: 3503
diff changeset
5532
3564
403039c85792 [project @ 2000-02-03 06:23:11 by jwe]
jwe
parents: 3561
diff changeset
5533 * procstream.cc (procstreambase::procstreambase,
403039c85792 [project @ 2000-02-03 06:23:11 by jwe]
jwe
parents: 3561
diff changeset
5534 procstreambase::open, procstreambase::close):
403039c85792 [project @ 2000-02-03 06:23:11 by jwe]
jwe
parents: 3561
diff changeset
5535 Call std::ios::setstate, not set.
403039c85792 [project @ 2000-02-03 06:23:11 by jwe]
jwe
parents: 3561
diff changeset
5536
3561
0345dd2a826f [project @ 2000-02-03 05:38:06 by jwe]
jwe
parents: 3560
diff changeset
5537 * lex.l (plot_axes_token): Declare plot_axes as const char *.
0345dd2a826f [project @ 2000-02-03 05:38:06 by jwe]
jwe
parents: 3560
diff changeset
5538 Declare tmp const char **.
0345dd2a826f [project @ 2000-02-03 05:38:06 by jwe]
jwe
parents: 3560
diff changeset
5539
3560
e3e8cfe73935 [project @ 2000-02-03 05:28:16 by jwe]
jwe
parents: 3558
diff changeset
5540 * oct-procbuf.h: Include fstream, not streambuf.h.
e3e8cfe73935 [project @ 2000-02-03 05:28:16 by jwe]
jwe
parents: 3558
diff changeset
5541
3570
f74d9dfec96f [project @ 2000-02-03 11:27:10 by jwe]
jwe
parents: 3568
diff changeset
5542 * load-save.cc (Fsave): Call pubseekoff instead of seekoff.
3558
d2d769ed9eaa [project @ 2000-02-03 05:07:10 by jwe]
jwe
parents: 3554
diff changeset
5543 * oct-strstrm.cc (octave_base_strstream::tell): Likewise.
d2d769ed9eaa [project @ 2000-02-03 05:07:10 by jwe]
jwe
parents: 3554
diff changeset
5544 (octave_base_strstream::seek): Likewise.
d2d769ed9eaa [project @ 2000-02-03 05:07:10 by jwe]
jwe
parents: 3554
diff changeset
5545
3553
c5600b44bef9 [project @ 2000-02-03 03:22:37 by jwe]
jwe
parents: 3552
diff changeset
5546 * oct-stream.cc (octave_base_stream::read): Rename count to char_count.
c5600b44bef9 [project @ 2000-02-03 03:22:37 by jwe]
jwe
parents: 3552
diff changeset
5547 (octave_base_stream::do_gets): Likewise.
c5600b44bef9 [project @ 2000-02-03 03:22:37 by jwe]
jwe
parents: 3552
diff changeset
5548
c5600b44bef9 [project @ 2000-02-03 03:22:37 by jwe]
jwe
parents: 3552
diff changeset
5549 * octave-stream.cc (octave_base_stream::write): Rename flt_fmt to ffmt.
c5600b44bef9 [project @ 2000-02-03 03:22:37 by jwe]
jwe
parents: 3552
diff changeset
5550 (octave_base_stream::read): Likewise.
c5600b44bef9 [project @ 2000-02-03 03:22:37 by jwe]
jwe
parents: 3552
diff changeset
5551
3552
41daa489833a [project @ 2000-02-03 03:05:28 by jwe]
jwe
parents: 3550
diff changeset
5552 * TEMPLATE-INST/SLStack-sym.cc: Delete meaningless `extern
41daa489833a [project @ 2000-02-03 03:05:28 by jwe]
jwe
parents: 3550
diff changeset
5553 template' declarations.
41daa489833a [project @ 2000-02-03 03:05:28 by jwe]
jwe
parents: 3550
diff changeset
5554 * TEMPLATE-INST/Array-tc.cc: Ditto.
41daa489833a [project @ 2000-02-03 03:05:28 by jwe]
jwe
parents: 3550
diff changeset
5555
41daa489833a [project @ 2000-02-03 03:05:28 by jwe]
jwe
parents: 3550
diff changeset
5556 * TEMPLATE-INST/Map-fnc.cc: Don't try to instantiate goodCHptr or
41daa489833a [project @ 2000-02-03 03:05:28 by jwe]
jwe
parents: 3550
diff changeset
5557 CHptr_to_index here.
41daa489833a [project @ 2000-02-03 03:05:28 by jwe]
jwe
parents: 3550
diff changeset
5558 * TEMPLATE-INST/Map-tc.cc: Likewise.
3554
747a87bc8594 [project @ 2000-02-03 03:28:49 by jwe]
jwe
parents: 3553
diff changeset
5559 * Map.h (CHNode::goodCHptr, CHNode::CHptr_to_index): Now member
747a87bc8594 [project @ 2000-02-03 03:28:49 by jwe]
jwe
parents: 3553
diff changeset
5560 functions. Change all callers.
3552
41daa489833a [project @ 2000-02-03 03:05:28 by jwe]
jwe
parents: 3550
diff changeset
5561
41daa489833a [project @ 2000-02-03 03:05:28 by jwe]
jwe
parents: 3550
diff changeset
5562 * load-save.cc (read_binary_file_header): Declare magic_len `const'.
41daa489833a [project @ 2000-02-03 03:05:28 by jwe]
jwe
parents: 3550
diff changeset
5563
41daa489833a [project @ 2000-02-03 03:05:28 by jwe]
jwe
parents: 3550
diff changeset
5564 * token.h (token::token (const token&), token::operator=):
41daa489833a [project @ 2000-02-03 03:05:28 by jwe]
jwe
parents: 3550
diff changeset
5565 Delete unnecessary definitions.
41daa489833a [project @ 2000-02-03 03:05:28 by jwe]
jwe
parents: 3550
diff changeset
5566
41daa489833a [project @ 2000-02-03 03:05:28 by jwe]
jwe
parents: 3550
diff changeset
5567 * oct-stream.cc (octave_stream::mode_as_string): Use
41daa489833a [project @ 2000-02-03 03:05:28 by jwe]
jwe
parents: 3550
diff changeset
5568 std::ios::binary, not std::ios::bin.
41daa489833a [project @ 2000-02-03 03:05:28 by jwe]
jwe
parents: 3550
diff changeset
5569 * load-save.cc (Fsave, Fload, save_user_variables): Likewise.
41daa489833a [project @ 2000-02-03 03:05:28 by jwe]
jwe
parents: 3550
diff changeset
5570
3550
bc492f4a94cb [project @ 2000-02-03 01:36:30 by jwe]
jwe
parents: 3548
diff changeset
5571 * DLD-FUNCTIONS/qz.cc (Fqz): Use Array<int> class instead of
bc492f4a94cb [project @ 2000-02-03 01:36:30 by jwe]
jwe
parents: 3548
diff changeset
5572 trying to create automatic int array with variable size.
bc492f4a94cb [project @ 2000-02-03 01:36:30 by jwe]
jwe
parents: 3548
diff changeset
5573
3548
ab7fa5a8f23f [project @ 2000-02-03 01:17:15 by jwe]
jwe
parents: 3546
diff changeset
5574 * variables.cc (F__dump_symbol_info__): Fix continuation char.
3552
41daa489833a [project @ 2000-02-03 03:05:28 by jwe]
jwe
parents: 3550
diff changeset
5575 * mappers.cc (Ftoupper): Likewise.
3548
ab7fa5a8f23f [project @ 2000-02-03 01:17:15 by jwe]
jwe
parents: 3546
diff changeset
5576 * DLD-FUNCTIONS/besselj.cc (Fairy, Fbesselj): Likewise.
ab7fa5a8f23f [project @ 2000-02-03 01:17:15 by jwe]
jwe
parents: 3546
diff changeset
5577 * DLD-FUNCTIONS/chol.cc (Fchol): Likewise.
ab7fa5a8f23f [project @ 2000-02-03 01:17:15 by jwe]
jwe
parents: 3546
diff changeset
5578 * DLD-FUNCTIONS/det.cc (Fdet): Likewise.
ab7fa5a8f23f [project @ 2000-02-03 01:17:15 by jwe]
jwe
parents: 3546
diff changeset
5579 * DLD-FUNCTIONS/eig.cc (Feig): Likewise.
ab7fa5a8f23f [project @ 2000-02-03 01:17:15 by jwe]
jwe
parents: 3546
diff changeset
5580 * DLD-FUNCTIONS/gammainc.cc (gammainc): Likewise.
ab7fa5a8f23f [project @ 2000-02-03 01:17:15 by jwe]
jwe
parents: 3546
diff changeset
5581 * DLD-FUNCTIONS/givens.cc (givens): Likewise.
ab7fa5a8f23f [project @ 2000-02-03 01:17:15 by jwe]
jwe
parents: 3546
diff changeset
5582 * DLD-FUNCTIONS/hess.cc (hess): Likewise.
ab7fa5a8f23f [project @ 2000-02-03 01:17:15 by jwe]
jwe
parents: 3546
diff changeset
5583 * DLD-FUNCTIONS/inv.cc (inv): Likewise.
ab7fa5a8f23f [project @ 2000-02-03 01:17:15 by jwe]
jwe
parents: 3546
diff changeset
5584 * DLD-FUNCTIONS/log.cc (logm): Likewise.
ab7fa5a8f23f [project @ 2000-02-03 01:17:15 by jwe]
jwe
parents: 3546
diff changeset
5585 * DLD-FUNCTIONS/lu.cc (lu): Likewise.
ab7fa5a8f23f [project @ 2000-02-03 01:17:15 by jwe]
jwe
parents: 3546
diff changeset
5586 * DLD-FUNCTIONS/qr.cc (qr): Likewise.
ab7fa5a8f23f [project @ 2000-02-03 01:17:15 by jwe]
jwe
parents: 3546
diff changeset
5587 * DLD-FUNCTIONS/schur.cc (schur): Likewise.
ab7fa5a8f23f [project @ 2000-02-03 01:17:15 by jwe]
jwe
parents: 3546
diff changeset
5588 * DLD-FUNCTIONS/balance.cc (balance): Likewise.
ab7fa5a8f23f [project @ 2000-02-03 01:17:15 by jwe]
jwe
parents: 3546
diff changeset
5589 * DLD-FUNCTIONS/svd.cc (svd): Likewise.
ab7fa5a8f23f [project @ 2000-02-03 01:17:15 by jwe]
jwe
parents: 3546
diff changeset
5590 * DLD-FUNCTIONS/syl.cc (syl): Likewise.
ab7fa5a8f23f [project @ 2000-02-03 01:17:15 by jwe]
jwe
parents: 3546
diff changeset
5591 * DLD-FUNCTIONS/expm.cc (Fexpm): Likewise.
ab7fa5a8f23f [project @ 2000-02-03 01:17:15 by jwe]
jwe
parents: 3546
diff changeset
5592
ab7fa5a8f23f [project @ 2000-02-03 01:17:15 by jwe]
jwe
parents: 3546
diff changeset
5593 * token.h (token::token_type, token::end_tok_type,
ab7fa5a8f23f [project @ 2000-02-03 01:17:15 by jwe]
jwe
parents: 3546
diff changeset
5594 token::plot_tok_type): Delete extraneous comma from enum decls.
3552
41daa489833a [project @ 2000-02-03 03:05:28 by jwe]
jwe
parents: 3550
diff changeset
5595 * load-save.cc (load_save_format): Likewise.
3548
ab7fa5a8f23f [project @ 2000-02-03 01:17:15 by jwe]
jwe
parents: 3546
diff changeset
5596
3546
6dfdded73a7e [project @ 2000-02-02 22:45:39 by jwe]
jwe
parents: 3545
diff changeset
5597 * pt-idx.cc (tree_index_expression::tree_index_expression):
6dfdded73a7e [project @ 2000-02-02 22:45:39 by jwe]
jwe
parents: 3545
diff changeset
5598 Delete default arg values.
3552
41daa489833a [project @ 2000-02-03 03:05:28 by jwe]
jwe
parents: 3550
diff changeset
5599 * oct-fstrm.cc (octave_fstream::octave_fstream): Likewise.
41daa489833a [project @ 2000-02-03 03:05:28 by jwe]
jwe
parents: 3550
diff changeset
5600 * oct-stream.cc (octave_stream::octave_stream): Likewise.
3546
6dfdded73a7e [project @ 2000-02-02 22:45:39 by jwe]
jwe
parents: 3545
diff changeset
5601
6dfdded73a7e [project @ 2000-02-02 22:45:39 by jwe]
jwe
parents: 3545
diff changeset
5602 * siglist.h, siglist.c: New files.
6dfdded73a7e [project @ 2000-02-02 22:45:39 by jwe]
jwe
parents: 3545
diff changeset
5603 * Makefile.in: Add them to the appropriate lists.
6dfdded73a7e [project @ 2000-02-02 22:45:39 by jwe]
jwe
parents: 3545
diff changeset
5604 * siglist.c (sys_siglist): Move definition here from sighandlers.cc.
6dfdded73a7e [project @ 2000-02-02 22:45:39 by jwe]
jwe
parents: 3545
diff changeset
5605 * siglist.h (sys_siglist): Move declaration here from sighandlers.h.
6dfdded73a7e [project @ 2000-02-02 22:45:39 by jwe]
jwe
parents: 3545
diff changeset
5606
3545
673745c96480 [project @ 2000-02-02 21:15:35 by jwe]
jwe
parents: 3544
diff changeset
5607 * ov.h, ov-bool.h, ov-bool-mat.h (bool_matrix_value):
673745c96480 [project @ 2000-02-02 21:15:35 by jwe]
jwe
parents: 3544
diff changeset
5608 Delete unnecessary arg.
673745c96480 [project @ 2000-02-02 21:15:35 by jwe]
jwe
parents: 3544
diff changeset
5609
3544
71bd2d124119 [project @ 2000-02-02 21:02:31 by jwe]
jwe
parents: 3532
diff changeset
5610 * ov.h (octave_value::do_multi_index_op): Rename from do_index_op.
71bd2d124119 [project @ 2000-02-02 21:02:31 by jwe]
jwe
parents: 3532
diff changeset
5611
71bd2d124119 [project @ 2000-02-02 21:02:31 by jwe]
jwe
parents: 3532
diff changeset
5612 * ov-fcn.h (octave_function::is_system_fcn_file): Now const.
71bd2d124119 [project @ 2000-02-02 21:02:31 by jwe]
jwe
parents: 3532
diff changeset
5613
3529
2dbaadac8f86 [project @ 2000-02-02 11:10:23 by jwe]
jwe
parents: 3528
diff changeset
5614 * Map.cc (index_to_CHptr): Now a macro.
3530
7a23cbae0393 [project @ 2000-02-02 11:18:39 by jwe]
jwe
parents: 3529
diff changeset
5615 (CHMap<C>::hash): Now a member function.
3529
2dbaadac8f86 [project @ 2000-02-02 11:10:23 by jwe]
jwe
parents: 3528
diff changeset
5616
3528
19d6fea99ba1 [project @ 2000-02-02 11:05:12 by jwe]
jwe
parents: 3526
diff changeset
5617 * defun-int.h (UNDERSCORIFY): New macro.
19d6fea99ba1 [project @ 2000-02-02 11:05:12 by jwe]
jwe
parents: 3526
diff changeset
5618 (DEFCONST_INTERNAL, DEFCONSTX_INTERNAL): Use it.
19d6fea99ba1 [project @ 2000-02-02 11:05:12 by jwe]
jwe
parents: 3526
diff changeset
5619
3526
cc21933776a1 [project @ 2000-02-02 10:53:27 by jwe]
jwe
parents: 3525
diff changeset
5620 * data.cc (Fis_list): Fix continuation char.
3532
4abbfb1ca636 [project @ 2000-02-02 11:36:39 by jwe]
jwe
parents: 3530
diff changeset
5621 * defaults.cc (IMAGEPATH): Likewise.
3526
cc21933776a1 [project @ 2000-02-02 10:53:27 by jwe]
jwe
parents: 3525
diff changeset
5622
cc21933776a1 [project @ 2000-02-02 10:53:27 by jwe]
jwe
parents: 3525
diff changeset
5623 * Map.cc (CHptr_to_index, goodCHptr): Delete static decl.
cc21933776a1 [project @ 2000-02-02 10:53:27 by jwe]
jwe
parents: 3525
diff changeset
5624
3525
6cfa474c5b99 [project @ 2000-02-02 10:48:41 by jwe]
jwe
parents: 3523
diff changeset
5625 * ov.h (unary_op, binary_op, assign_op): Prepend `op_' to elts.
6cfa474c5b99 [project @ 2000-02-02 10:48:41 by jwe]
jwe
parents: 3523
diff changeset
5626 Change all usses
6cfa474c5b99 [project @ 2000-02-02 10:48:41 by jwe]
jwe
parents: 3523
diff changeset
5627
3523
b80bbb43a1a9 [project @ 2000-02-02 10:25:52 by jwe]
jwe
parents: 3503
diff changeset
5628 * All source files: Sprinkle with std:: qualifier as needed.
b80bbb43a1a9 [project @ 2000-02-02 10:25:52 by jwe]
jwe
parents: 3503
diff changeset
5629
3503
d14c483b3c12 [project @ 2000-02-01 04:06:07 by jwe]
jwe
parents: 3498
diff changeset
5630 2000-01-31 John W. Eaton <jwe@bevo.che.wisc.edu>
d14c483b3c12 [project @ 2000-02-01 04:06:07 by jwe]
jwe
parents: 3498
diff changeset
5631
d14c483b3c12 [project @ 2000-02-01 04:06:07 by jwe]
jwe
parents: 3498
diff changeset
5632 * sighandlers.cc (install_signal_handlers): Add std:: qualifier
d14c483b3c12 [project @ 2000-02-01 04:06:07 by jwe]
jwe
parents: 3498
diff changeset
5633 for set_net_handler.
d14c483b3c12 [project @ 2000-02-01 04:06:07 by jwe]
jwe
parents: 3498
diff changeset
5634
d14c483b3c12 [project @ 2000-02-01 04:06:07 by jwe]
jwe
parents: 3498
diff changeset
5635 * All source files: Include iostream, fstream, strstream,
d14c483b3c12 [project @ 2000-02-01 04:06:07 by jwe]
jwe
parents: 3498
diff changeset
5636 etc. as needed instead of using forward declarations for these
d14c483b3c12 [project @ 2000-02-01 04:06:07 by jwe]
jwe
parents: 3498
diff changeset
5637 classes.
d14c483b3c12 [project @ 2000-02-01 04:06:07 by jwe]
jwe
parents: 3498
diff changeset
5638
3498
e391aeef2b3c [project @ 2000-01-31 03:17:14 by jwe]
jwe
parents: 3491
diff changeset
5639 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu>
e391aeef2b3c [project @ 2000-01-31 03:17:14 by jwe]
jwe
parents: 3491
diff changeset
5640
e391aeef2b3c [project @ 2000-01-31 03:17:14 by jwe]
jwe
parents: 3491
diff changeset
5641 * input.cc (input_event_hook, Finput_event_hook): New functions.
e391aeef2b3c [project @ 2000-01-31 03:17:14 by jwe]
jwe
parents: 3491
diff changeset
5642 (hook_fcn, user_data): New static variables.
e391aeef2b3c [project @ 2000-01-31 03:17:14 by jwe]
jwe
parents: 3491
diff changeset
5643
3489
cbee5fbb696d [project @ 2000-01-28 09:14:32 by jwe]
jwe
parents: 3485
diff changeset
5644 2000-01-28 John W. Eaton <jwe@bevo.che.wisc.edu>
cbee5fbb696d [project @ 2000-01-28 09:14:32 by jwe]
jwe
parents: 3485
diff changeset
5645
3491
2c7524ffdbf5 [project @ 2000-01-28 22:44:13 by jwe]
jwe
parents: 3490
diff changeset
5646 * pt-except.cc (do_catch_code): Don't do anything special for
2c7524ffdbf5 [project @ 2000-01-28 22:44:13 by jwe]
jwe
parents: 3490
diff changeset
5647 tree_return_command::returning, or tree_break_command::breaking.
2c7524ffdbf5 [project @ 2000-01-28 22:44:13 by jwe]
jwe
parents: 3490
diff changeset
5648
2c7524ffdbf5 [project @ 2000-01-28 22:44:13 by jwe]
jwe
parents: 3490
diff changeset
5649 * error.cc (vwarning): New function.
2c7524ffdbf5 [project @ 2000-01-28 22:44:13 by jwe]
jwe
parents: 3490
diff changeset
5650 (warning): Use it instead of calling verror.
2c7524ffdbf5 [project @ 2000-01-28 22:44:13 by jwe]
jwe
parents: 3490
diff changeset
5651
2c7524ffdbf5 [project @ 2000-01-28 22:44:13 by jwe]
jwe
parents: 3490
diff changeset
5652 * oct-stream.cc (octave_base_stream::oscanf):
2c7524ffdbf5 [project @ 2000-01-28 22:44:13 by jwe]
jwe
parents: 3490
diff changeset
5653 Result is now always nconv+1 elements. Return count of successful
2c7524ffdbf5 [project @ 2000-01-28 22:44:13 by jwe]
jwe
parents: 3490
diff changeset
5654 conversions in last element.
2c7524ffdbf5 [project @ 2000-01-28 22:44:13 by jwe]
jwe
parents: 3490
diff changeset
5655 * file-io.cc (Ffscanf, Fsscanf, Fscanf): Fix doc string.
2c7524ffdbf5 [project @ 2000-01-28 22:44:13 by jwe]
jwe
parents: 3490
diff changeset
5656
3490
fc5eac74640d [project @ 2000-01-28 10:13:25 by jwe]
jwe
parents: 3489
diff changeset
5657 * pt-except.cc (do_catch_code): Unwind-protect buffer_error_messages.
fc5eac74640d [project @ 2000-01-28 10:13:25 by jwe]
jwe
parents: 3489
diff changeset
5658 Be sure to run all unwind-protects before returning.
fc5eac74640d [project @ 2000-01-28 10:13:25 by jwe]
jwe
parents: 3489
diff changeset
5659 (tree_try_catch_command::eval): Add do_catch_code cleanup function
fc5eac74640d [project @ 2000-01-28 10:13:25 by jwe]
jwe
parents: 3489
diff changeset
5660 to unwind-protect stack before resetting buffer_error_messages.
fc5eac74640d [project @ 2000-01-28 10:13:25 by jwe]
jwe
parents: 3489
diff changeset
5661 Use unwind-protect to save and restore buffer_error_messages.
fc5eac74640d [project @ 2000-01-28 10:13:25 by jwe]
jwe
parents: 3489
diff changeset
5662 If there is no catch code, discard the cleanup function and run
fc5eac74640d [project @ 2000-01-28 10:13:25 by jwe]
jwe
parents: 3489
diff changeset
5663 the unwind-protect for buffer_error_messages.
fc5eac74640d [project @ 2000-01-28 10:13:25 by jwe]
jwe
parents: 3489
diff changeset
5664
fc5eac74640d [project @ 2000-01-28 10:13:25 by jwe]
jwe
parents: 3489
diff changeset
5665 * error.cc (bind_global_error_variable): Avoid dereferencing
fc5eac74640d [project @ 2000-01-28 10:13:25 by jwe]
jwe
parents: 3489
diff changeset
5666 error_message_buffer if it is NULL.
fc5eac74640d [project @ 2000-01-28 10:13:25 by jwe]
jwe
parents: 3489
diff changeset
5667
3489
cbee5fbb696d [project @ 2000-01-28 09:14:32 by jwe]
jwe
parents: 3485
diff changeset
5668 * parse.y (evaluating_function_body): New global flag.
cbee5fbb696d [project @ 2000-01-28 09:14:32 by jwe]
jwe
parents: 3485
diff changeset
5669 * ov-usr-fcn.cc (octave_user_function::do_index_op):
cbee5fbb696d [project @ 2000-01-28 09:14:32 by jwe]
jwe
parents: 3485
diff changeset
5670 Protect and set it here.
cbee5fbb696d [project @ 2000-01-28 09:14:32 by jwe]
jwe
parents: 3485
diff changeset
5671 * parse.y (make_break_command, make_return_command): Check it here.
cbee5fbb696d [project @ 2000-01-28 09:14:32 by jwe]
jwe
parents: 3485
diff changeset
5672
cbee5fbb696d [project @ 2000-01-28 09:14:32 by jwe]
jwe
parents: 3485
diff changeset
5673 * error.cc (warning_state): New global flag.
cbee5fbb696d [project @ 2000-01-28 09:14:32 by jwe]
jwe
parents: 3485
diff changeset
5674 (warning): Set it here.
cbee5fbb696d [project @ 2000-01-28 09:14:32 by jwe]
jwe
parents: 3485
diff changeset
5675 * lex.l (reset_parser): Clear it here.
cbee5fbb696d [project @ 2000-01-28 09:14:32 by jwe]
jwe
parents: 3485
diff changeset
5676 * parse.y (fold): Check it here.
cbee5fbb696d [project @ 2000-01-28 09:14:32 by jwe]
jwe
parents: 3485
diff changeset
5677
3484
8b1f46ac2b64 [project @ 2000-01-27 23:30:45 by jwe]
jwe
parents: 3483
diff changeset
5678 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu>
8b1f46ac2b64 [project @ 2000-01-27 23:30:45 by jwe]
jwe
parents: 3483
diff changeset
5679
3485
e5d5848370c9 [project @ 2000-01-28 02:07:35 by jwe]
jwe
parents: 3484
diff changeset
5680 * pt-walk.h (tree_walker::visit_do_until_command): New pure virtual.
e5d5848370c9 [project @ 2000-01-28 02:07:35 by jwe]
jwe
parents: 3484
diff changeset
5681 * pt-pr-code.cc (tree_print_code::visit_do_until_command):
3484
8b1f46ac2b64 [project @ 2000-01-27 23:30:45 by jwe]
jwe
parents: 3483
diff changeset
5682 New function.
3485
e5d5848370c9 [project @ 2000-01-28 02:07:35 by jwe]
jwe
parents: 3484
diff changeset
5683 * pt-loop.h (tree_do_until_command): New class.
3484
8b1f46ac2b64 [project @ 2000-01-27 23:30:45 by jwe]
jwe
parents: 3483
diff changeset
5684 (tree_while_command::expr, tree_while_command::list):
8b1f46ac2b64 [project @ 2000-01-27 23:30:45 by jwe]
jwe
parents: 3483
diff changeset
5685 Now protected instead of private.
3485
e5d5848370c9 [project @ 2000-01-28 02:07:35 by jwe]
jwe
parents: 3484
diff changeset
5686 * parse.y (make_do_until_command): New function.
e5d5848370c9 [project @ 2000-01-28 02:07:35 by jwe]
jwe
parents: 3484
diff changeset
5687 (loop_command): Recognize do-until statement.
3484
8b1f46ac2b64 [project @ 2000-01-27 23:30:45 by jwe]
jwe
parents: 3483
diff changeset
5688 (DO, UNTIL): New tokens.
8b1f46ac2b64 [project @ 2000-01-27 23:30:45 by jwe]
jwe
parents: 3483
diff changeset
5689
8b1f46ac2b64 [project @ 2000-01-27 23:30:45 by jwe]
jwe
parents: 3483
diff changeset
5690 * input.cc (match_sans_spaces): Require non-blank part of test
8b1f46ac2b64 [project @ 2000-01-27 23:30:45 by jwe]
jwe
parents: 3483
diff changeset
5691 string to match standard string exactly.
8b1f46ac2b64 [project @ 2000-01-27 23:30:45 by jwe]
jwe
parents: 3483
diff changeset
5692
3483
1bb6e519a4a2 [project @ 2000-01-26 23:37:10 by jwe]
jwe
parents: 3480
diff changeset
5693 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu>
1bb6e519a4a2 [project @ 2000-01-26 23:37:10 by jwe]
jwe
parents: 3480
diff changeset
5694
1bb6e519a4a2 [project @ 2000-01-26 23:37:10 by jwe]
jwe
parents: 3480
diff changeset
5695 * oct-stream.h (scanf_format_elt::char_class): New struct elt.
1bb6e519a4a2 [project @ 2000-01-26 23:37:10 by jwe]
jwe
parents: 3480
diff changeset
5696 Add arg to constructor.
1bb6e519a4a2 [project @ 2000-01-26 23:37:10 by jwe]
jwe
parents: 3480
diff changeset
5697 (scanf_format_elt::special_conversion): New enum.
1bb6e519a4a2 [project @ 2000-01-26 23:37:10 by jwe]
jwe
parents: 3480
diff changeset
5698 * oct-stream.cc (scanf_format_list::add_elt_to_list): New arg,
1bb6e519a4a2 [project @ 2000-01-26 23:37:10 by jwe]
jwe
parents: 3480
diff changeset
5699 char_class. Pass it to scanf_format_elt constructor.
1bb6e519a4a2 [project @ 2000-01-26 23:37:10 by jwe]
jwe
parents: 3480
diff changeset
5700 (scanf_format_list::scanf_format_list): Create separate list
1bb6e519a4a2 [project @ 2000-01-26 23:37:10 by jwe]
jwe
parents: 3480
diff changeset
5701 elements for whitespace and literal conversions.
1bb6e519a4a2 [project @ 2000-01-26 23:37:10 by jwe]
jwe
parents: 3480
diff changeset
5702 (expand_char_class): New function.
1bb6e519a4a2 [project @ 2000-01-26 23:37:10 by jwe]
jwe
parents: 3480
diff changeset
5703 (scanf_format_list::finish_conversion): Extract character class
1bb6e519a4a2 [project @ 2000-01-26 23:37:10 by jwe]
jwe
parents: 3480
diff changeset
5704 (not including the delimiting brackets) and expand the list of
1bb6e519a4a2 [project @ 2000-01-26 23:37:10 by jwe]
jwe
parents: 3480
diff changeset
5705 characters. Pass the result to add_elt_to_list.
1bb6e519a4a2 [project @ 2000-01-26 23:37:10 by jwe]
jwe
parents: 3480
diff changeset
5706 (scanf_format_list::all_character_conversions): Also accept '^',
1bb6e519a4a2 [project @ 2000-01-26 23:37:10 by jwe]
jwe
parents: 3480
diff changeset
5707 scanf_format_elt::literal_conversion, and
1bb6e519a4a2 [project @ 2000-01-26 23:37:10 by jwe]
jwe
parents: 3480
diff changeset
5708 scanf_format_elt::whitespace_conversion types too.
1bb6e519a4a2 [project @ 2000-01-26 23:37:10 by jwe]
jwe
parents: 3480
diff changeset
5709 (DO_WHITESPACE_CONVERSION, BEGIN_CHAR_CLASS_CONVERSION,
1bb6e519a4a2 [project @ 2000-01-26 23:37:10 by jwe]
jwe
parents: 3480
diff changeset
5710 BEGIN_C_CONVERSION, BEGIN_S_CONVERSION, DO_LITERAL_CONVERSION):
1bb6e519a4a2 [project @ 2000-01-26 23:37:10 by jwe]
jwe
parents: 3480
diff changeset
5711 New macros.
1bb6e519a4a2 [project @ 2000-01-26 23:37:10 by jwe]
jwe
parents: 3480
diff changeset
5712 (octave_base_stream::do_scanf, octave_base_stream::do_oscanf):
1bb6e519a4a2 [project @ 2000-01-26 23:37:10 by jwe]
jwe
parents: 3480
diff changeset
5713 Use them to avoid code duplication.
1bb6e519a4a2 [project @ 2000-01-26 23:37:10 by jwe]
jwe
parents: 3480
diff changeset
5714 Handle whitespace, literal text, and character class conversions.
1bb6e519a4a2 [project @ 2000-01-26 23:37:10 by jwe]
jwe
parents: 3480
diff changeset
5715 (octave_base_stream::oscanf): Loop over all format list elements,
1bb6e519a4a2 [project @ 2000-01-26 23:37:10 by jwe]
jwe
parents: 3480
diff changeset
5716 not just the first nconv elements. Clear status flags on is for
1bb6e519a4a2 [project @ 2000-01-26 23:37:10 by jwe]
jwe
parents: 3480
diff changeset
5717 all streams.
1bb6e519a4a2 [project @ 2000-01-26 23:37:10 by jwe]
jwe
parents: 3480
diff changeset
5718
3476
78e1e0007f0f [project @ 2000-01-26 00:05:43 by jwe]
jwe
parents: 3472
diff changeset
5719 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu>
78e1e0007f0f [project @ 2000-01-26 00:05:43 by jwe]
jwe
parents: 3472
diff changeset
5720
3480
45742a3b1f7c [project @ 2000-01-26 06:16:41 by jwe]
jwe
parents: 3478
diff changeset
5721 * xdiv.cc (result_ok): Just check value of info.
45742a3b1f7c [project @ 2000-01-26 06:16:41 by jwe]
jwe
parents: 3478
diff changeset
5722 (solve_singularity_warning): New function.
45742a3b1f7c [project @ 2000-01-26 06:16:41 by jwe]
jwe
parents: 3478
diff changeset
5723 (xleftdiv, xdiv): Pass pointer to solve_singularity_warning to
45742a3b1f7c [project @ 2000-01-26 06:16:41 by jwe]
jwe
parents: 3478
diff changeset
5724 solve function.
45742a3b1f7c [project @ 2000-01-26 06:16:41 by jwe]
jwe
parents: 3478
diff changeset
5725
45742a3b1f7c [project @ 2000-01-26 06:16:41 by jwe]
jwe
parents: 3478
diff changeset
5726 * lex.l (handle_identifier): Set next_tok_is_eq if we are looking
45742a3b1f7c [project @ 2000-01-26 06:16:41 by jwe]
jwe
parents: 3478
diff changeset
5727 at `=', but not if we are looking at `=='.
45742a3b1f7c [project @ 2000-01-26 06:16:41 by jwe]
jwe
parents: 3478
diff changeset
5728
3478
32dd5d5e8c8f [project @ 2000-01-26 03:01:58 by jwe]
jwe
parents: 3477
diff changeset
5729 * pt-pr-code.cc (tree_print_code::visit_unwind_protect_command):
32dd5d5e8c8f [project @ 2000-01-26 03:01:58 by jwe]
jwe
parents: 3477
diff changeset
5730 Print `unwind_protect_cleanup', not `cleanup_code'.
32dd5d5e8c8f [project @ 2000-01-26 03:01:58 by jwe]
jwe
parents: 3477
diff changeset
5731
3477
4b79cb009dd4 [project @ 2000-01-26 00:55:22 by jwe]
jwe
parents: 3476
diff changeset
5732 * pager.cc (octave_pager_buf::flush_current_contents_to_diary):
4b79cb009dd4 [project @ 2000-01-26 00:55:22 by jwe]
jwe
parents: 3476
diff changeset
5733 New function.
4b79cb009dd4 [project @ 2000-01-26 00:55:22 by jwe]
jwe
parents: 3476
diff changeset
5734 (octave_pager_stream::flush_current_contents_to_diary):
4b79cb009dd4 [project @ 2000-01-26 00:55:22 by jwe]
jwe
parents: 3476
diff changeset
5735 Ditto.
4b79cb009dd4 [project @ 2000-01-26 00:55:22 by jwe]
jwe
parents: 3476
diff changeset
5736 (close_diary_file): Use the new octave_pager_stream function to
4b79cb009dd4 [project @ 2000-01-26 00:55:22 by jwe]
jwe
parents: 3476
diff changeset
5737 try to flush the current buffer to the diary when it is closed.
4b79cb009dd4 [project @ 2000-01-26 00:55:22 by jwe]
jwe
parents: 3476
diff changeset
5738
3476
78e1e0007f0f [project @ 2000-01-26 00:05:43 by jwe]
jwe
parents: 3472
diff changeset
5739 * variables.cc (Fexist): Return 6 for built-in constants.
78e1e0007f0f [project @ 2000-01-26 00:05:43 by jwe]
jwe
parents: 3472
diff changeset
5740
78e1e0007f0f [project @ 2000-01-26 00:05:43 by jwe]
jwe
parents: 3472
diff changeset
5741 * pt-plot.cc (Fgshow): Don't append " " after last arg.
78e1e0007f0f [project @ 2000-01-26 00:05:43 by jwe]
jwe
parents: 3472
diff changeset
5742 (Fgset): Likewise.
78e1e0007f0f [project @ 2000-01-26 00:05:43 by jwe]
jwe
parents: 3472
diff changeset
5743
3472
9c509e1cbf49 [project @ 2000-01-24 05:05:49 by jwe]
jwe
parents: 3465
diff changeset
5744 2000-01-23 John W. Eaton <jwe@bevo.che.wisc.edu>
9c509e1cbf49 [project @ 2000-01-24 05:05:49 by jwe]
jwe
parents: 3465
diff changeset
5745
9c509e1cbf49 [project @ 2000-01-24 05:05:49 by jwe]
jwe
parents: 3465
diff changeset
5746 * ov-base-mat.h (octave_base_matrix::length): Return 0 for empty
9c509e1cbf49 [project @ 2000-01-24 05:05:49 by jwe]
jwe
parents: 3465
diff changeset
5747 arrays.
9c509e1cbf49 [project @ 2000-01-24 05:05:49 by jwe]
jwe
parents: 3465
diff changeset
5748
3465
996bb7ea4507 [project @ 2000-01-21 07:48:25 by jwe]
jwe
parents: 3448
diff changeset
5749 2000-01-20 John W. Eaton <jwe@bevo.che.wisc.edu>
996bb7ea4507 [project @ 2000-01-21 07:48:25 by jwe]
jwe
parents: 3448
diff changeset
5750
996bb7ea4507 [project @ 2000-01-21 07:48:25 by jwe]
jwe
parents: 3448
diff changeset
5751 * DLD-FUNCTIONS/time.cc (Fstrptime): New function.
996bb7ea4507 [project @ 2000-01-21 07:48:25 by jwe]
jwe
parents: 3448
diff changeset
5752
996bb7ea4507 [project @ 2000-01-21 07:48:25 by jwe]
jwe
parents: 3448
diff changeset
5753 * load-save.cc (Fsave): Add missing else.
996bb7ea4507 [project @ 2000-01-21 07:48:25 by jwe]
jwe
parents: 3448
diff changeset
5754
3442
86e1068c2abb [project @ 2000-01-17 08:18:42 by jwe]
jwe
parents: 3428
diff changeset
5755 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu>
86e1068c2abb [project @ 2000-01-17 08:18:42 by jwe]
jwe
parents: 3428
diff changeset
5756
3444
fa0d84558faa [project @ 2000-01-17 08:40:39 by jwe]
jwe
parents: 3443
diff changeset
5757 * DLD-FUNCTIONS/gammainc.cc (Fgammainc): Texinfoize doc string.
3445
c3eed8ac845a [project @ 2000-01-17 09:06:51 by jwe]
jwe
parents: 3444
diff changeset
5758 * ov-typeinfo.cc (Ftypeinfo): Ditto.
3446
5ee5afb3981a [project @ 2000-01-17 09:42:43 by jwe]
jwe
parents: 3445
diff changeset
5759 * parse.y (Vwarn_future_time_stamp): Ditto.
5ee5afb3981a [project @ 2000-01-17 09:42:43 by jwe]
jwe
parents: 3445
diff changeset
5760 * DLD-FUNCTIONS/minmax.cc (Fmax, Fmin): Ditto.
3445
c3eed8ac845a [project @ 2000-01-17 09:06:51 by jwe]
jwe
parents: 3444
diff changeset
5761 * ov-usr-fcn.cc (Fva_arg, Fva_start, Fvr_val): Ditto.
3446
5ee5afb3981a [project @ 2000-01-17 09:42:43 by jwe]
jwe
parents: 3445
diff changeset
5762 * defaults.cc (VOCTAVE_HOME, Frehash): Ditto.
5ee5afb3981a [project @ 2000-01-17 09:42:43 by jwe]
jwe
parents: 3445
diff changeset
5763 * toplev.cc (Fwarranty, Fcasesen): Ditto.
5ee5afb3981a [project @ 2000-01-17 09:42:43 by jwe]
jwe
parents: 3445
diff changeset
5764 * utils.cc (Fdo_string_escapes, Ffile_in_loadpath): Ditto.
5ee5afb3981a [project @ 2000-01-17 09:42:43 by jwe]
jwe
parents: 3445
diff changeset
5765 * variables.cc (F__dump_symtab_info__, F__dump_symbol_info__): Ditto.
3447
5c76d8f267f7 [project @ 2000-01-17 20:12:43 by jwe]
jwe
parents: 3446
diff changeset
5766 * ov-list.cc (Flist, Fappend, Fnth, Freverse, Fsplice): Ditto.
3448
0fb75d95b14f [project @ 2000-01-17 20:38:31 by jwe]
jwe
parents: 3447
diff changeset
5767 * input.cc (Fread_readline_init_file): Ditto.
0fb75d95b14f [project @ 2000-01-17 20:38:31 by jwe]
jwe
parents: 3447
diff changeset
5768 * file-io.cc (Fis_stream): Ditto.
0fb75d95b14f [project @ 2000-01-17 20:38:31 by jwe]
jwe
parents: 3447
diff changeset
5769 * ov-cell.cc (Fiscell, Fcell): Ditto.
0fb75d95b14f [project @ 2000-01-17 20:38:31 by jwe]
jwe
parents: 3447
diff changeset
5770 * pt-assign.cc (Vprint_rhs_assign_val): Ditto.
0fb75d95b14f [project @ 2000-01-17 20:38:31 by jwe]
jwe
parents: 3447
diff changeset
5771 * pt-decl.cc (Vinitialize_global_variables): Ditto.
0fb75d95b14f [project @ 2000-01-17 20:38:31 by jwe]
jwe
parents: 3447
diff changeset
5772 * symtab.cc (Vvariables_can_hide_functions): Ditto.
3443
bf22deaf04ed [project @ 2000-01-17 08:28:27 by jwe]
jwe
parents: 3442
diff changeset
5773
3442
86e1068c2abb [project @ 2000-01-17 08:18:42 by jwe]
jwe
parents: 3428
diff changeset
5774 * pt-plot.cc (Fgraw, Fgset, Fgshow, Vgnuplot_command_plot,
86e1068c2abb [project @ 2000-01-17 08:18:42 by jwe]
jwe
parents: 3428
diff changeset
5775 Vgnuplot_command_replot, Vgnuplot_command_splot,
86e1068c2abb [project @ 2000-01-17 08:18:42 by jwe]
jwe
parents: 3428
diff changeset
5776 Vgnuplot_command_using, Vgnuplot_command_with,
86e1068c2abb [project @ 2000-01-17 08:18:42 by jwe]
jwe
parents: 3428
diff changeset
5777 Vgnuplot_command_axes, Vgnuplot_command_title,
86e1068c2abb [project @ 2000-01-17 08:18:42 by jwe]
jwe
parents: 3428
diff changeset
5778 Vgnuplot_command_end): Texinfoize doc strings.
86e1068c2abb [project @ 2000-01-17 08:18:42 by jwe]
jwe
parents: 3428
diff changeset
5779
3447
5c76d8f267f7 [project @ 2000-01-17 20:12:43 by jwe]
jwe
parents: 3446
diff changeset
5780 * oct-procbuf.cc (__kluge_procbuf_delay__): Rename from
5c76d8f267f7 [project @ 2000-01-17 20:12:43 by jwe]
jwe
parents: 3446
diff changeset
5781 kluge_procbuf_delay. Texinfoize doc string.
5c76d8f267f7 [project @ 2000-01-17 20:12:43 by jwe]
jwe
parents: 3446
diff changeset
5782
3427
e098ebb77023 [project @ 2000-01-13 09:25:53 by jwe]
jwe
parents: 3419
diff changeset
5783 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu>
e098ebb77023 [project @ 2000-01-13 09:25:53 by jwe]
jwe
parents: 3419
diff changeset
5784
e098ebb77023 [project @ 2000-01-13 09:25:53 by jwe]
jwe
parents: 3419
diff changeset
5785 * parse.y (gobble_leading_whitespace): Discard first space character
e098ebb77023 [project @ 2000-01-13 09:25:53 by jwe]
jwe
parents: 3419
diff changeset
5786 after consecutive comment characters.
e098ebb77023 [project @ 2000-01-13 09:25:53 by jwe]
jwe
parents: 3419
diff changeset
5787 * lex.l (grab_help_text): Ditto.
e098ebb77023 [project @ 2000-01-13 09:25:53 by jwe]
jwe
parents: 3419
diff changeset
5788
3428
5b77cf82393c [project @ 2000-01-14 02:54:53 by jwe]
jwe
parents: 3427
diff changeset
5789 * lex.l (Vwhitespace_in_literal_matrix, Vwarn_separator_insert,
5b77cf82393c [project @ 2000-01-14 02:54:53 by jwe]
jwe
parents: 3427
diff changeset
5790 Vwarn_single_quote_string): Texinfoize doc string.
5b77cf82393c [project @ 2000-01-14 02:54:53 by jwe]
jwe
parents: 3427
diff changeset
5791
3418
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3411
diff changeset
5792 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu>
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3411
diff changeset
5793
3419
e71b3d1dd327 [project @ 2000-01-12 05:23:34 by jwe]
jwe
parents: 3418
diff changeset
5794 * ov.h, ov.cc (octave_value::column_vector_value,
e71b3d1dd327 [project @ 2000-01-12 05:23:34 by jwe]
jwe
parents: 3418
diff changeset
5795 octave_value::row_vector_value,
e71b3d1dd327 [project @ 2000-01-12 05:23:34 by jwe]
jwe
parents: 3418
diff changeset
5796 octave_value::complex_column_vector_value,
e71b3d1dd327 [project @ 2000-01-12 05:23:34 by jwe]
jwe
parents: 3418
diff changeset
5797 octave_value::complex_row_vector_value): New functions.
e71b3d1dd327 [project @ 2000-01-12 05:23:34 by jwe]
jwe
parents: 3418
diff changeset
5798 (octave_value::vector_value): Now returns Array<double>.
e71b3d1dd327 [project @ 2000-01-12 05:23:34 by jwe]
jwe
parents: 3418
diff changeset
5799 (octave_value::complex_vector_value): Now returns Array<Complex>.
e71b3d1dd327 [project @ 2000-01-12 05:23:34 by jwe]
jwe
parents: 3418
diff changeset
5800 Sprinkle conversions where necessary.
e71b3d1dd327 [project @ 2000-01-12 05:23:34 by jwe]
jwe
parents: 3418
diff changeset
5801
3418
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3411
diff changeset
5802 * ov.cc (Vprefer_column_vectors): Now static.
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3411
diff changeset
5803 * ov.h (octave_value (const ComplexRowVector&),
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3411
diff changeset
5804 octave_value (const ComplexColumnVector&),
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3411
diff changeset
5805 octave_value (const RowVector&), octave_value (const ColumnVector&)):
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3411
diff changeset
5806 Delete second arg. Change all callers.
3419
e71b3d1dd327 [project @ 2000-01-12 05:23:34 by jwe]
jwe
parents: 3418
diff changeset
5807
3418
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3411
diff changeset
5808 * oct-obj.h (octave_value_list (const RowVector&),
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3411
diff changeset
5809 octave_value_list (const ColumnVector&),
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3411
diff changeset
5810 octave_value_list (const ComplexRowVector&),
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3411
diff changeset
5811 octave_value_list (const ComplexColumnVector&)): Likewise.
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3411
diff changeset
5812 * ov-cx-mat.h, ov-cx-mat.cc
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3411
diff changeset
5813 (octave_complex_matrix (const ComplexRowVector&),
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3411
diff changeset
5814 (octave_complex_matrix (const ComplexColumnVector&)):
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3411
diff changeset
5815 Delete second arg, simply create object with orientation
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3411
diff changeset
5816 corresponding to vector arg. Move constructors to class decl.
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3411
diff changeset
5817 * ov-re-mat.h, ov-re-mat.cc (octave_matrix (const RowVector&),
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3411
diff changeset
5818 (octave_matrix (const ColumnVector&)):
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3411
diff changeset
5819 Delete second arg, simply create object with orientation
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3411
diff changeset
5820 corresponding to vector arg. Move constructors to class decl.
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3411
diff changeset
5821
3411
7c203c3033f6 [project @ 2000-01-07 08:49:52 by jwe]
jwe
parents: 3410
diff changeset
5822 2000-01-07 Ben Sapp <bsapp@nua.lampf.lanl.gov>
7c203c3033f6 [project @ 2000-01-07 08:49:52 by jwe]
jwe
parents: 3410
diff changeset
5823
7c203c3033f6 [project @ 2000-01-07 08:49:52 by jwe]
jwe
parents: 3410
diff changeset
5824 * mappers.cc (Fconj, Ferf, Ferfc, Fgamma, Fimag, Flgamma, Flog10,
7c203c3033f6 [project @ 2000-01-07 08:49:52 by jwe]
jwe
parents: 3410
diff changeset
5825 Freal, Fround): Add @seealso{...} to doc strings.
7c203c3033f6 [project @ 2000-01-07 08:49:52 by jwe]
jwe
parents: 3410
diff changeset
5826
3408
ae7adbb591e8 [project @ 2000-01-06 08:29:11 by jwe]
jwe
parents: 3405
diff changeset
5827 2000-01-06 John W. Eaton <jwe@bevo.che.wisc.edu>
ae7adbb591e8 [project @ 2000-01-06 08:29:11 by jwe]
jwe
parents: 3405
diff changeset
5828
3410
ee5f222025c3 [project @ 2000-01-07 04:19:05 by jwe]
jwe
parents: 3408
diff changeset
5829 * oct-stream.cc (do_scanf): Do the right thing again for character
ee5f222025c3 [project @ 2000-01-07 04:19:05 by jwe]
jwe
parents: 3408
diff changeset
5830 conversions.
ee5f222025c3 [project @ 2000-01-07 04:19:05 by jwe]
jwe
parents: 3408
diff changeset
5831
3408
ae7adbb591e8 [project @ 2000-01-06 08:29:11 by jwe]
jwe
parents: 3405
diff changeset
5832 * help.cc (display_help_text): Also strip out leading spaces
ae7adbb591e8 [project @ 2000-01-06 08:29:11 by jwe]
jwe
parents: 3405
diff changeset
5833 before Texinfo @-commands before sending doc string to makeinfo.
ae7adbb591e8 [project @ 2000-01-06 08:29:11 by jwe]
jwe
parents: 3405
diff changeset
5834 (display_help_text): Improve format of `See also' string.
ae7adbb591e8 [project @ 2000-01-06 08:29:11 by jwe]
jwe
parents: 3405
diff changeset
5835
3405
a020244950f9 [project @ 2000-01-05 08:09:27 by jwe]
jwe
parents: 3400
diff changeset
5836 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu>
a020244950f9 [project @ 2000-01-05 08:09:27 by jwe]
jwe
parents: 3400
diff changeset
5837
a020244950f9 [project @ 2000-01-05 08:09:27 by jwe]
jwe
parents: 3400
diff changeset
5838 * help.cc (display_help_text): Pass a definition for @seealso
a020244950f9 [project @ 2000-01-05 08:09:27 by jwe]
jwe
parents: 3400
diff changeset
5839 through the filter.
a020244950f9 [project @ 2000-01-05 08:09:27 by jwe]
jwe
parents: 3400
diff changeset
5840
3400
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
5841 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu>
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
5842
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
5843 * lex.l (Vwarn_single_quote_string): New variable.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
5844 (syms_of_lex): DEFVAR it.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
5845 (warn_single_quote_string): New function.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
5846 (gripe_single_quote_string): New function.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
5847 Use new stuff to allow warnings for code that uses single quote
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
5848 characters to introduce string constants.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
5849
3399
e665633c76af [project @ 1999-12-22 22:11:50 by jwe]
jwe
parents: 3388
diff changeset
5850 1999-12-20 John W. Eaton <jwe@bevo.che.wisc.edu>
e665633c76af [project @ 1999-12-22 22:11:50 by jwe]
jwe
parents: 3388
diff changeset
5851
e665633c76af [project @ 1999-12-22 22:11:50 by jwe]
jwe
parents: 3388
diff changeset
5852 * mkbuiltins: Add #undef quad to generated file.
e665633c76af [project @ 1999-12-22 22:11:50 by jwe]
jwe
parents: 3388
diff changeset
5853
3388
42cb61dd0248 [project @ 1999-12-16 04:51:43 by jwe]
jwe
parents: 3377
diff changeset
5854 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu>
42cb61dd0248 [project @ 1999-12-16 04:51:43 by jwe]
jwe
parents: 3377
diff changeset
5855
42cb61dd0248 [project @ 1999-12-16 04:51:43 by jwe]
jwe
parents: 3377
diff changeset
5856 * lex.l (Vwarn_separator_insert): New variable.
42cb61dd0248 [project @ 1999-12-16 04:51:43 by jwe]
jwe
parents: 3377
diff changeset
5857 (syms_of_lex): DEFVAR it.
42cb61dd0248 [project @ 1999-12-16 04:51:43 by jwe]
jwe
parents: 3377
diff changeset
5858 (warn_separator_insert): New function.
42cb61dd0248 [project @ 1999-12-16 04:51:43 by jwe]
jwe
parents: 3377
diff changeset
5859 (maybe_warn_separator_insert): New function.
42cb61dd0248 [project @ 1999-12-16 04:51:43 by jwe]
jwe
parents: 3377
diff changeset
5860 Use new stuff to allow warnings for code that might result in
42cb61dd0248 [project @ 1999-12-16 04:51:43 by jwe]
jwe
parents: 3377
diff changeset
5861 auto-insertion of commas or semicolons, depending on the value of
42cb61dd0248 [project @ 1999-12-16 04:51:43 by jwe]
jwe
parents: 3377
diff changeset
5862 whitespace_in_literal_matrix.
42cb61dd0248 [project @ 1999-12-16 04:51:43 by jwe]
jwe
parents: 3377
diff changeset
5863
42cb61dd0248 [project @ 1999-12-16 04:51:43 by jwe]
jwe
parents: 3377
diff changeset
5864 * parse.y (Fsource): Record function file name here too.
42cb61dd0248 [project @ 1999-12-16 04:51:43 by jwe]
jwe
parents: 3377
diff changeset
5865
3377
c4309e154d0e [project @ 1999-12-14 07:11:52 by jwe]
jwe
parents: 3373
diff changeset
5866 1999-12-13 John W. Eaton <jwe@bevo.che.wisc.edu>
c4309e154d0e [project @ 1999-12-14 07:11:52 by jwe]
jwe
parents: 3373
diff changeset
5867
c4309e154d0e [project @ 1999-12-14 07:11:52 by jwe]
jwe
parents: 3373
diff changeset
5868 * variables.cc (link_to_global_variable): If the local symbol is
c4309e154d0e [project @ 1999-12-14 07:11:52 by jwe]
jwe
parents: 3373
diff changeset
5869 not a variable, don't bother to clear it. Instead, just redefine
c4309e154d0e [project @ 1999-12-14 07:11:52 by jwe]
jwe
parents: 3373
diff changeset
5870 it by aliasing to the global symbol.
c4309e154d0e [project @ 1999-12-14 07:11:52 by jwe]
jwe
parents: 3373
diff changeset
5871
3372
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
5872 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu>
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
5873
3373
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
5874 * DLD-FUNCTIONS/balance.cc (Fbalance): Texinfoize doc string.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
5875 * DLD-FUNCTIONS/det.cc (Fdet): Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
5876 * DLD-FUNCTIONS/eig.cc (Feig): Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
5877 * DLD-FUNCTIONS/givens.cc (Fgivens): Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
5878 * DLD-FUNCTIONS/inv.cc (Finv): Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
5879 * DLD-FUNCTIONS/chol.cc (Fchol): Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
5880 * DLD-FUNCTIONS/hess.cc (Fhess): Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
5881 * DLD-FUNCTIONS/lu.cc (Flu): Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
5882 * DLD-FUNCTIONS/qr.cc (Fqr): Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
5883 * DLD-FUNCTIONS/schur.cc (Fschur): Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
5884 * DLD-FUNCTIONS/svd.cc (Fsvd): Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
5885 * DLD-FUNCTIONS/expm.cc (Fexpm): Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
5886 * DLD-FUNCTIONS/log.cc (Flogm, Fsqrtm): Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
5887 * DLD-FUNCTIONS/syl.cc (Fsyl): Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
5888 * DLD-FUNCTIONS/pinv.cc (Fpinv): Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
5889 * DLD-FUNCTIONS/qz.cc (Fqz): Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
5890 * DLD-FUNCTIONS/dassl.cc (Fdassl, Fdassl_options): Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
5891 * DLD-FUNCTIONS/lsode.cc (Flsode, Flsode_options): Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
5892 * data.cc (Flength, Fsize, Fisempty): Ditto.
3372
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
5893 * sysdep.cc (Fkbhit): Ditto.
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
5894 * input.cc (Fkeyboard, Finput): Ditto.
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
5895 * variables.cc (ans): Ditto.
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
5896 * pr-output.cc (Fdisp, Fformat): Ditto.
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
5897 * ov.cc (Vprint_answer_id_name): Ditto.
3373
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
5898 * defaults.cc (IMAGEPATH): Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
5899 * error.cc (Ferror, Fwarning, Fusage, error_text, beep_on_error):
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
5900 Ditto.
3372
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
5901 * load-save.cc (Fload, Fsave, Vdefault_save_format,
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
5902 Vsave_precision): Ditto.
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
5903 * file-io.cc (Ffflush, Ffopen, Ffclose, Ffputs, Ffgetl, Ffgets,
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
5904 Ffprintf, Fsprintf, Fscanf, Ffscanf, Fsscanf, Ffread, Ffwrite,
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
5905 Ffseek, Fftell, Ffeof, Fferror, Ffreport, Ftmpnam, Vstdin_file,
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
5906 Vstdout_file, Vstderr_file, SEEK_SET, SEEK_CUR, SEEK_END): Ditto.
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
5907 * pager.cc (Vpager_binary, Vpage_output_immediately,
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
5908 Vpage_screen_output, Fmore): Ditto.
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
5909
3369
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
5910 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu>
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
5911
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
5912 * utils.cc (Vtreat_neg_dim_as_zero): Texinfoize doc string.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
5913 * DLD-FUNCTIONS/find.cc (Ffind): Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
5914 * DLD-FUNCTIONS/rand.cc (Frand, Frandn): Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
5915 * DLD-FUNCTIONS/sort.cc (Fsort): Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
5916 * mappers.cc (Fisinf, Fisnan, Ffinite): Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
5917 * data.cc (Fall, Fany, Fdiag, Fones, Fzeros, Feye, Flinspace): Ditto.
3371
86873384cd10 [project @ 1999-11-21 17:31:07 by jwe]
jwe
parents: 3370
diff changeset
5918 * defaults.cc (Vloadpath, Vdefault_loadpath): Ditto.
86873384cd10 [project @ 1999-11-21 17:31:07 by jwe]
jwe
parents: 3370
diff changeset
5919 * parse.y (Feval, Ffeval, Vdefault_eval_print_flag,
86873384cd10 [project @ 1999-11-21 17:31:07 by jwe]
jwe
parents: 3370
diff changeset
5920 Vwarn_missing_semicolon, Vwarn_function_name_clash, Fsource): Ditto.
86873384cd10 [project @ 1999-11-21 17:31:07 by jwe]
jwe
parents: 3370
diff changeset
5921 * ov-usr-fcn.cc (Vmax_recursion_depth, Vdefault_return_value,
86873384cd10 [project @ 1999-11-21 17:31:07 by jwe]
jwe
parents: 3370
diff changeset
5922 Vdefine_all_return_values, Vreturn_last_computed_value): Ditto.
86873384cd10 [project @ 1999-11-21 17:31:07 by jwe]
jwe
parents: 3370
diff changeset
5923 * ov.cc (Vok_to_lose_imaginary_part, Vdo_fortran_indexing,
86873384cd10 [project @ 1999-11-21 17:31:07 by jwe]
jwe
parents: 3370
diff changeset
5924 Vprefer_column_vectors, Vresize_on_range_error,
86873384cd10 [project @ 1999-11-21 17:31:07 by jwe]
jwe
parents: 3370
diff changeset
5925 Vwarn_divide_by_zero): Ditto.
86873384cd10 [project @ 1999-11-21 17:31:07 by jwe]
jwe
parents: 3370
diff changeset
5926 * pt-stmt.cc (Vsilent_functions): Ditto.
86873384cd10 [project @ 1999-11-21 17:31:07 by jwe]
jwe
parents: 3370
diff changeset
5927 * variables.cc (Vignore_function_time_stamp): Ditto.
86873384cd10 [project @ 1999-11-21 17:31:07 by jwe]
jwe
parents: 3370
diff changeset
5928 * dynamic-ld.cc (Vwarn_reload_forces_clear): Ditto.
3369
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
5929
3367
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3366
diff changeset
5930 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu>
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3366
diff changeset
5931
3368
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
5932 * DLD-FUNCTIONS/fft.cc (Ffft): Texinfoize doc string.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
5933 * DLD-FUNCTIONS/ifft.cc (Fifft): Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
5934 * DLD-FUNCTIONS/fft2.cc (Ffft2): Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
5935 * DLD-FUNCTIONS/ifft2.cc (Fifft2): Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
5936 * DLD-FUNCTIONS/filter.cc (Ffilter): Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
5937 * DLD-FUNCTIONS/quad.cc (Fquad, Fquad_options): Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
5938 * DLD-FUNCTIONS/colloc.cc (Fcolloc): Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
5939 * DLD-FUNCTIONS/fsolve.cc (Ffsolve, Ffsolve_options): Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
5940 * defaults.cc (Veditor): Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
5941 * pt-plot.cc (Vautomatic_replot, Vgnuplot_binary,
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
5942 Vgnuplot_has_frames, Vgnuplot_has_multiplot, Fclearplot,
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
5943 Fcloseplot, Fpurge_tmp_files, Fishold, Fhold):
3367
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3366
diff changeset
5944
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3366
diff changeset
5945 * Makefile.in (parse.cc): Expect 11 shift/reduce conflicts now.
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3366
diff changeset
5946
3361
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3360
diff changeset
5947 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu>
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3360
diff changeset
5948
3366
abdd5ed1bb4e [project @ 1999-11-20 04:09:20 by jwe]
jwe
parents: 3365
diff changeset
5949 * parse.y (Vwarn_assign_as_truth_value, Vwarn_variable_switch_label):
abdd5ed1bb4e [project @ 1999-11-20 04:09:20 by jwe]
jwe
parents: 3365
diff changeset
5950 Texinfoize doc strings.
abdd5ed1bb4e [project @ 1999-11-20 04:09:20 by jwe]
jwe
parents: 3365
diff changeset
5951
3365
7ed630f7b7be [project @ 1999-11-20 03:11:17 by jwe]
jwe
parents: 3364
diff changeset
5952 * DLD-FUNCTIONS/pinv.cc (Fpinv): Texinfoize doc string.
7ed630f7b7be [project @ 1999-11-20 03:11:17 by jwe]
jwe
parents: 3364
diff changeset
5953
3364
fac05a83b4c5 [project @ 1999-11-20 03:05:42 by jwe]
jwe
parents: 3363
diff changeset
5954 * defun-int.h (DEFUN_DLD_INTERNAL): New macro.
fac05a83b4c5 [project @ 1999-11-20 03:05:42 by jwe]
jwe
parents: 3363
diff changeset
5955 * defun-dld.h [MAKE_BUILTINS] (DEFUN_DLD): Simply expand to
fac05a83b4c5 [project @ 1999-11-20 03:05:42 by jwe]
jwe
parents: 3363
diff changeset
5956 DEFUN_DLD_INTERNAL.
fac05a83b4c5 [project @ 1999-11-20 03:05:42 by jwe]
jwe
parents: 3363
diff changeset
5957 * mkbuiltins: Generate code to define DEFUN_DLD_INTERNAL.
fac05a83b4c5 [project @ 1999-11-20 03:05:42 by jwe]
jwe
parents: 3363
diff changeset
5958 * mkgendoc: Likewise.
fac05a83b4c5 [project @ 1999-11-20 03:05:42 by jwe]
jwe
parents: 3363
diff changeset
5959
3363
9db3ff0b6913 [project @ 1999-11-19 21:57:35 by jwe]
jwe
parents: 3361
diff changeset
5960 * Makefile.in (gendoc.o): Don't optimize when creating gendoc.
3364
fac05a83b4c5 [project @ 1999-11-20 03:05:42 by jwe]
jwe
parents: 3363
diff changeset
5961 (%.dc : %.cc): Delete rule.
3363
9db3ff0b6913 [project @ 1999-11-19 21:57:35 by jwe]
jwe
parents: 3361
diff changeset
5962
3361
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3360
diff changeset
5963 * pt-decl.cc (Vdefault_global_variable_value): Texinofize doc string.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3360
diff changeset
5964 * variables.cc (Fclear, Fdocument, Fexist, Fis_global, Fwho): Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3360
diff changeset
5965 * help.cc (Ftype, Fwhich): Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3360
diff changeset
5966 * ov.cc (Vstruct_levels_to_print, Vimplicit_str_to_num_ok): Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3360
diff changeset
5967 * data.cc (Fis_struct, Fstruct_elements, Fstruct_constains): Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3360
diff changeset
5968 * strfns.cc (Fisstr, Fsetstr): Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3360
diff changeset
5969 * pt-mat.cc: (Fimplicit_num_to_str_ok, Fstring_fill_char): Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3360
diff changeset
5970 * utils.cc (Fundo_string_escapes): Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3360
diff changeset
5971 * mappers.cc: (Fisalnum, Fisalpha, Fisascii, Fiscntrl, Fisdigit,
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3360
diff changeset
5972 Fisgraph, Fislower, Fisprint, Fispunct, Fisspace, Fisupper,
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3360
diff changeset
5973 Fisxdigit, Ftoascii, Ftolower, Ftoupper): Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3360
diff changeset
5974
3357
34d512262892 [project @ 1999-11-18 07:18:30 by jwe]
jwe
parents: 3356
diff changeset
5975 1999-11-18 John W. Eaton <jwe@bevo.che.wisc.edu>
34d512262892 [project @ 1999-11-18 07:18:30 by jwe]
jwe
parents: 3356
diff changeset
5976
3360
48bd8127e19b [project @ 1999-11-19 05:15:25 by jwe]
jwe
parents: 3357
diff changeset
5977 * syscalls.cc (symbols_of_syscalls): Use DEFCONSTX to define
48bd8127e19b [project @ 1999-11-19 05:15:25 by jwe]
jwe
parents: 3357
diff changeset
5978 Octave constants for C macros like O_WRONLY.
48bd8127e19b [project @ 1999-11-19 05:15:25 by jwe]
jwe
parents: 3357
diff changeset
5979
3357
34d512262892 [project @ 1999-11-18 07:18:30 by jwe]
jwe
parents: 3356
diff changeset
5980 * oct-lvalue.cc (octave_lvalue::set_index): Disallow expressions
34d512262892 [project @ 1999-11-18 07:18:30 by jwe]
jwe
parents: 3356
diff changeset
5981 like x(i)(j) = rhs.
34d512262892 [project @ 1999-11-18 07:18:30 by jwe]
jwe
parents: 3356
diff changeset
5982
3355
c4983fc7318f [project @ 1999-11-18 05:20:50 by jwe]
jwe
parents: 3354
diff changeset
5983 1999-11-17 John W. Eaton <jwe@bevo.che.wisc.edu>
c4983fc7318f [project @ 1999-11-18 05:20:50 by jwe]
jwe
parents: 3354
diff changeset
5984
3356
d2e12e998a78 [project @ 1999-11-18 06:17:06 by jwe]
jwe
parents: 3355
diff changeset
5985 * symtab.cc (symbol_record::type_as_string): New function.
3355
c4983fc7318f [project @ 1999-11-18 05:20:50 by jwe]
jwe
parents: 3354
diff changeset
5986
c4983fc7318f [project @ 1999-11-18 05:20:50 by jwe]
jwe
parents: 3354
diff changeset
5987 * symtab.cc (symbol_record::which): New functions.
c4983fc7318f [project @ 1999-11-18 05:20:50 by jwe]
jwe
parents: 3354
diff changeset
5988 * help.cc (do_which): New functions.
c4983fc7318f [project @ 1999-11-18 05:20:50 by jwe]
jwe
parents: 3354
diff changeset
5989 (Fwhich): Use them.
c4983fc7318f [project @ 1999-11-18 05:20:50 by jwe]
jwe
parents: 3354
diff changeset
5990
c4983fc7318f [project @ 1999-11-18 05:20:50 by jwe]
jwe
parents: 3354
diff changeset
5991 * help.cc (help_from_symbol_table, help_from_file): New functions.
c4983fc7318f [project @ 1999-11-18 05:20:50 by jwe]
jwe
parents: 3354
diff changeset
5992 (builtin_help): Use them.
c4983fc7318f [project @ 1999-11-18 05:20:50 by jwe]
jwe
parents: 3354
diff changeset
5993
c4983fc7318f [project @ 1999-11-18 05:20:50 by jwe]
jwe
parents: 3354
diff changeset
5994 * help.cc (do_type): New function.
3356
d2e12e998a78 [project @ 1999-11-18 06:17:06 by jwe]
jwe
parents: 3355
diff changeset
5995 (symbol_record::type): New function.
3355
c4983fc7318f [project @ 1999-11-18 05:20:50 by jwe]
jwe
parents: 3354
diff changeset
5996 (Ftype): Use them.
c4983fc7318f [project @ 1999-11-18 05:20:50 by jwe]
jwe
parents: 3354
diff changeset
5997
c4983fc7318f [project @ 1999-11-18 05:20:50 by jwe]
jwe
parents: 3354
diff changeset
5998 * help.cc (print_symbol_type): Delete.
c4983fc7318f [project @ 1999-11-18 05:20:50 by jwe]
jwe
parents: 3354
diff changeset
5999
c4983fc7318f [project @ 1999-11-18 05:20:50 by jwe]
jwe
parents: 3354
diff changeset
6000 * symtab.cc (symbol_table::name_list): Delete count arg.
c4983fc7318f [project @ 1999-11-18 05:20:50 by jwe]
jwe
parents: 3354
diff changeset
6001 (symbol_table::symbol_list): Likewise.
c4983fc7318f [project @ 1999-11-18 05:20:50 by jwe]
jwe
parents: 3354
diff changeset
6002 (symbol_table::glob): Likewise. Also return Array<symbol_record *>
c4983fc7318f [project @ 1999-11-18 05:20:50 by jwe]
jwe
parents: 3354
diff changeset
6003 instead of symbol_record **.
c4983fc7318f [project @ 1999-11-18 05:20:50 by jwe]
jwe
parents: 3354
diff changeset
6004 Change all callers.
c4983fc7318f [project @ 1999-11-18 05:20:50 by jwe]
jwe
parents: 3354
diff changeset
6005 * help.cc (names, display_symtab_names): Delete count arg.
c4983fc7318f [project @ 1999-11-18 05:20:50 by jwe]
jwe
parents: 3354
diff changeset
6006
c4983fc7318f [project @ 1999-11-18 05:20:50 by jwe]
jwe
parents: 3354
diff changeset
6007 * help.cc (print_symbol_type, Ftype): No longer need to look up
c4983fc7318f [project @ 1999-11-18 05:20:50 by jwe]
jwe
parents: 3354
diff changeset
6008 fcn_file_name in the loadpath.
c4983fc7318f [project @ 1999-11-18 05:20:50 by jwe]
jwe
parents: 3354
diff changeset
6009
c4983fc7318f [project @ 1999-11-18 05:20:50 by jwe]
jwe
parents: 3354
diff changeset
6010 * help.cc (print_symbol_type): Handle dld functions.
c4983fc7318f [project @ 1999-11-18 05:20:50 by jwe]
jwe
parents: 3354
diff changeset
6011 (help_from_symbol_table, help_from_file): New functions.
c4983fc7318f [project @ 1999-11-18 05:20:50 by jwe]
jwe
parents: 3354
diff changeset
6012 (builtin_help): Use them.
c4983fc7318f [project @ 1999-11-18 05:20:50 by jwe]
jwe
parents: 3354
diff changeset
6013
3354
87721841efd7 [project @ 1999-11-17 19:06:11 by jwe]
jwe
parents: 3352
diff changeset
6014 1999-11-16 John W. Eaton <jwe@bevo.che.wisc.edu>
87721841efd7 [project @ 1999-11-17 19:06:11 by jwe]
jwe
parents: 3352
diff changeset
6015
87721841efd7 [project @ 1999-11-17 19:06:11 by jwe]
jwe
parents: 3352
diff changeset
6016 * ov-cell.cc (Fiscell, Fcell): New Functions.
87721841efd7 [project @ 1999-11-17 19:06:11 by jwe]
jwe
parents: 3352
diff changeset
6017 (octave_cell::do_index_op): New function.
87721841efd7 [project @ 1999-11-17 19:06:11 by jwe]
jwe
parents: 3352
diff changeset
6018
87721841efd7 [project @ 1999-11-17 19:06:11 by jwe]
jwe
parents: 3352
diff changeset
6019 * utils.cc (get_dimensions): Move here from data.cc and make extern.
87721841efd7 [project @ 1999-11-17 19:06:11 by jwe]
jwe
parents: 3352
diff changeset
6020 (Vtreat_neg_dim_as_zero, treat_neg_dim_as_zero): Likewise.
87721841efd7 [project @ 1999-11-17 19:06:11 by jwe]
jwe
parents: 3352
diff changeset
6021 (symbols_of_utils): New function.
87721841efd7 [project @ 1999-11-17 19:06:11 by jwe]
jwe
parents: 3352
diff changeset
6022
87721841efd7 [project @ 1999-11-17 19:06:11 by jwe]
jwe
parents: 3352
diff changeset
6023 * data.cc (fill_matrix (const octave_value_list&, double,
87721841efd7 [project @ 1999-11-17 19:06:11 by jwe]
jwe
parents: 3352
diff changeset
6024 const char*)): New function.
87721841efd7 [project @ 1999-11-17 19:06:11 by jwe]
jwe
parents: 3352
diff changeset
6025 (Fones, Fzeros): Use it to avoid some code duplication.
87721841efd7 [project @ 1999-11-17 19:06:11 by jwe]
jwe
parents: 3352
diff changeset
6026
3352
0ddc382c245c [project @ 1999-11-15 17:14:39 by jwe]
jwe
parents: 3350
diff changeset
6027 1999-11-15 John W. Eaton <jwe@bevo.che.wisc.edu>
0ddc382c245c [project @ 1999-11-15 17:14:39 by jwe]
jwe
parents: 3350
diff changeset
6028
0ddc382c245c [project @ 1999-11-15 17:14:39 by jwe]
jwe
parents: 3350
diff changeset
6029 * pt-cell.h, pt-cell.cc, ov-cell.h, ov-cell.cc, Cell.h, Cell.cc:
0ddc382c245c [project @ 1999-11-15 17:14:39 by jwe]
jwe
parents: 3350
diff changeset
6030 New files.
0ddc382c245c [project @ 1999-11-15 17:14:39 by jwe]
jwe
parents: 3350
diff changeset
6031 * Makefile.in: Add them to the appropriate lists.
0ddc382c245c [project @ 1999-11-15 17:14:39 by jwe]
jwe
parents: 3350
diff changeset
6032 * pt-walk.h (visit_cell (tree_cell&): New pure virtual.
0ddc382c245c [project @ 1999-11-15 17:14:39 by jwe]
jwe
parents: 3350
diff changeset
6033 * pt-pr-code.cc (tree_print_code::visit_cell (tree_cell&)): New
0ddc382c245c [project @ 1999-11-15 17:14:39 by jwe]
jwe
parents: 3350
diff changeset
6034 function.
0ddc382c245c [project @ 1999-11-15 17:14:39 by jwe]
jwe
parents: 3350
diff changeset
6035 * TEMPLATE-INST/Array-tc.cc: Instantiate 2D arrays of octave_value
0ddc382c245c [project @ 1999-11-15 17:14:39 by jwe]
jwe
parents: 3350
diff changeset
6036 objects.
0ddc382c245c [project @ 1999-11-15 17:14:39 by jwe]
jwe
parents: 3350
diff changeset
6037 * pt-all.h: Include pt-cell.h.
0ddc382c245c [project @ 1999-11-15 17:14:39 by jwe]
jwe
parents: 3350
diff changeset
6038 * ov.h, ov.cc (octave_value::is_cell, octave_value::cell_value):
0ddc382c245c [project @ 1999-11-15 17:14:39 by jwe]
jwe
parents: 3350
diff changeset
6039 New functions.
0ddc382c245c [project @ 1999-11-15 17:14:39 by jwe]
jwe
parents: 3350
diff changeset
6040 * ov-base.h, ov-base.cc (octave_value::is_cell,
0ddc382c245c [project @ 1999-11-15 17:14:39 by jwe]
jwe
parents: 3350
diff changeset
6041 octave_value::cell_value): Provide defaults.
0ddc382c245c [project @ 1999-11-15 17:14:39 by jwe]
jwe
parents: 3350
diff changeset
6042 * lex.h, lex.l: Handle `{' and `}' tokens (for cell arrays).
0ddc382c245c [project @ 1999-11-15 17:14:39 by jwe]
jwe
parents: 3350
diff changeset
6043 (bracketflag): Rename from braceflag.
0ddc382c245c [project @ 1999-11-15 17:14:39 by jwe]
jwe
parents: 3350
diff changeset
6044 (handle_close_bracket): Rename from handle_close_brace.
0ddc382c245c [project @ 1999-11-15 17:14:39 by jwe]
jwe
parents: 3350
diff changeset
6045 (class bracket_brace_paren_nesting_level): Rename from
0ddc382c245c [project @ 1999-11-15 17:14:39 by jwe]
jwe
parents: 3350
diff changeset
6046 brace_paren_nesting_level.
0ddc382c245c [project @ 1999-11-15 17:14:39 by jwe]
jwe
parents: 3350
diff changeset
6047 (bracket_brace_paren_nesting_level::bracket,
0ddc382c245c [project @ 1999-11-15 17:14:39 by jwe]
jwe
parents: 3350
diff changeset
6048 bracket_brace_paren_nesting_level::is_bracket): New functions to
0ddc382c245c [project @ 1999-11-15 17:14:39 by jwe]
jwe
parents: 3350
diff changeset
6049 keep count of nesting level for `[' and `]'.
0ddc382c245c [project @ 1999-11-15 17:14:39 by jwe]
jwe
parents: 3350
diff changeset
6050 (bracket_brace_paren_nesting_level::brace,
0ddc382c245c [project @ 1999-11-15 17:14:39 by jwe]
jwe
parents: 3350
diff changeset
6051 bracket_brace_paren_nesting_level::is_brace): Now keeps count of
0ddc382c245c [project @ 1999-11-15 17:14:39 by jwe]
jwe
parents: 3350
diff changeset
6052 nesting level for `{' and `}'.
0ddc382c245c [project @ 1999-11-15 17:14:39 by jwe]
jwe
parents: 3350
diff changeset
6053 * parse.y (tree_cell_type): New type.
0ddc382c245c [project @ 1999-11-15 17:14:39 by jwe]
jwe
parents: 3350
diff changeset
6054 Give '{' the same precedence and associativity as '(' and '.'
0ddc382c245c [project @ 1999-11-15 17:14:39 by jwe]
jwe
parents: 3350
diff changeset
6055 (matrix_rows, matrix_rows1): Rename from rows, rows1.
0ddc382c245c [project @ 1999-11-15 17:14:39 by jwe]
jwe
parents: 3350
diff changeset
6056 (cell, cell_rows, cell_rows1): New non-terminals.
0ddc382c245c [project @ 1999-11-15 17:14:39 by jwe]
jwe
parents: 3350
diff changeset
6057 (cell_or_matrix_row): Rename from matrix_row.
0ddc382c245c [project @ 1999-11-15 17:14:39 by jwe]
jwe
parents: 3350
diff changeset
6058 (primary_expr): Accept cell here.
0ddc382c245c [project @ 1999-11-15 17:14:39 by jwe]
jwe
parents: 3350
diff changeset
6059 (postfix_expr): Allow indexing using '{' arg_list '}'.
0ddc382c245c [project @ 1999-11-15 17:14:39 by jwe]
jwe
parents: 3350
diff changeset
6060 (finish_cell): New function.
0ddc382c245c [project @ 1999-11-15 17:14:39 by jwe]
jwe
parents: 3350
diff changeset
6061
3350
729ad2b6a052 [project @ 1999-11-12 16:18:16 by jwe]
jwe
parents: 3347
diff changeset
6062 1999-11-12 John W. Eaton <jwe@bevo.che.wisc.edu>
729ad2b6a052 [project @ 1999-11-12 16:18:16 by jwe]
jwe
parents: 3347
diff changeset
6063
729ad2b6a052 [project @ 1999-11-12 16:18:16 by jwe]
jwe
parents: 3347
diff changeset
6064 * utils.cc (jump_to_top_level): No longer declared extern "C".
729ad2b6a052 [project @ 1999-11-12 16:18:16 by jwe]
jwe
parents: 3347
diff changeset
6065
729ad2b6a052 [project @ 1999-11-12 16:18:16 by jwe]
jwe
parents: 3347
diff changeset
6066 * cutils.c (octave_strcasecmp, octave_strncasecmp): New functions.
729ad2b6a052 [project @ 1999-11-12 16:18:16 by jwe]
jwe
parents: 3347
diff changeset
6067 * utils.cc (almost_match): Call octave_strncasecmp instead of
729ad2b6a052 [project @ 1999-11-12 16:18:16 by jwe]
jwe
parents: 3347
diff changeset
6068 calling strncasecmp directly.
729ad2b6a052 [project @ 1999-11-12 16:18:16 by jwe]
jwe
parents: 3347
diff changeset
6069
3347
3cfec93fd0ef [project @ 1999-11-10 23:09:10 by jwe]
jwe
parents: 3343
diff changeset
6070 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu>
3cfec93fd0ef [project @ 1999-11-10 23:09:10 by jwe]
jwe
parents: 3343
diff changeset
6071
3cfec93fd0ef [project @ 1999-11-10 23:09:10 by jwe]
jwe
parents: 3343
diff changeset
6072 * parse.y: Don't define warn_reload_forces_clear here.
3cfec93fd0ef [project @ 1999-11-10 23:09:10 by jwe]
jwe
parents: 3343
diff changeset
6073
3cfec93fd0ef [project @ 1999-11-10 23:09:10 by jwe]
jwe
parents: 3343
diff changeset
6074 * Makefile.in (DISTFILES): Include DOCSTRINGS.
3cfec93fd0ef [project @ 1999-11-10 23:09:10 by jwe]
jwe
parents: 3343
diff changeset
6075
3340
585a8809fd9b [project @ 1999-11-05 07:02:30 by jwe]
jwe
parents: 3337
diff changeset
6076 1999-11-05 John W. Eaton <jwe@bevo.che.wisc.edu>
585a8809fd9b [project @ 1999-11-05 07:02:30 by jwe]
jwe
parents: 3337
diff changeset
6077
3343
466d7a1cac01 [project @ 1999-11-05 19:34:29 by jwe]
jwe
parents: 3342
diff changeset
6078 * sighandlers.cc (install_signal_handlers): Don't install
466d7a1cac01 [project @ 1999-11-05 19:34:29 by jwe]
jwe
parents: 3342
diff changeset
6079 sigwinch_handler.
466d7a1cac01 [project @ 1999-11-05 19:34:29 by jwe]
jwe
parents: 3342
diff changeset
6080
3342
d8d3700fb4ab [project @ 1999-11-05 16:55:17 by jwe]
jwe
parents: 3340
diff changeset
6081 * oct-iostrm.h (octave_istream::eof, octave_ostream::eof): Provide
d8d3700fb4ab [project @ 1999-11-05 16:55:17 by jwe]
jwe
parents: 3340
diff changeset
6082 implementation for these.
d8d3700fb4ab [project @ 1999-11-05 16:55:17 by jwe]
jwe
parents: 3340
diff changeset
6083
d8d3700fb4ab [project @ 1999-11-05 16:55:17 by jwe]
jwe
parents: 3340
diff changeset
6084 * oct-stream.cc (octave_base_stream::do_scanf):
d8d3700fb4ab [project @ 1999-11-05 16:55:17 by jwe]
jwe
parents: 3340
diff changeset
6085 The stdin stream is only special if we are interactive.
d8d3700fb4ab [project @ 1999-11-05 16:55:17 by jwe]
jwe
parents: 3340
diff changeset
6086 (octave_base_stream::scanf): Ditto.
d8d3700fb4ab [project @ 1999-11-05 16:55:17 by jwe]
jwe
parents: 3340
diff changeset
6087 (octave_base_stream::do_oscanf): Ditto.
d8d3700fb4ab [project @ 1999-11-05 16:55:17 by jwe]
jwe
parents: 3340
diff changeset
6088 (octave_base_stream::oscanf): Ditto.
d8d3700fb4ab [project @ 1999-11-05 16:55:17 by jwe]
jwe
parents: 3340
diff changeset
6089
3340
585a8809fd9b [project @ 1999-11-05 07:02:30 by jwe]
jwe
parents: 3337
diff changeset
6090 * ov.h (octave_value::is_stream): New predicate.
585a8809fd9b [project @ 1999-11-05 07:02:30 by jwe]
jwe
parents: 3337
diff changeset
6091 * ov-file.h (octave_file::is_stream): Return true.
585a8809fd9b [project @ 1999-11-05 07:02:30 by jwe]
jwe
parents: 3337
diff changeset
6092 * file-io.cc (Fis_stream): New function.
585a8809fd9b [project @ 1999-11-05 07:02:30 by jwe]
jwe
parents: 3337
diff changeset
6093
585a8809fd9b [project @ 1999-11-05 07:02:30 by jwe]
jwe
parents: 3337
diff changeset
6094 * ov-file.h (class octave_file): stream is now an object instead
585a8809fd9b [project @ 1999-11-05 07:02:30 by jwe]
jwe
parents: 3337
diff changeset
6095 of pointer.
585a8809fd9b [project @ 1999-11-05 07:02:30 by jwe]
jwe
parents: 3337
diff changeset
6096 * ov-file.cc (octave_file::print_raw): Handle stream as object
585a8809fd9b [project @ 1999-11-05 07:02:30 by jwe]
jwe
parents: 3337
diff changeset
6097 instead of pointer. Also print stream status.
585a8809fd9b [project @ 1999-11-05 07:02:30 by jwe]
jwe
parents: 3337
diff changeset
6098
585a8809fd9b [project @ 1999-11-05 07:02:30 by jwe]
jwe
parents: 3337
diff changeset
6099 * ov-base.cc (octave_base_value::stream_value): Return object
585a8809fd9b [project @ 1999-11-05 07:02:30 by jwe]
jwe
parents: 3337
diff changeset
6100 instead of pointer.
585a8809fd9b [project @ 1999-11-05 07:02:30 by jwe]
jwe
parents: 3337
diff changeset
6101
585a8809fd9b [project @ 1999-11-05 07:02:30 by jwe]
jwe
parents: 3337
diff changeset
6102 * ov.cc (octave_value::stream_value): Return object instead of pointer.
585a8809fd9b [project @ 1999-11-05 07:02:30 by jwe]
jwe
parents: 3337
diff changeset
6103 (octave_value::octave_value (const octave_stream&)): Take const
585a8809fd9b [project @ 1999-11-05 07:02:30 by jwe]
jwe
parents: 3337
diff changeset
6104 reference instead of pointer arg.
585a8809fd9b [project @ 1999-11-05 07:02:30 by jwe]
jwe
parents: 3337
diff changeset
6105
585a8809fd9b [project @ 1999-11-05 07:02:30 by jwe]
jwe
parents: 3337
diff changeset
6106 * TEMPLATE-INST/Array-os.cc: Instantiate Arrays of octave_stream
585a8809fd9b [project @ 1999-11-05 07:02:30 by jwe]
jwe
parents: 3337
diff changeset
6107 objects, not pointers to them.
585a8809fd9b [project @ 1999-11-05 07:02:30 by jwe]
jwe
parents: 3337
diff changeset
6108
585a8809fd9b [project @ 1999-11-05 07:02:30 by jwe]
jwe
parents: 3337
diff changeset
6109 * OPERATORS/op-fil-b.cc: Cope with octave_stream class changes.
585a8809fd9b [project @ 1999-11-05 07:02:30 by jwe]
jwe
parents: 3337
diff changeset
6110 * OPERATORS/op-fil-bm.cc: Likewise.
585a8809fd9b [project @ 1999-11-05 07:02:30 by jwe]
jwe
parents: 3337
diff changeset
6111 * OPERATORS/op-fil-cm.cc: Likewise.
585a8809fd9b [project @ 1999-11-05 07:02:30 by jwe]
jwe
parents: 3337
diff changeset
6112 * OPERATORS/op-fil-cs.cc: Likewise.
585a8809fd9b [project @ 1999-11-05 07:02:30 by jwe]
jwe
parents: 3337
diff changeset
6113 * OPERATORS/op-fil-lis.cc: Likewise.
585a8809fd9b [project @ 1999-11-05 07:02:30 by jwe]
jwe
parents: 3337
diff changeset
6114 * OPERATORS/op-fil-m.cc: Likewise.
585a8809fd9b [project @ 1999-11-05 07:02:30 by jwe]
jwe
parents: 3337
diff changeset
6115 * OPERATORS/op-fil-rec.cc: Likewise.
585a8809fd9b [project @ 1999-11-05 07:02:30 by jwe]
jwe
parents: 3337
diff changeset
6116 * OPERATORS/op-fil-s.cc: Likewise.
585a8809fd9b [project @ 1999-11-05 07:02:30 by jwe]
jwe
parents: 3337
diff changeset
6117 * OPERATORS/op-fil-str.cc: Likewise.
585a8809fd9b [project @ 1999-11-05 07:02:30 by jwe]
jwe
parents: 3337
diff changeset
6118 * file-io.cc: Likewise.
585a8809fd9b [project @ 1999-11-05 07:02:30 by jwe]
jwe
parents: 3337
diff changeset
6119 * syscalls.cc (Fdup): Likewise.
585a8809fd9b [project @ 1999-11-05 07:02:30 by jwe]
jwe
parents: 3337
diff changeset
6120
585a8809fd9b [project @ 1999-11-05 07:02:30 by jwe]
jwe
parents: 3337
diff changeset
6121 * oct-fstrm.cc, oct-fstrm.h, oct-iostrm.cc, oct-iostrm.h,
585a8809fd9b [project @ 1999-11-05 07:02:30 by jwe]
jwe
parents: 3337
diff changeset
6122 oct-prcstrm.cc, oct-prcstrm.h, oct-stdstrm.cc, oct-stdstrm.h,
585a8809fd9b [project @ 1999-11-05 07:02:30 by jwe]
jwe
parents: 3337
diff changeset
6123 oct-stream.cc, oct-stream.h, oct-strstrm.cc, oct-strstrm.h:
585a8809fd9b [project @ 1999-11-05 07:02:30 by jwe]
jwe
parents: 3337
diff changeset
6124 Rewrite to allow octave_stream objects to be used like values
585a8809fd9b [project @ 1999-11-05 07:02:30 by jwe]
jwe
parents: 3337
diff changeset
6125 instead of having to use pointers.
585a8809fd9b [project @ 1999-11-05 07:02:30 by jwe]
jwe
parents: 3337
diff changeset
6126
3337
9c782a34b545 [project @ 1999-11-04 01:51:34 by jwe]
jwe
parents: 3332
diff changeset
6127 1999-11-03 John W. Eaton <jwe@bevo.che.wisc.edu>
9c782a34b545 [project @ 1999-11-04 01:51:34 by jwe]
jwe
parents: 3332
diff changeset
6128
9c782a34b545 [project @ 1999-11-04 01:51:34 by jwe]
jwe
parents: 3332
diff changeset
6129 * oct-stream.cc (octave_base_stream::do_scanf): If it looks like
9c782a34b545 [project @ 1999-11-04 01:51:34 by jwe]
jwe
parents: 3332
diff changeset
6130 we have a matching failure, then reset the failbit in the stream
9c782a34b545 [project @ 1999-11-04 01:51:34 by jwe]
jwe
parents: 3332
diff changeset
6131 state.
9c782a34b545 [project @ 1999-11-04 01:51:34 by jwe]
jwe
parents: 3332
diff changeset
6132 (octave_base_stream::do_oscanf): Likewise.
9c782a34b545 [project @ 1999-11-04 01:51:34 by jwe]
jwe
parents: 3332
diff changeset
6133
3332
7c03933635c6 [project @ 1999-11-02 06:57:12 by jwe]
jwe
parents: 3330
diff changeset
6134 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov>
7c03933635c6 [project @ 1999-11-02 06:57:12 by jwe]
jwe
parents: 3330
diff changeset
6135
3361
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3360
diff changeset
6136 * help.cc (Fhelp): Texinfoize doc string.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3360
diff changeset
6137 * input.cc (Fecho, Fcompletion_matches): Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3360
diff changeset
6138 * oct-hist.cc (Fedit_history, Fhistory, Frun_history): Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3360
diff changeset
6139 * pager.cc (Fdiary): Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3360
diff changeset
6140 * sysdep.cc (Fclc): Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3360
diff changeset
6141 * toplev.cc (Fquit, Fatexit): Ditto.
3332
7c03933635c6 [project @ 1999-11-02 06:57:12 by jwe]
jwe
parents: 3330
diff changeset
6142
7c03933635c6 [project @ 1999-11-02 06:57:12 by jwe]
jwe
parents: 3330
diff changeset
6143 1999-11-02 John W. Eaton <jwe@bevo.che.wisc.edu>
7c03933635c6 [project @ 1999-11-02 06:57:12 by jwe]
jwe
parents: 3330
diff changeset
6144
7c03933635c6 [project @ 1999-11-02 06:57:12 by jwe]
jwe
parents: 3330
diff changeset
6145 * lex.l (yywrap): No longer static.
7c03933635c6 [project @ 1999-11-02 06:57:12 by jwe]
jwe
parents: 3330
diff changeset
6146 (have_continuation): Declare input character as int, not char, so
7c03933635c6 [project @ 1999-11-02 06:57:12 by jwe]
jwe
parents: 3330
diff changeset
6147 comparison to EOF will work.
7c03933635c6 [project @ 1999-11-02 06:57:12 by jwe]
jwe
parents: 3330
diff changeset
6148
3330
69136e3883bf [project @ 1999-11-02 05:33:27 by jwe]
jwe
parents: 3325
diff changeset
6149 1999-11-01 John W. Eaton <jwe@bevo.che.wisc.edu>
69136e3883bf [project @ 1999-11-02 05:33:27 by jwe]
jwe
parents: 3325
diff changeset
6150
69136e3883bf [project @ 1999-11-02 05:33:27 by jwe]
jwe
parents: 3325
diff changeset
6151 * defun.cc (print_usage): Use display_help_text instead of sending
69136e3883bf [project @ 1999-11-02 05:33:27 by jwe]
jwe
parents: 3325
diff changeset
6152 help message directly to octave_stdout.
69136e3883bf [project @ 1999-11-02 05:33:27 by jwe]
jwe
parents: 3325
diff changeset
6153
3325
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6154 1999-10-29 John W. Eaton <jwe@bevo.che.wisc.edu>
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6155
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6156 * defun-dld.h (INSTALL_DLD_FCNS, INSTALL_DLD_FCN): Delete definitions.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6157 * DLD-FUNCTIONS/dassl.cc: Don't use INSTALL_DLD_FCN or
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6158 INSTALL_DLD_FCNS macros. They are not necessary with the new code
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6159 in dynamic-ld.cc.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6160 * DLD-FUNCTIONS/lsode.cc: Ditto.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6161 * DLD-FUNCTIONS/fsolve.cc: Ditto.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6162 * DLD-FUNCTIONS/quad.cc: Ditto.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6163 * DLD-FUNCTIONS/time.cc: Ditto.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6164 * DLD-FUNCTIONS/besselj.cc: Ditto.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6165 * DLD-FUNCTIONS/getgrent.cc: Ditto.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6166 * DLD-FUNCTIONS/getpwent.cc: Ditto.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6167 * DLD-FUNCTIONS/inv.cc: Ditto.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6168 * DLD-FUNCTIONS/log.cc: Ditto.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6169 * DLD-FUNCTIONS/minmax.cc: Ditto.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6170 * DLD-FUNCTIONS/rand.cc: Ditto.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6171
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6172 * dynamic-ld.cc, dynamic-ld.h: Major rewrite to allow reloading of
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6173 dynamically linked functions.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6174
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6175 * symtab.cc (symbol_record::replace_all_defs): Don't allow top
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6176 definition to be NULL.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6177 (symbol_table::clear): Allow dynamically linked functions to be
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6178 cleared.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6179
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6180 * symtab.h (TYPE): New enum value, DLD_FUCTION.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6181 (symbol_type): Now 8 bits wide.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6182 (SYMTAB_ALL_TYPES): Include DLD_FUNCTION.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6183 (symbol_record::symbol_def::is_function): Also recognize dld functions.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6184 (symbol_record::symbol_def::is_dld_function): New function.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6185 (symbol_record::is_dld_function): Ditto.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6186
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6187 * defun.cc (install_dld_function): New function.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6188 * defun-int.h: Provide declaration here.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6189 (octave_dld_fcn_installer): New typedef.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6190 (DEFINE_FUN_INSTALLER_FUN): Installer function now takes an
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6191 oct_shlib object as an arg. Allow installation of a function to
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6192 happen more than once.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6193
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6194 * octave.cc (initialize_error_handlers): Call
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6195 set_liboctave_warning_handler here too.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6196
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6197 * ov-builtin.h (is_builtin_function): Return true.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6198 Data member is now protected, not private.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6199
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6200 * ov-fcn.h (is_dynamically_loaded_function): New predicate.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6201 (unload): New function.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6202 Data members are now protected, not private.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6203
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6204 * ov.h (is_builtin_function, is_dld_function): New predicates.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6205 * ov-base.h (is_builtin_function, is_dld_function): Ditto.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6206
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6207 * parse.y (Vwarn_reload_forces_clear): New static flag.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6208 (warn_reload_forces_clear): New function.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6209 (symbols_of_parse): DEFVAR warn_reload_forces_clear.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6210
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6211 * variables.cc (Fclear): Look for dld functions too.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6212
3770
bf6116ca10eb [project @ 2001-02-02 02:21:40 by jwe]
jwe
parents: 3767
diff changeset
6213 * ov-dld-fcn.cc, ov-dld-fcn.h: New files.
3325
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6214 * Makefile.in (OV_INCLUDES, OV_SRC): Add them to the lists.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6215
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6216 * Makefile.in (DEFVAR_PATTERN): Also match DEFCONSTX.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6217
3321
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3317
diff changeset
6218 1999-10-26 John W. Eaton <jwe@bevo.che.wisc.edu>
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3317
diff changeset
6219
3325
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6220 * DLList.h, DLList.cc: New files.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6221 * Makefile.in (INCLUDES, DIST_SRC): Add them to the lists.
2efa28a91e7a [project @ 1999-10-29 21:39:20 by jwe]
jwe
parents: 3323
diff changeset
6222
3323
511caaa5e98e [project @ 1999-10-27 02:21:46 by jwe]
jwe
parents: 3322
diff changeset
6223 * DLD-FUNCTIONS/lsode.cc (Flsode): Be sure to call
511caaa5e98e [project @ 1999-10-27 02:21:46 by jwe]
jwe
parents: 3322
diff changeset
6224 unwind_protect::run_frame before returning.
511caaa5e98e [project @ 1999-10-27 02:21:46 by jwe]
jwe
parents: 3322
diff changeset
6225 * DLD-FUNCTIONS/quad.cc (Fquad): Likewise.
511caaa5e98e [project @ 1999-10-27 02:21:46 by jwe]
jwe
parents: 3322
diff changeset
6226 * DLD-FUNCTIONS/fsolve.cc (Ffsolve): Likewise.
511caaa5e98e [project @ 1999-10-27 02:21:46 by jwe]
jwe
parents: 3322
diff changeset
6227 * DLD-FUNCTIONS/dassl.cc (Fdassl): Likewise.
511caaa5e98e [project @ 1999-10-27 02:21:46 by jwe]
jwe
parents: 3322
diff changeset
6228
511caaa5e98e [project @ 1999-10-27 02:21:46 by jwe]
jwe
parents: 3322
diff changeset
6229 * load-save.cc (read_mat_ascii_data): When reading from
511caaa5e98e [project @ 1999-10-27 02:21:46 by jwe]
jwe
parents: 3322
diff changeset
6230 tmp_stream, check its state, not the state of is.
511caaa5e98e [project @ 1999-10-27 02:21:46 by jwe]
jwe
parents: 3322
diff changeset
6231
511caaa5e98e [project @ 1999-10-27 02:21:46 by jwe]
jwe
parents: 3322
diff changeset
6232 * defun-dld.h (INSTALL_DLD_FCN, INSTALL_DLD_FCNS): New macros.
511caaa5e98e [project @ 1999-10-27 02:21:46 by jwe]
jwe
parents: 3322
diff changeset
6233 * DLD-FUNCTIONS/dassl.cc: Use them.
511caaa5e98e [project @ 1999-10-27 02:21:46 by jwe]
jwe
parents: 3322
diff changeset
6234 * DLD-FUNCTIONS/lsode.cc: Ditto.
511caaa5e98e [project @ 1999-10-27 02:21:46 by jwe]
jwe
parents: 3322
diff changeset
6235 * DLD-FUNCTIONS/fsolve.cc: Ditto.
511caaa5e98e [project @ 1999-10-27 02:21:46 by jwe]
jwe
parents: 3322
diff changeset
6236 * DLD-FUNCTIONS/quad.cc: Ditto.
511caaa5e98e [project @ 1999-10-27 02:21:46 by jwe]
jwe
parents: 3322
diff changeset
6237 * DLD-FUNCTIONS/time.cc: Ditto.
511caaa5e98e [project @ 1999-10-27 02:21:46 by jwe]
jwe
parents: 3322
diff changeset
6238 * DLD-FUNCTIONS/besselj.cc: Ditto.
511caaa5e98e [project @ 1999-10-27 02:21:46 by jwe]
jwe
parents: 3322
diff changeset
6239 * DLD-FUNCTIONS/getgrent.cc: Ditto.
511caaa5e98e [project @ 1999-10-27 02:21:46 by jwe]
jwe
parents: 3322
diff changeset
6240 * DLD-FUNCTIONS/getpwent.cc: Ditto.
511caaa5e98e [project @ 1999-10-27 02:21:46 by jwe]
jwe
parents: 3322
diff changeset
6241 * DLD-FUNCTIONS/inv.cc: Ditto.
511caaa5e98e [project @ 1999-10-27 02:21:46 by jwe]
jwe
parents: 3322
diff changeset
6242 * DLD-FUNCTIONS/log.cc: Ditto.
511caaa5e98e [project @ 1999-10-27 02:21:46 by jwe]
jwe
parents: 3322
diff changeset
6243 * DLD-FUNCTIONS/minmax.cc: Ditto.
511caaa5e98e [project @ 1999-10-27 02:21:46 by jwe]
jwe
parents: 3322
diff changeset
6244 * DLD-FUNCTIONS/rand.cc: Ditto.
511caaa5e98e [project @ 1999-10-27 02:21:46 by jwe]
jwe
parents: 3322
diff changeset
6245
3322
8c6b4de3bdc8 [project @ 1999-10-26 21:33:27 by jwe]
jwe
parents: 3321
diff changeset
6246 * data.cc (Flinspace): Let linspace functions handle errors.
8c6b4de3bdc8 [project @ 1999-10-26 21:33:27 by jwe]
jwe
parents: 3321
diff changeset
6247
3321
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3317
diff changeset
6248 * mkgendoc (print_doc_string): Handle quoted names.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3317
diff changeset
6249
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3317
diff changeset
6250 * file-io.cc (symbols_of_file_io): Use DEFCONSTX for SEEK_SET,
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3317
diff changeset
6251 SEEK_CUR, and SEEK_END.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3317
diff changeset
6252
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3317
diff changeset
6253 * defun.h (DEFCONST): Just pass name, defn, and doc to
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3317
diff changeset
6254 DEFCONST_INTERNAL.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3317
diff changeset
6255 (DEFCONSTX): Likewise, pass name, defn, and doc to DEFCONSTX_INTERNAL.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3317
diff changeset
6256 * defun-int.h [MKBUILTINS] (DEFCONST_INTERNAL): Likewise, pass
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3317
diff changeset
6257 name, defn, and doc to XDEFCONST_INTERNAL.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3317
diff changeset
6258 [MKBUILTINS] (DEFCONSTX_INTERNAL): New macro.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3317
diff changeset
6259 (INSTALL_CONST): New macro.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3317
diff changeset
6260 [! MKBUILTINS] (DEFCONST_INTERNAL): Use it to handle details here.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3317
diff changeset
6261 [! MKBUILTINS] (DEFCONSTX_INTERNAL): Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3317
diff changeset
6262 * mkgendoc: Fix definition of XDEFCONST_INTERNAL to match.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3317
diff changeset
6263 * mkbuiltins: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3317
diff changeset
6264
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3317
diff changeset
6265 * mkdefs: Match spaces before BEGIN_INSTALL_BUILTIN.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3317
diff changeset
6266
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3317
diff changeset
6267 * Makefile.in (DEFUN_PATTERN): Also match DEFUN_MAPPER.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3317
diff changeset
6268
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3317
diff changeset
6269 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov>
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3317
diff changeset
6270
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3317
diff changeset
6271 * data.cc (VI, VInf, VJ, VNaN, Ve, Veps, Vfalse, Vi, Vinf, Vj,
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3317
diff changeset
6272 Vnan, Vpi, Vrealmax, Vrealmin): Texinfoize doc strings.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3317
diff changeset
6273 * mappers.cc (Fabs, Facos, Facosh, Fangle, Farg, Fasin, Fasinh,
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3317
diff changeset
6274 Fatan, Fatanh, Fceil, Fconj, Fcos, Fcosh, Ferf, Ferfc, Fexp,
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3317
diff changeset
6275 Ffinite, Ffix, Ffloor, Fgamma, Fimag, Flgamma, Flog, Flog10,
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3317
diff changeset
6276 Freal, Fround, Fsign, Fsin, Fsinh, Fsqrt, Ftan, Ftanh): Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3317
diff changeset
6277
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3317
diff changeset
6278 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov>
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3317
diff changeset
6279
3361
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3360
diff changeset
6280 * data.cc (Fis_matrix): Texinfoize doc string.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3360
diff changeset
6281 * ov.cc (Vpropagate_empty_matrices): Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3360
diff changeset
6282 * pt-mat.cc: (Vempty_list_elements_ok): Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3360
diff changeset
6283 * pr-output.cc (Vfixed_point_format, Voutput_max_field_width,
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3360
diff changeset
6284 Voutput_precision, Vprint_empty_dimensions, Vsplit_long_rows):
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3360
diff changeset
6285 Ditto.
3321
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3317
diff changeset
6286
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3317
diff changeset
6287 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu>
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3317
diff changeset
6288
3323
511caaa5e98e [project @ 1999-10-27 02:21:46 by jwe]
jwe
parents: 3322
diff changeset
6289 * ov-usr-fcn.cc (octave_user_function::do_index_op): If
511caaa5e98e [project @ 1999-10-27 02:21:46 by jwe]
jwe
parents: 3322
diff changeset
6290 Vmax_recursion_depth is exceeded, call unwind_protect::run_frame
511caaa5e98e [project @ 1999-10-27 02:21:46 by jwe]
jwe
parents: 3322
diff changeset
6291 before returning.
3321
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3317
diff changeset
6292
3308
7ae1928ca623 [project @ 1999-10-21 08:57:11 by jwe]
jwe
parents: 3307
diff changeset
6293 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu>
7ae1928ca623 [project @ 1999-10-21 08:57:11 by jwe]
jwe
parents: 3307
diff changeset
6294
3317
092399af4e5d [project @ 1999-10-22 01:13:44 by jwe]
jwe
parents: 3308
diff changeset
6295 * cutils.c (do_octave_usleep): Handle useconds > 1e6.
092399af4e5d [project @ 1999-10-22 01:13:44 by jwe]
jwe
parents: 3308
diff changeset
6296
3308
7ae1928ca623 [project @ 1999-10-21 08:57:11 by jwe]
jwe
parents: 3307
diff changeset
6297 * variables.h (is_valid_function): Provide default values for the
7ae1928ca623 [project @ 1999-10-21 08:57:11 by jwe]
jwe
parents: 3307
diff changeset
6298 string argument.
7ae1928ca623 [project @ 1999-10-21 08:57:11 by jwe]
jwe
parents: 3307
diff changeset
6299
7ae1928ca623 [project @ 1999-10-21 08:57:11 by jwe]
jwe
parents: 3307
diff changeset
6300 * symtab.cc (variable_reference): Maybe print warning (or error)
7ae1928ca623 [project @ 1999-10-21 08:57:11 by jwe]
jwe
parents: 3307
diff changeset
6301 about variables that hide functions of the same name.
7ae1928ca623 [project @ 1999-10-21 08:57:11 by jwe]
jwe
parents: 3307
diff changeset
6302 (symbol_record::define (const octave_value&, unsigned int)): Ditto.
7ae1928ca623 [project @ 1999-10-21 08:57:11 by jwe]
jwe
parents: 3307
diff changeset
6303 (Vvariables_can_hide_functions): New static variable.
7ae1928ca623 [project @ 1999-10-21 08:57:11 by jwe]
jwe
parents: 3307
diff changeset
6304 (variables_can_hide_functions, symbols_of_symtab): New functions.
7ae1928ca623 [project @ 1999-10-21 08:57:11 by jwe]
jwe
parents: 3307
diff changeset
6305
7ae1928ca623 [project @ 1999-10-21 08:57:11 by jwe]
jwe
parents: 3307
diff changeset
6306 * cutils.c: New file.
7ae1928ca623 [project @ 1999-10-21 08:57:11 by jwe]
jwe
parents: 3307
diff changeset
6307 * Makefile.in (SOURCES): Add it to the list.
7ae1928ca623 [project @ 1999-10-21 08:57:11 by jwe]
jwe
parents: 3307
diff changeset
6308 * utils.h: Declare octave_usleep here.
7ae1928ca623 [project @ 1999-10-21 08:57:11 by jwe]
jwe
parents: 3307
diff changeset
6309 * dirfns.cc (Fls): Simply all octave_usleep.
7ae1928ca623 [project @ 1999-10-21 08:57:11 by jwe]
jwe
parents: 3307
diff changeset
6310 * oct-procbuf.cc (octave_procbuf::open): Ditto.
7ae1928ca623 [project @ 1999-10-21 08:57:11 by jwe]
jwe
parents: 3307
diff changeset
6311 * sysdep.cc (Fusleep): Ditto.
7ae1928ca623 [project @ 1999-10-21 08:57:11 by jwe]
jwe
parents: 3307
diff changeset
6312 * toplev.cc (run_command_and_return_output): Ditto.
7ae1928ca623 [project @ 1999-10-21 08:57:11 by jwe]
jwe
parents: 3307
diff changeset
6313
3305
f1c5658772cf [project @ 1999-10-20 19:40:10 by jwe]
jwe
parents: 3301
diff changeset
6314 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu>
f1c5658772cf [project @ 1999-10-20 19:40:10 by jwe]
jwe
parents: 3301
diff changeset
6315
3307
b6c74a0772b5 [project @ 1999-10-21 03:09:52 by jwe]
jwe
parents: 3305
diff changeset
6316 * data.cc (make_diag (const octave_value&, const octave_value&)):
b6c74a0772b5 [project @ 1999-10-21 03:09:52 by jwe]
jwe
parents: 3305
diff changeset
6317 Delete special cases for scalars and simply attempt conversion of
b6c74a0772b5 [project @ 1999-10-21 03:09:52 by jwe]
jwe
parents: 3305
diff changeset
6318 first arg to a matrix value. If that fails, we will still see an
b6c74a0772b5 [project @ 1999-10-21 03:09:52 by jwe]
jwe
parents: 3305
diff changeset
6319 error message.
b6c74a0772b5 [project @ 1999-10-21 03:09:52 by jwe]
jwe
parents: 3305
diff changeset
6320
3305
f1c5658772cf [project @ 1999-10-20 19:40:10 by jwe]
jwe
parents: 3301
diff changeset
6321 * Makefile.in (DISTFILES): Add mkgendoc to the list.
f1c5658772cf [project @ 1999-10-20 19:40:10 by jwe]
jwe
parents: 3301
diff changeset
6322
3296
7d60704b2cbe [project @ 1999-10-19 10:23:04 by jwe]
jwe
parents: 3295
diff changeset
6323 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu>
7d60704b2cbe [project @ 1999-10-19 10:23:04 by jwe]
jwe
parents: 3295
diff changeset
6324
3301
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3296
diff changeset
6325 * Makefile.in (stmp-pic): New target.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3296
diff changeset
6326 ($(PICOBJS)): Depend on stmp-pic, not pic.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3296
diff changeset
6327
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3296
diff changeset
6328 * ov.h (get_rep): New function.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3296
diff changeset
6329
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3296
diff changeset
6330 * help.cc (display_help_text): Pass definitions for VERSION,
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3296
diff changeset
6331 OCTAVE_HOME, and TARGETHOSTTYPE to makeinfo.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3296
diff changeset
6332
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3296
diff changeset
6333 * DLD-FUNCTIONS/getgrent.cc: Texinfoize all doc strings.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3296
diff changeset
6334 * DLD-FUNCTIONS/getpwent.cc: Ditto.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3296
diff changeset
6335 * DLD-FUNCTIONS/getrusage.cc: Ditto.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3296
diff changeset
6336 * DLD-FUNCTIONS/time.cc: Ditto.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3296
diff changeset
6337
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3296
diff changeset
6338 * defaults.cc (EXEC_PATH, OCTAVE_VERSION): Texinfoize doc strings.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3296
diff changeset
6339 * dirfns.cc (Fcd, Fls, Fpwd, Freaddir, Fmkdir, Frmdir, Frename,
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3296
diff changeset
6340 Fglob, Ffnmatch): Ditto.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3296
diff changeset
6341 * file-io.cc (Fpopen, Fpclose, Fumask): Ditto.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3296
diff changeset
6342 * sysdep.cc (Fgetenv, Fputenv, Fpause, Fsleep, Fusleep, Fisieee,
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3296
diff changeset
6343 Ftilde_expand): Ditto.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3296
diff changeset
6344 * toplev.cc (Fcomputer, Fsystem, Foctave_config_info): Ditto.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3296
diff changeset
6345 * utils.cc (Ffile_in_path): Ditto.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3296
diff changeset
6346 * syscalls.cc (Fdup2, Fexec, Ffcntl, Ffork, Fgetpgrp, Fgetpid,
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3296
diff changeset
6347 Fgetppid, Fgetegid, Fgetgid, Fgeteuid, Fgetuid, Fmkfifo, Fpipe,
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3296
diff changeset
6348 Fstat, Funlink, Fwaitpid, F): Ditto.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3296
diff changeset
6349 (Flstat): Refer to stat for doc.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3296
diff changeset
6350
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3296
diff changeset
6351
3296
7d60704b2cbe [project @ 1999-10-19 10:23:04 by jwe]
jwe
parents: 3295
diff changeset
6352 * help.cc (looks_like_texinfo): New function.
7d60704b2cbe [project @ 1999-10-19 10:23:04 by jwe]
jwe
parents: 3295
diff changeset
6353 (display_help_text): Use it to see if the doc string looks like
7d60704b2cbe [project @ 1999-10-19 10:23:04 by jwe]
jwe
parents: 3295
diff changeset
6354 Texinfo source. If so, use makeinfo to format the text before
7d60704b2cbe [project @ 1999-10-19 10:23:04 by jwe]
jwe
parents: 3295
diff changeset
6355 displaying it.
7d60704b2cbe [project @ 1999-10-19 10:23:04 by jwe]
jwe
parents: 3295
diff changeset
6356
7d60704b2cbe [project @ 1999-10-19 10:23:04 by jwe]
jwe
parents: 3295
diff changeset
6357 * mkgendoc: New script.
7d60704b2cbe [project @ 1999-10-19 10:23:04 by jwe]
jwe
parents: 3295
diff changeset
6358 * Makefile.in: Use it to create gendoc.cc, which is compiled and
7d60704b2cbe [project @ 1999-10-19 10:23:04 by jwe]
jwe
parents: 3295
diff changeset
6359 run to create DOCSTRINGS file from sources.
7d60704b2cbe [project @ 1999-10-19 10:23:04 by jwe]
jwe
parents: 3295
diff changeset
6360
3295
35a6d027772c [project @ 1999-10-19 10:13:02 by jwe]
jwe
parents: 3292
diff changeset
6361 1999-10-18 John W. Eaton <jwe@bevo.che.wisc.edu>
35a6d027772c [project @ 1999-10-19 10:13:02 by jwe]
jwe
parents: 3292
diff changeset
6362
35a6d027772c [project @ 1999-10-19 10:13:02 by jwe]
jwe
parents: 3292
diff changeset
6363 * help.cc (help_from_info): Print `unable to find info' message if
35a6d027772c [project @ 1999-10-19 10:13:02 by jwe]
jwe
parents: 3292
diff changeset
6364 try_info returns 127; otherwise, print `not indexed' message.
35a6d027772c [project @ 1999-10-19 10:13:02 by jwe]
jwe
parents: 3292
diff changeset
6365 Don't sleep after printing `not indexed' message.
35a6d027772c [project @ 1999-10-19 10:13:02 by jwe]
jwe
parents: 3292
diff changeset
6366
3292
ad0d250ebd7e [project @ 1999-10-14 22:52:28 by jwe]
jwe
parents: 3288
diff changeset
6367 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu>
ad0d250ebd7e [project @ 1999-10-14 22:52:28 by jwe]
jwe
parents: 3288
diff changeset
6368
ad0d250ebd7e [project @ 1999-10-14 22:52:28 by jwe]
jwe
parents: 3288
diff changeset
6369 * parse.y (fold (tree_unary_expression *)): New function.
ad0d250ebd7e [project @ 1999-10-14 22:52:28 by jwe]
jwe
parents: 3288
diff changeset
6370 (make_prefix_op, make_postfix_op): Use it.
ad0d250ebd7e [project @ 1999-10-14 22:52:28 by jwe]
jwe
parents: 3288
diff changeset
6371
3281
aaaa20d31a5f [project @ 1999-10-13 07:02:46 by jwe]
jwe
parents: 3273
diff changeset
6372 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu>
aaaa20d31a5f [project @ 1999-10-13 07:02:46 by jwe]
jwe
parents: 3273
diff changeset
6373
3288
0ffee63a4669 [project @ 1999-10-14 01:50:57 by jwe]
jwe
parents: 3281
diff changeset
6374 * Makefile.in (oct-gperf.h): Ask for ANSI-C output from gperf
0ffee63a4669 [project @ 1999-10-14 01:50:57 by jwe]
jwe
parents: 3281
diff changeset
6375 (requires gperf-2.7 or later).
0ffee63a4669 [project @ 1999-10-14 01:50:57 by jwe]
jwe
parents: 3281
diff changeset
6376
3281
aaaa20d31a5f [project @ 1999-10-13 07:02:46 by jwe]
jwe
parents: 3273
diff changeset
6377 * sighandlers.cc (sigwinch_handler): New function.
aaaa20d31a5f [project @ 1999-10-13 07:02:46 by jwe]
jwe
parents: 3273
diff changeset
6378 (install_signal_handlers): Install it.
aaaa20d31a5f [project @ 1999-10-13 07:02:46 by jwe]
jwe
parents: 3273
diff changeset
6379
3273
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
6380 Thu Sep 23 19:49:36 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
6381
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
6382 * toplev.cc (Fsystem): For async case, use execl instead of
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
6383 system, avoiding the need to exit after executing the subprocess.
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
6384
3268
fdc7dd08cd85 [project @ 1999-09-10 05:16:49 by jwe]
jwe
parents: 3264
diff changeset
6385 Thu Sep 9 17:09:23 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
fdc7dd08cd85 [project @ 1999-09-10 05:16:49 by jwe]
jwe
parents: 3264
diff changeset
6386
fdc7dd08cd85 [project @ 1999-09-10 05:16:49 by jwe]
jwe
parents: 3264
diff changeset
6387 * oct-stream.cc (get_size): Allow zero values.
fdc7dd08cd85 [project @ 1999-09-10 05:16:49 by jwe]
jwe
parents: 3264
diff changeset
6388 (get_size): New arg, one_elt_size_spec.
fdc7dd08cd85 [project @ 1999-09-10 05:16:49 by jwe]
jwe
parents: 3264
diff changeset
6389 (do_scanf_conv): New arg, `conv_count'. Change instantiation
fdc7dd08cd85 [project @ 1999-09-10 05:16:49 by jwe]
jwe
parents: 3264
diff changeset
6390 requests and all callers.
fdc7dd08cd85 [project @ 1999-09-10 05:16:49 by jwe]
jwe
parents: 3264
diff changeset
6391 (octave_base_stream::do_scanf): Improve scanning of strings.
fdc7dd08cd85 [project @ 1999-09-10 05:16:49 by jwe]
jwe
parents: 3264
diff changeset
6392 (octave_base_stream::do_oscanf): Remove size limit on %s conversions.
fdc7dd08cd85 [project @ 1999-09-10 05:16:49 by jwe]
jwe
parents: 3264
diff changeset
6393
fdc7dd08cd85 [project @ 1999-09-10 05:16:49 by jwe]
jwe
parents: 3264
diff changeset
6394 * oct-stream.cc (scanf_format_list::all_character_conversions):
fdc7dd08cd85 [project @ 1999-09-10 05:16:49 by jwe]
jwe
parents: 3264
diff changeset
6395 Don't count %p as a character conversion.
fdc7dd08cd85 [project @ 1999-09-10 05:16:49 by jwe]
jwe
parents: 3264
diff changeset
6396
fdc7dd08cd85 [project @ 1999-09-10 05:16:49 by jwe]
jwe
parents: 3264
diff changeset
6397 Tue Sep 7 08:31:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
fdc7dd08cd85 [project @ 1999-09-10 05:16:49 by jwe]
jwe
parents: 3264
diff changeset
6398
fdc7dd08cd85 [project @ 1999-09-10 05:16:49 by jwe]
jwe
parents: 3264
diff changeset
6399 * pr-output.cc (set_real_matrix_format, set_complex_matrix_format):
fdc7dd08cd85 [project @ 1999-09-10 05:16:49 by jwe]
jwe
parents: 3264
diff changeset
6400 Move check for fixed_point_format ahead of check for
fdc7dd08cd85 [project @ 1999-09-10 05:16:49 by jwe]
jwe
parents: 3264
diff changeset
6401 int_or_inf_or_nan.
fdc7dd08cd85 [project @ 1999-09-10 05:16:49 by jwe]
jwe
parents: 3264
diff changeset
6402
3264
973c81fbe144 [project @ 1999-09-02 17:47:15 by jwe]
jwe
parents: 3263
diff changeset
6403 Thu Sep 2 11:54:51 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
973c81fbe144 [project @ 1999-09-02 17:47:15 by jwe]
jwe
parents: 3263
diff changeset
6404
973c81fbe144 [project @ 1999-09-02 17:47:15 by jwe]
jwe
parents: 3263
diff changeset
6405 * oct-obj.cc (make_argv): Correctly handle empty strings as args.
973c81fbe144 [project @ 1999-09-02 17:47:15 by jwe]
jwe
parents: 3263
diff changeset
6406
3263
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3259
diff changeset
6407 Fri Aug 20 08:17:52 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3259
diff changeset
6408
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3259
diff changeset
6409 * DLD-FUNCTIONS/quad.cc (quad): Delete unused label.
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3259
diff changeset
6410
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3259
diff changeset
6411 * unwind-prot.cc (saved_variable::~saved_variable): Don't try to
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3259
diff changeset
6412 delete gen_ptr_value here.
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3259
diff changeset
6413
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3259
diff changeset
6414 Mon Aug 16 21:34:33 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3259
diff changeset
6415
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3259
diff changeset
6416 * lex.l (next_token_is_sep_op): New function.
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3259
diff changeset
6417 (handle_close_brace, maybe_unput_comma): Use it.
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3259
diff changeset
6418 (have_continuation): Also handle CRLF here.
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3259
diff changeset
6419
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3259
diff changeset
6420 Wed Aug 11 16:06:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3259
diff changeset
6421
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3259
diff changeset
6422 * file-io.cc (Ffopen): Make fopen ("filename") work and imply that
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3259
diff changeset
6423 MODE = "r".
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3259
diff changeset
6424
3258
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6425 Wed Jul 21 15:38:52 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6426
3259
fa345875edea [project @ 1999-07-22 04:30:18 by jwe]
jwe
parents: 3258
diff changeset
6427 * help.cc (display_names_from_help_list): Sort names before
fa345875edea [project @ 1999-07-22 04:30:18 by jwe]
jwe
parents: 3258
diff changeset
6428 listing them.
fa345875edea [project @ 1999-07-22 04:30:18 by jwe]
jwe
parents: 3258
diff changeset
6429 (print_symbol_type, Ftype): Also handle built-in constants.
fa345875edea [project @ 1999-07-22 04:30:18 by jwe]
jwe
parents: 3258
diff changeset
6430 (LIST_SYMBOLS): Correct call to symbol_table::name_list.
fa345875edea [project @ 1999-07-22 04:30:18 by jwe]
jwe
parents: 3258
diff changeset
6431 (simple_help): List constants here too. List constants and
fa345875edea [project @ 1999-07-22 04:30:18 by jwe]
jwe
parents: 3258
diff changeset
6432 variables before functions, not after. Sort names before listing
fa345875edea [project @ 1999-07-22 04:30:18 by jwe]
jwe
parents: 3258
diff changeset
6433 them.
fa345875edea [project @ 1999-07-22 04:30:18 by jwe]
jwe
parents: 3258
diff changeset
6434
fa345875edea [project @ 1999-07-22 04:30:18 by jwe]
jwe
parents: 3258
diff changeset
6435 * variables.cc (do_who): Display built-in constants in a separate
fa345875edea [project @ 1999-07-22 04:30:18 by jwe]
jwe
parents: 3258
diff changeset
6436 section.
fa345875edea [project @ 1999-07-22 04:30:18 by jwe]
jwe
parents: 3258
diff changeset
6437
fa345875edea [project @ 1999-07-22 04:30:18 by jwe]
jwe
parents: 3258
diff changeset
6438 * error.cc (bind_global_error_variable, clear_global_error_variable):
fa345875edea [project @ 1999-07-22 04:30:18 by jwe]
jwe
parents: 3258
diff changeset
6439 Call bind_builtin_constant, not bind_builtin_variable to set
fa345875edea [project @ 1999-07-22 04:30:18 by jwe]
jwe
parents: 3258
diff changeset
6440 __error_text__.
fa345875edea [project @ 1999-07-22 04:30:18 by jwe]
jwe
parents: 3258
diff changeset
6441 * octave.cc (intern_argv): Likewise, for argv and __argv__.
fa345875edea [project @ 1999-07-22 04:30:18 by jwe]
jwe
parents: 3258
diff changeset
6442
fa345875edea [project @ 1999-07-22 04:30:18 by jwe]
jwe
parents: 3258
diff changeset
6443 * defun.cc (install_builtin_constant): Move function guts to
fa345875edea [project @ 1999-07-22 04:30:18 by jwe]
jwe
parents: 3258
diff changeset
6444 bind_builtin_constant in variables.cc.
fa345875edea [project @ 1999-07-22 04:30:18 by jwe]
jwe
parents: 3258
diff changeset
6445 * variables.cc (bind_builtin_constant): New function.
fa345875edea [project @ 1999-07-22 04:30:18 by jwe]
jwe
parents: 3258
diff changeset
6446
3258
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6447 * symtab.cc (symbol_record::define, symbol_record::variable_reference):
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6448 Handle constants the same as functions.
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6449 (symbol_record::link_to_builtin_variable): New function.
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6450 (symbol_record::define_builtin_const): New function.
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6451 (symbol_record::define_as_fcn): Delete unused function.
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6452 (symbol_record::read_only_error):
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6453 Handle constants the same as variables.
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6454 * symtab.h (symbol_record::BUILTIN_CONSTANT): New enum value.
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6455 (symbol_record::symbol_type): Increase width to 7 bits.
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6456 (symbol_record::symbol_def::is_constant): New function.
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6457 (symbol_record::symbol_def::is_builtin_constant): New function.
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6458 (symbol_record::is_constant): New function.
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6459 (symbol_record::is_builtin_constant): New function.
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6460 (SYMTAB_ALL_TYPES): Add symbol_record::BUILTIN_CONSTANT.
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6461 * variables.cc (link_to_builtin_variable): Delete unused function.
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6462 (link_to_builtin_or_function): Handle built-in constants here too.
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6463
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6464 * defun.cc (install_builtin_variable): Delete inst_as_fcn arg.
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6465 (install_builtin_constant): New function.
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6466 (install_builtin_variable_as_function): Delete unused function.
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6467 * defun.h (DEFVAR_INTERNAL): Delete inst_as_fcn arg.
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6468 (DEFCONST_INTERNAL): New macro.
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6469 * defun.h (DEFVAR): Delete inst_as_fcn arg.
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6470 (DEFCONST, DEFCONSTX): Define using DEFCONST_INTERNAL instead of
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6471 DEFVAR_INTERNAL.
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6472 * data.cc, defaults.cc, error.cc, help.cc, input.cc, lex.l,
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6473 load-save.cc, oct-hist.cc, oct-procbuf.cc, ov-fcn.h,
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6474 ov-usr-fcn.cc, ov.cc, pager.cc, parse.y, pr-output.cc,
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6475 pt-assign.cc, pt-decl.cc, pt-mat.cc, pt-plot.cc, pt-stmt.cc,
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6476 toplev.cc, variables.cc:
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6477 Change all invocations of DEFVAR to match new definition.
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6478
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6479 * data.cc (symbols_of_data): Add DEFCONSTs for true and false.
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6480
3255
4d33b1e56bff [project @ 1999-07-15 20:54:14 by jwe]
jwe
parents: 3252
diff changeset
6481 Thu Jul 15 10:59:42 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
4d33b1e56bff [project @ 1999-07-15 20:54:14 by jwe]
jwe
parents: 3252
diff changeset
6482
3258
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6483 * data.cc (Fis_bool, Fis_complex, Fisempty, Fisnumeric, Fis_list,
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6484 Fis_map, Fis_struct): Return bool object.
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6485 (Fisreal): New function.
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6486
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6487 * ov-str-mat.h (octave_char_matrix_str): Only return true if
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6488 Vimplicit_str_to_num_ok is also true.
4964d5391acc [project @ 1999-07-21 21:51:33 by jwe]
jwe
parents: 3255
diff changeset
6489
3255
4d33b1e56bff [project @ 1999-07-15 20:54:14 by jwe]
jwe
parents: 3252
diff changeset
6490 * DLD-FUNCTIONS/time.cc (Ftime): Print usage message if any
4d33b1e56bff [project @ 1999-07-15 20:54:14 by jwe]
jwe
parents: 3252
diff changeset
6491 arguments are supplied.
4d33b1e56bff [project @ 1999-07-15 20:54:14 by jwe]
jwe
parents: 3252
diff changeset
6492
4d33b1e56bff [project @ 1999-07-15 20:54:14 by jwe]
jwe
parents: 3252
diff changeset
6493 * variables.cc (symbol_out_of_date): Call octave_time for time stamps.
4d33b1e56bff [project @ 1999-07-15 20:54:14 by jwe]
jwe
parents: 3252
diff changeset
6494
4d33b1e56bff [project @ 1999-07-15 20:54:14 by jwe]
jwe
parents: 3252
diff changeset
6495 * fn-cache.h (octave_fcn_file_name_cache::timestamp):
4d33b1e56bff [project @ 1999-07-15 20:54:14 by jwe]
jwe
parents: 3252
diff changeset
6496 Now octave_time object.
4d33b1e56bff [project @ 1999-07-15 20:54:14 by jwe]
jwe
parents: 3252
diff changeset
6497
4d33b1e56bff [project @ 1999-07-15 20:54:14 by jwe]
jwe
parents: 3252
diff changeset
6498 * strftime.c: Move to liboctave directory.
4d33b1e56bff [project @ 1999-07-15 20:54:14 by jwe]
jwe
parents: 3252
diff changeset
6499 * Makefile.in (DIST_SRC): Delete from list.
4d33b1e56bff [project @ 1999-07-15 20:54:14 by jwe]
jwe
parents: 3252
diff changeset
6500
4d33b1e56bff [project @ 1999-07-15 20:54:14 by jwe]
jwe
parents: 3252
diff changeset
6501 * ov-usr-fcn.h (octave_user_function::t_parsed,
4d33b1e56bff [project @ 1999-07-15 20:54:14 by jwe]
jwe
parents: 3252
diff changeset
6502 octave_user_function::t_checked): Now octave_time objects.
4d33b1e56bff [project @ 1999-07-15 20:54:14 by jwe]
jwe
parents: 3252
diff changeset
6503 (octave_user_function::time_parsed,
4d33b1e56bff [project @ 1999-07-15 20:54:14 by jwe]
jwe
parents: 3252
diff changeset
6504 (octave_user_function::time_checked):
4d33b1e56bff [project @ 1999-07-15 20:54:14 by jwe]
jwe
parents: 3252
diff changeset
6505 Return value is now octave_time object.
4d33b1e56bff [project @ 1999-07-15 20:54:14 by jwe]
jwe
parents: 3252
diff changeset
6506 (octave_user_function::mark_fcn_file_up_to_date)):
4d33b1e56bff [project @ 1999-07-15 20:54:14 by jwe]
jwe
parents: 3252
diff changeset
6507 Arg is now octave_time object.
4d33b1e56bff [project @ 1999-07-15 20:54:14 by jwe]
jwe
parents: 3252
diff changeset
6508
4d33b1e56bff [project @ 1999-07-15 20:54:14 by jwe]
jwe
parents: 3252
diff changeset
6509 * ov-fcn.h (octave_function::mark_fcn_file_up_to_date)):
4d33b1e56bff [project @ 1999-07-15 20:54:14 by jwe]
jwe
parents: 3252
diff changeset
6510 Arg is now octave_time object.
4d33b1e56bff [project @ 1999-07-15 20:54:14 by jwe]
jwe
parents: 3252
diff changeset
6511 (octave_function::time_parsed, octave_function::time_checked):
4d33b1e56bff [project @ 1999-07-15 20:54:14 by jwe]
jwe
parents: 3252
diff changeset
6512 Return value is now octave_time object.
4d33b1e56bff [project @ 1999-07-15 20:54:14 by jwe]
jwe
parents: 3252
diff changeset
6513
4d33b1e56bff [project @ 1999-07-15 20:54:14 by jwe]
jwe
parents: 3252
diff changeset
6514 * input.cc (Vlast_prompt_time): Now an octave_time object.
4d33b1e56bff [project @ 1999-07-15 20:54:14 by jwe]
jwe
parents: 3252
diff changeset
6515 (octave_gets): Call octave_time::stamp() to set Vlast_prompt_time.
4d33b1e56bff [project @ 1999-07-15 20:54:14 by jwe]
jwe
parents: 3252
diff changeset
6516
4d33b1e56bff [project @ 1999-07-15 20:54:14 by jwe]
jwe
parents: 3252
diff changeset
6517 * DLD-FUNCTIONS/time.cc (mk_tm_map, extract_tm, Ftime, Fgmtime,
4d33b1e56bff [project @ 1999-07-15 20:54:14 by jwe]
jwe
parents: 3252
diff changeset
6518 Flocaltime, Fmktime, Fstrftime): Use new classes defined in
4d33b1e56bff [project @ 1999-07-15 20:54:14 by jwe]
jwe
parents: 3252
diff changeset
6519 liboctave/oct-time.cc instead of accessing C functions directly.
4d33b1e56bff [project @ 1999-07-15 20:54:14 by jwe]
jwe
parents: 3252
diff changeset
6520
3252
9c784bd18858 [project @ 1999-07-15 00:33:12 by jwe]
jwe
parents: 3249
diff changeset
6521 Wed Jul 14 17:38:46 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
9c784bd18858 [project @ 1999-07-15 00:33:12 by jwe]
jwe
parents: 3249
diff changeset
6522
9c784bd18858 [project @ 1999-07-15 00:33:12 by jwe]
jwe
parents: 3249
diff changeset
6523 * systime.h: Move to liboctave directory.
9c784bd18858 [project @ 1999-07-15 00:33:12 by jwe]
jwe
parents: 3249
diff changeset
6524 * Makefile.in (INCLUDES): Delete it from the list
9c784bd18858 [project @ 1999-07-15 00:33:12 by jwe]
jwe
parents: 3249
diff changeset
6525
9c784bd18858 [project @ 1999-07-15 00:33:12 by jwe]
jwe
parents: 3249
diff changeset
6526 Tue Jul 13 14:34:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
9c784bd18858 [project @ 1999-07-15 00:33:12 by jwe]
jwe
parents: 3249
diff changeset
6527
9c784bd18858 [project @ 1999-07-15 00:33:12 by jwe]
jwe
parents: 3249
diff changeset
6528 * sighandlers.cc (sigchld_handler): Only wait for processes in
9c784bd18858 [project @ 1999-07-15 00:33:12 by jwe]
jwe
parents: 3249
diff changeset
6529 octave_child_list.
9c784bd18858 [project @ 1999-07-15 00:33:12 by jwe]
jwe
parents: 3249
diff changeset
6530 * toplev.cc (cmd_status): Delete unused static variable.
9c784bd18858 [project @ 1999-07-15 00:33:12 by jwe]
jwe
parents: 3249
diff changeset
6531 (cmd_death_handler): Delete unused function.
9c784bd18858 [project @ 1999-07-15 00:33:12 by jwe]
jwe
parents: 3249
diff changeset
6532 (run_command_and_return_output): Don't add cmd_death_handler to
9c784bd18858 [project @ 1999-07-15 00:33:12 by jwe]
jwe
parents: 3249
diff changeset
6533 octave_child_list. Simply extract command exit status from
9c784bd18858 [project @ 1999-07-15 00:33:12 by jwe]
jwe
parents: 3249
diff changeset
6534 calling close() on the procstream object.
9c784bd18858 [project @ 1999-07-15 00:33:12 by jwe]
jwe
parents: 3249
diff changeset
6535
3249
60866c521b92 [project @ 1999-07-13 03:44:16 by jwe]
jwe
parents: 3246
diff changeset
6536 Mon Jul 12 22:38:50 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
60866c521b92 [project @ 1999-07-13 03:44:16 by jwe]
jwe
parents: 3246
diff changeset
6537
60866c521b92 [project @ 1999-07-13 03:44:16 by jwe]
jwe
parents: 3246
diff changeset
6538 * defun.h (DEFUN_MAPPER): Handle new args, d_b_map and c_b_map.
60866c521b92 [project @ 1999-07-13 03:44:16 by jwe]
jwe
parents: 3246
diff changeset
6539 * defun-int.h (DEFUN_MAPPER_INTERNAL): Likewise.
60866c521b92 [project @ 1999-07-13 03:44:16 by jwe]
jwe
parents: 3246
diff changeset
6540 * mappers.cc (install_mapper_functions): Supply new args to
60866c521b92 [project @ 1999-07-13 03:44:16 by jwe]
jwe
parents: 3246
diff changeset
6541 all uses of DEFUN_MAPPER.
60866c521b92 [project @ 1999-07-13 03:44:16 by jwe]
jwe
parents: 3246
diff changeset
6542 * ov-mapper.cc (octave_mapper::apply): Handle mapper functions
60866c521b92 [project @ 1999-07-13 03:44:16 by jwe]
jwe
parents: 3246
diff changeset
6543 that return bool objects.
60866c521b92 [project @ 1999-07-13 03:44:16 by jwe]
jwe
parents: 3246
diff changeset
6544 * ov-mapper.h (octave_mapper::d_b_mapper, octave_mapper::c_b_mapper):
60866c521b92 [project @ 1999-07-13 03:44:16 by jwe]
jwe
parents: 3246
diff changeset
6545 New typedefs.
60866c521b92 [project @ 1999-07-13 03:44:16 by jwe]
jwe
parents: 3246
diff changeset
6546 (octave_mapper::octave_mapper): Handle new mapper function types.
60866c521b92 [project @ 1999-07-13 03:44:16 by jwe]
jwe
parents: 3246
diff changeset
6547
60866c521b92 [project @ 1999-07-13 03:44:16 by jwe]
jwe
parents: 3246
diff changeset
6548 * DLD-FUNCTIONS/minmax.cc: Do a better job of handling NaNs.
60866c521b92 [project @ 1999-07-13 03:44:16 by jwe]
jwe
parents: 3246
diff changeset
6549
60866c521b92 [project @ 1999-07-13 03:44:16 by jwe]
jwe
parents: 3246
diff changeset
6550 Sun Jul 11 13:15:17 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
60866c521b92 [project @ 1999-07-13 03:44:16 by jwe]
jwe
parents: 3246
diff changeset
6551
60866c521b92 [project @ 1999-07-13 03:44:16 by jwe]
jwe
parents: 3246
diff changeset
6552 * pr-output.cc (do_plus_format (ostream&, double)): New function.
60866c521b92 [project @ 1999-07-13 03:44:16 by jwe]
jwe
parents: 3246
diff changeset
6553 (octave_print_internal (ostream&, double, bool)): Use it.
60866c521b92 [project @ 1999-07-13 03:44:16 by jwe]
jwe
parents: 3246
diff changeset
6554 (octave_print_internal (ostream&, const Matrix&, bool, int)): Ditto.
60866c521b92 [project @ 1999-07-13 03:44:16 by jwe]
jwe
parents: 3246
diff changeset
6555
60866c521b92 [project @ 1999-07-13 03:44:16 by jwe]
jwe
parents: 3246
diff changeset
6556 * pr-output.cc (do_plus_format (ostream&, const Complex&)):
60866c521b92 [project @ 1999-07-13 03:44:16 by jwe]
jwe
parents: 3246
diff changeset
6557 New function.
60866c521b92 [project @ 1999-07-13 03:44:16 by jwe]
jwe
parents: 3246
diff changeset
6558 (octave_print_internal (ostream&, const Complex&, bool)): Use it.
60866c521b92 [project @ 1999-07-13 03:44:16 by jwe]
jwe
parents: 3246
diff changeset
6559 (octave_print_internal (ostream&, const ComplexMatrix&, bool, int)):
60866c521b92 [project @ 1999-07-13 03:44:16 by jwe]
jwe
parents: 3246
diff changeset
6560 Ditto.
60866c521b92 [project @ 1999-07-13 03:44:16 by jwe]
jwe
parents: 3246
diff changeset
6561
60866c521b92 [project @ 1999-07-13 03:44:16 by jwe]
jwe
parents: 3246
diff changeset
6562 Sun Jun 20 23:04:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
60866c521b92 [project @ 1999-07-13 03:44:16 by jwe]
jwe
parents: 3246
diff changeset
6563
60866c521b92 [project @ 1999-07-13 03:44:16 by jwe]
jwe
parents: 3246
diff changeset
6564 * sysdep.cc: Include sys/ioctl.h if available.
60866c521b92 [project @ 1999-07-13 03:44:16 by jwe]
jwe
parents: 3246
diff changeset
6565
60866c521b92 [project @ 1999-07-13 03:44:16 by jwe]
jwe
parents: 3246
diff changeset
6566 Sat Jun 19 12:07:16 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
60866c521b92 [project @ 1999-07-13 03:44:16 by jwe]
jwe
parents: 3246
diff changeset
6567
60866c521b92 [project @ 1999-07-13 03:44:16 by jwe]
jwe
parents: 3246
diff changeset
6568 * variables.cc (do_who): Make pattern and multiple non-option
60866c521b92 [project @ 1999-07-13 03:44:16 by jwe]
jwe
parents: 3246
diff changeset
6569 arguments work.
60866c521b92 [project @ 1999-07-13 03:44:16 by jwe]
jwe
parents: 3246
diff changeset
6570
3246
a41cc560087a [project @ 1999-06-19 06:46:20 by jwe]
jwe
parents: 3244
diff changeset
6571 Mon Jun 7 09:54:51 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
a41cc560087a [project @ 1999-06-19 06:46:20 by jwe]
jwe
parents: 3244
diff changeset
6572
a41cc560087a [project @ 1999-06-19 06:46:20 by jwe]
jwe
parents: 3244
diff changeset
6573 * lex.l (next_token_is_bin_op, next_token_is_postfix_unary_op,
a41cc560087a [project @ 1999-06-19 06:46:20 by jwe]
jwe
parents: 3244
diff changeset
6574 handle_number): Delete yytext arg. Change all callers.
a41cc560087a [project @ 1999-06-19 06:46:20 by jwe]
jwe
parents: 3244
diff changeset
6575 (next_token_is_postfix_unary_op): Check the first character
a41cc560087a [project @ 1999-06-19 06:46:20 by jwe]
jwe
parents: 3244
diff changeset
6576 obtained from yyinput before calling it again.
a41cc560087a [project @ 1999-06-19 06:46:20 by jwe]
jwe
parents: 3244
diff changeset
6577 (next_token_is_bin_op): Do a more thorough check.
a41cc560087a [project @ 1999-06-19 06:46:20 by jwe]
jwe
parents: 3244
diff changeset
6578 (handle_identifier): Also enter token in local symbol table if the
a41cc560087a [project @ 1999-06-19 06:46:20 by jwe]
jwe
parents: 3244
diff changeset
6579 following token is a dot and it looks like a binary operator.
a41cc560087a [project @ 1999-06-19 06:46:20 by jwe]
jwe
parents: 3244
diff changeset
6580 (whitespace_in_literal_matrix): Now static.
a41cc560087a [project @ 1999-06-19 06:46:20 by jwe]
jwe
parents: 3244
diff changeset
6581
a41cc560087a [project @ 1999-06-19 06:46:20 by jwe]
jwe
parents: 3244
diff changeset
6582 * lex.l: Always use unput, not yyunput.
a41cc560087a [project @ 1999-06-19 06:46:20 by jwe]
jwe
parents: 3244
diff changeset
6583
3244
7f8827f4040a [project @ 1999-05-29 14:01:55 by jwe]
jwe
parents: 3243
diff changeset
6584 Fri May 28 11:02:37 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
7f8827f4040a [project @ 1999-05-29 14:01:55 by jwe]
jwe
parents: 3243
diff changeset
6585
7f8827f4040a [project @ 1999-05-29 14:01:55 by jwe]
jwe
parents: 3243
diff changeset
6586 * DLD-FUNCTIONS/chol.cc (Fchol): If two output arguments, never
7f8827f4040a [project @ 1999-05-29 14:01:55 by jwe]
jwe
parents: 3243
diff changeset
6587 produce error message.
7f8827f4040a [project @ 1999-05-29 14:01:55 by jwe]
jwe
parents: 3243
diff changeset
6588
3243
dd00769643ae [project @ 1999-05-28 04:19:00 by jwe]
jwe
parents: 3239
diff changeset
6589 Thu May 27 18:28:35 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
dd00769643ae [project @ 1999-05-28 04:19:00 by jwe]
jwe
parents: 3239
diff changeset
6590
dd00769643ae [project @ 1999-05-28 04:19:00 by jwe]
jwe
parents: 3239
diff changeset
6591 * DLD-FUNCTIONS/chol.cc (Fchol): Also return info as second output.
dd00769643ae [project @ 1999-05-28 04:19:00 by jwe]
jwe
parents: 3239
diff changeset
6592
dd00769643ae [project @ 1999-05-28 04:19:00 by jwe]
jwe
parents: 3239
diff changeset
6593 * DLD-FUNCTIONS/minmax.cc (max (const ComplexMatrix&, const
dd00769643ae [project @ 1999-05-28 04:19:00 by jwe]
jwe
parents: 3239
diff changeset
6594 ComplexMatrix&)): Correct test for real columns only.
dd00769643ae [project @ 1999-05-28 04:19:00 by jwe]
jwe
parents: 3239
diff changeset
6595 (min (const ComplexMatrix&, const ComplexMatrix&)): Likewise.
dd00769643ae [project @ 1999-05-28 04:19:00 by jwe]
jwe
parents: 3239
diff changeset
6596
dd00769643ae [project @ 1999-05-28 04:19:00 by jwe]
jwe
parents: 3239
diff changeset
6597 Wed Apr 14 12:54:25 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
dd00769643ae [project @ 1999-05-28 04:19:00 by jwe]
jwe
parents: 3239
diff changeset
6598
dd00769643ae [project @ 1999-05-28 04:19:00 by jwe]
jwe
parents: 3239
diff changeset
6599 * DLD-FUNCTIONS/dassl.cc (Fdassl): Prevent recursive calls.
dd00769643ae [project @ 1999-05-28 04:19:00 by jwe]
jwe
parents: 3239
diff changeset
6600 * DLD-FUNCTIONS/fsolve.cc (Ffsolve): Likewise.
dd00769643ae [project @ 1999-05-28 04:19:00 by jwe]
jwe
parents: 3239
diff changeset
6601 * DLD-FUNCTIONS/lsode.cc (Flsode): Likewise.
dd00769643ae [project @ 1999-05-28 04:19:00 by jwe]
jwe
parents: 3239
diff changeset
6602 * DLD-FUNCTIONS/quad.cc (Fquad): Likewise.
dd00769643ae [project @ 1999-05-28 04:19:00 by jwe]
jwe
parents: 3239
diff changeset
6603
dd00769643ae [project @ 1999-05-28 04:19:00 by jwe]
jwe
parents: 3239
diff changeset
6604 * file-io.cc (Fsscanf, Ffscanf): Doc fix.
dd00769643ae [project @ 1999-05-28 04:19:00 by jwe]
jwe
parents: 3239
diff changeset
6605
3239
d54ef0aa6e82 [project @ 1999-03-27 17:40:45 by jwe]
jwe
parents: 3238
diff changeset
6606 Sat Mar 27 11:07:51 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
d54ef0aa6e82 [project @ 1999-03-27 17:40:45 by jwe]
jwe
parents: 3238
diff changeset
6607
d54ef0aa6e82 [project @ 1999-03-27 17:40:45 by jwe]
jwe
parents: 3238
diff changeset
6608 * ov.h (octave_value::count): New function.
d54ef0aa6e82 [project @ 1999-03-27 17:40:45 by jwe]
jwe
parents: 3238
diff changeset
6609 * symtab.cc (symbol_record::dump_symbol_info): New function.
d54ef0aa6e82 [project @ 1999-03-27 17:40:45 by jwe]
jwe
parents: 3238
diff changeset
6610 * symtab.cc (symbol_record::symbol_def::dump_symbol_info): Ditto.
d54ef0aa6e82 [project @ 1999-03-27 17:40:45 by jwe]
jwe
parents: 3238
diff changeset
6611 * variables.cc (F__dump_symbol_info__): Ditto.
d54ef0aa6e82 [project @ 1999-03-27 17:40:45 by jwe]
jwe
parents: 3238
diff changeset
6612
d54ef0aa6e82 [project @ 1999-03-27 17:40:45 by jwe]
jwe
parents: 3238
diff changeset
6613 * pt-misc.cc (tree_parameter_list::clear): New function.
d54ef0aa6e82 [project @ 1999-03-27 17:40:45 by jwe]
jwe
parents: 3238
diff changeset
6614 * ov-usr-fcn.h (octave_user_function::clear_args_passed): Ditto.
d54ef0aa6e82 [project @ 1999-03-27 17:40:45 by jwe]
jwe
parents: 3238
diff changeset
6615 * ov-usr-fcn.cc (clear_param_list): New function.
d54ef0aa6e82 [project @ 1999-03-27 17:40:45 by jwe]
jwe
parents: 3238
diff changeset
6616 (clear_args_passed): New function.
d54ef0aa6e82 [project @ 1999-03-27 17:40:45 by jwe]
jwe
parents: 3238
diff changeset
6617 (octave_user_function::do_index_op): Use them to decrement
d54ef0aa6e82 [project @ 1999-03-27 17:40:45 by jwe]
jwe
parents: 3238
diff changeset
6618 reference counts on local variables.
d54ef0aa6e82 [project @ 1999-03-27 17:40:45 by jwe]
jwe
parents: 3238
diff changeset
6619
3238
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3234
diff changeset
6620 Fri Mar 26 00:51:53 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3234
diff changeset
6621
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3234
diff changeset
6622 * Makefile.in (libraries): Use the libfoo.a(objects) method of
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3234
diff changeset
6623 creating static libs.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3234
diff changeset
6624
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3234
diff changeset
6625 * defaults.cc (symbols_of_defaults): Initialize LOADPATH to
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3234
diff changeset
6626 Vload_path, not ":".
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3234
diff changeset
6627
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3234
diff changeset
6628 Thu Mar 18 12:09:23 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3234
diff changeset
6629
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3234
diff changeset
6630 * data.cc (Fisnumeric): Fix typo.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3234
diff changeset
6631
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3234
diff changeset
6632 Thu Mar 4 02:17:04 1999 James Macnicol <jamesm@evans.ee.adfa.oz.au>
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3234
diff changeset
6633
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3234
diff changeset
6634 * file-io.cc (Ffread, Ffwrite): Add uint16 and uint32 data types
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3234
diff changeset
6635 to doc string.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3234
diff changeset
6636
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3234
diff changeset
6637 Wed Mar 3 11:55:17 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3234
diff changeset
6638
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3234
diff changeset
6639 * lex.l (handle_string): Allow "" to pass through unchanged if
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3234
diff changeset
6640 working on a gset command.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3234
diff changeset
6641
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3234
diff changeset
6642 Tue Mar 2 01:36:29 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3234
diff changeset
6643
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3234
diff changeset
6644 * variables.cc (Fexist): If a variable isn't defined, only go on
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3234
diff changeset
6645 to look for a global by the same name if we are at the top level.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3234
diff changeset
6646
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3234
diff changeset
6647 Fri Jan 29 02:18:36 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3234
diff changeset
6648
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3234
diff changeset
6649 * version.h (OCTAVE_NAME_AND_VERSION): Say `GNU Octave', not just
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3234
diff changeset
6650 Octave.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3234
diff changeset
6651
3234
be8e0ba13644 [project @ 1999-01-29 03:52:30 by jwe]
jwe
parents: 3233
diff changeset
6652 Thu Jan 28 21:29:16 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
be8e0ba13644 [project @ 1999-01-29 03:52:30 by jwe]
jwe
parents: 3233
diff changeset
6653
be8e0ba13644 [project @ 1999-01-29 03:52:30 by jwe]
jwe
parents: 3233
diff changeset
6654 * toplev.cc (Fcomputer): Use CANONICAL_HOST_TYPE, not TARGET_HOST_TYPE.
be8e0ba13644 [project @ 1999-01-29 03:52:30 by jwe]
jwe
parents: 3233
diff changeset
6655 (octave_config_info): Likewise.
be8e0ba13644 [project @ 1999-01-29 03:52:30 by jwe]
jwe
parents: 3233
diff changeset
6656 * version.h: Ditto.
be8e0ba13644 [project @ 1999-01-29 03:52:30 by jwe]
jwe
parents: 3233
diff changeset
6657
be8e0ba13644 [project @ 1999-01-29 03:52:30 by jwe]
jwe
parents: 3233
diff changeset
6658 * sysdep.cc (Fpause): Flush output before getting user input.
be8e0ba13644 [project @ 1999-01-29 03:52:30 by jwe]
jwe
parents: 3233
diff changeset
6659
3233
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6660 Wed Jan 27 14:18:29 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6661
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6662 * Makefile.in (DEFFUN_PATTERN, DEFVAR_PATTERN): Use egrep again.
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6663 Make the patterns work with stupid egreps that don't like empty
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6664 elements in alternation patterns.
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6665
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6666 Fri Jan 22 04:41:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6667
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6668 * load-save.cc (save_ascii_data): Check for string type first,
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6669 then range, then the rest.
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6670 (save_binary_data): Ditto.
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6671
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6672 * pager.cc (more_than_a_screenful): Accept length as second arg.
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6673 Handle long lines properly, assuming the terminal wraps long lines.
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6674 (octave_pager_buf::do_sync): Accept length of data as second arg.
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6675 Use write instead of << to put characters on output stream.
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6676 (octave_pager_buf::sync): Don't assume data ends at first NUL.
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6677 (octave_diary_buf::sync): Ditto.
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6678
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6679 Thu Jan 21 22:15:23 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6680
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6681 * load-save.cc (save_mat_binary_data): Check for string type
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6682 first, then range, then the rest.
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6683
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6684 Wed Jan 20 12:01:14 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6685
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6686 * oct-stream.cc (octave_base_stream::do_scanf): Handle short and
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6687 long ints correctly.
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6688
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6689 Fri Jan 15 13:04:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6690
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6691 * parse.y (end_error): Handle case of endswitch too.
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6692
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6693 * Makefile.in: Use basic regular expressions and grep instead of
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6694 egrep to find files that contain DEFVAR, DEFCONST, or DEFUN.
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6695
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6696 Wed Dec 9 14:14:11 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6697
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6698 * Makefile.in (octave): Add $(RDYNAMIC_FLAG) to link command.
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6699
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6700 Fri Dec 4 20:26:33 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6701
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6702 * DLD-FUNCTIONS/time.cc (Fstrftime): Make it work even when not
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6703 using the GNU version of strftime, which allows passing NULL for
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6704 the buffer to determine the required size of the buffer.
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3225
diff changeset
6705
3225
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3222
diff changeset
6706 Wed Dec 2 22:38:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3222
diff changeset
6707
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3222
diff changeset
6708 * utils.cc (file_in_loadpath): Expect argc == 2, not 3.
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3222
diff changeset
6709
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3222
diff changeset
6710 Tue Nov 24 23:38:19 1998 Eric Norum <eric@skatter.USask.Ca>
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3222
diff changeset
6711
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3222
diff changeset
6712 * mkbuiltins: Also strip off leading `./' from file names.
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3222
diff changeset
6713 * mkops: Ditto.
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3222
diff changeset
6714
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3222
diff changeset
6715 Tue Nov 24 23:24:26 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3222
diff changeset
6716
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3222
diff changeset
6717 * strftime.c: Surround everything with #ifdef HAVE_STRFTIME / #endif.
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3222
diff changeset
6718
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3222
diff changeset
6719 * lex.h (YY_FATAL_ERROR): Call yy_falta_error after
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3222
diff changeset
6720 jump_to_top_level to avoid gcc warning.
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3222
diff changeset
6721
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3222
diff changeset
6722 Fri Nov 20 13:34:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3222
diff changeset
6723
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3222
diff changeset
6724 * ov-bool.h, ov-bool.cc (class octave_bool): Derive from
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3222
diff changeset
6725 octave_base_scalar and get common functions via derivation.
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3222
diff changeset
6726 * ov-scalar.h, ov-scalar.cc (class octave_scalar): Ditto.
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3222
diff changeset
6727 * ov-complex.h, ov-complex.cc (class octave_complex): Ditto.
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3222
diff changeset
6728
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3222
diff changeset
6729 * ov-base-scalar.h, ov-base-scalar.cc (class octave_base_scalar):
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3222
diff changeset
6730 New files for new class definition. Put common scalar data type
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3222
diff changeset
6731 stuff here.
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3222
diff changeset
6732 * Makefile.in (OV_INCLUDES, OV_SRC): Add them to the lists.
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3222
diff changeset
6733
3221
eba59b8c64dc [project @ 1998-11-19 20:31:46 by jwe]
jwe
parents: 3220
diff changeset
6734 Thu Nov 19 14:30:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
3225
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3222
diff changeset
6735
3222
dae85431bade [project @ 1998-11-19 22:14:06 by jwe]
jwe
parents: 3221
diff changeset
6736 * dynamic-ld.cc (octave_dynamic_loader::mangle_name):
dae85431bade [project @ 1998-11-19 22:14:06 by jwe]
jwe
parents: 3221
diff changeset
6737 Prepend underscore here.
dae85431bade [project @ 1998-11-19 22:14:06 by jwe]
jwe
parents: 3221
diff changeset
6738 (octave_dynamic_loader::load_fcn_from_dot_oct_file): Not here.
dae85431bade [project @ 1998-11-19 22:14:06 by jwe]
jwe
parents: 3221
diff changeset
6739
3221
eba59b8c64dc [project @ 1998-11-19 20:31:46 by jwe]
jwe
parents: 3220
diff changeset
6740 * ov-re-mat.h (octave_matrix_value): Delete experimental code for
eba59b8c64dc [project @ 1998-11-19 20:31:46 by jwe]
jwe
parents: 3220
diff changeset
6741 handling structure references for things like .rows, .cols, etc.
eba59b8c64dc [project @ 1998-11-19 20:31:46 by jwe]
jwe
parents: 3220
diff changeset
6742
3220
3deb1105fbc1 [project @ 1998-11-19 00:06:30 by jwe]
jwe
parents: 3219
diff changeset
6743 Wed Nov 18 01:18:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
3deb1105fbc1 [project @ 1998-11-19 00:06:30 by jwe]
jwe
parents: 3219
diff changeset
6744
3221
eba59b8c64dc [project @ 1998-11-19 20:31:46 by jwe]
jwe
parents: 3220
diff changeset
6745 * Makefile.in (VAR_FILES): Be more careful about matching.
eba59b8c64dc [project @ 1998-11-19 20:31:46 by jwe]
jwe
parents: 3220
diff changeset
6746 (DEF_FILES): Likewise.
eba59b8c64dc [project @ 1998-11-19 20:31:46 by jwe]
jwe
parents: 3220
diff changeset
6747
eba59b8c64dc [project @ 1998-11-19 20:31:46 by jwe]
jwe
parents: 3220
diff changeset
6748 * ov-base-mat.h, ov-base-mat.cc, ov-bool-mat.h, ov-bool-mat.cc,
eba59b8c64dc [project @ 1998-11-19 20:31:46 by jwe]
jwe
parents: 3220
diff changeset
6749 ov-ch-mat.h, ov-ch-mat.cc, ov-cx-mat.h, ov-cx-mat.cc,
eba59b8c64dc [project @ 1998-11-19 20:31:46 by jwe]
jwe
parents: 3220
diff changeset
6750 ov-re-mat.h, ov-re-mat.cc: Move default definition of all, any,
eba59b8c64dc [project @ 1998-11-19 20:31:46 by jwe]
jwe
parents: 3220
diff changeset
6751 is_matrix_type, is_numeric_type, valid_as_zero_index, and
eba59b8c64dc [project @ 1998-11-19 20:31:46 by jwe]
jwe
parents: 3220
diff changeset
6752 do_index_op to base class.
eba59b8c64dc [project @ 1998-11-19 20:31:46 by jwe]
jwe
parents: 3220
diff changeset
6753 Provide definitions that override the defaults where necessary.
3220
3deb1105fbc1 [project @ 1998-11-19 00:06:30 by jwe]
jwe
parents: 3219
diff changeset
6754
3deb1105fbc1 [project @ 1998-11-19 00:06:30 by jwe]
jwe
parents: 3219
diff changeset
6755 * mappers.cc: Don't include lo-specfun.h.
3deb1105fbc1 [project @ 1998-11-19 00:06:30 by jwe]
jwe
parents: 3219
diff changeset
6756
3deb1105fbc1 [project @ 1998-11-19 00:06:30 by jwe]
jwe
parents: 3219
diff changeset
6757 Tue Nov 17 14:35:56 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
3deb1105fbc1 [project @ 1998-11-19 00:06:30 by jwe]
jwe
parents: 3219
diff changeset
6758
3deb1105fbc1 [project @ 1998-11-19 00:06:30 by jwe]
jwe
parents: 3219
diff changeset
6759 * besselj.cc (Fbesselh, Fairy); New functions.
3deb1105fbc1 [project @ 1998-11-19 00:06:30 by jwe]
jwe
parents: 3219
diff changeset
6760 (Fbesselj, Fbessely, Fbesselk, Fbesseli): Update doc strings.
3deb1105fbc1 [project @ 1998-11-19 00:06:30 by jwe]
jwe
parents: 3219
diff changeset
6761 (do_bessel): Handle additional args.
3deb1105fbc1 [project @ 1998-11-19 00:06:30 by jwe]
jwe
parents: 3219
diff changeset
6762
3deb1105fbc1 [project @ 1998-11-19 00:06:30 by jwe]
jwe
parents: 3219
diff changeset
6763 Fri Nov 13 14:47:11 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
3deb1105fbc1 [project @ 1998-11-19 00:06:30 by jwe]
jwe
parents: 3219
diff changeset
6764
3deb1105fbc1 [project @ 1998-11-19 00:06:30 by jwe]
jwe
parents: 3219
diff changeset
6765 * lex.l (NUMBER): Allow hexadecimal constants.
3deb1105fbc1 [project @ 1998-11-19 00:06:30 by jwe]
jwe
parents: 3219
diff changeset
6766 (looks_like_hex): New function.
3deb1105fbc1 [project @ 1998-11-19 00:06:30 by jwe]
jwe
parents: 3219
diff changeset
6767 (handle_number): Check for hexadecimal constants and convert them
3deb1105fbc1 [project @ 1998-11-19 00:06:30 by jwe]
jwe
parents: 3219
diff changeset
6768 to unsigned integer values.
3deb1105fbc1 [project @ 1998-11-19 00:06:30 by jwe]
jwe
parents: 3219
diff changeset
6769
3219
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6770 Thu Nov 12 11:13:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6771
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6772 * input.cc (gnu_readline): Check for EOF from command_editor::readline.
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6773
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6774 * ov-str-mat.h, ov-str-mat.cc (class octave_char_matrix_str):
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6775 Get common functions via new derivation scheme.
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6776
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6777 * ov-bool-mat.h, ov-bool-mat.cc (class octave_bool_matrix):
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6778 Derive from octave_base_matrix and get common functions via derivation.
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6779 * ov-ch-mat.h, ov-ch-mat.cc (class octave_char_matrix): Ditto.
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6780 * ov-cx-mat.h, ov-cx-mat.cc (class octave_complex_matrix): Ditto.
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6781 * ov-re-mat.h, ov-re-mat.cc (class octave_real_matrix): Ditto.
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6782
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6783 * ov-base-mat.h, ov-base-mat.cc (class octave_base_matrix): New
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6784 files for new class definition. Put common matrix data type
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6785 stuff here.
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6786
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6787 * ov-list.cc (Fnth): New function.
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6788
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6789 * ov-list.cc (octave_list::do_index_op): Allow more complex indexing.
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6790
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6791 * oct-obj.cc (octave_value_list::index): New function.
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6792 (octave_value_list::octve_value_list (Array<octave_value>)):
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6793 New private constructor.
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6794
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6795 * ov-list.cc (Fsplice): Fix docstring to match.
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6796 * oct-obj.cc (octave_value_list::splice): Allow special case
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6797 splice (x, length(x)+1, 0, y) to be equivalent to append (x, y).
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6798
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6799 * ov-list.cc (Fappend): If an arg is a list, concatenate the lists
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6800 instead of appending arg as a single element.
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6801
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6802 Wed Nov 11 14:07:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6803
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6804 * load-save.cc (get_mat_data_input_line): New function.
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6805 (get_lines_and_columns): Use it here.
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6806 (read_mat_ascii_data): And here and do our own reading instead of
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6807 using Matrix::operator<<.
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6808
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6809 Tue Nov 10 16:12:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6810
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6811 * parse.y (make_constant): Initialize retval to 0.
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6812
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6813 * toplev.h (clean_up_and_exit (void)): Delete declaration.
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6814 * toplev.cc (do_octave_atexit): Move guts of clean_up_for_exit
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6815 here, but ensure that the actions are only executed once.
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6816 * octave.cc (main): Don't register cleanup_tmp_files with atexit.
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6817
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6818 * ov.h, ov.cc (class octave_value): Use DECLARE_OCTAVE_ALLOCATOR
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6819 and DEFINE_OCTAVE_ALLOCATOR for uniform declaration and definition
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6820 of allocator functions. Use DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6821 and DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA for uniform declaration
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6822 and definition of type id functions and data.
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6823 * ov-usr-fcn.h, ov-usr-fcn.cc (class octave_user_function): Ditto.
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6824 * ov-scalar.h, ov-scalar.cc (class octave_scalar): Ditto.
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6825 * ov-re-mat.h ov-re-mat.cc (class octave_matrix): Ditto.
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6826 * ov-range.h, ov-range.cc (class octave_range): Ditto.
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6827 * ov-mapper.h, ov-mapper.cc (class octave_mapper): Ditto.
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6828 * ov-list.h, ov-list.cc (class octave_list): Ditto.
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6829 * ov-file.h, ov-file.cc (class octave_file): Ditto.
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6830 * ov-fcn.h, ov-fcn.cc (class octave_function): Ditto.
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6831 * ov-cx-mat.h, ov-cx-mat.cc (class octave_complex_matrix): Ditto.
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6832 * ov-complex.h, ov-complex.cc (class octave_complex): Ditto.
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6833 * ov-ch-mat.h, ov-ch-mat.cc (octave_char_matrix): Ditto.
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6834 * ov-builtin.h, ov-builtin.cc (class octave_builtin): Ditto.
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6835 * ov-bool.h, ov-bool.cc (class octave_bool): Ditto.
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6836 * ov-bool-mat.h, ov-bool-mat.cc (octave_bool_matrix): Ditto.
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6837
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6838 * ov.h (DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA): New macro.
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6839 (DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA): Ditto.
30770ba4457a [project @ 1998-11-13 03:44:31 by jwe]
jwe
parents: 3215
diff changeset
6840
3215
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3212
diff changeset
6841 Mon Nov 9 16:12:37 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3212
diff changeset
6842
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3212
diff changeset
6843 * pr-output.cc (octave_print_internal): Reorder default args for
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3212
diff changeset
6844 charMatrix version.
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3212
diff changeset
6845 (octave_print_internal): New function for boolMatrix.
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3212
diff changeset
6846
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3212
diff changeset
6847 * version.h (OCTAVE_STARTUP_MESSAGE): Note that this is a
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3212
diff changeset
6848 development release.
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3212
diff changeset
6849
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3212
diff changeset
6850 * toplev.cc (do_octave_atexit): Call flush_octave_stdout here.
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3212
diff changeset
6851 (clean_up_for_exit): And here.
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3212
diff changeset
6852
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3212
diff changeset
6853 Mon Nov 9 15:20:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3212
diff changeset
6854
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3212
diff changeset
6855 * input.cc (get_user_input): Check retval.length(), not retval.length.
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3212
diff changeset
6856
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3212
diff changeset
6857 Sun Nov 8 19:30:33 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3212
diff changeset
6858
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3212
diff changeset
6859 * pt-assign.cc (tree_simple_assignment::rvalue): If etype is
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3212
diff changeset
6860 asn_eq, don't evaluate ult again because retval is just rhs value.
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3212
diff changeset
6861 (tree_multi_assignment::rvalue): Likewise.
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3212
diff changeset
6862
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3212
diff changeset
6863 Fri Nov 6 12:14:29 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3212
diff changeset
6864
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3212
diff changeset
6865 * pt-loop.cc (tree_for_command::eval): Move code for string RHS
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3212
diff changeset
6866 outside if clause for matrix types.
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3212
diff changeset
6867
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3212
diff changeset
6868 * pt-idx.cc: Don't forget to define arg_nm.
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3212
diff changeset
6869 Move contstructor here.
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3212
diff changeset
6870 * pt-idx.h: From here.
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3212
diff changeset
6871
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3212
diff changeset
6872 * data.cc (Fisempty): Also return true for empty strings.
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3212
diff changeset
6873
3212
bf61c443a366 [project @ 1998-11-05 04:24:45 by jwe]
jwe
parents: 3209
diff changeset
6874 Wed Nov 4 17:21:41 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
bf61c443a366 [project @ 1998-11-05 04:24:45 by jwe]
jwe
parents: 3209
diff changeset
6875
bf61c443a366 [project @ 1998-11-05 04:24:45 by jwe]
jwe
parents: 3209
diff changeset
6876 * ov-base.cc (octave_base_value::rows, octave_base_value::columns,
bf61c443a366 [project @ 1998-11-05 04:24:45 by jwe]
jwe
parents: 3209
diff changeset
6877 octave_base_value::length): Delete.
bf61c443a366 [project @ 1998-11-05 04:24:45 by jwe]
jwe
parents: 3209
diff changeset
6878 * ov-base.h (octave_base_value::rows, octave_base_value::columns,
bf61c443a366 [project @ 1998-11-05 04:24:45 by jwe]
jwe
parents: 3209
diff changeset
6879 octave_base_value::length): Define here. All return -1 if not
bf61c443a366 [project @ 1998-11-05 04:24:45 by jwe]
jwe
parents: 3209
diff changeset
6880 defined in a derived class.
bf61c443a366 [project @ 1998-11-05 04:24:45 by jwe]
jwe
parents: 3209
diff changeset
6881
bf61c443a366 [project @ 1998-11-05 04:24:45 by jwe]
jwe
parents: 3209
diff changeset
6882 * data.cc (Fis_matrix): Also return true if the arg is a range.
bf61c443a366 [project @ 1998-11-05 04:24:45 by jwe]
jwe
parents: 3209
diff changeset
6883
3209
fbb332b96e4f [project @ 1998-11-03 20:48:54 by jwe]
jwe
parents: 3208
diff changeset
6884 Tue Nov 3 09:40:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
fbb332b96e4f [project @ 1998-11-03 20:48:54 by jwe]
jwe
parents: 3208
diff changeset
6885
fbb332b96e4f [project @ 1998-11-03 20:48:54 by jwe]
jwe
parents: 3208
diff changeset
6886 * data.cc (Fis_bool): New function.
fbb332b96e4f [project @ 1998-11-03 20:48:54 by jwe]
jwe
parents: 3208
diff changeset
6887 Also add alias for islogical.
fbb332b96e4f [project @ 1998-11-03 20:48:54 by jwe]
jwe
parents: 3208
diff changeset
6888
fbb332b96e4f [project @ 1998-11-03 20:48:54 by jwe]
jwe
parents: 3208
diff changeset
6889 * ov.h (octave_value::is_bool_type): New function.
fbb332b96e4f [project @ 1998-11-03 20:48:54 by jwe]
jwe
parents: 3208
diff changeset
6890 * ov-base.h (octave_base_value::is_bool_type): Likewise.
fbb332b96e4f [project @ 1998-11-03 20:48:54 by jwe]
jwe
parents: 3208
diff changeset
6891 * ov-bool.h (octave_bool::is_bool_type): Likewise.
fbb332b96e4f [project @ 1998-11-03 20:48:54 by jwe]
jwe
parents: 3208
diff changeset
6892 * ov-bool-mat.h (octave_bool_matrix::is_bool_type): Likewise.
fbb332b96e4f [project @ 1998-11-03 20:48:54 by jwe]
jwe
parents: 3208
diff changeset
6893
3206
d0d2b69dc6c2 [project @ 1998-11-03 02:43:31 by jwe]
jwe
parents: 3205
diff changeset
6894 Mon Nov 2 13:36:04 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
d0d2b69dc6c2 [project @ 1998-11-03 02:43:31 by jwe]
jwe
parents: 3205
diff changeset
6895
3208
e8a7163701be [project @ 1998-11-03 05:12:47 by jwe]
jwe
parents: 3206
diff changeset
6896 * lex.l (handle_close_brace): Also handle case of ']' followed by
e8a7163701be [project @ 1998-11-03 05:12:47 by jwe]
jwe
parents: 3206
diff changeset
6897 other assignment ops (+=, -=, ...).
e8a7163701be [project @ 1998-11-03 05:12:47 by jwe]
jwe
parents: 3206
diff changeset
6898
e8a7163701be [project @ 1998-11-03 05:12:47 by jwe]
jwe
parents: 3206
diff changeset
6899 * pt-assign.cc (tree_simple_assignment::rvalue): Correctly handle
e8a7163701be [project @ 1998-11-03 05:12:47 by jwe]
jwe
parents: 3206
diff changeset
6900 return value and printing for operators other than `='.
e8a7163701be [project @ 1998-11-03 05:12:47 by jwe]
jwe
parents: 3206
diff changeset
6901 (tree_multi_assignment::rvalue): Likewise.
e8a7163701be [project @ 1998-11-03 05:12:47 by jwe]
jwe
parents: 3206
diff changeset
6902
e8a7163701be [project @ 1998-11-03 05:12:47 by jwe]
jwe
parents: 3206
diff changeset
6903 * pt-assign.h (tree_multi_assignment::etype): New data member.
e8a7163701be [project @ 1998-11-03 05:12:47 by jwe]
jwe
parents: 3206
diff changeset
6904 * pt-assign.cc (tree_multi_assignment::rvalue): Use it instead of
e8a7163701be [project @ 1998-11-03 05:12:47 by jwe]
jwe
parents: 3206
diff changeset
6905 assuming `='.
e8a7163701be [project @ 1998-11-03 05:12:47 by jwe]
jwe
parents: 3206
diff changeset
6906 (tree_multi_assignment::oper): New function.
e8a7163701be [project @ 1998-11-03 05:12:47 by jwe]
jwe
parents: 3206
diff changeset
6907 * pt-pr-code.cc (tree_print_code::visit_multi_assignment): Use
e8a7163701be [project @ 1998-11-03 05:12:47 by jwe]
jwe
parents: 3206
diff changeset
6908 it instead of always printing `='.
e8a7163701be [project @ 1998-11-03 05:12:47 by jwe]
jwe
parents: 3206
diff changeset
6909 * parse.y (make_assign_op): Pass expression type to
e8a7163701be [project @ 1998-11-03 05:12:47 by jwe]
jwe
parents: 3206
diff changeset
6910 tree_multi_assignment constructor.
e8a7163701be [project @ 1998-11-03 05:12:47 by jwe]
jwe
parents: 3206
diff changeset
6911
3206
d0d2b69dc6c2 [project @ 1998-11-03 02:43:31 by jwe]
jwe
parents: 3205
diff changeset
6912 * Makefile.in (stmp-pic): New target.
d0d2b69dc6c2 [project @ 1998-11-03 02:43:31 by jwe]
jwe
parents: 3205
diff changeset
6913 ($(PICOBJ)): Depend on stmp-pic, not pic.
d0d2b69dc6c2 [project @ 1998-11-03 02:43:31 by jwe]
jwe
parents: 3205
diff changeset
6914 (clean): Delete stmp-pic.
d0d2b69dc6c2 [project @ 1998-11-03 02:43:31 by jwe]
jwe
parents: 3205
diff changeset
6915
d0d2b69dc6c2 [project @ 1998-11-03 02:43:31 by jwe]
jwe
parents: 3205
diff changeset
6916 Sun Nov 1 23:24:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
d0d2b69dc6c2 [project @ 1998-11-03 02:43:31 by jwe]
jwe
parents: 3205
diff changeset
6917
d0d2b69dc6c2 [project @ 1998-11-03 02:43:31 by jwe]
jwe
parents: 3205
diff changeset
6918 * mappers.cc (install_mapper_functions): Add alias for isfinite.
d0d2b69dc6c2 [project @ 1998-11-03 02:43:31 by jwe]
jwe
parents: 3205
diff changeset
6919
d0d2b69dc6c2 [project @ 1998-11-03 02:43:31 by jwe]
jwe
parents: 3205
diff changeset
6920 Sat Oct 31 08:46:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
d0d2b69dc6c2 [project @ 1998-11-03 02:43:31 by jwe]
jwe
parents: 3205
diff changeset
6921
d0d2b69dc6c2 [project @ 1998-11-03 02:43:31 by jwe]
jwe
parents: 3205
diff changeset
6922 * data.cc (Fisnumeric): New function.
d0d2b69dc6c2 [project @ 1998-11-03 02:43:31 by jwe]
jwe
parents: 3205
diff changeset
6923
3203
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6924 Fri Oct 30 08:39:30 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6925
3205
549691faa638 [project @ 1998-10-31 04:20:15 by jwe]
jwe
parents: 3204
diff changeset
6926 * oct-lvalue.cc (octave_lvalue::do_unary_op): Make it work for
549691faa638 [project @ 1998-10-31 04:20:15 by jwe]
jwe
parents: 3204
diff changeset
6927 indexed ops too.
549691faa638 [project @ 1998-10-31 04:20:15 by jwe]
jwe
parents: 3204
diff changeset
6928 * ov.cc (octave_value::unary_op_to_assign_op): New function.
549691faa638 [project @ 1998-10-31 04:20:15 by jwe]
jwe
parents: 3204
diff changeset
6929 (octave_value::do_non_const_unary_op): New function for indexed ops.
549691faa638 [project @ 1998-10-31 04:20:15 by jwe]
jwe
parents: 3204
diff changeset
6930
3204
81738e630f57 [project @ 1998-10-30 23:28:29 by jwe]
jwe
parents: 3203
diff changeset
6931 * parse.y (LEFTDIV_EQ, ELEFTDIV_EQ): New tokens.
81738e630f57 [project @ 1998-10-30 23:28:29 by jwe]
jwe
parents: 3203
diff changeset
6932 (assign_expr): Add rules for them.
81738e630f57 [project @ 1998-10-30 23:28:29 by jwe]
jwe
parents: 3203
diff changeset
6933 (make_assign_op): Handle them here too.
81738e630f57 [project @ 1998-10-30 23:28:29 by jwe]
jwe
parents: 3203
diff changeset
6934 * lex.l: Recognize them.
81738e630f57 [project @ 1998-10-30 23:28:29 by jwe]
jwe
parents: 3203
diff changeset
6935 * ov.h (octave_value::assign_op): Add ldiv_eq and el_ldiv_eq.
81738e630f57 [project @ 1998-10-30 23:28:29 by jwe]
jwe
parents: 3203
diff changeset
6936 * ov.cc (octave_value::assign_op_as_string): Ditto.
81738e630f57 [project @ 1998-10-30 23:28:29 by jwe]
jwe
parents: 3203
diff changeset
6937 (octave_value::op_eq_to_binary_op): Ditto.
81738e630f57 [project @ 1998-10-30 23:28:29 by jwe]
jwe
parents: 3203
diff changeset
6938 (octave_value::assign): Handle OP= style operators with brute force.
81738e630f57 [project @ 1998-10-30 23:28:29 by jwe]
jwe
parents: 3203
diff changeset
6939 (octave_value::simple_assign): New function.
81738e630f57 [project @ 1998-10-30 23:28:29 by jwe]
jwe
parents: 3203
diff changeset
6940
3203
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6941 * parse.y (matrix): Dont' forget to reset
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6942 lexer_flags.looking_at_matrix_or_assign_lhs.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6943
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6944 * oct-lvalue.cc (octave_lvalue::assign): Don't call change
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6945 function if error occurs.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6946 (octave_lvalue::do_unary_op): If we have an index, fail with message.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6947
3202
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
6948 Thu Oct 29 09:27:04 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
6949
3203
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6950 * ov.cc (do_binary_op): Protect against invalid type conversions.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6951 (try_assignment_with_conversion): Likewise.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6952 (do_unary_op): Likewise.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6953
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6954 * ov.h (OV_UNOP_FN, OV_UNOP_OP, OV_UNOP_FN_OP): New macros.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6955 Use them to define not, uminus, transpose, hermitian functions
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6956 and operators ! and -.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6957 (OV_BINOP_FN, OV_BINOP_OP, OV_BINOP_FN_OP): New macros.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6958 Use them to define add, sub, mul, div, pow, ldiv, lshift, rshift,
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6959 lt, le, eq, ge, gt, ne, el_mul, el_div, el_pow, el_ldiv, el_and,
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6960 el_or, struct_ref, functions and operators <, <=, ==, >=, >, !=,
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6961 +, -, *, and /.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6962
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6963 * ops.h (CONVDECLX): New macro.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6964 * ov-base.cc (matrix_conv, complex_matrix_conv, string_conv):
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6965 Use it to declare these functions.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6966
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6967 * ops.h (CONVDECL, INSTALL_WIDENOP):
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6968 Prefix function name with `oct_conv_'.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6969 (INSTALL_BINOP, BINOPDECL): Prefix function name with `oct_binop_'.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6970 (INSTALL_ASSIGNOP, INSTALL_ASSIGNANYOP, ASSIGNOPDECL):
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6971 Prefix function name with `oct_assignop_'.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6972 (UNOPDECL, DEFNCUNOP_METHOD, INSTALL_UNOP, INSTALL_NCUNOP):
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6973 Prefix function name with `oct_unop_'.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6974
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6975 * ov-str-mat.cc (default_numeric_conversion_function):
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6976 Return 0 if conversion fails.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6977
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6978 * parse.y (make_prefix_op, make_postfix_op): Use
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6979 octave_value::unary_op enum.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6980
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6981 * pt-unop.cc (tree_prefix_expression::rvalue): Use new unary_op
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6982 functions from octave_value and octave_lvalue classes.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6983 (tree_prefix_expression::rvalue): Likewise.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6984
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6985 * pt-unop.cc (tree_unary_expression::oper): Move here.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6986 (tree_prefix_expression::oper, tree_postfix_expression): From here.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6987
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6988 * pt-unop.h (tree_prefix_expression, tree_postfix_expression):
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6989 Delete enums.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6990 (tree_unary_expression): Use octave_value::unary_op enum.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6991 * parse.y (make_prefix_op, make_postfix_op): Likewise.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6992
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6993 * oct-lvalue.h (octave_lvalue::do_unary_op): New function.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6994 (octave_lvalue::increment, octave_lvalue::decrement): Delete.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6995
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6996 * ov-typeinfo.h (octave_value_typeinfo::non_const_unary_ops):
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6997 New data member.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6998 * ov-typeinfo.h (octave_value_typeinfo::lookup_non_const_unary_op):
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
6999 New function.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7000 * ov-typeinfo.cc (octave_value_typeinfo::register_non_const_unary_op):
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7001 New function.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7002 (octave_value_typeinfo::do_register_non_const_unary_op): Ditto.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7003 (octave_value_typeinfo::do_lookup_non_const_unary_op): Ditto.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7004
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7005 * ov.cc (octave_value::do_non_const_unary_op): New function.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7006
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7007 * Makefile.in (OP_XSRC): Add op-chm.cc and op-range.cc to the list.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7008
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7009 * OPERATORS/op-str-str.cc: Define string matrix unary operators here.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7010 (install_str_str_ops): Install them here.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7011 * ov-bool-mat.h (octave_bool_matrix::transpose,
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7012 octave_bool_matrix_value::hermitian): Delete.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7013
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7014 * OPERATORS/op-chm.cc: New file. Define char matrix unary operators.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7015 (install_chm_ops): Install them here.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7016 * ov-ch-mat.h (octave_char_matrix::transpose,
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7017 octave_char_matrix_value::hermitian): Delete.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7018 * ops.cc (install_ops): Call install_chm_ops.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7019
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7020 * OPERATORS/op-bm-bm.cc: Define bool matrix unary operators here.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7021 (install_bm_bm_ops): Install them here.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7022 * ov-bool-mat.h (octave_bool_matrix::transpose,
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7023 octave_bool_matrix_value::hermitian): Delete.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7024
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7025 * ov-bool.h (octave_bool::not, octave_bool::uminus,
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7026 octave_bool::transpose, octave_bool::hermitian): Delete.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7027
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7028 * OPERATORS/op-cs-cs.cc: Define complex scalar unary operators here.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7029 (install_cs_cs_ops): Install them here.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7030 * ov-complex.h (octave_complex::not, octave_complex::uminus,
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7031 octave_complex::transpose, octave_complex::hermitian): Delete.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7032
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7033 * OPERATORS/op-cm-cm.cc: Define complex matrix unary operators here.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7034 (install_cm_cm_ops): Install them here.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7035 * ov-cx-mat.h (octave_complex_matrix::not,
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7036 octave_complex_matrix::uminus, octave_complex_matrix::transpose,
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7037 octave_complex_matrix::hermitian): Delete.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7038
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7039 * OPERATORS/op-m-m.cc: Define matrix unary operators here.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7040 (install_m_m_ops): Install them here.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7041 * ov-re-mat.h (octave_matrix::not, octave_matrix::uminus,
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7042 octave_matrix::transpose, octave_matrix::hermitian): Delete.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7043
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7044 * OPERATORS/op-range.cc: New file. Define range unary operators.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7045 (install_range_ops): Install them here.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7046 * ov-range.h (octave_range::not, octave_range::uminus,
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7047 octave_range::transpose, octave_range::hermitian): Delete.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7048 * ops.cc (install_ops): Call install_range_ops.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7049
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7050 * OPERATORS/op-s-s.cc: Define scalar unary operators here.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7051 (install_s_s_ops): Install them here.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7052 * ov-scalar.h (octave_scalar::not, octave_scalar::uminus,
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7053 octave_scalar::transpose, octave_scalar::hermitian): Delete.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7054
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7055 * ops.h (INSTALL_UNOP, CAST_UNOP_ARG, UNOPDECL, DEFUNOPX, DEFUNOP,
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7056 DEFUNOP_OP, DEFUNOP_FN): New macros.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7057
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7058 * ov.h (unary_op_fcn): New typedef.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7059 (octave_value::unary_op): New enum.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7060 * ov.cc (octave_value::octave_value): New function.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7061
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7062 * ov.h (octave_value::not, octave_value::uminus,
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7063 octave_value::transpose, octave_value::hermitian,
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7064 octave_value::increment, octave_value::decrement): Delete.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7065
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7066 * ov-base.cc (octave_base_value::not, octave_base_value::uminus,
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7067 octave_base_value::transpose, octave_base_value::hermitian,
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7068 octave_base_value::increment, octave_base_value::decrement): Delete.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7069
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7070 * ov.cc (gripe_unary_op): New function.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7071 (do_unary_op): New function.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7072 * ov-typeinfo.h (octave_value_typeinfo::unary_ops):
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7073 New data member.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7074 * ov-typeinfo.cc (octave_value_info::register_unary_op,
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7075 octave_value_info::do_register_unary_op,
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7076 octave_value_info::lookup_unary_op,
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7077 octave_value_info::do_lookup_unary_op):
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7078 New functions.
bc61b0e8d60e [project @ 1998-10-30 20:26:27 by jwe]
jwe
parents: 3202
diff changeset
7079
3202
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
7080 * ov-list.cc (Fsplice): Use new octave_value::int_value function here.
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
7081 (octave_list::do_index_op): Likewise.
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
7082 (octave_list::assign): Likewise.
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
7083 * toplev.cc (Fquit): Likewise.
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
7084 * syscalls.cc (Fwaitpid): Likewise.
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
7085 (Ffcntl): Likewise.
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
7086 * file-io.cc (do_fread): Likewise.
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
7087 (do_fwrite): Likewise.
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
7088 * data.cc (make_diag): Likewise.
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
7089 (Fsize): Likewise.
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
7090 (get_dimensions): Likewise.
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
7091 (Flinspace):
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
7092
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
7093 * ov-base.cc (octave_base_value::int_value): New function.
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
7094 (octave_base_value::nint_value): Ditto.
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
7095 * ov.h (octave_value::int_value): Ditto.
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
7096 (octave_value::nint_value): Ditto.
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
7097
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
7098 * ov-list.cc (octave_list::assign): Fix off-by-one error.
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
7099
3196
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7100 Wed Oct 28 11:01:37 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7101
3202
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
7102 * load-save.cc (read_mat_ascii_data): Try harder to convert file
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
7103 name to valid variable name.
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
7104
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
7105 * data.cc (Fisempty, Fis_matrix): New functions.
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
7106
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
7107 * ov-str-mat.h (octave_char_matrix_str::is_matrix_type): New function.
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
7108
3196
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7109 * OPERATORS/op-list.cc: New file.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7110 * Makefile.in (OP_XSRC): Add it to the list.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7111
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7112 * ov-list.cc (octave_list::assign): New function.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7113
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7114 * ov-typeinfo.h (octave_value_typeinfo::assignany_ops):
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7115 New data member.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7116 * ov-typeinfo.cc (octave_value_info::register_assignany_op,
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7117 octave_value_info::do_register_assignany_op,
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7118 octave_value_info::lookup_assignany_op,
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7119 octave_value_info::do_lookup_assignany_op):
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7120 New functions.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7121 * ov.cc (octave_value::try_assignment (octave_value::assign_op,
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7122 const octave_value_list&, const octave_value&)): If no assignment
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7123 operator for particular RHS type exists, try finding one for
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7124 generic octave_value as RHS type.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7125 * ops.h (DEFASSIGNANYOP_FN): New macro.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7126
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7127 * ov-list.cc (Fsplice): New function.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7128 * oct-obj.cc (octave_value_list::splice): New function.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7129
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7130 * ov.cc (Vresize_on_range_error): No longer static.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7131 * ov.h (Vresize_on_range_error): Provide extern declaration.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7132
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7133 * oct-procbuf.cc (symbols_of_oct_procbuf): Don't declare static.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7134
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7135 * data.cc (Flength): New function.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7136 * ov.h (octave_value::length): New virtual function.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7137 * ov-base.cc (octave_base_value::length): New function.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7138 (octave_base_value::rows, octave_base_value::columns): Move
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7139 definitions here, from ov-base.h. Don't return -1. Instead,
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7140 gripe about wrong argument type.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7141 * ov-bool-mat.h (octave_bool_matrix::length): New function.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7142 * ov-bool.h (octave_bool::length): Ditto.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7143 * ov-ch-mat.h (octave_char_matrix::length): Ditto.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7144 * ov-complex.h (octave_complex::length): Ditto.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7145 * ov-cx-mat.h (octave_complex_matrix::length): Ditto.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7146 * ov-list.h (octave_list::length): Ditto.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7147 * ov-range.h (octave_range::length): Ditto.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7148 * ov-re-mat.h (octave_matrix::length): Ditto.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7149 * ov-scalar.h (octave_scalar::length): Ditto.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7150
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7151 Tue Oct 27 22:19:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7152
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7153 * ov-list.cc (octave_list::print_raw): Handle case of empty list.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7154 (octave_list::print_name_tag): Likewise.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7155
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7156 * octave.cc (intern_argv): Built-in variable argv is now a list of
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7157 strings instead of a string vector.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7158 Always bind argv, making it an empty list if there are no args.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7159
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7160 Mon Oct 26 08:41:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7161
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7162 * xdiv.cc (mx_leftdiv_conform): Explicitly declare args to be
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7163 passed as references to const objects. Fix explicit instantiation
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7164 requests to match.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7165 (mx_div_conform): Likewise.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7166
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7167 * pt-unop.h (tree_prefix_expression): Reorder constructor args to
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7168 put those with default values last.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7169 (tree_postfix_expression): Likewise.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7170 * parse.y: Change all callers.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7171
3192
bdf2186d4592 [project @ 1998-10-23 19:47:59 by jwe]
jwe
parents: 3189
diff changeset
7172 Fri Oct 23 12:07:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
bdf2186d4592 [project @ 1998-10-23 19:47:59 by jwe]
jwe
parents: 3189
diff changeset
7173
3196
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7174 * utils.cc (Ffile_in_loadpath): New function.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7175
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7176 * defaults.cc (Vload_path, Vdefault_load_path): Now static.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7177
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7178 * help.cc (simple_help): Use Vload_path_dir_path here instead of
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7179 trying to reconstruct it from Vload_path.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7180 * fn-cache.cc (octave_fcn_file_name_cache::do_list): Likewise.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7181 (octave_fcn_file_name_cache::update): Likewise.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7182
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7183 * defaults.cc (octave_loadpath): Construct Vload_path_dir_path
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7184 using Vdefault_load_path.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7185 (set_default_path): Likewise.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7186
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7187 * defaults.h, defaults.cc (maybe_add_default_load_path): Delete.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3192
diff changeset
7188
3192
bdf2186d4592 [project @ 1998-10-23 19:47:59 by jwe]
jwe
parents: 3189
diff changeset
7189 * defaults.cc (Vdefault_load_path): New static variable.
bdf2186d4592 [project @ 1998-10-23 19:47:59 by jwe]
jwe
parents: 3189
diff changeset
7190 (set_default_path): Set it.
bdf2186d4592 [project @ 1998-10-23 19:47:59 by jwe]
jwe
parents: 3189
diff changeset
7191 (maybe_add_default_load_path): Use it.
bdf2186d4592 [project @ 1998-10-23 19:47:59 by jwe]
jwe
parents: 3189
diff changeset
7192 (symbols_of_defaults): Add DEFCONST for DEFAULT_LOADPATH.
bdf2186d4592 [project @ 1998-10-23 19:47:59 by jwe]
jwe
parents: 3189
diff changeset
7193 Thanks to Rafael Laboissiere <rafael@icp.inpg.fr>.
bdf2186d4592 [project @ 1998-10-23 19:47:59 by jwe]
jwe
parents: 3189
diff changeset
7194
bdf2186d4592 [project @ 1998-10-23 19:47:59 by jwe]
jwe
parents: 3189
diff changeset
7195 * defaults.cc (set_default_path): If OCTAVE_PATH is set in the
bdf2186d4592 [project @ 1998-10-23 19:47:59 by jwe]
jwe
parents: 3189
diff changeset
7196 environment, call maybe_add_default_load_path on it.
bdf2186d4592 [project @ 1998-10-23 19:47:59 by jwe]
jwe
parents: 3189
diff changeset
7197
bdf2186d4592 [project @ 1998-10-23 19:47:59 by jwe]
jwe
parents: 3189
diff changeset
7198 Tue Oct 20 20:58:04 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
bdf2186d4592 [project @ 1998-10-23 19:47:59 by jwe]
jwe
parents: 3189
diff changeset
7199
bdf2186d4592 [project @ 1998-10-23 19:47:59 by jwe]
jwe
parents: 3189
diff changeset
7200 * defaults.cc (maybe_add_default_load_path): If LOADPATH contains
bdf2186d4592 [project @ 1998-10-23 19:47:59 by jwe]
jwe
parents: 3189
diff changeset
7201 an embedded "::", insert the default path there too.
bdf2186d4592 [project @ 1998-10-23 19:47:59 by jwe]
jwe
parents: 3189
diff changeset
7202
3189
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7203 Fri Oct 16 00:52:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7204
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7205 * parse.y (in_matrix_or_assign_lhs): New subroutine for lexical
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7206 feedback.
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7207 (matrix): Use it.
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7208 (assign_lhs): Ditto.
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7209 * lex.h (lexical_feedback::looking_at_matrix_or_assign_lhs): New
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7210 data member.
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7211 * lex.l (handle_identifier): Use it to handle keywords like `cd'
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7212 as variables in contexts like [ab, cd] = foo ().
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7213
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7214 * ov-str-mat.h
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7215 (octave_char_matrix_str::octave_char_matrix_str (char c)):
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7216 New constructor.
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7217 * ov-ch-mat.h (octave_char_matrix::octave_char_matrix (char c)):
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7218 New constructor.
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7219 * ov.cc (octave_value::octave_value (char c): New constructor.
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7220
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7221 * pt-loop.cc (tree_simple_for_command::eval): Handle case of RHS
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7222 as string.
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7223
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7224 Thu Oct 15 00:56:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7225
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7226 * DLD-FUNCTIONS/rand.cc: Declare Fortran subroutines as returning
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7227 int, not int*.
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7228
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7229 Wed Oct 14 23:51:31 1998 Georg Thimm <thimm@idiap.ch>
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7230
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7231 * load-save.cc (Vcrash_dumps_octave_core): New static variable.
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7232 (save_user_variables): Only save variables if
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7233 Vcrash_dumps_octave_core is true.
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7234 (symbols_of_load_save): Add DEFVAR for it here.
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7235 (crash_dumps_octave_core): New function.
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7236 * octave.cc (maximum_braindamage): Bind crash_dumps_octave_core to
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7237 0.0 here.
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7238
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7239 Tue Oct 13 22:05:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7240
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7241 * input.cc (read_readline_init_file): New function.
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7242
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7243 Thu Oct 8 13:47:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7244
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7245 * oct-procbuf.h (octave_procbuf::wstatus): New data member.
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7246 Initialize in constructors.
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7247 (octave_procbuf::wait_status): New member function.
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7248 * oct-procbuf.cc (octave_procbuf::sys_close): Use class data
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7249 member wstatus, not local variable.
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7250 * procstream.cc (procstreambase::close): Don't call sys_close directly.
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7251 Get subprocess exit status by calling wait_status for our procbuf.
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7252 * pt-plot.cc (close_plot_stream): Send "quit" command to gnuplot
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7253 before deleting plot_stream.
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7254
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7255
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7256 Thu Oct 1 22:39:44 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7257
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7258 * data.cc (Fis_complex): New function.
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3185
diff changeset
7259
3185
9580887dd160 [project @ 1998-09-26 02:45:55 by jwe]
jwe
parents: 3180
diff changeset
7260 Fri Sep 25 11:50:44 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
9580887dd160 [project @ 1998-09-26 02:45:55 by jwe]
jwe
parents: 3180
diff changeset
7261
9580887dd160 [project @ 1998-09-26 02:45:55 by jwe]
jwe
parents: 3180
diff changeset
7262 * load-save.cc (write_header): Rename from write_binary_header.
9580887dd160 [project @ 1998-09-26 02:45:55 by jwe]
jwe
parents: 3180
diff changeset
7263 Also write header for Octave ASCII files.
9580887dd160 [project @ 1998-09-26 02:45:55 by jwe]
jwe
parents: 3180
diff changeset
7264
9580887dd160 [project @ 1998-09-26 02:45:55 by jwe]
jwe
parents: 3180
diff changeset
7265 * load-save.cc (Fsave): Implement -append option.
9580887dd160 [project @ 1998-09-26 02:45:55 by jwe]
jwe
parents: 3180
diff changeset
7266
9580887dd160 [project @ 1998-09-26 02:45:55 by jwe]
jwe
parents: 3180
diff changeset
7267 * defaults.cc (Frehash): New function.
9580887dd160 [project @ 1998-09-26 02:45:55 by jwe]
jwe
parents: 3180
diff changeset
7268
9580887dd160 [project @ 1998-09-26 02:45:55 by jwe]
jwe
parents: 3180
diff changeset
7269 Fri Sep 25 11:50:44 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
9580887dd160 [project @ 1998-09-26 02:45:55 by jwe]
jwe
parents: 3180
diff changeset
7270
9580887dd160 [project @ 1998-09-26 02:45:55 by jwe]
jwe
parents: 3180
diff changeset
7271 * help.cc (help_from_info): Improve error message in case that
9580887dd160 [project @ 1998-09-26 02:45:55 by jwe]
jwe
parents: 3180
diff changeset
7272 info doesn't work.
9580887dd160 [project @ 1998-09-26 02:45:55 by jwe]
jwe
parents: 3180
diff changeset
7273
3180
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7274 Thu Sep 24 10:48:12 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7275
3185
9580887dd160 [project @ 1998-09-26 02:45:55 by jwe]
jwe
parents: 3180
diff changeset
7276 * Makefile.in (DLD_XSRC): Replace qzval.cc with qz.cc
9580887dd160 [project @ 1998-09-26 02:45:55 by jwe]
jwe
parents: 3180
diff changeset
7277
9580887dd160 [project @ 1998-09-26 02:45:55 by jwe]
jwe
parents: 3180
diff changeset
7278 * DLD-FUNCTIONS/balance.cc: Update from A. S. Hodel
9580887dd160 [project @ 1998-09-26 02:45:55 by jwe]
jwe
parents: 3180
diff changeset
7279 <scotte@eng.auburn.edu>.
9580887dd160 [project @ 1998-09-26 02:45:55 by jwe]
jwe
parents: 3180
diff changeset
7280
9580887dd160 [project @ 1998-09-26 02:45:55 by jwe]
jwe
parents: 3180
diff changeset
7281 * DLD-FUNCTIONS/qz.cc: New file.
9580887dd160 [project @ 1998-09-26 02:45:55 by jwe]
jwe
parents: 3180
diff changeset
7282
9580887dd160 [project @ 1998-09-26 02:45:55 by jwe]
jwe
parents: 3180
diff changeset
7283 * DLD-FUNCTIONS/qzval.cc: Delete.
9580887dd160 [project @ 1998-09-26 02:45:55 by jwe]
jwe
parents: 3180
diff changeset
7284
3180
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7285 * parse.y (plot_command1): Don't allow it to be empty.
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7286 (plot_command): Handle simple `PLOT' and `PLOT ranges' as special
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7287 cases here.
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7288
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7289 Wed Sep 23 21:10:08 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7290
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7291 * lex.l: Change <MATRIX>{SNLCMT}*\n{SNLCMT}* pattern
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7292 to <MATRIX>{S}*{COMMENT}{SNLCMT}* | <MATRIX>{S}*{NL}{SNLCMT}*.
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7293
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7294 Fri Sep 4 10:50:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7295
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7296 * file-io.cc (Ffwrite): Fix doc string.
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7297
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7298 Wed Sep 2 16:22:23 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7299
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7300 * input.cc (match_sans_spaces): Make it work.
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7301
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7302 * toplev.cc (quit): Require nargout == 0.
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7303
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7304 * input.cc (get_user_input): Only try matching "exit", "quit", and
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7305 "return" if debugging.
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7306
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7307 Tue Sep 1 12:50:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7308
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7309 * octave.cc: Use -H as single character equivalent of --no-history.
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7310
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7311 Sat Aug 29 12:23:12 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7312
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7313 * oct-obj.cc (octave_value_list::make_argv): If some values are
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7314 string vectors, insert all the elements, not just the first.
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7315
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7316 Tue Aug 18 16:39:50 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7317
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7318 * oct-stream.cc (octave_base_stream::do_gets): Accept last line of
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7319 file even if it doesn't end in a newline character.
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7320
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7321 Tue Aug 18 16:25:49 1998 Mumit Khan <khan@xraylith.wisc.edu>
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7322
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7323 * xdiv.cc (mx_leftdiv_conform, mx_div_conform): Instantiate correct
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7324 templates.
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7325
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7326 Thu Jul 30 00:37:43 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7327
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7328 * pt-loop.cc (tree_for_command::eval): Check for range first.
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7329 If error occurs when extracting matrix value, return early.
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7330 Don't bother to check for string type.
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7331
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7332 * ov-ch-mat.h (octave_char_matrix::is_real_matrix): New function.
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7333
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7334 Tue Jun 23 15:09:54 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7335
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7336 * parse.y (clear_current_script_file_name): New function.
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7337 (parse_fcn_file): Bind current_script_file_name while script is
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7338 executing. Use unwind_protect to clear it once the script is
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7339 finished.
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7340
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7341 * pt-plot.cc (Fgraw): New function.
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
7342
3178
09a3064a3a17 [project @ 1998-06-23 03:46:42 by jwe]
jwe
parents: 3176
diff changeset
7343 Mon Jun 22 22:13:38 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
09a3064a3a17 [project @ 1998-06-23 03:46:42 by jwe]
jwe
parents: 3176
diff changeset
7344
09a3064a3a17 [project @ 1998-06-23 03:46:42 by jwe]
jwe
parents: 3176
diff changeset
7345 * variables.cc (is_valid_function): Provide version that takes
09a3064a3a17 [project @ 1998-06-23 03:46:42 by jwe]
jwe
parents: 3176
diff changeset
7346 function name as string.
09a3064a3a17 [project @ 1998-06-23 03:46:42 by jwe]
jwe
parents: 3176
diff changeset
7347
09a3064a3a17 [project @ 1998-06-23 03:46:42 by jwe]
jwe
parents: 3176
diff changeset
7348 * parse.y (binary_expr): Fix thinko that resulted in incorrect
09a3064a3a17 [project @ 1998-06-23 03:46:42 by jwe]
jwe
parents: 3176
diff changeset
7349 evaluation of -x^y. Thanks to Richard Allan Holcombe
09a3064a3a17 [project @ 1998-06-23 03:46:42 by jwe]
jwe
parents: 3176
diff changeset
7350 <raholcom@unity.ncsu.edu>.
09a3064a3a17 [project @ 1998-06-23 03:46:42 by jwe]
jwe
parents: 3176
diff changeset
7351 (feval): Don't attempt to copy nonexistent arg names.
09a3064a3a17 [project @ 1998-06-23 03:46:42 by jwe]
jwe
parents: 3176
diff changeset
7352
09a3064a3a17 [project @ 1998-06-23 03:46:42 by jwe]
jwe
parents: 3176
diff changeset
7353 Mon Jun 22 21:35:50 1998 Richard Allan Holcombe <raholcom@unity.ncsu.edu>
09a3064a3a17 [project @ 1998-06-23 03:46:42 by jwe]
jwe
parents: 3176
diff changeset
7354
09a3064a3a17 [project @ 1998-06-23 03:46:42 by jwe]
jwe
parents: 3176
diff changeset
7355 * xpow.cc (xpow): Improve efficiency for matrix^(scalar int) case.
09a3064a3a17 [project @ 1998-06-23 03:46:42 by jwe]
jwe
parents: 3176
diff changeset
7356
09a3064a3a17 [project @ 1998-06-23 03:46:42 by jwe]
jwe
parents: 3176
diff changeset
7357 Thu Jun 4 12:42:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
09a3064a3a17 [project @ 1998-06-23 03:46:42 by jwe]
jwe
parents: 3176
diff changeset
7358
09a3064a3a17 [project @ 1998-06-23 03:46:42 by jwe]
jwe
parents: 3176
diff changeset
7359 * ov-usr-fcn.cc (octave_user_function::octave_all_va_args):
09a3064a3a17 [project @ 1998-06-23 03:46:42 by jwe]
jwe
parents: 3176
diff changeset
7360 If num_args_passed < num_named_args, create zero length list.
09a3064a3a17 [project @ 1998-06-23 03:46:42 by jwe]
jwe
parents: 3176
diff changeset
7361
3176
fccab8e7d35f [project @ 1998-05-18 20:33:31 by jwe]
jwe
parents: 3174
diff changeset
7362 Thu May 14 16:23:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
fccab8e7d35f [project @ 1998-05-18 20:33:31 by jwe]
jwe
parents: 3174
diff changeset
7363
fccab8e7d35f [project @ 1998-05-18 20:33:31 by jwe]
jwe
parents: 3174
diff changeset
7364 * DLD-FUNCTIONS/getrusage.cc: Include sys/types.h too.
fccab8e7d35f [project @ 1998-05-18 20:33:31 by jwe]
jwe
parents: 3174
diff changeset
7365
fccab8e7d35f [project @ 1998-05-18 20:33:31 by jwe]
jwe
parents: 3174
diff changeset
7366 Mon May 11 00:38:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
fccab8e7d35f [project @ 1998-05-18 20:33:31 by jwe]
jwe
parents: 3174
diff changeset
7367
fccab8e7d35f [project @ 1998-05-18 20:33:31 by jwe]
jwe
parents: 3174
diff changeset
7368 * pager.cc (Fdiary): Don't forget to set write_to_diary file if
fccab8e7d35f [project @ 1998-05-18 20:33:31 by jwe]
jwe
parents: 3174
diff changeset
7369 just given a file name.
fccab8e7d35f [project @ 1998-05-18 20:33:31 by jwe]
jwe
parents: 3174
diff changeset
7370
fccab8e7d35f [project @ 1998-05-18 20:33:31 by jwe]
jwe
parents: 3174
diff changeset
7371 * input.cc (octave_gets): Only send new line character to
fccab8e7d35f [project @ 1998-05-18 20:33:31 by jwe]
jwe
parents: 3174
diff changeset
7372 octave_diary if current_input_line is empty or doesn't already end
fccab8e7d35f [project @ 1998-05-18 20:33:31 by jwe]
jwe
parents: 3174
diff changeset
7373 with a new line character..
fccab8e7d35f [project @ 1998-05-18 20:33:31 by jwe]
jwe
parents: 3174
diff changeset
7374 Don't send input from function files or scripts to octave_diary.
fccab8e7d35f [project @ 1998-05-18 20:33:31 by jwe]
jwe
parents: 3174
diff changeset
7375
3174
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7376 Sun May 3 19:54:38 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7377
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7378 * lex.l (reset_parser): Also call yyrestart if forced_interactive
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7379 is true, but not if input_from_startup_file is true.
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7380
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7381 Tue Apr 28 14:06:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7382
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7383 * oct-procbuf.cc (Vkluge_procbuf_delay): New static variable.
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7384 (kluge_procbuf_delay): New function.
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7385 (symbols_of_oct_procbuf): New function.
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7386 (octave_procbuf::open): Delay Vkluge_procbuf_delay microseconds
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7387 after forking.
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7388
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7389 Thu Apr 23 15:41:08 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7390
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7391 * defaults.cc (Vload_path_dir_path): New variable.
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7392 * utils.cc (file_in_path): Use it.
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7393
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7394 * utils.cc (search_path_for_file): Undo previous change.
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7395 (file_in_path): Undo previous change.
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7396 * defaults.cc (loadpath): Undo previous change. Tilde expansion
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7397 is once again handled correctly by the code in
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7398 liboctave/pathsearch.cc.
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7399
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7400 Mon Apr 20 21:50:34 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7401
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7402 * data.cc (get_dimensions): Allow zeros ([], 3) to work, for
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7403 compatibility with Matlab.
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7404
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7405 * dynamic-ld.cc [WITH_DL && ! HAVE_DLFCN_H]: Add declarations for
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7406 dlopen, dlerror, dlsym, and dlclose.
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7407
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7408 * octave.gperf: Handle __FILE__ and __LINE__.
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7409 * lex.l (is_keyword): Likewise.
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7410 * Makefile.in (oct-gperf.h): Pass -D option to gperf.
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7411 Postprocess output of gperf to convert name of static variable
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7412 from lookup to gperf_lookup, to avoid conflict with our function
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7413 of the same name defined in variables.cc.
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
7414
3168
1c267910655d [project @ 1998-04-19 01:22:38 by jwe]
jwe
parents: 3167
diff changeset
7415 Sat Apr 18 20:17:10 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
1c267910655d [project @ 1998-04-19 01:22:38 by jwe]
jwe
parents: 3167
diff changeset
7416
1c267910655d [project @ 1998-04-19 01:22:38 by jwe]
jwe
parents: 3167
diff changeset
7417 * help.cc (USE_GNU_INFO): Delete uses of this macro.
1c267910655d [project @ 1998-04-19 01:22:38 by jwe]
jwe
parents: 3167
diff changeset
7418
3167
d609b993be3b [project @ 1998-04-17 04:41:59 by jwe]
jwe
parents: 3166
diff changeset
7419 Thu Apr 16 01:00:12 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
d609b993be3b [project @ 1998-04-17 04:41:59 by jwe]
jwe
parents: 3166
diff changeset
7420
d609b993be3b [project @ 1998-04-17 04:41:59 by jwe]
jwe
parents: 3166
diff changeset
7421 * dynamic-ld.cc: Only include dlfcn.h if HAVE_DLFCN_H.
d609b993be3b [project @ 1998-04-17 04:41:59 by jwe]
jwe
parents: 3166
diff changeset
7422
3165
e4bbfc196e53 [project @ 1998-04-16 03:01:47 by jwe]
jwe
parents: 3164
diff changeset
7423 Wed Apr 15 01:03:05 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
e4bbfc196e53 [project @ 1998-04-16 03:01:47 by jwe]
jwe
parents: 3164
diff changeset
7424
e4bbfc196e53 [project @ 1998-04-16 03:01:47 by jwe]
jwe
parents: 3164
diff changeset
7425 * input.cc (Vlast_prompt_time): New global variable.
e4bbfc196e53 [project @ 1998-04-16 03:01:47 by jwe]
jwe
parents: 3164
diff changeset
7426 (octave_gets): Set it.
3166
c3409a0cafa8 [project @ 1998-04-16 03:12:19 by jwe]
jwe
parents: 3165
diff changeset
7427 * ov-fcn.h (octave_function::time_checked): New virtual function
c3409a0cafa8 [project @ 1998-04-16 03:12:19 by jwe]
jwe
parents: 3165
diff changeset
7428 (octave_function::mark_fcn_file_up_to_date): Ditto.
3165
e4bbfc196e53 [project @ 1998-04-16 03:01:47 by jwe]
jwe
parents: 3164
diff changeset
7429 * ov-usr-fcn.h (octave_user_function::time_checked): New function.
e4bbfc196e53 [project @ 1998-04-16 03:01:47 by jwe]
jwe
parents: 3164
diff changeset
7430 (octave_user_function::mark_fcn_file_up_to_date): Ditto.
e4bbfc196e53 [project @ 1998-04-16 03:01:47 by jwe]
jwe
parents: 3164
diff changeset
7431 (octave_user_function::t_checked): New data member.
e4bbfc196e53 [project @ 1998-04-16 03:01:47 by jwe]
jwe
parents: 3164
diff changeset
7432 * variables.cc (symbol_out_of_date): Only check file time stamp if
e4bbfc196e53 [project @ 1998-04-16 03:01:47 by jwe]
jwe
parents: 3164
diff changeset
7433 a prompt has been printed since the last time check.
e4bbfc196e53 [project @ 1998-04-16 03:01:47 by jwe]
jwe
parents: 3164
diff changeset
7434
e4bbfc196e53 [project @ 1998-04-16 03:01:47 by jwe]
jwe
parents: 3164
diff changeset
7435 * pt-plot.h, pt-plot.cc (subplot_axes): New class.
e4bbfc196e53 [project @ 1998-04-16 03:01:47 by jwe]
jwe
parents: 3164
diff changeset
7436 (subplot): Handle axes.
e4bbfc196e53 [project @ 1998-04-16 03:01:47 by jwe]
jwe
parents: 3164
diff changeset
7437 (Vgnuplot_command_axes): New static variable.
e4bbfc196e53 [project @ 1998-04-16 03:01:47 by jwe]
jwe
parents: 3164
diff changeset
7438 (gnuplot_command_axes): New function.
e4bbfc196e53 [project @ 1998-04-16 03:01:47 by jwe]
jwe
parents: 3164
diff changeset
7439 (symbols_of_pt_plot): DEFVAR gnuplot_command_axes.
e4bbfc196e53 [project @ 1998-04-16 03:01:47 by jwe]
jwe
parents: 3164
diff changeset
7440 * pt-walk.h (tree_walker::visit_subplot_axes): New virtual function.
e4bbfc196e53 [project @ 1998-04-16 03:01:47 by jwe]
jwe
parents: 3164
diff changeset
7441 * parse.y (plot_options): Handle axes.
e4bbfc196e53 [project @ 1998-04-16 03:01:47 by jwe]
jwe
parents: 3164
diff changeset
7442 * lex.l (plot_axes_token): New function.
e4bbfc196e53 [project @ 1998-04-16 03:01:47 by jwe]
jwe
parents: 3164
diff changeset
7443 (is_keyword): Use it.
e4bbfc196e53 [project @ 1998-04-16 03:01:47 by jwe]
jwe
parents: 3164
diff changeset
7444 (is_plot_keyword): Recognize "axes" and "axis".
e4bbfc196e53 [project @ 1998-04-16 03:01:47 by jwe]
jwe
parents: 3164
diff changeset
7445 * lex.h (class lexical_feedback): New field, in_plot_axes.
e4bbfc196e53 [project @ 1998-04-16 03:01:47 by jwe]
jwe
parents: 3164
diff changeset
7446 (lexical_feedback::init): Reset it.
e4bbfc196e53 [project @ 1998-04-16 03:01:47 by jwe]
jwe
parents: 3164
diff changeset
7447
e4bbfc196e53 [project @ 1998-04-16 03:01:47 by jwe]
jwe
parents: 3164
diff changeset
7448 Tue Apr 14 23:32:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
e4bbfc196e53 [project @ 1998-04-16 03:01:47 by jwe]
jwe
parents: 3164
diff changeset
7449
e4bbfc196e53 [project @ 1998-04-16 03:01:47 by jwe]
jwe
parents: 3164
diff changeset
7450 * parse.y (parse_fcn_file): New arg, force_script. Change callers.
e4bbfc196e53 [project @ 1998-04-16 03:01:47 by jwe]
jwe
parents: 3164
diff changeset
7451
3164
45490c020e47 [project @ 1998-04-14 20:56:48 by jwe]
jwe
parents: 3162
diff changeset
7452 Fri Apr 10 11:01:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
45490c020e47 [project @ 1998-04-14 20:56:48 by jwe]
jwe
parents: 3162
diff changeset
7453
45490c020e47 [project @ 1998-04-14 20:56:48 by jwe]
jwe
parents: 3162
diff changeset
7454 * help.cc (type): Also print values of variables.
45490c020e47 [project @ 1998-04-14 20:56:48 by jwe]
jwe
parents: 3162
diff changeset
7455
3162
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7456 Wed Apr 8 01:00:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7457
3164
45490c020e47 [project @ 1998-04-14 20:56:48 by jwe]
jwe
parents: 3162
diff changeset
7458 * pr-output.cc (set_format): Set scale to 1.0 if all elements are
45490c020e47 [project @ 1998-04-14 20:56:48 by jwe]
jwe
parents: 3162
diff changeset
7459 int or inf or nan.
45490c020e47 [project @ 1998-04-14 20:56:48 by jwe]
jwe
parents: 3162
diff changeset
7460
3162
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7461 * parse.y (Vwarn_future_time_stamp): New variable.
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7462 (symbols_of_parse): Add DEFVAR for it.
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7463 (warn_future_time_stamp): New function.
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7464 (frob_function_def): Maybe warn about files with future time stamps.
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7465
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7466 Thu Apr 2 20:43:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7467
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7468 * pt-arg-list.cc (tree_argument_list::convert_to_const_vector): In
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7469 error messages, print element numbers starting with 1, not 0.
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7470
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7471 Sat Mar 28 15:25:44 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7472
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7473 * toplev.cc (clean_up_for_exit): New function.
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7474 (clean_up_and_exit): Use it.
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7475 * sighandlers.cc (my_friendly_exit): Call it instead of
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7476 clean_up_and_exit, then do default action for signal.
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7477
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7478 * sighandlers.cc (octave_new_handler): Call my_friendly_exit with
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7479 signal set to SIGABRT if it is defined, or -1 otherwise.
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7480
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7481 * error.cc (verror): Fix thinko in attempt to skip `error: ' tag
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7482 when buffering error messages.
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7483 * pt-except.cc (tree_try_catch::eval): Reset buffer_error_messages
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7484 here if just discarding unwind_protect frame.
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7485
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7486 Wed Mar 18 12:35:18 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7487
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7488 * xpow.cc (elem_xpow): For real-scalar .^ matrix case, result is
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7489 complex only if real-scalar is negative and matrix has some
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7490 non-integer values.
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7491
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7492 Tue Mar 17 17:47:50 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7493
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7494 * pt-plot.cc (Vgnuplot_command_plot, Vgnuplot_command_replot,
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7495 Vgnuplot_command_splot, Vgnuplot_command_using,
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7496 Vgnuplot_command_with, Vgnuplot_command_title,
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7497 Vgnuplot_command_end): New static variables.
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7498 (symbols_of_pt_plot): DEFVAR them.
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7499 (gnuplot_command_plot, gnuplot_command_replot,
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7500 gnuplot_command_splot, gnuplot_command_using,
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7501 gnuplot_command_with, gnuplot_command_title,
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7502 gnuplot_command_end): New functions.
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7503 (open_plot_stream, send_to_plot_stream, tree_plot_command::eval,
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7504 subplot_using::print, subplot_style::print, subplot::print,
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7505 do_external_plotter_cd, Fgset, Fgshow): Use them instead of the
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7506 GPLOT_CMD_PLOT, GPLOT_CMD_REPLOT, GPLOT_CMD_SPLOT,
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7507 GPLOT_CMD_USING, GPLOT_CMD_WITH, GPLOT_CMD_TITLE, and
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7508 GPLOT_CMD_END macros.
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3160
diff changeset
7509
3160
4696773a14b1 [project @ 1998-03-02 06:18:12 by jwe]
jwe
parents: 3156
diff changeset
7510 Fri Feb 27 12:25:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
4696773a14b1 [project @ 1998-03-02 06:18:12 by jwe]
jwe
parents: 3156
diff changeset
7511
4696773a14b1 [project @ 1998-03-02 06:18:12 by jwe]
jwe
parents: 3156
diff changeset
7512 * help.cc (additional_help_message): Fix www address.
4696773a14b1 [project @ 1998-03-02 06:18:12 by jwe]
jwe
parents: 3156
diff changeset
7513
4696773a14b1 [project @ 1998-03-02 06:18:12 by jwe]
jwe
parents: 3156
diff changeset
7514 Tue Feb 24 00:42:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
4696773a14b1 [project @ 1998-03-02 06:18:12 by jwe]
jwe
parents: 3156
diff changeset
7515
4696773a14b1 [project @ 1998-03-02 06:18:12 by jwe]
jwe
parents: 3156
diff changeset
7516 * help.cc (simple_help): Put additional help message first.
4696773a14b1 [project @ 1998-03-02 06:18:12 by jwe]
jwe
parents: 3156
diff changeset
7517 (additional_help_message): Add information about web site and
4696773a14b1 [project @ 1998-03-02 06:18:12 by jwe]
jwe
parents: 3156
diff changeset
7518 mailing list.
4696773a14b1 [project @ 1998-03-02 06:18:12 by jwe]
jwe
parents: 3156
diff changeset
7519
3156
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3153
diff changeset
7520 Fri Feb 20 00:41:06 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3153
diff changeset
7521
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3153
diff changeset
7522 * pt-plot.cc (GPLOT_CMD_REPLOT): Clear before replot.
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3153
diff changeset
7523
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3153
diff changeset
7524 * Makefile.in: Better handling of lib flags for linking.
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3153
diff changeset
7525
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3153
diff changeset
7526 Thu Feb 19 21:14:30 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3153
diff changeset
7527
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3153
diff changeset
7528 * pt-decl.cc (Vinitialize_global_values): New static variable.
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3153
diff changeset
7529 (initialize_global_variables): New function.
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3153
diff changeset
7530 (symbols_of_pt_decl): New function.
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3153
diff changeset
7531 DEFVAR Vinitialize_global_values and initialize_global_variables.
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3153
diff changeset
7532 (tree_global_command::do_init): If initialize_global_variables is
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3153
diff changeset
7533 not true and the variable doesn't have an explicit initializer, don't
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3153
diff changeset
7534 initialize it. If we are giving it a default value, use the value
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3153
diff changeset
7535 of the variable defualt_global_variable_value.
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3153
diff changeset
7536 * octave.cc (maximum_braindamage): Set default_global_variable_value
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3153
diff changeset
7537 and initialize_global_variables to Matlab-compatible values.
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3153
diff changeset
7538
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3153
diff changeset
7539 Wed Feb 18 04:35:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3153
diff changeset
7540
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3153
diff changeset
7541 * DLD-FUNCTIONS/besselj.cc: Rename from bessel.cc.
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3153
diff changeset
7542 * Makefile.in (DLD_XSRC): Likewise.
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3153
diff changeset
7543
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3153
diff changeset
7544 * syscalls.cc (Fvfork): Delete.
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3153
diff changeset
7545
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3153
diff changeset
7546 * oct-procbuf.cc: Just use fork.
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3153
diff changeset
7547
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3153
diff changeset
7548 * parse.y (feval): Provide version that takes function name
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3153
diff changeset
7549 separate from other args.
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3153
diff changeset
7550 * parse.h: Declare it.
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3153
diff changeset
7551
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3153
diff changeset
7552 * oct-procbuf.cc (octave_procbuf::open): Move declaration of
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3153
diff changeset
7553 child_std_end outside of child scope and declare volatile.
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3153
diff changeset
7554
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3153
diff changeset
7555 Mon Feb 16 15:04:28 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3153
diff changeset
7556
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3153
diff changeset
7557 * parse.y: Include cstdio, for SEEK_SET.
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3153
diff changeset
7558
3153
94fc53d82561 [project @ 1998-02-13 04:08:17 by jwe]
jwe
parents: 3148
diff changeset
7559 Thu Feb 12 22:07:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
94fc53d82561 [project @ 1998-02-13 04:08:17 by jwe]
jwe
parents: 3148
diff changeset
7560
94fc53d82561 [project @ 1998-02-13 04:08:17 by jwe]
jwe
parents: 3148
diff changeset
7561 * system.c: New file.
94fc53d82561 [project @ 1998-02-13 04:08:17 by jwe]
jwe
parents: 3148
diff changeset
7562 * Makefile.in (SOURCES): Add it to the list.
94fc53d82561 [project @ 1998-02-13 04:08:17 by jwe]
jwe
parents: 3148
diff changeset
7563
3148
8cdcb8945695 [project @ 1998-02-06 21:25:11 by jwe]
jwe
parents: 3147
diff changeset
7564 Fri Feb 6 01:23:18 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
8cdcb8945695 [project @ 1998-02-06 21:25:11 by jwe]
jwe
parents: 3147
diff changeset
7565
8cdcb8945695 [project @ 1998-02-06 21:25:11 by jwe]
jwe
parents: 3147
diff changeset
7566 * oct-stream.cc (octave_base_stream::file_number): Rename from fileno.
8cdcb8945695 [project @ 1998-02-06 21:25:11 by jwe]
jwe
parents: 3147
diff changeset
7567 Change all uses.
8cdcb8945695 [project @ 1998-02-06 21:25:11 by jwe]
jwe
parents: 3147
diff changeset
7568
8cdcb8945695 [project @ 1998-02-06 21:25:11 by jwe]
jwe
parents: 3147
diff changeset
7569 * fsolve.cc (fsolve_option_table): Add missing & to function names.
8cdcb8945695 [project @ 1998-02-06 21:25:11 by jwe]
jwe
parents: 3147
diff changeset
7570
3145
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7571 Thu Feb 5 02:27:18 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7572
3147
894d516b4a00 [project @ 1998-02-06 06:00:08 by jwe]
jwe
parents: 3145
diff changeset
7573 * dirfns.cc (Fls): If first attempt at reading process output
894d516b4a00 [project @ 1998-02-06 06:00:08 by jwe]
jwe
parents: 3145
diff changeset
7574 fails, sleep once and try again.
894d516b4a00 [project @ 1998-02-06 06:00:08 by jwe]
jwe
parents: 3145
diff changeset
7575 * toplev.cc (run_command_and_return_output): Likewise.
894d516b4a00 [project @ 1998-02-06 06:00:08 by jwe]
jwe
parents: 3145
diff changeset
7576
894d516b4a00 [project @ 1998-02-06 06:00:08 by jwe]
jwe
parents: 3145
diff changeset
7577 * oct-procbuf.cc (octave_procbuf::open): Use vfork if it is available.
894d516b4a00 [project @ 1998-02-06 06:00:08 by jwe]
jwe
parents: 3145
diff changeset
7578
894d516b4a00 [project @ 1998-02-06 06:00:08 by jwe]
jwe
parents: 3145
diff changeset
7579 * syscalls.cc (Fvfork): New function.
894d516b4a00 [project @ 1998-02-06 06:00:08 by jwe]
jwe
parents: 3145
diff changeset
7580
3145
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7581 * ov-bool-mat.cc: Only declare assign function if
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7582 CXX_NEW_FRIEND_TEMPLATE_DECL is not defined.
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7583
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7584 * ov-base.h, ov-bool-mat.h, ov-bool.h, ov-ch-mat.h, ov-complex.h,
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7585 ov-cx-mat.h, ov-range.h, ov-re-mat.h, ov-scalar.h: Handle default
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7586 args for *_value functions consistently.
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7587
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7588 * symtab.cc (maybe_list_cmp_fcn): Declare args as void*, not
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7589 void**, then use X_CAST.
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7590
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7591 * OPERATORS/op-s-cm.cc: Include mx-cm-s.h.
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7592
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7593 * defun-int.h: Include ov-builtin.h, ov-mapper.h, and symtab.h.
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7594 (install_builtin_mapper, install_builtin_function,
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7595 install_builtin_variable) Use specific types rather than void * in
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7596 declaration.
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7597 * defun.cc (install_builtin_mapper, install_builtin_function,
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7598 install_builtin_variable): Likewise. Eliminate casts.
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7599
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7600 * load-save.cc (read_binary_data, read_mat_file_header,
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7601 save_binary_data): Use X_CAST, not static_cast.
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7602 * unwind-prot.h (unwind_protect::save_ptr): Likewise.
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7603 * Map.cc (goodCHptr, index_to_CHptr, CHptr_to_index): Likewise.
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7604 * dynamic-ld.cc (octave_dlopen_dynamic_loder::resolve_reference):
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7605 Likewise.
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7606
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7607 * pt-mat.cc (tm_const::operator bool ()):
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7608 (tm_row_const::operator bool ()): Likewise.
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7609 * oct-stream.cc (printf_value_cache::operator bool ()): Likewise.
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7610 (scanf_format_list::operator bool ()): Likewise.
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7611 (printf_format_list::operator bool ()): Likewise.
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7612 (octave_stream::operator bool ()): Likewise.
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7613
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7614 Wed Feb 4 13:08:29 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7615
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7616 * DLD-FUNCTIONS/minmax.cc: Include cmath, not oct-math.h.
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7617
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7618 * syscalls.cc (Fdup2): Convert stream to actual system file id.
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7619
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7620 * oct-stream.cc (octave_base_stream::fileno, octave_stream::fileno):
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7621 New functions.
0d640dc625c7 [project @ 1998-02-05 08:44:59 by jwe]
jwe
parents: 3141
diff changeset
7622
3141
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7623 Tue Feb 3 00:24:44 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7624
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7625 * defaults.cc (exec_path): Append Vbin_dir to std_path.
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7626
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7627 * octave.cc (initialize_pathsearch): Set TEXMFDBS, not TEXMF.
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7628 Look for OCTAVE_DB_PATH in environment.
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7629 Simplify using Vdata_dir and Vlibexec_dir.
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7630
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7631 * defaults.h.in (Vdata_dir, Vlibexecdir): Declare new vars.
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7632 defaults.cc: Define them.
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7633 (set_default_data_dir, set_default_libexecdir): New functions.
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7634 (install_defaults): Call them.
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7635
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7636 * defaults.h.in (OCTAVE_LIBEXECDIR): Define.
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7637
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7638 Mon Feb 2 02:43:16 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7639
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7640 * Makefile.in (install, uninstall): Use $(octlibdir), not $(libdir).
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7641 Use mk-libdir-link.
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7642
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7643 * defaults.h.in (OCTAVE_OCTLIBDIR): Substitute value.
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7644 (Vlib_dir): Delete declaration.
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7645 * defaults.cc (Vlib_dir): Delete.
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7646 (set_default_lib_dir): Delete.
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7647 (install_defaults): Don't call set_default_lib_dir.
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7648 (set_default_info_prog): If oct_info_prog is empty, set default to
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7649 "info" -- we expect it to be somewhere in the user's path.
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7650
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7651 * defun.h (DEFCONST, DEFCONSTX): Eliminate inst_as_fcn and chg_fcn
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7652 args. Always pass true for inst_as_fcn and 0 for chg_fcn to
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7653 DEFVAR when creating built-in values like `e' or `stderr' that can
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7654 be redefined. Change all uses.
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7655
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7656 * help.cc (Ftype): Handle script files too.
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7657 (Fwhich): Likewise.
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
7658
3136
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
7659 Sat Jan 31 00:00:26 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
7660
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
7661 * ov-ch-mat.cc (octave_char_matrix::is_true): Make it work.
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
7662 * ov-str-mat.h, ov-str-mat.cc (octave_char_matrix_str::is_true):
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
7663 Delete.
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
7664
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
7665 * load-save.cc (read_ascii_data): Allow strings of length 0.
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
7666 If we don't find data on the first call, fail with error message.
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
7667 (do_load): Pass count of items read to read_ascii_data.
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
7668 Allow `load foo xyz' to work when foo contains only numbers.
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
7669
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
7670 Fri Jan 30 23:46:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
7671
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
7672 * ov-str-mat.h (octave_char_matrix_str::all): Delete.
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
7673 (octave_char_matrix_str::any): Delete.
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
7674 * ov-ch-mat.h (octave_char_matrix::all, octave_char_matrix::any):
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
7675 Call charMatrix::all, charMatrix::any.
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
7676
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
7677 Thu Jan 29 16:25:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
7678
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
7679 * load-save.cc (read_mat_binary_data): Handle third digit of MOPT
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
7680 as flag indicating row or column major ordering.
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
7681
3131
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3130
diff changeset
7682 Wed Jan 28 00:18:17 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3130
diff changeset
7683
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3130
diff changeset
7684 * DLD-FUNCTIONS/dassl.cc (lsode_option_table):
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3130
diff changeset
7685 Add missing & to function names.
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3130
diff changeset
7686 * DLD-FUNCTIONS/lsode.cc (lsode_option_table): Likewise.
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3130
diff changeset
7687 * DLD-FUNCTIONS/quad.cc (quad_option_table): Likewise.
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3130
diff changeset
7688
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3130
diff changeset
7689 * Makefile.in (oct-gperf.h): Add -G option to gperf.
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3130
diff changeset
7690
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3130
diff changeset
7691 * load-save.cc (get_save_type): Add `UL' and `L' suffixes to large
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3130
diff changeset
7692 constant values. For LS_INT, use <= and >= for comparison.
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3130
diff changeset
7693
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3130
diff changeset
7694 Mon Jan 26 13:17:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3130
diff changeset
7695
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3130
diff changeset
7696 * ov-usr-fcn.cc (Vmax_recursion_depth): New static variable.
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3130
diff changeset
7697 (max_recursion_depth): New fucnction
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3130
diff changeset
7698 (symbols_of_ov_usr_fcn): DEFVAR max_recursion_depth.
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3130
diff changeset
7699 (octave_user_function::do_index_op): Check Vmax_recursion_depth.
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3130
diff changeset
7700
3130
02766207b74c [project @ 1998-01-25 08:27:23 by jwe]
jwe
parents: 3125
diff changeset
7701 Thu Jan 22 13:45:26 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
02766207b74c [project @ 1998-01-25 08:27:23 by jwe]
jwe
parents: 3125
diff changeset
7702
02766207b74c [project @ 1998-01-25 08:27:23 by jwe]
jwe
parents: 3125
diff changeset
7703 * dynamic-ld.cc (make_dynamic_loader): Fix typo.
02766207b74c [project @ 1998-01-25 08:27:23 by jwe]
jwe
parents: 3125
diff changeset
7704
02766207b74c [project @ 1998-01-25 08:27:23 by jwe]
jwe
parents: 3125
diff changeset
7705 Tue Jan 20 17:02:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
02766207b74c [project @ 1998-01-25 08:27:23 by jwe]
jwe
parents: 3125
diff changeset
7706
02766207b74c [project @ 1998-01-25 08:27:23 by jwe]
jwe
parents: 3125
diff changeset
7707 * variables.cc (Fexist): If local symbol is undefined, check
02766207b74c [project @ 1998-01-25 08:27:23 by jwe]
jwe
parents: 3125
diff changeset
7708 global table.
02766207b74c [project @ 1998-01-25 08:27:23 by jwe]
jwe
parents: 3125
diff changeset
7709
02766207b74c [project @ 1998-01-25 08:27:23 by jwe]
jwe
parents: 3125
diff changeset
7710 * pr-output.cc (pr_max_internal): Initial value for result is
02766207b74c [project @ 1998-01-25 08:27:23 by jwe]
jwe
parents: 3125
diff changeset
7711 -DBL_MAX, not DBL_MIN.
02766207b74c [project @ 1998-01-25 08:27:23 by jwe]
jwe
parents: 3125
diff changeset
7712
3125
dcc6c985d72d [project @ 1998-01-16 05:08:21 by jwe]
jwe
parents: 3124
diff changeset
7713 Thu Jan 8 11:54:33 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
dcc6c985d72d [project @ 1998-01-16 05:08:21 by jwe]
jwe
parents: 3124
diff changeset
7714
dcc6c985d72d [project @ 1998-01-16 05:08:21 by jwe]
jwe
parents: 3124
diff changeset
7715 * xpow.cc (elem_xpow): If second arg of pow is complex, make sure
dcc6c985d72d [project @ 1998-01-16 05:08:21 by jwe]
jwe
parents: 3124
diff changeset
7716 first arg is also complex.
dcc6c985d72d [project @ 1998-01-16 05:08:21 by jwe]
jwe
parents: 3124
diff changeset
7717
dcc6c985d72d [project @ 1998-01-16 05:08:21 by jwe]
jwe
parents: 3124
diff changeset
7718 * symtab.cc (symbol_table::rename): Properly insert new item at
dcc6c985d72d [project @ 1998-01-16 05:08:21 by jwe]
jwe
parents: 3124
diff changeset
7719 the front of the list to avoid losing the rest of the items.
dcc6c985d72d [project @ 1998-01-16 05:08:21 by jwe]
jwe
parents: 3124
diff changeset
7720
dcc6c985d72d [project @ 1998-01-16 05:08:21 by jwe]
jwe
parents: 3124
diff changeset
7721 Thu Dec 11 23:30:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
dcc6c985d72d [project @ 1998-01-16 05:08:21 by jwe]
jwe
parents: 3124
diff changeset
7722
dcc6c985d72d [project @ 1998-01-16 05:08:21 by jwe]
jwe
parents: 3124
diff changeset
7723 * variables.cc (Fclear): Increment index to skip -x arg.
dcc6c985d72d [project @ 1998-01-16 05:08:21 by jwe]
jwe
parents: 3124
diff changeset
7724
3124
38684be52a3e [project @ 1997-12-12 04:01:51 by jwe]
jwe
parents: 3119
diff changeset
7725 Tue Dec 9 02:45:35 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
38684be52a3e [project @ 1997-12-12 04:01:51 by jwe]
jwe
parents: 3119
diff changeset
7726
38684be52a3e [project @ 1997-12-12 04:01:51 by jwe]
jwe
parents: 3119
diff changeset
7727 * Makefile.in (INCLUDES): Don't forget Pix.h.
38684be52a3e [project @ 1997-12-12 04:01:51 by jwe]
jwe
parents: 3119
diff changeset
7728
38684be52a3e [project @ 1997-12-12 04:01:51 by jwe]
jwe
parents: 3119
diff changeset
7729 * BaseSLList.cc: Don't include nonstandard libg++ header files.
38684be52a3e [project @ 1997-12-12 04:01:51 by jwe]
jwe
parents: 3119
diff changeset
7730
3119
f3e1da120048 [project @ 1997-11-30 21:13:58 by jwe]
jwe
parents: 3113
diff changeset
7731 Sun Nov 30 14:58:56 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
f3e1da120048 [project @ 1997-11-30 21:13:58 by jwe]
jwe
parents: 3113
diff changeset
7732
3124
38684be52a3e [project @ 1997-12-12 04:01:51 by jwe]
jwe
parents: 3119
diff changeset
7733 * pr-output.cc: Include cmath, not oct-math.
38684be52a3e [project @ 1997-12-12 04:01:51 by jwe]
jwe
parents: 3119
diff changeset
7734 * sysdep.cc: Likewise.
38684be52a3e [project @ 1997-12-12 04:01:51 by jwe]
jwe
parents: 3119
diff changeset
7735
3119
f3e1da120048 [project @ 1997-11-30 21:13:58 by jwe]
jwe
parents: 3113
diff changeset
7736 * DLD-FUNCTIONS/bessel.cc: New file.
f3e1da120048 [project @ 1997-11-30 21:13:58 by jwe]
jwe
parents: 3113
diff changeset
7737 * Makefile.in (DLD_XSRC): Add it to the list.
f3e1da120048 [project @ 1997-11-30 21:13:58 by jwe]
jwe
parents: 3113
diff changeset
7738
3113
61bb314b2c3d [project @ 1997-11-28 05:32:41 by jwe]
jwe
parents: 3111
diff changeset
7739 Thu Nov 27 23:28:59 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
61bb314b2c3d [project @ 1997-11-28 05:32:41 by jwe]
jwe
parents: 3111
diff changeset
7740
61bb314b2c3d [project @ 1997-11-28 05:32:41 by jwe]
jwe
parents: 3111
diff changeset
7741 * lex.l (handle_string): Constructor for string class takes
61bb314b2c3d [project @ 1997-11-28 05:32:41 by jwe]
jwe
parents: 3111
diff changeset
7742 (size_t, char) args, not (char, size_t).
61bb314b2c3d [project @ 1997-11-28 05:32:41 by jwe]
jwe
parents: 3111
diff changeset
7743
3111
fe6f9bd9d0e6 [project @ 1997-11-26 07:52:06 by jwe]
jwe
parents: 3110
diff changeset
7744 Wed Nov 26 00:39:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
fe6f9bd9d0e6 [project @ 1997-11-26 07:52:06 by jwe]
jwe
parents: 3110
diff changeset
7745
fe6f9bd9d0e6 [project @ 1997-11-26 07:52:06 by jwe]
jwe
parents: 3110
diff changeset
7746 * Makefile.in (OCTAVE_LIBS): Include $(SPECIAL_MATH_LIB) just
fe6f9bd9d0e6 [project @ 1997-11-26 07:52:06 by jwe]
jwe
parents: 3110
diff changeset
7747 ahead of -lcruft.
fe6f9bd9d0e6 [project @ 1997-11-26 07:52:06 by jwe]
jwe
parents: 3110
diff changeset
7748
3110
fe2d1ae8926b [project @ 1997-11-21 02:11:19 by jwe]
jwe
parents: 3109
diff changeset
7749 Thu Nov 20 15:16:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
fe2d1ae8926b [project @ 1997-11-21 02:11:19 by jwe]
jwe
parents: 3109
diff changeset
7750
fe2d1ae8926b [project @ 1997-11-21 02:11:19 by jwe]
jwe
parents: 3109
diff changeset
7751 * octave.cc (maximum_braindamage): Bind implicit_num_to_str_ok to 1.
fe2d1ae8926b [project @ 1997-11-21 02:11:19 by jwe]
jwe
parents: 3109
diff changeset
7752 * pt-mat.cc (Vimplicit_num_to_str_ok): New static variable.
fe2d1ae8926b [project @ 1997-11-21 02:11:19 by jwe]
jwe
parents: 3109
diff changeset
7753 (implicit_num_to_str_ok): New function.
fe2d1ae8926b [project @ 1997-11-21 02:11:19 by jwe]
jwe
parents: 3109
diff changeset
7754 (symbols_of_pt_mat): DEFVAR implicit_num_to_str_ok.
fe2d1ae8926b [project @ 1997-11-21 02:11:19 by jwe]
jwe
parents: 3109
diff changeset
7755 (tm_row_const::some_str): New data member.
fe2d1ae8926b [project @ 1997-11-21 02:11:19 by jwe]
jwe
parents: 3109
diff changeset
7756 (tm_row_const::some_strings_p): New function.
fe2d1ae8926b [project @ 1997-11-21 02:11:19 by jwe]
jwe
parents: 3109
diff changeset
7757 (tm_row_const::init): Set some_str.
fe2d1ae8926b [project @ 1997-11-21 02:11:19 by jwe]
jwe
parents: 3109
diff changeset
7758 (tm_const::some_str): New data member.
fe2d1ae8926b [project @ 1997-11-21 02:11:19 by jwe]
jwe
parents: 3109
diff changeset
7759 (tm_const::some_strings_p): New function.
fe2d1ae8926b [project @ 1997-11-21 02:11:19 by jwe]
jwe
parents: 3109
diff changeset
7760 (tm_const::init): Set some_str.
fe2d1ae8926b [project @ 1997-11-21 02:11:19 by jwe]
jwe
parents: 3109
diff changeset
7761 (tree_matrix::eval): If Vimplicit_num_to_str_ok is true and some
fe2d1ae8926b [project @ 1997-11-21 02:11:19 by jwe]
jwe
parents: 3109
diff changeset
7762 of the elements are strings, force a string conversion before
fe2d1ae8926b [project @ 1997-11-21 02:11:19 by jwe]
jwe
parents: 3109
diff changeset
7763 returning.
fe2d1ae8926b [project @ 1997-11-21 02:11:19 by jwe]
jwe
parents: 3109
diff changeset
7764
fe2d1ae8926b [project @ 1997-11-21 02:11:19 by jwe]
jwe
parents: 3109
diff changeset
7765 * parse.y (fold, finish_colon_expression, finish_matrix):
fe2d1ae8926b [project @ 1997-11-21 02:11:19 by jwe]
jwe
parents: 3109
diff changeset
7766 If an error occurs, return the original expression.
fe2d1ae8926b [project @ 1997-11-21 02:11:19 by jwe]
jwe
parents: 3109
diff changeset
7767 Use unwind_protect to restore error_state.
fe2d1ae8926b [project @ 1997-11-21 02:11:19 by jwe]
jwe
parents: 3109
diff changeset
7768
fe2d1ae8926b [project @ 1997-11-21 02:11:19 by jwe]
jwe
parents: 3109
diff changeset
7769 * ov-ch-mat.h (octave_char_matrix::convert_to_str): Result is
fe2d1ae8926b [project @ 1997-11-21 02:11:19 by jwe]
jwe
parents: 3109
diff changeset
7770 char_matrix_str, not just char_matrix.
fe2d1ae8926b [project @ 1997-11-21 02:11:19 by jwe]
jwe
parents: 3109
diff changeset
7771
3107
a8dcfbf87ea3 [project @ 1997-11-19 22:34:59 by jwe]
jwe
parents: 3105
diff changeset
7772 Wed Nov 19 02:05:40 1997 Mumit Khan <khan@dhaka.xraylith.wisc.edu>
a8dcfbf87ea3 [project @ 1997-11-19 22:34:59 by jwe]
jwe
parents: 3105
diff changeset
7773
a8dcfbf87ea3 [project @ 1997-11-19 22:34:59 by jwe]
jwe
parents: 3105
diff changeset
7774 * DLD-FUNCTIONS/filter.cc: Don't include extern template decls if
3109
fcb2f5063e7f [project @ 1997-11-20 08:52:42 by jwe]
jwe
parents: 3107
diff changeset
7775 CXX_NEW_FRIEND_TEMPLATE_DECL is defined.
3107
a8dcfbf87ea3 [project @ 1997-11-19 22:34:59 by jwe]
jwe
parents: 3105
diff changeset
7776 * ov-cx-mat.cc: Likewise.
a8dcfbf87ea3 [project @ 1997-11-19 22:34:59 by jwe]
jwe
parents: 3105
diff changeset
7777 * ov-re-mat.cc: Likewise.
a8dcfbf87ea3 [project @ 1997-11-19 22:34:59 by jwe]
jwe
parents: 3105
diff changeset
7778 * ov-str-mat.cc: Likewise.
a8dcfbf87ea3 [project @ 1997-11-19 22:34:59 by jwe]
jwe
parents: 3105
diff changeset
7779
a8dcfbf87ea3 [project @ 1997-11-19 22:34:59 by jwe]
jwe
parents: 3105
diff changeset
7780 * ov-cx-mat.h (octave_complex_matrix::decrement,
a8dcfbf87ea3 [project @ 1997-11-19 22:34:59 by jwe]
jwe
parents: 3105
diff changeset
7781 octave_complex_matrix): Use explicit Complex constructor.
a8dcfbf87ea3 [project @ 1997-11-19 22:34:59 by jwe]
jwe
parents: 3105
diff changeset
7782
a8dcfbf87ea3 [project @ 1997-11-19 22:34:59 by jwe]
jwe
parents: 3105
diff changeset
7783 Wed Nov 19 00:08:13 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
a8dcfbf87ea3 [project @ 1997-11-19 22:34:59 by jwe]
jwe
parents: 3105
diff changeset
7784
a8dcfbf87ea3 [project @ 1997-11-19 22:34:59 by jwe]
jwe
parents: 3105
diff changeset
7785 * pt-decl.cc (tree_global_command::do_init): Initialize global
a8dcfbf87ea3 [project @ 1997-11-19 22:34:59 by jwe]
jwe
parents: 3105
diff changeset
7786 values to `[]'. Only perform explicit initialization once.
a8dcfbf87ea3 [project @ 1997-11-19 22:34:59 by jwe]
jwe
parents: 3105
diff changeset
7787
3103
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3100
diff changeset
7788 Tue Nov 18 04:27:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3100
diff changeset
7789
3105
f936c7f5074f [project @ 1997-11-19 04:36:17 by jwe]
jwe
parents: 3103
diff changeset
7790 * pr-output.cc (Vfixed_point_format): New variable.
f936c7f5074f [project @ 1997-11-19 04:36:17 by jwe]
jwe
parents: 3103
diff changeset
7791 (fixed_point_format): New fucntion.
f936c7f5074f [project @ 1997-11-19 04:36:17 by jwe]
jwe
parents: 3103
diff changeset
7792 (symbols_of_pr_output): Add DEFVAR for fixed_point_format.
f936c7f5074f [project @ 1997-11-19 04:36:17 by jwe]
jwe
parents: 3103
diff changeset
7793 (set_real_matrix_format): Handle fixed point format
f936c7f5074f [project @ 1997-11-19 04:36:17 by jwe]
jwe
parents: 3103
diff changeset
7794 (set_complex_matrix_format): Handle fixed point format
f936c7f5074f [project @ 1997-11-19 04:36:17 by jwe]
jwe
parents: 3103
diff changeset
7795 (set_format): New arg, scale in Matrix, ComplexMatrix, Range versions.
f936c7f5074f [project @ 1997-11-19 04:36:17 by jwe]
jwe
parents: 3103
diff changeset
7796 (pr_scale_header): New function.
f936c7f5074f [project @ 1997-11-19 04:36:17 by jwe]
jwe
parents: 3103
diff changeset
7797 (octave_print_internal): Handle fixed point format in Matrix,
f936c7f5074f [project @ 1997-11-19 04:36:17 by jwe]
jwe
parents: 3103
diff changeset
7798 ComplexMatrix, and Range versions.
f936c7f5074f [project @ 1997-11-19 04:36:17 by jwe]
jwe
parents: 3103
diff changeset
7799 * octave.cc (maximum_braindamage): Set fixed_point_format to 1.0.
f936c7f5074f [project @ 1997-11-19 04:36:17 by jwe]
jwe
parents: 3103
diff changeset
7800
3103
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3100
diff changeset
7801 * utils.cc (do_string_escapes): Move here, from lex.l.
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3100
diff changeset
7802 Arg is now const string& instead of char*.
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3100
diff changeset
7803 Return new string object instead of modifying arg in place.
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3100
diff changeset
7804 (Fdo_string_escapes): New function.
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3100
diff changeset
7805 * lex.l (handle_string): Use new version of do_string_escapes.
3105
f936c7f5074f [project @ 1997-11-19 04:36:17 by jwe]
jwe
parents: 3103
diff changeset
7806
f936c7f5074f [project @ 1997-11-19 04:36:17 by jwe]
jwe
parents: 3103
diff changeset
7807 * lex.l (Vbackslash_escapes): Delete.
f936c7f5074f [project @ 1997-11-19 04:36:17 by jwe]
jwe
parents: 3103
diff changeset
7808 (backslash_escapes): Delete.
f936c7f5074f [project @ 1997-11-19 04:36:17 by jwe]
jwe
parents: 3103
diff changeset
7809 (do_string_escapes): Undo previous change.
f936c7f5074f [project @ 1997-11-19 04:36:17 by jwe]
jwe
parents: 3103
diff changeset
7810 (eat_whitespace, eat_continuation): Undo previous change.
f936c7f5074f [project @ 1997-11-19 04:36:17 by jwe]
jwe
parents: 3103
diff changeset
7811 (handle_string): Undo previous change.
f936c7f5074f [project @ 1997-11-19 04:36:17 by jwe]
jwe
parents: 3103
diff changeset
7812 (symbols_of_lex): Undo previous change.
f936c7f5074f [project @ 1997-11-19 04:36:17 by jwe]
jwe
parents: 3103
diff changeset
7813 * octave.cc (maximum_braindamage): Undo previous change.
3103
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3100
diff changeset
7814
3096
ff8b4d6371b3 [project @ 1997-11-14 07:59:14 by jwe]
jwe
parents: 3095
diff changeset
7815 Fri Nov 14 01:53:13 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
ff8b4d6371b3 [project @ 1997-11-14 07:59:14 by jwe]
jwe
parents: 3095
diff changeset
7816
3100
bea2f5be3eab [project @ 1997-11-14 10:07:50 by jwe]
jwe
parents: 3098
diff changeset
7817 * parse.y (eval_string (const string&, bool, int&, int)): No
bea2f5be3eab [project @ 1997-11-14 10:07:50 by jwe]
jwe
parents: 3098
diff changeset
7818 longer static.
bea2f5be3eab [project @ 1997-11-14 10:07:50 by jwe]
jwe
parents: 3098
diff changeset
7819 * parse.h: Provide declaration.
bea2f5be3eab [project @ 1997-11-14 10:07:50 by jwe]
jwe
parents: 3098
diff changeset
7820 * input.cc (get_user_input (const octave_value_list&, bool, int)):
bea2f5be3eab [project @ 1997-11-14 10:07:50 by jwe]
jwe
parents: 3098
diff changeset
7821 New arg, nargout. Pass it to eval_string.
bea2f5be3eab [project @ 1997-11-14 10:07:50 by jwe]
jwe
parents: 3098
diff changeset
7822 (keyboard): Pass nargout = 0 to get_user_input.
bea2f5be3eab [project @ 1997-11-14 10:07:50 by jwe]
jwe
parents: 3098
diff changeset
7823 (input): Pass nargout to get_user_input.
bea2f5be3eab [project @ 1997-11-14 10:07:50 by jwe]
jwe
parents: 3098
diff changeset
7824
3098
f4acdc9a77cc [project @ 1997-11-14 09:30:20 by jwe]
jwe
parents: 3096
diff changeset
7825 * input.cc (get_user_input (const octave_value_list&, bool)):
3100
bea2f5be3eab [project @ 1997-11-14 10:07:50 by jwe]
jwe
parents: 3098
diff changeset
7826 Return octave_value_list() if user enters `quit', `exit', or `return'.
3098
f4acdc9a77cc [project @ 1997-11-14 09:30:20 by jwe]
jwe
parents: 3096
diff changeset
7827 If debugging, let eval_string handle the printing chores and
f4acdc9a77cc [project @ 1997-11-14 09:30:20 by jwe]
jwe
parents: 3096
diff changeset
7828 reset error_state before asking for more input.
f4acdc9a77cc [project @ 1997-11-14 09:30:20 by jwe]
jwe
parents: 3096
diff changeset
7829
f4acdc9a77cc [project @ 1997-11-14 09:30:20 by jwe]
jwe
parents: 3096
diff changeset
7830 * input.cc (Fkeyboard): Unconditionally turn on history here.
f4acdc9a77cc [project @ 1997-11-14 09:30:20 by jwe]
jwe
parents: 3096
diff changeset
7831
3096
ff8b4d6371b3 [project @ 1997-11-14 07:59:14 by jwe]
jwe
parents: 3095
diff changeset
7832 * lex.l (have_continuation, have_ellipsis_continuation): Declare
ff8b4d6371b3 [project @ 1997-11-14 07:59:14 by jwe]
jwe
parents: 3095
diff changeset
7833 arg as bool, not int. Change callers.
ff8b4d6371b3 [project @ 1997-11-14 07:59:14 by jwe]
jwe
parents: 3095
diff changeset
7834
ff8b4d6371b3 [project @ 1997-11-14 07:59:14 by jwe]
jwe
parents: 3095
diff changeset
7835 * lex.l (Vbackslash_escapes): New static variable.
ff8b4d6371b3 [project @ 1997-11-14 07:59:14 by jwe]
jwe
parents: 3095
diff changeset
7836 (backslash_escapes): New function.
ff8b4d6371b3 [project @ 1997-11-14 07:59:14 by jwe]
jwe
parents: 3095
diff changeset
7837 (do_string_escapes): Return immediately if ! Vbackslash_escapes.
ff8b4d6371b3 [project @ 1997-11-14 07:59:14 by jwe]
jwe
parents: 3095
diff changeset
7838 (eat_whitespace, eat_continuation): Only call have_continuation if
ff8b4d6371b3 [project @ 1997-11-14 07:59:14 by jwe]
jwe
parents: 3095
diff changeset
7839 Vbackslash_escapes.
ff8b4d6371b3 [project @ 1997-11-14 07:59:14 by jwe]
jwe
parents: 3095
diff changeset
7840 (handle_string): Backslash is only special if Vbackslash_escapes.
ff8b4d6371b3 [project @ 1997-11-14 07:59:14 by jwe]
jwe
parents: 3095
diff changeset
7841 (symbols_of_lex): Add DEFVAR for backslash_escapes.
ff8b4d6371b3 [project @ 1997-11-14 07:59:14 by jwe]
jwe
parents: 3095
diff changeset
7842 * octave.cc (maximum_braindamage): Set backslash_escapes to 0.
ff8b4d6371b3 [project @ 1997-11-14 07:59:14 by jwe]
jwe
parents: 3095
diff changeset
7843
3095
528f4270e904 [project @ 1997-11-14 03:58:45 by jwe]
jwe
parents: 3092
diff changeset
7844 Thu Nov 13 16:20:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
528f4270e904 [project @ 1997-11-14 03:58:45 by jwe]
jwe
parents: 3092
diff changeset
7845
3096
ff8b4d6371b3 [project @ 1997-11-14 07:59:14 by jwe]
jwe
parents: 3095
diff changeset
7846 * variables.cc (Fexist): Also return 2 if NAME is a regular file
ff8b4d6371b3 [project @ 1997-11-14 07:59:14 by jwe]
jwe
parents: 3095
diff changeset
7847 somewhere in the LOADPATH.
ff8b4d6371b3 [project @ 1997-11-14 07:59:14 by jwe]
jwe
parents: 3095
diff changeset
7848
3095
528f4270e904 [project @ 1997-11-14 03:58:45 by jwe]
jwe
parents: 3092
diff changeset
7849 * data.cc (sumsq): Fix doc string.
528f4270e904 [project @ 1997-11-14 03:58:45 by jwe]
jwe
parents: 3092
diff changeset
7850
528f4270e904 [project @ 1997-11-14 03:58:45 by jwe]
jwe
parents: 3092
diff changeset
7851 * parse.y (Fsource): Call parse_fcn_file, not parse_and_execute.
528f4270e904 [project @ 1997-11-14 03:58:45 by jwe]
jwe
parents: 3092
diff changeset
7852
3092
4bb976b250bf [project @ 1997-10-17 07:48:48 by jwe]
jwe
parents: 3088
diff changeset
7853 Tue Oct 7 16:51:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
4bb976b250bf [project @ 1997-10-17 07:48:48 by jwe]
jwe
parents: 3088
diff changeset
7854
4bb976b250bf [project @ 1997-10-17 07:48:48 by jwe]
jwe
parents: 3088
diff changeset
7855 * defun-int.h (DEFINE_FUN_INSTALLER_FUN): Set installed to true
4bb976b250bf [project @ 1997-10-17 07:48:48 by jwe]
jwe
parents: 3088
diff changeset
7856 after installing the function.
4bb976b250bf [project @ 1997-10-17 07:48:48 by jwe]
jwe
parents: 3088
diff changeset
7857
3088
f33738510eb2 [project @ 1997-10-02 06:38:36 by jwe]
jwe
parents: 3086
diff changeset
7858 Thu Sep 25 10:17:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
f33738510eb2 [project @ 1997-10-02 06:38:36 by jwe]
jwe
parents: 3086
diff changeset
7859
f33738510eb2 [project @ 1997-10-02 06:38:36 by jwe]
jwe
parents: 3086
diff changeset
7860 * DLD-FUNCTIONS/filter.cc (Ffilter): Return second output value
f33738510eb2 [project @ 1997-10-02 06:38:36 by jwe]
jwe
parents: 3086
diff changeset
7861 even when called with only 3 arguments.
f33738510eb2 [project @ 1997-10-02 06:38:36 by jwe]
jwe
parents: 3086
diff changeset
7862
3086
5cbbecce1fd9 [project @ 1997-09-22 21:46:28 by jwe]
jwe
parents: 3081
diff changeset
7863 Mon Sep 22 16:44:27 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
5cbbecce1fd9 [project @ 1997-09-22 21:46:28 by jwe]
jwe
parents: 3081
diff changeset
7864
5cbbecce1fd9 [project @ 1997-09-22 21:46:28 by jwe]
jwe
parents: 3081
diff changeset
7865 * DLD-FUNCTIONS/rand.cc (do_rand): Print error if first of two
5cbbecce1fd9 [project @ 1997-09-22 21:46:28 by jwe]
jwe
parents: 3081
diff changeset
7866 args is a string but doesn't match "seed".
3088
f33738510eb2 [project @ 1997-10-02 06:38:36 by jwe]
jwe
parents: 3086
diff changeset
7867 (Frand, Frandn): Fix doc string.
3086
5cbbecce1fd9 [project @ 1997-09-22 21:46:28 by jwe]
jwe
parents: 3081
diff changeset
7868
3081
8c779ed7979b [project @ 1997-08-25 15:51:20 by jwe]
jwe
parents: 3079
diff changeset
7869 Mon Aug 25 10:42:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
8c779ed7979b [project @ 1997-08-25 15:51:20 by jwe]
jwe
parents: 3079
diff changeset
7870
8c779ed7979b [project @ 1997-08-25 15:51:20 by jwe]
jwe
parents: 3079
diff changeset
7871 * input.cc (get_user_input): Return an empty string if the user
8c779ed7979b [project @ 1997-08-25 15:51:20 by jwe]
jwe
parents: 3079
diff changeset
7872 just types RET.
8c779ed7979b [project @ 1997-08-25 15:51:20 by jwe]
jwe
parents: 3079
diff changeset
7873
3079
eb827eb9b8ff [project @ 1997-08-03 20:44:07 by jwe]
jwe
parents: 3074
diff changeset
7874 Thu Jul 31 22:59:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
eb827eb9b8ff [project @ 1997-08-03 20:44:07 by jwe]
jwe
parents: 3074
diff changeset
7875
eb827eb9b8ff [project @ 1997-08-03 20:44:07 by jwe]
jwe
parents: 3074
diff changeset
7876 * lex.l <TEXT_FCN>: Ensure that we handle words that begin with
eb827eb9b8ff [project @ 1997-08-03 20:44:07 by jwe]
jwe
parents: 3074
diff changeset
7877 single or double quotes as strings.
eb827eb9b8ff [project @ 1997-08-03 20:44:07 by jwe]
jwe
parents: 3074
diff changeset
7878
3074
42975c59d2a0 [project @ 1997-07-24 19:33:35 by jwe]
jwe
parents: 3072
diff changeset
7879 Thu Jul 17 13:06:48 1997 Klaus Gebhardt <gebhardt@crunch.ikp.physik.th-darmstadt.de>
42975c59d2a0 [project @ 1997-07-24 19:33:35 by jwe]
jwe
parents: 3072
diff changeset
7880
42975c59d2a0 [project @ 1997-07-24 19:33:35 by jwe]
jwe
parents: 3072
diff changeset
7881 * DLD-FUNCTIONS/rand.cc (Frand): Use F77_XFCN to call getsd,
42975c59d2a0 [project @ 1997-07-24 19:33:35 by jwe]
jwe
parents: 3072
diff changeset
7882 setsd, setall, setcgn, dgenunf, and dgennor since they can call
42975c59d2a0 [project @ 1997-07-24 19:33:35 by jwe]
jwe
parents: 3072
diff changeset
7883 XSTOPX.
42975c59d2a0 [project @ 1997-07-24 19:33:35 by jwe]
jwe
parents: 3072
diff changeset
7884
3072
ca9677cdb62e [project @ 1997-07-15 02:45:42 by jwe]
jwe
parents: 3068
diff changeset
7885 Mon Jul 14 12:54:23 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
ca9677cdb62e [project @ 1997-07-15 02:45:42 by jwe]
jwe
parents: 3068
diff changeset
7886
ca9677cdb62e [project @ 1997-07-15 02:45:42 by jwe]
jwe
parents: 3068
diff changeset
7887 * dynamic-ld.cc (octave_dynamic_loader::load_fcn_from_dot_oct_file):
ca9677cdb62e [project @ 1997-07-15 02:45:42 by jwe]
jwe
parents: 3068
diff changeset
7888 If first attempt to load function fails, prepend and underscore
ca9677cdb62e [project @ 1997-07-15 02:45:42 by jwe]
jwe
parents: 3068
diff changeset
7889 and try again.
ca9677cdb62e [project @ 1997-07-15 02:45:42 by jwe]
jwe
parents: 3068
diff changeset
7890
ca9677cdb62e [project @ 1997-07-15 02:45:42 by jwe]
jwe
parents: 3068
diff changeset
7891 * Makefile.in (install-inc): If defaults.h, oct-conf.h, or
ca9677cdb62e [project @ 1997-07-15 02:45:42 by jwe]
jwe
parents: 3068
diff changeset
7892 oct-gperf.h don't exist in the current directory, look in $(srcdir).
ca9677cdb62e [project @ 1997-07-15 02:45:42 by jwe]
jwe
parents: 3068
diff changeset
7893
3068
17e2f90e0d3b [project @ 1997-07-08 02:17:36 by jwe]
jwe
parents: 3067
diff changeset
7894 Mon Jul 7 21:14:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
17e2f90e0d3b [project @ 1997-07-08 02:17:36 by jwe]
jwe
parents: 3067
diff changeset
7895
17e2f90e0d3b [project @ 1997-07-08 02:17:36 by jwe]
jwe
parents: 3067
diff changeset
7896 * DLD-FUNCTIONS/qr.cc (Fqr): Correctly handle nargout == 0.
17e2f90e0d3b [project @ 1997-07-08 02:17:36 by jwe]
jwe
parents: 3067
diff changeset
7897
3067
aa76250a5b87 [project @ 1997-07-02 21:54:12 by jwe]
jwe
parents: 3065
diff changeset
7898 Wed Jul 2 16:47:09 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
aa76250a5b87 [project @ 1997-07-02 21:54:12 by jwe]
jwe
parents: 3065
diff changeset
7899
aa76250a5b87 [project @ 1997-07-02 21:54:12 by jwe]
jwe
parents: 3065
diff changeset
7900 * matherr.c: New file. Move matherr function here.
aa76250a5b87 [project @ 1997-07-02 21:54:12 by jwe]
jwe
parents: 3065
diff changeset
7901 * sysdep.cc: From here.
aa76250a5b87 [project @ 1997-07-02 21:54:12 by jwe]
jwe
parents: 3065
diff changeset
7902 * Makefile.in (DIST_SRC): Add matherr.c to the list.
aa76250a5b87 [project @ 1997-07-02 21:54:12 by jwe]
jwe
parents: 3065
diff changeset
7903
aa76250a5b87 [project @ 1997-07-02 21:54:12 by jwe]
jwe
parents: 3065
diff changeset
7904 * error.cc (handle_message): Avoid bug in g++ snapshot.
aa76250a5b87 [project @ 1997-07-02 21:54:12 by jwe]
jwe
parents: 3065
diff changeset
7905
3065
2280158c4449 [project @ 1997-06-27 03:19:27 by jwe]
jwe
parents: 3060
diff changeset
7906 Thu Jun 26 22:04:09 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2280158c4449 [project @ 1997-06-27 03:19:27 by jwe]
jwe
parents: 3060
diff changeset
7907
2280158c4449 [project @ 1997-06-27 03:19:27 by jwe]
jwe
parents: 3060
diff changeset
7908 * utils.cc (file_in_path): Add default load path to PATH arg if
2280158c4449 [project @ 1997-06-27 03:19:27 by jwe]
jwe
parents: 3060
diff changeset
7909 it begins or ends with a colon.
2280158c4449 [project @ 1997-06-27 03:19:27 by jwe]
jwe
parents: 3060
diff changeset
7910
3060
9c6cd52f3f5a [project @ 1997-06-25 18:30:40 by jwe]
jwe
parents: 3054
diff changeset
7911 Wed Jun 25 13:31:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
9c6cd52f3f5a [project @ 1997-06-25 18:30:40 by jwe]
jwe
parents: 3054
diff changeset
7912
9c6cd52f3f5a [project @ 1997-06-25 18:30:40 by jwe]
jwe
parents: 3054
diff changeset
7913 * oct-lvalue.h (octave_lvalue::struct_elt_ref): Ensure val is unique.
9c6cd52f3f5a [project @ 1997-06-25 18:30:40 by jwe]
jwe
parents: 3054
diff changeset
7914
9c6cd52f3f5a [project @ 1997-06-25 18:30:40 by jwe]
jwe
parents: 3054
diff changeset
7915 Fri Jun 20 12:33:35 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
9c6cd52f3f5a [project @ 1997-06-25 18:30:40 by jwe]
jwe
parents: 3054
diff changeset
7916
9c6cd52f3f5a [project @ 1997-06-25 18:30:40 by jwe]
jwe
parents: 3054
diff changeset
7917 * toplev.cc (cmd_death_handler): New function.
9c6cd52f3f5a [project @ 1997-06-25 18:30:40 by jwe]
jwe
parents: 3054
diff changeset
7918 (run_command_and_return_output): Insert pid of command in
9c6cd52f3f5a [project @ 1997-06-25 18:30:40 by jwe]
jwe
parents: 3054
diff changeset
7919 octave_child_list along with pointer to cmd_death_handler so we
9c6cd52f3f5a [project @ 1997-06-25 18:30:40 by jwe]
jwe
parents: 3054
diff changeset
7920 can get the exit status without having to block SIGCHLD.
9c6cd52f3f5a [project @ 1997-06-25 18:30:40 by jwe]
jwe
parents: 3054
diff changeset
7921 (cleanup_iprocstream): Remove pid of command from octave_child_list.
9c6cd52f3f5a [project @ 1997-06-25 18:30:40 by jwe]
jwe
parents: 3054
diff changeset
7922
3053
f05a02fbe3c9 [project @ 1997-06-15 21:25:33 by jwe]
jwe
parents: 3042
diff changeset
7923 Sun Jun 15 16:11:13 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
f05a02fbe3c9 [project @ 1997-06-15 21:25:33 by jwe]
jwe
parents: 3042
diff changeset
7924
3054
788799701ecb [project @ 1997-06-15 21:29:31 by jwe]
jwe
parents: 3053
diff changeset
7925 * OPERATORS/op-cs-s.cc (ldiv): Doh, v1 is complex, v2 is real.
788799701ecb [project @ 1997-06-15 21:29:31 by jwe]
jwe
parents: 3053
diff changeset
7926
3053
f05a02fbe3c9 [project @ 1997-06-15 21:25:33 by jwe]
jwe
parents: 3042
diff changeset
7927 * Makefile.in (DISTFILES): Add mkops to the list.
f05a02fbe3c9 [project @ 1997-06-15 21:25:33 by jwe]
jwe
parents: 3042
diff changeset
7928 (dist): Correctly link files in DLD-FUNCTIONS, OPERATORS, and
f05a02fbe3c9 [project @ 1997-06-15 21:25:33 by jwe]
jwe
parents: 3042
diff changeset
7929 TEMPLATE-INST subdirectories.
f05a02fbe3c9 [project @ 1997-06-15 21:25:33 by jwe]
jwe
parents: 3042
diff changeset
7930
3040
443851377f3f [project @ 1997-06-06 09:29:28 by jwe]
jwe
parents: 3036
diff changeset
7931 Fri Jun 6 04:30:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
443851377f3f [project @ 1997-06-06 09:29:28 by jwe]
jwe
parents: 3036
diff changeset
7932
3042
e70400e133d0 [project @ 1997-06-06 21:33:29 by jwe]
jwe
parents: 3040
diff changeset
7933 * DLD-FUNCTIONS/npsol.cc, DLD-FUNCTIONS/qpsol.cc,
e70400e133d0 [project @ 1997-06-06 21:33:29 by jwe]
jwe
parents: 3040
diff changeset
7934 DLD-FUNCTIONS/fsqp.cc: Delete.
e70400e133d0 [project @ 1997-06-06 21:33:29 by jwe]
jwe
parents: 3040
diff changeset
7935 * Makefile.in (DLD_XSRC): Remove them from the list.
e70400e133d0 [project @ 1997-06-06 21:33:29 by jwe]
jwe
parents: 3040
diff changeset
7936
3040
443851377f3f [project @ 1997-06-06 09:29:28 by jwe]
jwe
parents: 3036
diff changeset
7937 * utils.cc (search_path_for_file): New arg, do_tilde_expansion.
443851377f3f [project @ 1997-06-06 09:29:28 by jwe]
jwe
parents: 3036
diff changeset
7938 If TRUE, perform tilde expansion on path before searching.
443851377f3f [project @ 1997-06-06 09:29:28 by jwe]
jwe
parents: 3036
diff changeset
7939 (file_in_path): Call search_path_for_file with do_tilde_expansion
443851377f3f [project @ 1997-06-06 09:29:28 by jwe]
jwe
parents: 3036
diff changeset
7940 set to false, since we've already performed tilde expansion on the
443851377f3f [project @ 1997-06-06 09:29:28 by jwe]
jwe
parents: 3036
diff changeset
7941 load path.
443851377f3f [project @ 1997-06-06 09:29:28 by jwe]
jwe
parents: 3036
diff changeset
7942
443851377f3f [project @ 1997-06-06 09:29:28 by jwe]
jwe
parents: 3036
diff changeset
7943 * defaults.cc (loadpath): Perform tilde expansion here.
443851377f3f [project @ 1997-06-06 09:29:28 by jwe]
jwe
parents: 3036
diff changeset
7944
3029
9ce32027e269 [project @ 1997-06-05 06:39:06 by jwe]
jwe
parents: 3024
diff changeset
7945 Thu Jun 5 01:42:39 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
9ce32027e269 [project @ 1997-06-05 06:39:06 by jwe]
jwe
parents: 3024
diff changeset
7946
3034
ad0e94b6784c [project @ 1997-06-05 21:25:53 by jwe]
jwe
parents: 3033
diff changeset
7947 * Makefile.in: Make building of static library optional.
3036
b8c5ded2751f [project @ 1997-06-05 21:44:19 by jwe]
jwe
parents: 3034
diff changeset
7948 (liboctave.$(SHLEXT_VER)): Add $(SONAME_FLAGS) to command.
3034
ad0e94b6784c [project @ 1997-06-05 21:25:53 by jwe]
jwe
parents: 3033
diff changeset
7949
3033
968e85a82e25 [project @ 1997-06-05 16:50:05 by jwe]
jwe
parents: 3029
diff changeset
7950 * dynamic-ld.cc (octave_shl_load_dynamic_loader::resolve_reference):
968e85a82e25 [project @ 1997-06-05 16:50:05 by jwe]
jwe
parents: 3029
diff changeset
7951 Call shl_findsym with type set to TYPE_UNDEFINED.
968e85a82e25 [project @ 1997-06-05 16:50:05 by jwe]
jwe
parents: 3029
diff changeset
7952
3029
9ce32027e269 [project @ 1997-06-05 06:39:06 by jwe]
jwe
parents: 3024
diff changeset
7953 * Makefile.in (stamp-picdir): Delete.
9ce32027e269 [project @ 1997-06-05 06:39:06 by jwe]
jwe
parents: 3024
diff changeset
7954 (pic): New target. Don't worry so much about creating pic
9ce32027e269 [project @ 1997-06-05 06:39:06 by jwe]
jwe
parents: 3024
diff changeset
7955 directory only when it is really needed.
9ce32027e269 [project @ 1997-06-05 06:39:06 by jwe]
jwe
parents: 3024
diff changeset
7956 (stamp-interp): Delete.
9ce32027e269 [project @ 1997-06-05 06:39:06 by jwe]
jwe
parents: 3024
diff changeset
7957 (libraries): New target. Depend on shared library directly.
9ce32027e269 [project @ 1997-06-05 06:39:06 by jwe]
jwe
parents: 3024
diff changeset
7958
3024
95e8b5c4824a [project @ 1997-06-04 05:06:26 by jwe]
jwe
parents: 3022
diff changeset
7959 Wed Jun 4 00:09:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
95e8b5c4824a [project @ 1997-06-04 05:06:26 by jwe]
jwe
parents: 3022
diff changeset
7960
95e8b5c4824a [project @ 1997-06-04 05:06:26 by jwe]
jwe
parents: 3022
diff changeset
7961 * octave.cc (main): Call dir_path::set_program_name here.
95e8b5c4824a [project @ 1997-06-04 05:06:26 by jwe]
jwe
parents: 3022
diff changeset
7962
3021
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
7963 Tue Jun 3 16:47:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
7964
3022
0e458bbb1859 [project @ 1997-06-03 23:08:04 by jwe]
jwe
parents: 3021
diff changeset
7965 * variables.cc (symbol_out_of_date): Make it work again.
0e458bbb1859 [project @ 1997-06-03 23:08:04 by jwe]
jwe
parents: 3021
diff changeset
7966
3021
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
7967 * parse.y (parse_and_execute): Move here from toplev.cc
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
7968 (default_eval_print_flag): Likewise.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
7969 (safe_fclose): Likewise.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
7970 (eval_string): Likewise.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
7971 (Fsource): Likewise.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
7972 (Ffeval): Likewise.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
7973 (feval): Likewise.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
7974 (Feval): Likewise.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
7975 (symbols_of_parse): Define default_eval_print_flag here instead of
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
7976 in varaibles.cc.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
7977 (looks_like_octave_copyright): Move here from variables.cc
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
7978 (gobble_leading_whitespace): Likeiwse.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
7979 (is_function_file): Likewise.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
7980 (restore_input_stream): Likewise.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
7981 (parse_fcn_file): Likewise.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
7982 (load_fcn_from_file): Likewise.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
7983 (get_help_from_file): Likewise.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
7984
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
7985 * toplev.cc (syms_of_toplev): Define argv, program_name, and
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
7986 program_invocation_name here instead of in variables.cc.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
7987
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
7988 * parse.h (line_editing): Move here from toplev.h. Now bool, not int.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
7989 (reading_startup_message_printed) Likewise.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
7990 (input_from_startup_file): Likewise.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
7991 (input_from_command_line_file): Likewise.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
7992
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
7993 * load-save.cc: Use bool instead of int where appropriate.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
7994
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
7995 * input.h (enum echo_state): Move here from variables.h.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
7996 (Vecho_executing_commands): Likewise. Now bool, not int.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
7997 * input.cc (echo_executing_commands): Move here from variables.cc.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
7998 (symbols_of_input): Define echo_executing_commands here instead of
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
7999 in variables.cc.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
8000
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
8001 * octave.cc (program_invocation_name): Don't define.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
8002 (intern_argv): Don't set program_invocation_name here.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
8003 (main): Call octave_env::set_program_name here, not in intern_argv.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
8004
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
8005 * toplev.cc (quitting_gracefully): Move here from octave.h and
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
8006 make static bool instead of extern int.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
8007
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
8008 * error.cc (bind_global_error_variable, clear_global_error_variable):
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
8009 Move here from variables.cc.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
8010 (symbols_of_error): Define error_text here instead of in variables.cc.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
8011
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
8012 * pager.cc (write_to_diary_file): Now bool, not int.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
8013 (really_flush_to_pager): Likewise.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
8014 (flushing_to_pager): Likewise.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
8015 * sighandlers.h (can_interrupt): Likewise.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
8016 * error.h (buffer_error_messages): Likewise.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
8017 * oct-hist.h (input_from_tmp_history_file, Vsaving_history): Likewise.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
8018 * input.h (forced_interactive): Likewise.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
8019 (get_input_from_eval_string): Likeiwse.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
8020 (reading_script_file): Likeiwse.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
8021 (reading_fcn_file): Likeiwse.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
8022 (interactive): Likewise.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
8023
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
8024 * unwind-prot.cc (saved_variable::saved_variable (bool *, bool)):
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
8025 Set type_tag to boolean, not int.
18d64612e67a [project @ 1997-06-03 22:18:56 by jwe]
jwe
parents: 3016
diff changeset
8026
3016
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8027 Mon Jun 2 00:40:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8028
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8029 * variables.h (Octave_builtin_fcn): Delete typedef.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8030
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8031 * help.cc (make_name_list): Move here from variables.cc.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8032 (keyword_help, names): Now static.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8033 (struct help_list): Move declaration here from help.h.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8034
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8035 * oct-hist.cc (Vhistory_file, Vhistory_size, Vsaving_history):
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8036 Move here from variables.cc.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8037 (symbols_of_oct_hist): New function.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8038
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8039 * version.h: Protect against multiple inclusion.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8040
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8041 * defun.cc (check_version): New function.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8042 * defun-int.h (DEFINE_FUN_INSTALLER_FUN): Use it.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8043
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8044 * help.h, help.cc (additional_help_message): Now extern.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8045 (operator_help): Now static.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8046
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8047 * defun.cc (print_usage): Move here from help.cc
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8048 * DLD-FUNCTIONS/*.cc, data.cc, dirfns.cc, file-io.cc, input.cc,
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8049 load-save.cc, octave.cc, ov-list.cc, ov-typeinfo.cc,
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8050 ov-usr-fcn.cc, pager.cc, pr-output.cc, pt-plot.cc, strfns.cc,
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8051 syscalls.cc, sysdep.cc, utils.cc, toplev.cc:
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8052 Don't include help.h.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8053
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8054 * TEMPLATE-INST/Array-sym.cc: New file.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8055
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8056 * load-save.cc (do_load): Don't use ostream::form.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8057 * pr-output.cc: Likewise, at least where it is easy to do so.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8058 * oct-stream.cc: Ditto.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8059
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8060 * symtab.h (symbol_record::symbol_def::rows): New function.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8061 (symbol_record::symbol_def::columns): Ditto.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8062 (symbol_record::symbol_def::type_name): Ditto.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8063 (symbol_record::rows): Ditto
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8064 (symbol_record::columns): Ditto
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8065 (symbol_record::type_name): Ditto
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8066
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8067 * symtab.h, symtab.cc (symbol_record::hides_fcn): New function.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8068 (symbol_record::hides_builtin): Ditto.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8069 (symbol_record::print_symbol_info_line): Ditto.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8070 (symbol_table::long_list): Delete.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8071 (symbol_table::symbol_list): New function.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8072 (symbol_table::maybe_list): Delete argc arg.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8073 (symbol_table::name_list): Rename from symbol_table::list.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8074 Change all callers.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8075
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8076 * symtab.h, symtab.cc (class symbol_record_info): Delete.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8077
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8078 * symtab.cc (matches_patterns): Use vector form of glob_match.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8079
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8080 Sun Jun 1 14:04:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8081
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8082 * pt-check.h, pt-check.cc: New files, for semantic checking of
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8083 parse trees.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8084
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8085 * symtab.h (class symbol_def): Now nested in symbol_record class.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8086 (enum TYPE): Move from symbol_def to symbol record class. Change
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8087 all uses.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8088
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8089 * symtab.h, symtab.cc (symbol_table::maybe_list): New function,
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8090 from variables.cc. Change all uses.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8091
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8092 * pt-idx.h (tree_identifier::lvalue_ok): New function.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8093 * pt-id.h (tree_index_expression::lvalue_ok): Likewise.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8094 * pt-indir.h (tree_indirect_ref::lvalue_ok): Likewise.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8095
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8096 * pt-pr-code.h, pt-pr-code.cc (tree_print_code::visit_oct_obj): Delete.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8097 * pt-walk.h (tree_walker::visit_oct_obj): Delete declaration.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8098
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8099 * lex.h (class lexical_feedback): Delete maybe_screwed_again.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8100 * lex.l (lexical_feedback::init): Don't set it.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8101
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8102 Fri May 30 16:07:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8103
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8104 * mappers.cc: Include <cfloat> here.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8105
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8106 Tue May 27 10:08:43 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8107
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8108 * toplev.cc (eval_string): Don't index tmp if it is empty.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8109
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8110 Sat May 24 00:18:41 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8111
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8112 * load-save.cc (valid_identifier): Move here and make static.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8113 * symtab.h, symtab.cc (valid_identifier): Delete declaration and
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8114 definition.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8115
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8116 Fri May 23 22:54:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8117
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8118 * symtab.h (symbol_def::symbol_def): Use initializer list instead
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8119 of calling init_state.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8120 (symbol_def::init_state): Delete.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8121
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8122 * symtab.cc (symbol_table::print_stats): New function.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8123 * variables.cc (F__dump_symtab_info__): New function.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8124
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8125 * symtab.h, symtab.cc (symbol_table::hash): Return masked value.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8126 (symbol_table::table_size): New data member.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8127 (symbol_table::symbol_table): Set size of table in constructor.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8128 (HASH_TABLE_SIZE): Replace uses with table_size.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8129 (HASH_MASK): Delete.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8130 * variables.cc (initialize_symbol_tables): Set top-level and
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8131 global symbol table sizes here.
f512c16826d1 [project @ 1997-06-03 03:16:13 by jwe]
jwe
parents: 2994
diff changeset
8132
2994
b7c0d83d105c [project @ 1997-05-22 18:45:32 by jwe]
jwe
parents: 2993
diff changeset
8133 Thu May 22 13:32:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
b7c0d83d105c [project @ 1997-05-22 18:45:32 by jwe]
jwe
parents: 2993
diff changeset
8134
b7c0d83d105c [project @ 1997-05-22 18:45:32 by jwe]
jwe
parents: 2993
diff changeset
8135 * dynamic-ld.cc (octave_shl_load_dynamic_loader::resolve_reference):
b7c0d83d105c [project @ 1997-05-22 18:45:32 by jwe]
jwe
parents: 2993
diff changeset
8136 Call shl_findsym with type set to TYPE_PROCEDURE. Pass the
b7c0d83d105c [project @ 1997-05-22 18:45:32 by jwe]
jwe
parents: 2993
diff changeset
8137 address of the pointer we want to define.
b7c0d83d105c [project @ 1997-05-22 18:45:32 by jwe]
jwe
parents: 2993
diff changeset
8138
2993
91589ab98e37 [project @ 1997-05-21 21:44:54 by jwe]
jwe
parents: 2991
diff changeset
8139 Wed May 21 16:30:25 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
91589ab98e37 [project @ 1997-05-21 21:44:54 by jwe]
jwe
parents: 2991
diff changeset
8140
91589ab98e37 [project @ 1997-05-21 21:44:54 by jwe]
jwe
parents: 2991
diff changeset
8141 * DLD-FUNCTIONS/time.cc (extract_tm): Avoid memory leak in dealing
91589ab98e37 [project @ 1997-05-21 21:44:54 by jwe]
jwe
parents: 2991
diff changeset
8142 with time zone.
91589ab98e37 [project @ 1997-05-21 21:44:54 by jwe]
jwe
parents: 2991
diff changeset
8143
91589ab98e37 [project @ 1997-05-21 21:44:54 by jwe]
jwe
parents: 2991
diff changeset
8144 * Makefile.in (install-in): Use new mk-includedir-link macro.
91589ab98e37 [project @ 1997-05-21 21:44:54 by jwe]
jwe
parents: 2991
diff changeset
8145 (install-lib): Install in $octlibdir. Use new mk-libdir-link macro.
91589ab98e37 [project @ 1997-05-21 21:44:54 by jwe]
jwe
parents: 2991
diff changeset
8146
91589ab98e37 [project @ 1997-05-21 21:44:54 by jwe]
jwe
parents: 2991
diff changeset
8147 Tue May 20 01:24:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
91589ab98e37 [project @ 1997-05-21 21:44:54 by jwe]
jwe
parents: 2991
diff changeset
8148
91589ab98e37 [project @ 1997-05-21 21:44:54 by jwe]
jwe
parents: 2991
diff changeset
8149 * ov-list.cc (Flist): Rename from Fmake_list.
91589ab98e37 [project @ 1997-05-21 21:44:54 by jwe]
jwe
parents: 2991
diff changeset
8150
91589ab98e37 [project @ 1997-05-21 21:44:54 by jwe]
jwe
parents: 2991
diff changeset
8151 Mon May 19 14:45:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
91589ab98e37 [project @ 1997-05-21 21:44:54 by jwe]
jwe
parents: 2991
diff changeset
8152
91589ab98e37 [project @ 1997-05-21 21:44:54 by jwe]
jwe
parents: 2991
diff changeset
8153 * octave.cc (maximum_braindamage): Set default_eval_print_flag to 0.
91589ab98e37 [project @ 1997-05-21 21:44:54 by jwe]
jwe
parents: 2991
diff changeset
8154
91589ab98e37 [project @ 1997-05-21 21:44:54 by jwe]
jwe
parents: 2991
diff changeset
8155 Sat May 17 16:32:23 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
91589ab98e37 [project @ 1997-05-21 21:44:54 by jwe]
jwe
parents: 2991
diff changeset
8156
91589ab98e37 [project @ 1997-05-21 21:44:54 by jwe]
jwe
parents: 2991
diff changeset
8157 * defaults.cc (set_default_editor): Default is now Emacs, not vi.
91589ab98e37 [project @ 1997-05-21 21:44:54 by jwe]
jwe
parents: 2991
diff changeset
8158
2984
84c33881d0bc [project @ 1997-05-16 05:14:33 by jwe]
jwe
parents: 2983
diff changeset
8159 Fri May 16 00:07:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
84c33881d0bc [project @ 1997-05-16 05:14:33 by jwe]
jwe
parents: 2983
diff changeset
8160
2991
fc751d2a99fd [project @ 1997-05-16 21:00:48 by jwe]
jwe
parents: 2990
diff changeset
8161 * pt-idx.cc (tree_index_expression::name): New function.
fc751d2a99fd [project @ 1997-05-16 21:00:48 by jwe]
jwe
parents: 2990
diff changeset
8162
fc751d2a99fd [project @ 1997-05-16 21:00:48 by jwe]
jwe
parents: 2990
diff changeset
8163 * pt.cc (tree::str_print_code): New file, new convenience function.
fc751d2a99fd [project @ 1997-05-16 21:00:48 by jwe]
jwe
parents: 2990
diff changeset
8164 * pt-arg-list.cc (tree_argument_list::get_arg_names): Use it.
fc751d2a99fd [project @ 1997-05-16 21:00:48 by jwe]
jwe
parents: 2990
diff changeset
8165 * pt-assign.cc (tree_simple_assignment::rvalue): Likewise.
fc751d2a99fd [project @ 1997-05-16 21:00:48 by jwe]
jwe
parents: 2990
diff changeset
8166 (tree_multi_assignment::rvalue): Likewise.
fc751d2a99fd [project @ 1997-05-16 21:00:48 by jwe]
jwe
parents: 2990
diff changeset
8167
2990
35bd1b05cfbe [project @ 1997-05-16 09:19:11 by jwe]
jwe
parents: 2987
diff changeset
8168 * pt-colon.h (tree_colon_expression::save_base): New data memmber.
35bd1b05cfbe [project @ 1997-05-16 09:19:11 by jwe]
jwe
parents: 2987
diff changeset
8169 (tree_colon_expression::preserve_base): New function.
35bd1b05cfbe [project @ 1997-05-16 09:19:11 by jwe]
jwe
parents: 2987
diff changeset
8170 * parse.y (finish_colon_expression): When converting to a simple
35bd1b05cfbe [project @ 1997-05-16 09:19:11 by jwe]
jwe
parents: 2987
diff changeset
8171 expression, be sure to delete the original colon expression but
35bd1b05cfbe [project @ 1997-05-16 09:19:11 by jwe]
jwe
parents: 2987
diff changeset
8172 not the base value.
35bd1b05cfbe [project @ 1997-05-16 09:19:11 by jwe]
jwe
parents: 2987
diff changeset
8173
35bd1b05cfbe [project @ 1997-05-16 09:19:11 by jwe]
jwe
parents: 2987
diff changeset
8174 * pt-mat.cc (tree_matrix::~tree_matrix): Actually do something.
35bd1b05cfbe [project @ 1997-05-16 09:19:11 by jwe]
jwe
parents: 2987
diff changeset
8175
2987
ae20b3f37f5e [project @ 1997-05-16 07:05:15 by jwe]
jwe
parents: 2985
diff changeset
8176 * pt-all.h: New file.
ae20b3f37f5e [project @ 1997-05-16 07:05:15 by jwe]
jwe
parents: 2985
diff changeset
8177 * parse.y, lex.l, pt-pr-code.cc: Use it.
ae20b3f37f5e [project @ 1997-05-16 07:05:15 by jwe]
jwe
parents: 2985
diff changeset
8178
ae20b3f37f5e [project @ 1997-05-16 07:05:15 by jwe]
jwe
parents: 2985
diff changeset
8179 * pt.h: Rename from pt-base.h.
ae20b3f37f5e [project @ 1997-05-16 07:05:15 by jwe]
jwe
parents: 2985
diff changeset
8180
ae20b3f37f5e [project @ 1997-05-16 07:05:15 by jwe]
jwe
parents: 2985
diff changeset
8181 * All parse tree classes: Add private copy constructors and
ae20b3f37f5e [project @ 1997-05-16 07:05:15 by jwe]
jwe
parents: 2985
diff changeset
8182 assignment operators to prevent copying.
ae20b3f37f5e [project @ 1997-05-16 07:05:15 by jwe]
jwe
parents: 2985
diff changeset
8183
ae20b3f37f5e [project @ 1997-05-16 07:05:15 by jwe]
jwe
parents: 2985
diff changeset
8184 * pt-base.cc: Delete.
ae20b3f37f5e [project @ 1997-05-16 07:05:15 by jwe]
jwe
parents: 2985
diff changeset
8185
2985
aa9d0c0e0458 [project @ 1997-05-16 06:54:18 by jwe]
jwe
parents: 2984
diff changeset
8186 * unwind-prot.h, unwind-prot.cc: Make a bit more object-oriented.
aa9d0c0e0458 [project @ 1997-05-16 06:54:18 by jwe]
jwe
parents: 2984
diff changeset
8187 Change all uses of unwind_protect stuff to match.
aa9d0c0e0458 [project @ 1997-05-16 06:54:18 by jwe]
jwe
parents: 2984
diff changeset
8188
aa9d0c0e0458 [project @ 1997-05-16 06:54:18 by jwe]
jwe
parents: 2984
diff changeset
8189 * pt-jump.h, pt-jump.cc (breaking, continuing, returning):
aa9d0c0e0458 [project @ 1997-05-16 06:54:18 by jwe]
jwe
parents: 2984
diff changeset
8190 Make these flags static members of the corresponding class.
aa9d0c0e0458 [project @ 1997-05-16 06:54:18 by jwe]
jwe
parents: 2984
diff changeset
8191 Change all uses.
aa9d0c0e0458 [project @ 1997-05-16 06:54:18 by jwe]
jwe
parents: 2984
diff changeset
8192
2984
84c33881d0bc [project @ 1997-05-16 05:14:33 by jwe]
jwe
parents: 2983
diff changeset
8193 * pt-assign.cc (tree_simple_assignment_expression::eval,
84c33881d0bc [project @ 1997-05-16 05:14:33 by jwe]
jwe
parents: 2983
diff changeset
8194 tree_multi_assignment_expression::eval): Clear lvalue index here.
84c33881d0bc [project @ 1997-05-16 05:14:33 by jwe]
jwe
parents: 2983
diff changeset
8195
84c33881d0bc [project @ 1997-05-16 05:14:33 by jwe]
jwe
parents: 2983
diff changeset
8196 * oct-lvalue.cc (octave_lvalue::assign): Don't clear index here.
84c33881d0bc [project @ 1997-05-16 05:14:33 by jwe]
jwe
parents: 2983
diff changeset
8197 * oct-lvalue.h (octave_lvalue::clear_index): New function.
84c33881d0bc [project @ 1997-05-16 05:14:33 by jwe]
jwe
parents: 2983
diff changeset
8198 (octave_lvalue::set_index): Rename from octave_lvalue::index.
84c33881d0bc [project @ 1997-05-16 05:14:33 by jwe]
jwe
parents: 2983
diff changeset
8199 Change all callers.
84c33881d0bc [project @ 1997-05-16 05:14:33 by jwe]
jwe
parents: 2983
diff changeset
8200
2976
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8201 Thu May 15 11:48:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8202
2983
145d5acfc68b [project @ 1997-05-16 03:37:32 by jwe]
jwe
parents: 2980
diff changeset
8203 * pt-select.h, pt-select.cc (class tree_if_command_list,
145d5acfc68b [project @ 1997-05-16 03:37:32 by jwe]
jwe
parents: 2980
diff changeset
8204 class tree_if_clause, class tree_switch_case_list,
145d5acfc68b [project @ 1997-05-16 03:37:32 by jwe]
jwe
parents: 2980
diff changeset
8205 class tree_switch_case): Move here from pt-misc.h, pt-misc.cc.
145d5acfc68b [project @ 1997-05-16 03:37:32 by jwe]
jwe
parents: 2980
diff changeset
8206 * pt-decl.h, pt-decl.cc (class tree_decl_init_list,
145d5acfc68b [project @ 1997-05-16 03:37:32 by jwe]
jwe
parents: 2980
diff changeset
8207 class tree_decl_elt): Move here from pt-mist.h, pt-misc.cc
145d5acfc68b [project @ 1997-05-16 03:37:32 by jwe]
jwe
parents: 2980
diff changeset
8208
145d5acfc68b [project @ 1997-05-16 03:37:32 by jwe]
jwe
parents: 2980
diff changeset
8209 * pt-arg-list.h, pt-stmt.h: New files, extracted from pt-misc.h.
145d5acfc68b [project @ 1997-05-16 03:37:32 by jwe]
jwe
parents: 2980
diff changeset
8210 * pt-arg-list.cc, pt-stmt.cc: New files, extracted from pt-misc.cc.
145d5acfc68b [project @ 1997-05-16 03:37:32 by jwe]
jwe
parents: 2980
diff changeset
8211
145d5acfc68b [project @ 1997-05-16 03:37:32 by jwe]
jwe
parents: 2980
diff changeset
8212 * pt-decl.h, pt-except.h, pt-jump.h, pt-loop.h, pt-select.h:
145d5acfc68b [project @ 1997-05-16 03:37:32 by jwe]
jwe
parents: 2980
diff changeset
8213 New files, extraced from pt-cmd.h.
145d5acfc68b [project @ 1997-05-16 03:37:32 by jwe]
jwe
parents: 2980
diff changeset
8214 * pt-decl.cc, pt-except.cc, pt-jump.cc, pt-loop.cc, pt-select.cc:
145d5acfc68b [project @ 1997-05-16 03:37:32 by jwe]
jwe
parents: 2980
diff changeset
8215 New files, extraced from pt-cmd.cc.
145d5acfc68b [project @ 1997-05-16 03:37:32 by jwe]
jwe
parents: 2980
diff changeset
8216
2980
cd5ad3fd8049 [project @ 1997-05-16 01:12:13 by jwe]
jwe
parents: 2979
diff changeset
8217 * pt-unop.h, pt-binop.h, pt-colon.h, pt-idx.h, pt-assign.h:
cd5ad3fd8049 [project @ 1997-05-16 01:12:13 by jwe]
jwe
parents: 2979
diff changeset
8218 New files, extracted from pt-exp.h
cd5ad3fd8049 [project @ 1997-05-16 01:12:13 by jwe]
jwe
parents: 2979
diff changeset
8219 * pt-unop.cc, pt-binop.cc, pt-colon.cc, pt-idx.cc, pt-assign.cc:
cd5ad3fd8049 [project @ 1997-05-16 01:12:13 by jwe]
jwe
parents: 2979
diff changeset
8220 New files, extracted from pt-exp.cc
cd5ad3fd8049 [project @ 1997-05-16 01:12:13 by jwe]
jwe
parents: 2979
diff changeset
8221 * pt-exp.h, pt-exp.cc: Rename from pt-exp-base.h, pt-exp-base.cc.
cd5ad3fd8049 [project @ 1997-05-16 01:12:13 by jwe]
jwe
parents: 2979
diff changeset
8222
2979
a3556d2adec9 [project @ 1997-05-15 22:35:37 by jwe]
jwe
parents: 2978
diff changeset
8223 * oct-lvalue.h: Rename from oct-var-ref.h. Rename class from
a3556d2adec9 [project @ 1997-05-15 22:35:37 by jwe]
jwe
parents: 2978
diff changeset
8224 octave_variable_reference to octave_lvalue. Change all uses.
a3556d2adec9 [project @ 1997-05-15 22:35:37 by jwe]
jwe
parents: 2978
diff changeset
8225 * oct-lvalue.cc: Rename from oct-var-ref.cc.
a3556d2adec9 [project @ 1997-05-15 22:35:37 by jwe]
jwe
parents: 2978
diff changeset
8226
2978
49de01238638 [project @ 1997-05-15 21:13:42 by jwe]
jwe
parents: 2976
diff changeset
8227 * variables.cc (bind_ans): Only bind ans and print result if value
49de01238638 [project @ 1997-05-15 21:13:42 by jwe]
jwe
parents: 2976
diff changeset
8228 is defined.
49de01238638 [project @ 1997-05-15 21:13:42 by jwe]
jwe
parents: 2976
diff changeset
8229
2976
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8230 * defun.cc: New file. Move functions for installing objects in
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8231 the symbol table here from variables.cc.
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8232
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8233 * oct-obj.h, oct-obj.cc: Add custom allocator, fwiw.
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8234
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8235 * toplev.cc (main_loop): Correctly increment command number.
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8236
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8237 * TEMPLATE-INST/SLList-tm.cc: Don't instantiate lists of pointers
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8238 to tree_matrix_row objects.
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8239 * TEMPLATE-INST/SLList-misc.cc: Do instantiate lists of pointers
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8240 to tree_argument_list objects.
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8241
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8242 * DLD-FUNCTIONS/dassl.cc: Update to use new octave_function
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8243 interface to user-supplied functions.
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8244 * DLD-FUNCTIONS/fsolve.cc: Likewise.
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8245 * DLD-FUNCTIONS/lsode.cc: Likewise.
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8246 * DLD-FUNCTIONS/npsol.cc: Likewise.
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8247 * DLD-FUNCTIONS/quad.cc: Likewise.
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8248
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8249 * dynamic-ld.h, dynamic-ld.cc (builtin_fcn_installer typedef):
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8250 Rename from builtin_fcn.
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8251 (octave_dynamic_loader::load_fcn_from_dot_oct_file):
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8252 Simplify by using new installer function defined by DEFUN_DLD.
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8253
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8254 * defun-dld.h (DEFUN_DLD): Use DEFINE_FUN_INSTALLER_FUN instead of
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8255 DEFINE_FUN_STRUCT_FUN.
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8256 * defun.h (DEFUN_MAPPER): Use DEFUN_MAPPER_INTERNAL.
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8257 * defun-int.h (DEFVAR_INTERNAL): Rename from DEFVAR_INT and move
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8258 here from defun.h. Change all uses.
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8259 (DEFUN_MAPPER_INTERNAL): New macro.
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8260 (DEFINE_FUN_INSTALLER_FUN): New macro to define function that the
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8261 dynamic loader calls to do all the work of installing a new function.
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8262 (DEFINE_FUN_STRUCT_FUN): Delete.
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8263
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8264 * parse.y: Rewrite to handle more general expressions.
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8265 * lex.l: Corresponding changes.
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8266
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8267 * pt-walk.h, pt-pr-code.h, pt-pr-code.cc: Cope with new parse tree
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8268 object structure.
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8269
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8270 * pt-misc.cc (class tree_for_command): Split into
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8271 tree_simple_for_command and tree_complex_for_command classes.
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8272
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8273 * pt-misc.h, pt-misc.cc (tree_statement::eval): Handle identifier
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8274 lookup and printing and binding ans here.
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8275 (tree_statement_list::eval): Simplify.
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8276 (tree_argument_list::all_elements_are_constant): New function.
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8277 (class tree_decl_elt): Now contains id and expr, not an assignment
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8278 expression.
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8279
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8280 * pt-exp-base.h pt-exp.h pt-id.h pt-indir.h pt-mat.h pt-const.h,
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8281 pt-exp-base.cc pt-exp.cc pt-id.cc pt-indir.cc pt-mat.cc pt-const.cc:
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8282 Replace eval functions with rvalue and lvalue functions.
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8283 Change all uses.
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8284 (lvalue_ok, rvalue_ok): New functions, for future compile-time
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8285 semantic checks.
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8286
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8287 * oct-var-ref.h (is_defined, is_map): New functions.
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8288
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8289 * pt-exp.h (class tree_oct_obj): Delete.
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8290
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8291 * variables.cc (extract_function, is_valid_function): Return
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8292 pointer to octave_function, not octave_symbol.
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8293 (link_to_global_variable): Rewrite. Handle errors in
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8294 symbol_record::mark_as_linked_to_global.
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8295
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8296 * symtab.h, symtab.cc (class symbol_def, class symbol_record):
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8297 Symbols are now stored as octave_value objects only.
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8298
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8299 * ov.cc (install_types): Register function types here.
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8300 * ov-fcn.h, ov-fcn.cc, ov-builtin.h, ov-builtin.cc, ov-mapper.h,
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8301 ov-mapper.cc, ov-usr-fcn.h, ov-usr-fcn.cc: New classes for
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8302 functions as values.
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8303 * ov.h (class octave_value): Don't derive from octave_symbol.
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8304 * oct-fcn.h, oct-fcn.cc, oct-builtin.h, oct-builtin.cc,
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8305 oct-mapper.h, oct-mapper.cc, oct-usr-fcn.h, oct-usr-fcn.cc,
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8306 oct-sym.h, oct-sym.cc: Delete.
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8307
2963
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8308 Sun May 11 17:51:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8309
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8310 * help.cc (Ftype): Make it work again for functions.
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8311
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8312 * pt-pr-code.cc (tree_print_code::print_parens): New function.
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8313 Use it in other tree_print_code functions to handle printing all
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8314 the parens that we found when parsing the expression, not just one
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8315 pair.
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8316 * pt-exp-base.h (tree_expression::paren_count): Rename from
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8317 is_in_parens.
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8318 * parse.y (maybe_warn_assign_as_truth_value): Use new name.
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8319
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8320 * parse.y (constant): New non-terminal.
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8321 (simple_expr1): Use it.
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8322
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8323 * parse.y (make_unary_op): Delete.
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8324 (simple_expr1): Where appropriate, use make_prefix_op and
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8325 make_postfix_op instead of make_unary_op. Allow increment and
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8326 decrement ops to work on expressions, not just identifiers.
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8327 (make_prefix_op, make_postfix_op): Arg is expression, not identifier.
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8328 Handle old unary_op cases too.
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8329 (fold (tree_unary_expression *)): Delete.
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8330 * pt-exp.h, pt-exp.cc (tree_prefix_expression::eval): Handle unary
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8331 minus and not here.
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8332 (tree_postfix_expression::eval): Likewise, for transpose and hermitian.
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8333 (class tree_prefix_expression, class tree_postfix_expression):
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8334 Derive from tree_unary_expression. Delete identifier member.
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8335 Delete ident member function.
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8336 (tree_unary_expression): Don't handle evaluation here.
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8337 * pt-exp-base.h (mark_in_parens): No longer virtual. Return this.
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8338 (reference): New virtual function.
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8339 (class tree_expression): Don't handle expression type here.
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8340 * pt-mvr-base.h (tree_multi_val_ret::tree_multi_val_ret): Likewise.
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8341 * pt-mvr.h, pt-mvr.cc (tree_multi_assignment_expression): Likewise.
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8342 * pt-walk.h (visit_unary_expression): Delete declaration.
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8343 * pt-pr-code.h, pt-pr-code.cc (visit_unary_expression): Delete.
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8344 (visit_prefix_expression): Use operand(), not ident().
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8345 new, visit_postfix_expression):
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8346 * pt-id.h, pt-id.cc (increment, decrement): Delete.
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8347
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8348 * pt-misc.cc (tree_parameter_list::define_from_arg_vector): Get a
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8349 reference to each element and use the assignment operator instead
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8350 of tree_identifier::define.
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8351 * pt-id.h, pt-id.cc (tree_identifier::define): Delete versions
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8352 that take octave_value and octave_symbol args.
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8353
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8354 Sat May 10 23:32:13 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8355
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8356 * pt-indir.h, pt-indir.cc (tree_indirect_reference::value): Delete.
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8357
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8358 * oct-var-ref.cc (octave_variable_ref::assign): Clear idx after
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8359 assignment.
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8360
2976
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8361 * octave_value classes: Add is_constant, is_function, and
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8362 function_value functions.
641689f67673 [project @ 1997-05-15 20:27:04 by jwe]
jwe
parents: 2963
diff changeset
8363
2963
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8364 * ov.h, ov.cc (assign): Return void, not reference to octave_value.
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8365 (do_index_op): Rename, from index.
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8366 (do_struct_elt_index_op): Rename, from struct_elt_val.
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8367 Add version that accepts index arg.
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8368 Change all uses and derived classes to match.
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8369 * pt-const.h (index): Delete.
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8370 * oct-var-ref.h, oct-var-ref.cc (value): Handle indexed structure
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8371 ops here too.
c0c280cda856 [project @ 1997-05-12 03:25:07 by jwe]
jwe
parents: 2958
diff changeset
8372
2949
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8373 Fri May 9 07:40:59 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8374
2958
da62d3b91fa3 [project @ 1997-05-09 18:51:56 by jwe]
jwe
parents: 2956
diff changeset
8375 * pt-exp.cc (print_rhs_assign_val, symbols_of_pt_exp): New functions.
da62d3b91fa3 [project @ 1997-05-09 18:51:56 by jwe]
jwe
parents: 2956
diff changeset
8376 (Vprint_rhs_assign_val): New static variable.
da62d3b91fa3 [project @ 1997-05-09 18:51:56 by jwe]
jwe
parents: 2956
diff changeset
8377 (tree_simple_assignment_expression::eval): Use it to optionally
da62d3b91fa3 [project @ 1997-05-09 18:51:56 by jwe]
jwe
parents: 2956
diff changeset
8378 allow the rhs (which is the result) of an assignment to be printed
da62d3b91fa3 [project @ 1997-05-09 18:51:56 by jwe]
jwe
parents: 2956
diff changeset
8379 instead of the left.
da62d3b91fa3 [project @ 1997-05-09 18:51:56 by jwe]
jwe
parents: 2956
diff changeset
8380
2955
dfffbf305468 [project @ 1997-05-09 15:15:18 by jwe]
jwe
parents: 2949
diff changeset
8381 * pt-exp.cc (tree_simple_assignment_expression::eval): Use new
dfffbf305468 [project @ 1997-05-09 15:15:18 by jwe]
jwe
parents: 2949
diff changeset
8382 octave_variabl_reference::index function to handle indexing.
dfffbf305468 [project @ 1997-05-09 15:15:18 by jwe]
jwe
parents: 2949
diff changeset
8383
dfffbf305468 [project @ 1997-05-09 15:15:18 by jwe]
jwe
parents: 2949
diff changeset
8384 * oct-var-ref.h, oct-var-ref.cc (idx): New data member.
dfffbf305468 [project @ 1997-05-09 15:15:18 by jwe]
jwe
parents: 2949
diff changeset
8385 (octave_variable_reference::index): Set it.
dfffbf305468 [project @ 1997-05-09 15:15:18 by jwe]
jwe
parents: 2949
diff changeset
8386 (octave_variable_reference::assign): Handle indexing here.
dfffbf305468 [project @ 1997-05-09 15:15:18 by jwe]
jwe
parents: 2949
diff changeset
8387 Delete version of this function htat takes index arg.
dfffbf305468 [project @ 1997-05-09 15:15:18 by jwe]
jwe
parents: 2949
diff changeset
8388
dfffbf305468 [project @ 1997-05-09 15:15:18 by jwe]
jwe
parents: 2949
diff changeset
8389 * variables.h (struct builtin_varaible): Delete.
dfffbf305468 [project @ 1997-05-09 15:15:18 by jwe]
jwe
parents: 2949
diff changeset
8390 * variables.cc (install_builtin_variable): Take all elts of
dfffbf305468 [project @ 1997-05-09 15:15:18 by jwe]
jwe
parents: 2949
diff changeset
8391 builtin_variable struct directly.
dfffbf305468 [project @ 1997-05-09 15:15:18 by jwe]
jwe
parents: 2949
diff changeset
8392 * defun.h (DEFVAR_INT): Call install_builtin_variable directly.
dfffbf305468 [project @ 1997-05-09 15:15:18 by jwe]
jwe
parents: 2949
diff changeset
8393
dfffbf305468 [project @ 1997-05-09 15:15:18 by jwe]
jwe
parents: 2949
diff changeset
8394 * symtab.h, defun-int.h: Don't include variables.h.
dfffbf305468 [project @ 1997-05-09 15:15:18 by jwe]
jwe
parents: 2949
diff changeset
8395
dfffbf305468 [project @ 1997-05-09 15:15:18 by jwe]
jwe
parents: 2949
diff changeset
8396 * symtab.h (symbol_record::sv_function): Move typedef here.
dfffbf305468 [project @ 1997-05-09 15:15:18 by jwe]
jwe
parents: 2949
diff changeset
8397 * variables.h: From here.
dfffbf305468 [project @ 1997-05-09 15:15:18 by jwe]
jwe
parents: 2949
diff changeset
8398
dfffbf305468 [project @ 1997-05-09 15:15:18 by jwe]
jwe
parents: 2949
diff changeset
8399 * oct-var-ref.h, oct-var-ref.cc: New files for
dfffbf305468 [project @ 1997-05-09 15:15:18 by jwe]
jwe
parents: 2949
diff changeset
8400 octave_variable_reference class, extracted from variables.h and
dfffbf305468 [project @ 1997-05-09 15:15:18 by jwe]
jwe
parents: 2949
diff changeset
8401 variables.cc
2956
c41e4dca98b9 [project @ 1997-05-09 17:17:43 by jwe]
jwe
parents: 2955
diff changeset
8402 * Makefile.in: Add them to the appropriate lists.
2955
dfffbf305468 [project @ 1997-05-09 15:15:18 by jwe]
jwe
parents: 2949
diff changeset
8403
dfffbf305468 [project @ 1997-05-09 15:15:18 by jwe]
jwe
parents: 2949
diff changeset
8404 * oct-obj.h (octave_value_list::empty): New function.
dfffbf305468 [project @ 1997-05-09 15:15:18 by jwe]
jwe
parents: 2949
diff changeset
8405
2949
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8406 * variables.h (class octave_variable_reference): Rewrite to work
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8407 as a proxy class to store a pointer to octave_value and,
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8408 optionally, the change function to call and the name of the
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8409 structure element we are referencing. Handle assignment,
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8410 increment, decrement, and value operations.
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8411
2956
c41e4dca98b9 [project @ 1997-05-09 17:17:43 by jwe]
jwe
parents: 2955
diff changeset
8412 Thu May 8 23:40:59 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
c41e4dca98b9 [project @ 1997-05-09 17:17:43 by jwe]
jwe
parents: 2955
diff changeset
8413
2949
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8414 * ov-re-mat.h, ov-re-mat.cc (struct_elt_ref, struct_elt_val,
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8415 assign_struct_elt): Provide functions for looking up and setting
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8416 matrix dimensions.
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8417
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8418 * symtab.cc (symbol_record::define): Don't call sv_fcn here.
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8419 Don't save and restore value here.
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8420 (symbol_record::define_builtin_var): Do call sv_fcn here.
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8421 (symbol_record::variable_reference): Don't make value unique here.
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8422 Return pointer to sv_fcn in octave_variable_reference.
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8423
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8424 * pt-misc.cc (tree_parameter_list::initialize_undefined_elements):
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8425 Simplify.
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8426
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8427 * pt-id.h, pt-id.cc (tree_identifier::reference): Return
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8428 octave_variable_reference, not octave_value&.
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8429 * symtab.h, symtab.cc (symbol_record::variable_reference): Ditto.
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8430 * pt-indir.h, pt-indir.cc (tree_indirect_ref::reference): Ditto.
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8431 Simplify too.
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8432
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8433 * pt-const.h (tree_constant::reference, tree_constant::value,
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8434 tree_constant::assign): Delete unnecessary functions.
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8435 * pt-id.h, pt-id.cc (tree_identifier::assign): Ditto.
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8436
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8437 * pt-cmd.cc (tree_for_command::do_for_loop_once): Simplify.
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8438
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8439 * ov.h, ov.cc, ov-base.h, ov-base.cc, ov-struct.h, ov-struct.cc
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8440 (struct_elt_ref): New arg, octave_value* parent.
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8441 Allow deferred lookup. Return octave_variable_reference, not
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8442 octave_value&.
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8443
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8444 * ov.h, ov.cc, ov-re-mat.h, ov-re-mat.cc (assign_struct_elt):
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8445 New virtual functions.
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8446
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8447 * ov.h, ov.cc (Vresize_on_range_error): Now static.
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8448
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8449 * pt-mvr.cc (tree_index_expression::eval): Delete redundant check
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8450 of error_state.
49b42be38aa1 [project @ 1997-05-09 13:54:29 by jwe]
jwe
parents: 2944
diff changeset
8451
2944
e9c24f32f175 [project @ 1997-05-08 02:42:22 by jwe]
jwe
parents: 2937
diff changeset
8452 Wed May 7 21:17:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
e9c24f32f175 [project @ 1997-05-08 02:42:22 by jwe]
jwe
parents: 2937
diff changeset
8453
e9c24f32f175 [project @ 1997-05-08 02:42:22 by jwe]
jwe
parents: 2937
diff changeset
8454 * input.cc (generate_completion): Rename from command_generator.
e9c24f32f175 [project @ 1997-05-08 02:42:22 by jwe]
jwe
parents: 2937
diff changeset
8455 Use string objects instead of char*.
e9c24f32f175 [project @ 1997-05-08 02:42:22 by jwe]
jwe
parents: 2937
diff changeset
8456 (generate_possible_completions): Let qsort also make matches unique.
e9c24f32f175 [project @ 1997-05-08 02:42:22 by jwe]
jwe
parents: 2937
diff changeset
8457 (initialize_command_input): Register generate_completion with the
e9c24f32f175 [project @ 1997-05-08 02:42:22 by jwe]
jwe
parents: 2937
diff changeset
8458 command_editor class.
e9c24f32f175 [project @ 1997-05-08 02:42:22 by jwe]
jwe
parents: 2937
diff changeset
8459 (completion_matches): Simplify using generate_completion.
e9c24f32f175 [project @ 1997-05-08 02:42:22 by jwe]
jwe
parents: 2937
diff changeset
8460
e9c24f32f175 [project @ 1997-05-08 02:42:22 by jwe]
jwe
parents: 2937
diff changeset
8461 * pt-pr-code.cc (tree_print_code::visit_constant): For val, call
e9c24f32f175 [project @ 1997-05-08 02:42:22 by jwe]
jwe
parents: 2937
diff changeset
8462 print_raw, not print.
e9c24f32f175 [project @ 1997-05-08 02:42:22 by jwe]
jwe
parents: 2937
diff changeset
8463
e9c24f32f175 [project @ 1997-05-08 02:42:22 by jwe]
jwe
parents: 2937
diff changeset
8464 * oct-usr-fcn.h (octave_user_function::argn_sr): New data member.
e9c24f32f175 [project @ 1997-05-08 02:42:22 by jwe]
jwe
parents: 2937
diff changeset
8465 (octave_user_function::install_automatic_vars): Rename from
e9c24f32f175 [project @ 1997-05-08 02:42:22 by jwe]
jwe
parents: 2937
diff changeset
8466 install_nargin_and_nargout.
e9c24f32f175 [project @ 1997-05-08 02:42:22 by jwe]
jwe
parents: 2937
diff changeset
8467 (octave_user_function::bind_automatic_vars): Rename from
e9c24f32f175 [project @ 1997-05-08 02:42:22 by jwe]
jwe
parents: 2937
diff changeset
8468 bind_nargin_and_nargout.
e9c24f32f175 [project @ 1997-05-08 02:42:22 by jwe]
jwe
parents: 2937
diff changeset
8469 * oct-usr-fcn.cc (octave_user_function::eval): Extract arg names
e9c24f32f175 [project @ 1997-05-08 02:42:22 by jwe]
jwe
parents: 2937
diff changeset
8470 from args vector and bind them to argn.
e9c24f32f175 [project @ 1997-05-08 02:42:22 by jwe]
jwe
parents: 2937
diff changeset
8471 * oct-obj.h (octave_value_list::names): New data member.
e9c24f32f175 [project @ 1997-05-08 02:42:22 by jwe]
jwe
parents: 2937
diff changeset
8472 * oct-obj.cc (octave_value_list::stash_name_tags): New function.
e9c24f32f175 [project @ 1997-05-08 02:42:22 by jwe]
jwe
parents: 2937
diff changeset
8473 (octave_value_list::name_tags): Ditto.
e9c24f32f175 [project @ 1997-05-08 02:42:22 by jwe]
jwe
parents: 2937
diff changeset
8474 * pt-const.h, pt-const.cc (tree_constant::print_raw): New function.
e9c24f32f175 [project @ 1997-05-08 02:42:22 by jwe]
jwe
parents: 2937
diff changeset
8475 * pt-misc.h, pt-misc.cc (tree_argument_list::get_arg_names):
e9c24f32f175 [project @ 1997-05-08 02:42:22 by jwe]
jwe
parents: 2937
diff changeset
8476 New function.
e9c24f32f175 [project @ 1997-05-08 02:42:22 by jwe]
jwe
parents: 2937
diff changeset
8477 * pt-mvr.h, pt-mvr.cc (class index_expression): Cache arg names.
e9c24f32f175 [project @ 1997-05-08 02:42:22 by jwe]
jwe
parents: 2937
diff changeset
8478 * toplev.cc (feval): Now static. Handle arg names.
e9c24f32f175 [project @ 1997-05-08 02:42:22 by jwe]
jwe
parents: 2937
diff changeset
8479
e9c24f32f175 [project @ 1997-05-08 02:42:22 by jwe]
jwe
parents: 2937
diff changeset
8480 * mkops: Cope with moving files defining operators to OPERATORS
e9c24f32f175 [project @ 1997-05-08 02:42:22 by jwe]
jwe
parents: 2937
diff changeset
8481 subdirectory.
e9c24f32f175 [project @ 1997-05-08 02:42:22 by jwe]
jwe
parents: 2937
diff changeset
8482
2937
9d26524e2869 [project @ 1997-05-06 05:49:53 by jwe]
jwe
parents: 2933
diff changeset
8483 Tue May 6 00:48:59 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
9d26524e2869 [project @ 1997-05-06 05:49:53 by jwe]
jwe
parents: 2933
diff changeset
8484
9d26524e2869 [project @ 1997-05-06 05:49:53 by jwe]
jwe
parents: 2933
diff changeset
8485 * DLD-FUNCTIONS/getgrent.cc: Use new octave_group class.
9d26524e2869 [project @ 1997-05-06 05:49:53 by jwe]
jwe
parents: 2933
diff changeset
8486 * DLD-FUNCTIONS/getpwent.cc: Use new octave_passwd class.
9d26524e2869 [project @ 1997-05-06 05:49:53 by jwe]
jwe
parents: 2933
diff changeset
8487
9d26524e2869 [project @ 1997-05-06 05:49:53 by jwe]
jwe
parents: 2933
diff changeset
8488 * syscalls.cc: Simplify by using new functions defined in
9d26524e2869 [project @ 1997-05-06 05:49:53 by jwe]
jwe
parents: 2933
diff changeset
8489 liboctave/oct-syscalls.cc.
9d26524e2869 [project @ 1997-05-06 05:49:53 by jwe]
jwe
parents: 2933
diff changeset
8490
9d26524e2869 [project @ 1997-05-06 05:49:53 by jwe]
jwe
parents: 2933
diff changeset
8491 * file-io.cc (Ftmpnam): Accept DIR and PREFIX args.
9d26524e2869 [project @ 1997-05-06 05:49:53 by jwe]
jwe
parents: 2933
diff changeset
8492
2929
32186c902016 [project @ 1997-05-05 05:56:55 by jwe]
jwe
parents: 2927
diff changeset
8493 Mon May 5 00:54:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
32186c902016 [project @ 1997-05-05 05:56:55 by jwe]
jwe
parents: 2927
diff changeset
8494
2932
0f33c19e5f10 [project @ 1997-05-05 22:50:22 by jwe]
jwe
parents: 2929
diff changeset
8495 * ov-str-mat.cc (octave_char_matrix_str::print_name_tag): Print
0f33c19e5f10 [project @ 1997-05-05 22:50:22 by jwe]
jwe
parents: 2929
diff changeset
8496 empty strings on one line.
0f33c19e5f10 [project @ 1997-05-05 22:50:22 by jwe]
jwe
parents: 2929
diff changeset
8497
2929
32186c902016 [project @ 1997-05-05 05:56:55 by jwe]
jwe
parents: 2927
diff changeset
8498 * DLD-FUNCTIONS, OPERATORS, and TEMPLATE-INST: New subdirectories.
32186c902016 [project @ 1997-05-05 05:56:55 by jwe]
jwe
parents: 2927
diff changeset
8499 Move appropriate files to new directories.
32186c902016 [project @ 1997-05-05 05:56:55 by jwe]
jwe
parents: 2927
diff changeset
8500 * Makefile.in: Add DLD-FUNCTIONS, OPERATORS, and TEMPLATE-INST
32186c902016 [project @ 1997-05-05 05:56:55 by jwe]
jwe
parents: 2927
diff changeset
8501 directories to VPATH. Fix rules to work with new directory
32186c902016 [project @ 1997-05-05 05:56:55 by jwe]
jwe
parents: 2927
diff changeset
8502 structure.
32186c902016 [project @ 1997-05-05 05:56:55 by jwe]
jwe
parents: 2927
diff changeset
8503
2927
8722c6284b72 [project @ 1997-05-05 03:44:04 by jwe]
jwe
parents: 2921
diff changeset
8504 Sun May 4 22:40:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
8722c6284b72 [project @ 1997-05-05 03:44:04 by jwe]
jwe
parents: 2921
diff changeset
8505
8722c6284b72 [project @ 1997-05-05 03:44:04 by jwe]
jwe
parents: 2921
diff changeset
8506 * input.cc (initialize_command_input): Rename from
8722c6284b72 [project @ 1997-05-05 03:44:04 by jwe]
jwe
parents: 2921
diff changeset
8507 initialize_readline.
8722c6284b72 [project @ 1997-05-05 03:44:04 by jwe]
jwe
parents: 2921
diff changeset
8508 (gnu_readline, octave_gets, get_user_input): Simplify, return
8722c6284b72 [project @ 1997-05-05 03:44:04 by jwe]
jwe
parents: 2921
diff changeset
8509 string, not char *.
8722c6284b72 [project @ 1997-05-05 03:44:04 by jwe]
jwe
parents: 2921
diff changeset
8510
8722c6284b72 [project @ 1997-05-05 03:44:04 by jwe]
jwe
parents: 2921
diff changeset
8511 * Many of other files: Miscellaneous changes to go along with the
8722c6284b72 [project @ 1997-05-05 03:44:04 by jwe]
jwe
parents: 2921
diff changeset
8512 changes described in the liboctave/ChangeLog for May 4. More code
8722c6284b72 [project @ 1997-05-05 03:44:04 by jwe]
jwe
parents: 2921
diff changeset
8513 moved from here to liboctave.
8722c6284b72 [project @ 1997-05-05 03:44:04 by jwe]
jwe
parents: 2921
diff changeset
8514
8722c6284b72 [project @ 1997-05-05 03:44:04 by jwe]
jwe
parents: 2921
diff changeset
8515 Fri May 2 19:50:33 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
8722c6284b72 [project @ 1997-05-05 03:44:04 by jwe]
jwe
parents: 2921
diff changeset
8516
8722c6284b72 [project @ 1997-05-05 03:44:04 by jwe]
jwe
parents: 2921
diff changeset
8517 * pathlen.h: Move to ../liboctave.
8722c6284b72 [project @ 1997-05-05 03:44:04 by jwe]
jwe
parents: 2921
diff changeset
8518
2921
64dd86522a1d [project @ 1997-05-02 02:52:54 by jwe]
jwe
parents: 2916
diff changeset
8519 Thu May 1 21:50:44 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
64dd86522a1d [project @ 1997-05-02 02:52:54 by jwe]
jwe
parents: 2916
diff changeset
8520
64dd86522a1d [project @ 1997-05-02 02:52:54 by jwe]
jwe
parents: 2916
diff changeset
8521 * variables.cc (get_struct_elts): New fucntion.
64dd86522a1d [project @ 1997-05-02 02:52:54 by jwe]
jwe
parents: 2916
diff changeset
8522 (looks_like_struct, generate_struct_completions): Move here from
64dd86522a1d [project @ 1997-05-02 02:52:54 by jwe]
jwe
parents: 2916
diff changeset
8523 input.cc, rewrite, and make work again.
64dd86522a1d [project @ 1997-05-02 02:52:54 by jwe]
jwe
parents: 2916
diff changeset
8524
2916
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8525 Wed Apr 30 00:24:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8526
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8527 * ov-base.h, ov-bool-mat.cc, ov-bool-mat.h, ov-bool.cc, ov-bool.h,
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8528 ov-ch-mat.cc, ov-ch-mat.h, ov-complex.cc, ov-complex.h,
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8529 ov-cx-mat.cc, ov-cx-mat.h, ov-file.cc, ov-file.h, ov-list.cc,
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8530 ov-range.cc, ov-range.h, ov-re-mat.cc, ov-re-mat.h, ov-scalar.cc,
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8531 ov-scalar.h, ov-str-mat.cc, ov-struct.cc, ov.h (scalar_value):
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8532 New function. Same as double_value, but name is consistent with
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8533 octave_scalar class.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8534
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8535 * op-fil-b.cc, op-fil-cm.cc, op-fil-lis.cc, op-fil-rec.cc,
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8536 op-fil-str.cc, op-fil-bm.cc, op-fil-cs.cc, op-fil-m.cc,
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8537 op-fil-s.cc: New files.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8538
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8539 * ops.h (ASSIGNOPDECL, DEFASSIGNOP, DEFASSIGNOP_FN, CONVDECL,
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8540 DEFCONV, BINOPDECL, DEFBINOPX, DEFBINOP, DEFBINOP_OP, DEFBINOP_FN,
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8541 BINOP_NONCONFORMANT): New macros.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8542 * op-b-b.cc, op-bm-bm.cc, op-cm-cm.cc, op-cm-cs.cc, op-cm-m.cc,
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8543 op-cm-s.cc, op-cs-cm.cc, op-cs-cs.cc, op-cs-m.cc, op-cs-s.cc,
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8544 op-m-cm.cc, op-m-cs.cc, op-m-m.cc, op-m-s.cc, op-s-cm.cc,
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8545 op-s-cs.cc, op-s-m.cc, op-s-s.cc, op-str-str.cc: Use them.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8546
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8547 * Makefile.in (octave): Also depend on ops.o.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8548
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8549 * builtins.h: Delete.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8550 * octave.cc: Add extern declaration here.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8551
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8552 * mappers.h: Delete.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8553 * Makefile.in (INCLUDES): Delete from list.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8554 * mkbuiltins: Add extern declaration in builtins.cc.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8555
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8556 * mkops: New file.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8557 * ops.cc: Delete.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8558 * Makefile.in (SOURCES): Delete from the list.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8559 (ops.cc): New target.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8560 (OP_SOURCES): New list. Move all op-*.cc files here from SOURCES.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8561 Add $(OP_SOURCES) to SOURCES list.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8562
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8563 * variables.cc (symbols_of_variables): No longer static.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8564 * ov.cc (symbols_of_ov): Rename from symbols_of_value.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8565
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8566 * ov-base.h: Delete declaration for install_base_type_conversions.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8567 * op-b-b.h, op-bm-bm.h, op-cm-cm.h, op-cm-cs.h, op-cm-m.h,
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8568 op-cm-s.h, op-cs-cm.h, op-cs-cs.h, op-cs-m.h, op-cs-s.h,
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8569 op-m-cm.h, op-m-cs.h, op-m-m.h, op-m-s.h, op-s-cm.h, op-s-cs.h,
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8570 op-s-m.h, op-s-s.h, op-str-str.h: Delete.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8571 * Makefile.in (INCLUDES): Delete them from the list.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8572
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8573 Tue Apr 29 22:27:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8574
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8575 * variables.h, variables.cc (install_builtin_variables): Delete.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8576 * mkbuiltins: Also generate install_builtin_variables function.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8577 * Makefile.in: Fix rule to call mkbuiltins with correct args.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8578 (clean): Also delete def-files and var-files.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8579 * defaults.h.in, dirfns.h, error.h, file-io.h, help.h, input.h,
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8580 lex.h, load-save.h, oct-usr-fcn.h, pager.h, parse.h, pr-output.cc,
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8581 pr-output.h, pt-mat.h, pt-misc.h, pt-plot.h, toplev.h:
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8582 Delete declarations of symbols_of_* functions.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8583 * data.h, syscalls.h: Delete.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8584
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8585 * pr-output.cc (octave_print_internal): Leave printing of final
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8586 new line up to the caller.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8587
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8588 * ov.h, ov.cc (reset_indent_level, increment_indent_level,
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8589 decrement_indent_level, newline, indent, reset,
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8590 curr_print_indent_level, beginning_of_line):
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8591 New functions and static data to manage indent level for printing.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8592 (print_as_scalar): Delete.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8593 (print, print_with_name): Always require stream arg.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8594 Change all callers.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8595
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8596 * oct-stream.h (octave_stream::input_stream): Make publicly available.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8597 (octave_stream::output_stream): Likewise.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8598
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8599 * ov-base.h, ov-base.cc, ov.h, ov.cc, ov-file.h ov-base.h
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8600 (is_file, stream_value, stream_number): New functions.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8601 * ov-file.h, ov-file.cc: New files for value class to manage files.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8602 * file-io.cc (symbols_of_file_io): Define stdin, stdout, and
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8603 stderr as octve_file objects, not just integers.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8604 (Ffopen, Fpopen): Return octave_file objects, not integer file ids.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8605 * syscalls.cc (Fpipe): Likewise.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8606 * oct-stream.h, oct-stream.cc (octave_stream_list::insert):
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8607 Return octave_file object, not integer file id.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8608
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8609 * ov-base.cc, ov-bool-mat.cc, ov-bool.cc, ov-ch-mat.cc,
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8610 ov-complex.cc, ov-cx-mat.cc, ov-file.cc, ov-list.cc, ov-range.cc,
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8611 ov-re-mat.cc, ov-scalar.cc, ov-str-mat.cc, ov-struct.cc, ov.cc
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8612 (print_name_tag, print_raw): New functions.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8613
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8614 * help.cc (Ftype): Don't cast symbol definition to tree_constant *.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8615
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8616 * variables.cc (link_to_global_variable): Don't try to define
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8617 symbol with tree_constant objects.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8618 (bind_ans): Call symbol_record::define directly and then
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8619 octave_value::print_with_name instead of creating a temporary
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8620 assignment expression.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8621
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8622 * pt-pr-code.cc (tree_print_code::indent): Don't use ostream::form.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8623
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8624 * pt-exp-base.h, pt-exp.h, pt-exp.cc (oper): Return string, not
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8625 char *. Change all where necessary.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8626
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8627 Mon Apr 28 16:33:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8628
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8629 * ov.h (octave_value binary_op enum): Add lshift and rshift.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8630 (octave_value assign_op enum): Add lshift_eq and rshift_eq.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8631 * ov.cc (assign_op_as_string, binary_op_as_string): Include them.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8632 * parse.y (LSHIFT_EQ RSHIFT_EQ LSHIFT RSHIFT): New tokens.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8633 Add them to the precedence list.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8634 (simple_expr): Add new operators.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8635 (make_assign_op, make_binary_op): Handle new operators.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8636 * lex.l: Recognize new operators.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8637
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8638 * lex.l: Recognize them.
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8639
4e7bea116f24 [project @ 1997-04-30 20:56:31 by jwe]
jwe
parents: 2898
diff changeset
8640 Sun Apr 27 20:17:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2898
8303749672be [project @ 1997-04-28 20:50:36 by jwe]
jwe
parents: 2893
diff changeset
8641
8303749672be [project @ 1997-04-28 20:50:36 by jwe]
jwe
parents: 2893
diff changeset
8642 * pt-misc.cc (Vsilent_functions, silent_functions):
8303749672be [project @ 1997-04-28 20:50:36 by jwe]
jwe
parents: 2893
diff changeset
8643 Move here from oct-usr-fcn.cc.
8303749672be [project @ 1997-04-28 20:50:36 by jwe]
jwe
parents: 2893
diff changeset
8644 (symbols_of_pt_misc): New function. DEFVAR silent_functions.
8303749672be [project @ 1997-04-28 20:50:36 by jwe]
jwe
parents: 2893
diff changeset
8645 (tree_statement_list::eval): Handle Vsilent_functions here instead
8303749672be [project @ 1997-04-28 20:50:36 by jwe]
jwe
parents: 2893
diff changeset
8646 of in octave_user_function::eval.
8303749672be [project @ 1997-04-28 20:50:36 by jwe]
jwe
parents: 2893
diff changeset
8647 (tree_statement::eval): New functions.
8303749672be [project @ 1997-04-28 20:50:36 by jwe]
jwe
parents: 2893
diff changeset
8648 (tree_statement_list::eval): Use them.
8303749672be [project @ 1997-04-28 20:50:36 by jwe]
jwe
parents: 2893
diff changeset
8649 Change print flag arg to silent flag. Change all callers.
8303749672be [project @ 1997-04-28 20:50:36 by jwe]
jwe
parents: 2893
diff changeset
8650 * variables.cc (install_builtin_variables): Call symbols_of_pt_misc.
8303749672be [project @ 1997-04-28 20:50:36 by jwe]
jwe
parents: 2893
diff changeset
8651 * toplev.cc (parse_and_execute): Delete print arg. Change all callers.
8303749672be [project @ 1997-04-28 20:50:36 by jwe]
jwe
parents: 2893
diff changeset
8652 (eval_string): Change print flag arg to silent flag. Change callers.
8303749672be [project @ 1997-04-28 20:50:36 by jwe]
jwe
parents: 2893
diff changeset
8653
8303749672be [project @ 1997-04-28 20:50:36 by jwe]
jwe
parents: 2893
diff changeset
8654 * dynamic-ld.h, dynamic-ld.cc: Rewrite to use singleton class.
8303749672be [project @ 1997-04-28 20:50:36 by jwe]
jwe
parents: 2893
diff changeset
8655 * variables.cc (load_fcn_from_file): Use new dynamic linking class.
8303749672be [project @ 1997-04-28 20:50:36 by jwe]
jwe
parents: 2893
diff changeset
8656
2893
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8657 * dynamic-ld.h (Octave_builtin_fcn): Delete typedef.
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8658 * dynamic-ld.cc: Simplify via the magic of function pointers.
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8659
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8660 * pt-fcn.h pt-fcn.cc pt-fvc.h pt-fvc.cc pt-fvc-base.h pt-fvc-base.cc:
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8661 Delete obsolete files.
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8662 * Makefile.in: Remove them from various lists.
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8663
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8664 * pt-walk.h (visit_octave_user_function): Rename from visit_function.
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8665 (visit_builtin): Delete.
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8666 * pt-pr-code.h, pt-pr-code.cc (visit_octave_user_function):
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8667 Rename from visit_function.
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8668 (visit_octave_user_function_header): Rename from visit_function_header.
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8669 (visit_octave_user_function_trailer): Rename from
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8670 visit_function_trailer.
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8671
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8672 * ov.h, ov.cc (eval): New functions.
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8673
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8674 * dassl.cc, fsolve.cc, lsode.cc, npsol.cc, qpsol.cc, quad.cc:
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8675 Declare user-defined functions as a pointer to an octave_symbol
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8676 object, not as a pointer to a tree_fvc object.
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8677
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8678 * symtab.h, symtab.cc: Use new octave_symbol class.
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8679 * variables.cc (install_builtin_function, install_builtin_mapper,
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8680 install_builtin_variable, install_builtin_variable_as_function):
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8681 Make work with new octave_symbol class and symbol table structure.
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8682
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8683 * variables.h: Delete declaration of builtin_function struct.
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8684 * defun-dld.h (DEFUN_DLD): Simplify.
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8685 * defun-int.h (DEFINE_FUN_STRUCT): Delete.
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8686 (DEFINE_FUN_STRUCT_FUN): Rewrite to not use static builtin_function
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8687 object.
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8688
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8689 * mappers.h: Delete declaration of builtin_mapper_function struct.
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8690 * mappers.cc: Declare wrapper functions static.
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8691 * defun.h (DEFUN_MAPPER): Simplify.
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8692
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8693 * oct-sym.h: New file. Declare base class for Octave symbols.
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8694 * ov.h: Derive octave_value class from octave_symbol.
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8695 * oct-fcn.h, oct-fcn.cc: New files to declare and define
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8696 base class for functions.
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8697 * oct-builtin.h, oct-builtin.cc: New files to declare and define
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8698 class for built-in functions.
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8699 * oct-mapper.h, oct-mapper.cc: New files to declare and define
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8700 class for mapper functions.
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8701 * oct-usr-fcn.h, oct-usr-fcn.cc: New files to declare and define
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8702 base class for user-defined functions.
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8703 * Makefile.in: Add new files to appropriate lists.
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8704
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8705 * pt-id.h, pt-id.cc: Move tree_identifier class here.
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8706 * pt-fvc.h, pt-fvc.cc: From here.
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8707
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8708 * pt-indir.h, pt-indir.cc: Move tree_indirect_ref class here.
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8709 * pt-fvc.h, pt-fvc.cc: From here.
9fd1df4b464a [project @ 1997-04-28 02:07:38 by jwe]
jwe
parents: 2884
diff changeset
8710
2881
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8711 Thu Apr 24 03:58:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8712
2884
d500989072eb [project @ 1997-04-24 21:54:40 by jwe]
jwe
parents: 2883
diff changeset
8713 * parse.y (magic_colon): New nonterminal.
d500989072eb [project @ 1997-04-24 21:54:40 by jwe]
jwe
parents: 2883
diff changeset
8714 (arg_list): Simplify using magic_colon.
d500989072eb [project @ 1997-04-24 21:54:40 by jwe]
jwe
parents: 2883
diff changeset
8715
2883
0b3954110c77 [project @ 1997-04-24 09:57:05 by jwe]
jwe
parents: 2881
diff changeset
8716 * lex.h (class lexical_feedback): Delete maybe_screwed field.
0b3954110c77 [project @ 1997-04-24 09:57:05 by jwe]
jwe
parents: 2881
diff changeset
8717 New field, parsed_function name.
0b3954110c77 [project @ 1997-04-24 09:57:05 by jwe]
jwe
parents: 2881
diff changeset
8718 * lex.l (lexical_feedback::init): Initialize it.
0b3954110c77 [project @ 1997-04-24 09:57:05 by jwe]
jwe
parents: 2881
diff changeset
8719 (handle_identifier): Don't return SCREW. Handle switching
0b3954110c77 [project @ 1997-04-24 09:57:05 by jwe]
jwe
parents: 2881
diff changeset
8720 symbol table context properly for `function f ()' vs `function x ='.
0b3954110c77 [project @ 1997-04-24 09:57:05 by jwe]
jwe
parents: 2881
diff changeset
8721 (is_keyword): If looking at function keyword, don't set current
0b3954110c77 [project @ 1997-04-24 09:57:05 by jwe]
jwe
parents: 2881
diff changeset
8722 symbol table to point to the local table.
0b3954110c77 [project @ 1997-04-24 09:57:05 by jwe]
jwe
parents: 2881
diff changeset
8723 * parse.y (recover_from_parsing_function): New function.
0b3954110c77 [project @ 1997-04-24 09:57:05 by jwe]
jwe
parents: 2881
diff changeset
8724 (finish_function_def): Use identifier, not token.
0b3954110c77 [project @ 1997-04-24 09:57:05 by jwe]
jwe
parents: 2881
diff changeset
8725 Simplify parsing of functions.
0b3954110c77 [project @ 1997-04-24 09:57:05 by jwe]
jwe
parents: 2881
diff changeset
8726
0b3954110c77 [project @ 1997-04-24 09:57:05 by jwe]
jwe
parents: 2881
diff changeset
8727 * ov-list.h, ov-list.cc: New files to implement generic list type.
0b3954110c77 [project @ 1997-04-24 09:57:05 by jwe]
jwe
parents: 2881
diff changeset
8728 * ov.cc (list_indent): New global variable.
0b3954110c77 [project @ 1997-04-24 09:57:05 by jwe]
jwe
parents: 2881
diff changeset
8729 (increment_list_indent, decrement_list_indent): New functions.
0b3954110c77 [project @ 1997-04-24 09:57:05 by jwe]
jwe
parents: 2881
diff changeset
8730 (install_types): Register octave_list type.
0b3954110c77 [project @ 1997-04-24 09:57:05 by jwe]
jwe
parents: 2881
diff changeset
8731 * ov-base.cc (octave_base_value::is_list): New function.
0b3954110c77 [project @ 1997-04-24 09:57:05 by jwe]
jwe
parents: 2881
diff changeset
8732
2881
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8733 * oct-sym.h: New file.
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8734 * ov.h (class octave_value): Derive from octave_symbol class.
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8735
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8736 * pt-const.h, pt-const.cc: Delete lots of old useless cruft.
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8737
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8738 * pt-exp.h, pt-exp.cc (tree_binary_expression): Use type codes for
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8739 operators from octave_value instead of repeating them here.
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8740
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8741 * pt-fvc-base.cc (tree_fvc::increment, tree_fvc::decrement): Delete.
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8742 * pt-fvc.cc (tree_identifier::increment): Get reference to value
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8743 and increment that instead of using virutal tree_fvc::increment
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8744 function.
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8745
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8746 * lex.l: Handle +=, -=, *=, /=, .+=, .-=, .*=, ./=, &=, and |= ops.
2883
0b3954110c77 [project @ 1997-04-24 09:57:05 by jwe]
jwe
parents: 2881
diff changeset
8747 * parse.y (make_assign_op): Rename from make_simple_assignment and
0b3954110c77 [project @ 1997-04-24 09:57:05 by jwe]
jwe
parents: 2881
diff changeset
8748 handle different op types.
0b3954110c77 [project @ 1997-04-24 09:57:05 by jwe]
jwe
parents: 2881
diff changeset
8749 (simple_expr1): Do new ops.
2881
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8750 * pt-misc.cc (initialize_undefined_elements): Pass op to assign.
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8751 * pt-cmd.cc (tree_for_command::do_for_command_once): Likewise.
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8752 * pt-fvc.cc (tree_identifier::assign): Pass op.
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8753 * pt-exp.cc (tree_simple_assignment_expression): Handle new ops.
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8754 * variables.cc (octave_variable_reference::assign): Likewise.
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8755 * ov.h (class octave_value): Likewise.
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8756 * ov.cc (octave_value::assign_op_as_string): New function.
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8757 (octave_value::assign, octave_value::convert_and_assign,
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8758 octave_value::try_assignment_with_conversion,
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8759 octave_value::try_assignment): Pass op.
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8760 * pt-pr-code.cc (tree_print_code::visit_simple_assignment_expression):
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8761 Use expr.oper() instead of printing "=".
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8762 * op-cm-cm.cc, op-cm-cs.cc, op-cm-m.cc, op-cm-s.cc, op-m-m.cc,
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8763 op-m-s.cc, op-str-str.cc: Pass op to INSTALL_ASSIGNOP.
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8764 * ops.h (INSTALL_ASSIGNOP): Pass op.
2883
0b3954110c77 [project @ 1997-04-24 09:57:05 by jwe]
jwe
parents: 2881
diff changeset
8765 * ov-typeinfo.cc (do_register_assign_op): Include op type in table.
0b3954110c77 [project @ 1997-04-24 09:57:05 by jwe]
jwe
parents: 2881
diff changeset
8766 (do_lookup_assign_op): Use op in lookup.
2881
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8767
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8768 * ops.h (INSTALL_UNOP): Delete.
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8769
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8770 * input.cc (generate_struct_completions, looks_like_struct):
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8771 Disable, since they don't work now anyway.
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8772
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8773 * help.cc (Ftype): Work with octave_value instead of a pointer to
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8774 tree_constant.
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8775 * symtab.cc (symbol_record_info::symbol_record_info): Likewise.
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8776
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8777
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8778 Tue Apr 22 22:59:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8779
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8780 * file-io.cc (Ffprintf): If first arg is a string, assume FID = 1.
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8781
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8782 Fri Apr 18 20:16:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8783
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8784 * oct-obj.h, oct-obj.cc: Implement octave_value_list with
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8785 Array<octave_value> as a data member, not as a class derived from
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8786 Array<octave_value>.
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8787 (octave_value_list::length, octave_value_list::resize,
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8788 octave_value_list::prepend, octave_value_list::append,
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8789 octave_value_list::reverse): New functions.
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8790
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8791 * op-cm-cm.cc, op-cm-cs.cc, op-cm-m.cc, op-cm-s.cc, op-cs-cm.cc,
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8792 op-cs-m.cc, op-m-cm.cc, op-m-cs.cc, op-m-m.cc, op-m-s.cc,
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8793 op-s-cm.cc, op-s-m.cc: Use new bool ops from liboctave instead of
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8794 the macros defined in ops.h.
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8795
2865
2d9047854387 [project @ 1997-04-17 18:13:10 by jwe]
jwe
parents: 2859
diff changeset
8796 Thu Apr 17 13:12:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2d9047854387 [project @ 1997-04-17 18:13:10 by jwe]
jwe
parents: 2859
diff changeset
8797
2d9047854387 [project @ 1997-04-17 18:13:10 by jwe]
jwe
parents: 2859
diff changeset
8798 * parse.y (ABORT_PARSE): Handle forced_interactive the same as
2d9047854387 [project @ 1997-04-17 18:13:10 by jwe]
jwe
parents: 2859
diff changeset
8799 interactive.
2d9047854387 [project @ 1997-04-17 18:13:10 by jwe]
jwe
parents: 2859
diff changeset
8800
2d9047854387 [project @ 1997-04-17 18:13:10 by jwe]
jwe
parents: 2859
diff changeset
8801 Mon Apr 14 01:46:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2d9047854387 [project @ 1997-04-17 18:13:10 by jwe]
jwe
parents: 2859
diff changeset
8802
2d9047854387 [project @ 1997-04-17 18:13:10 by jwe]
jwe
parents: 2859
diff changeset
8803 * input.cc (octave_read): Don't forget to free input buffer if it
2d9047854387 [project @ 1997-04-17 18:13:10 by jwe]
jwe
parents: 2859
diff changeset
8804 exists and has zero length.
2d9047854387 [project @ 1997-04-17 18:13:10 by jwe]
jwe
parents: 2859
diff changeset
8805 (gnu_readline): Free buf if fgets returns 0.
2d9047854387 [project @ 1997-04-17 18:13:10 by jwe]
jwe
parents: 2859
diff changeset
8806
2d9047854387 [project @ 1997-04-17 18:13:10 by jwe]
jwe
parents: 2859
diff changeset
8807 Wed Apr 9 00:03:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2d9047854387 [project @ 1997-04-17 18:13:10 by jwe]
jwe
parents: 2859
diff changeset
8808
2d9047854387 [project @ 1997-04-17 18:13:10 by jwe]
jwe
parents: 2859
diff changeset
8809 * time.cc (mk_tm_map): Only set zone field if HAVE_TM_ZONE or
2d9047854387 [project @ 1997-04-17 18:13:10 by jwe]
jwe
parents: 2859
diff changeset
8810 HAVE_TZNAME are defined.
2d9047854387 [project @ 1997-04-17 18:13:10 by jwe]
jwe
parents: 2859
diff changeset
8811
2d9047854387 [project @ 1997-04-17 18:13:10 by jwe]
jwe
parents: 2859
diff changeset
8812 Tue Apr 8 12:39:21 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2d9047854387 [project @ 1997-04-17 18:13:10 by jwe]
jwe
parents: 2859
diff changeset
8813
2d9047854387 [project @ 1997-04-17 18:13:10 by jwe]
jwe
parents: 2859
diff changeset
8814 * time.cc (extract_tm): Set tm.tm_zone if HAVE_TM_ZONE is defined,
2d9047854387 [project @ 1997-04-17 18:13:10 by jwe]
jwe
parents: 2859
diff changeset
8815 not if HAVE_TMZONE is defined.
2d9047854387 [project @ 1997-04-17 18:13:10 by jwe]
jwe
parents: 2859
diff changeset
8816
2d9047854387 [project @ 1997-04-17 18:13:10 by jwe]
jwe
parents: 2859
diff changeset
8817 * Makefile.in (%.oct : %.o): Use $(SH_LD), not $(CXX).
2d9047854387 [project @ 1997-04-17 18:13:10 by jwe]
jwe
parents: 2859
diff changeset
8818
2d9047854387 [project @ 1997-04-17 18:13:10 by jwe]
jwe
parents: 2859
diff changeset
8819 Wed Apr 2 21:32:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2d9047854387 [project @ 1997-04-17 18:13:10 by jwe]
jwe
parents: 2859
diff changeset
8820
2d9047854387 [project @ 1997-04-17 18:13:10 by jwe]
jwe
parents: 2859
diff changeset
8821 * dynamic-ld.cc, dynamic-ld.h (init_dynamic_linker): Delete
2d9047854387 [project @ 1997-04-17 18:13:10 by jwe]
jwe
parents: 2859
diff changeset
8822 function and declaration.
2d9047854387 [project @ 1997-04-17 18:13:10 by jwe]
jwe
parents: 2859
diff changeset
8823 * octave.cc (main): Don't call it.
2d9047854387 [project @ 1997-04-17 18:13:10 by jwe]
jwe
parents: 2859
diff changeset
8824
2856
8c516da3c1f7 [project @ 1997-03-31 06:37:21 by jwe]
jwe
parents: 2852
diff changeset
8825 Mon Mar 31 00:37:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
8c516da3c1f7 [project @ 1997-03-31 06:37:21 by jwe]
jwe
parents: 2852
diff changeset
8826
2859
00c0cd0f2ee7 [project @ 1997-03-31 19:02:32 by jwe]
jwe
parents: 2857
diff changeset
8827 * pt-base-exp.h (tree_expression::eval): Give arg a default value.
00c0cd0f2ee7 [project @ 1997-03-31 19:02:32 by jwe]
jwe
parents: 2857
diff changeset
8828 * pt-const.h (tree_constant::eval): Likewise.
00c0cd0f2ee7 [project @ 1997-03-31 19:02:32 by jwe]
jwe
parents: 2857
diff changeset
8829 * pt-exp.h (tree_prefix_expression::eval, tree_colon_expression::eval,
00c0cd0f2ee7 [project @ 1997-03-31 19:02:32 by jwe]
jwe
parents: 2857
diff changeset
8830 tree_postfix_expression::eval, tree_unary_expression::eval,
00c0cd0f2ee7 [project @ 1997-03-31 19:02:32 by jwe]
jwe
parents: 2857
diff changeset
8831 tree_binary_expression::eval, tree_boolean_expression::eval,
00c0cd0f2ee7 [project @ 1997-03-31 19:02:32 by jwe]
jwe
parents: 2857
diff changeset
8832 tree_simple_assignment_expression::eval): Likewise.
00c0cd0f2ee7 [project @ 1997-03-31 19:02:32 by jwe]
jwe
parents: 2857
diff changeset
8833 * pt-fcn.h (tree_function::eval): Likewise.
00c0cd0f2ee7 [project @ 1997-03-31 19:02:32 by jwe]
jwe
parents: 2857
diff changeset
8834 * pt-fvc.h (tree_identifier::eval, tree_indirect_ref::eval,
00c0cd0f2ee7 [project @ 1997-03-31 19:02:32 by jwe]
jwe
parents: 2857
diff changeset
8835 tree_builtin::eval): Likewise.
00c0cd0f2ee7 [project @ 1997-03-31 19:02:32 by jwe]
jwe
parents: 2857
diff changeset
8836 * pt-mat.h (tree_matrix::eval): Likewise.
00c0cd0f2ee7 [project @ 1997-03-31 19:02:32 by jwe]
jwe
parents: 2857
diff changeset
8837 * pt-misc.h (tree_statement_list::eval): Likewise.
00c0cd0f2ee7 [project @ 1997-03-31 19:02:32 by jwe]
jwe
parents: 2857
diff changeset
8838 * pt-mvr-base.h (tree_multi_val_ret::eval): Likewise.
00c0cd0f2ee7 [project @ 1997-03-31 19:02:32 by jwe]
jwe
parents: 2857
diff changeset
8839 * pt-mvr.h (tree_oct_obj::eval, tree_index_expression::eval,
00c0cd0f2ee7 [project @ 1997-03-31 19:02:32 by jwe]
jwe
parents: 2857
diff changeset
8840 tree_multi_assignment_expression::eval): Likewise.
00c0cd0f2ee7 [project @ 1997-03-31 19:02:32 by jwe]
jwe
parents: 2857
diff changeset
8841 * dassl.cc, fsolve.cc, load-save.cc, lsode.cc, npsol.cc, parse.y,
00c0cd0f2ee7 [project @ 1997-03-31 19:02:32 by jwe]
jwe
parents: 2857
diff changeset
8842 pt-cmd.cc, pt-exp-base.cc, pt-exp.cc, pt-fvc.cc, pt-mat.cc,
00c0cd0f2ee7 [project @ 1997-03-31 19:02:32 by jwe]
jwe
parents: 2857
diff changeset
8843 pt-misc.cc, pt-mvr.cc, pt-plot.cc, quad.cc, toplev.cc, variables.cc:
00c0cd0f2ee7 [project @ 1997-03-31 19:02:32 by jwe]
jwe
parents: 2857
diff changeset
8844 Change callers of eval() to use bool instead of int and to make
00c0cd0f2ee7 [project @ 1997-03-31 19:02:32 by jwe]
jwe
parents: 2857
diff changeset
8845 use of default argument value.
00c0cd0f2ee7 [project @ 1997-03-31 19:02:32 by jwe]
jwe
parents: 2857
diff changeset
8846
00c0cd0f2ee7 [project @ 1997-03-31 19:02:32 by jwe]
jwe
parents: 2857
diff changeset
8847 * toplev.h, toplev.cc (parse_and_execute, eval_string): Flag args
00c0cd0f2ee7 [project @ 1997-03-31 19:02:32 by jwe]
jwe
parents: 2857
diff changeset
8848 are now bool instead of int.
00c0cd0f2ee7 [project @ 1997-03-31 19:02:32 by jwe]
jwe
parents: 2857
diff changeset
8849
2856
8c516da3c1f7 [project @ 1997-03-31 06:37:21 by jwe]
jwe
parents: 2852
diff changeset
8850 * symtab.h, symtab.cc: Use bool instead of int in more places.
8c516da3c1f7 [project @ 1997-03-31 06:37:21 by jwe]
jwe
parents: 2852
diff changeset
8851 * variables.h, variables.cc: Likewise.
2857
5448c8cba402 [project @ 1997-03-31 07:06:10 by jwe]
jwe
parents: 2856
diff changeset
8852 * lex.h, lex.l: Likewise.
5448c8cba402 [project @ 1997-03-31 07:06:10 by jwe]
jwe
parents: 2856
diff changeset
8853 * parse.y: Likewise.
2856
8c516da3c1f7 [project @ 1997-03-31 06:37:21 by jwe]
jwe
parents: 2852
diff changeset
8854 * help.cc, input.cc, lex.l, load-save.cc, parse.y, pt-fcn.cc:
8c516da3c1f7 [project @ 1997-03-31 06:37:21 by jwe]
jwe
parents: 2852
diff changeset
8855 Change callers of symbol_table::lookup to use bool instead of int,
8c516da3c1f7 [project @ 1997-03-31 06:37:21 by jwe]
jwe
parents: 2852
diff changeset
8856 and to make use of default arguments.
8c516da3c1f7 [project @ 1997-03-31 06:37:21 by jwe]
jwe
parents: 2852
diff changeset
8857
2850
b7f43611d1e8 [project @ 1997-03-28 21:36:35 by jwe]
jwe
parents: 2846
diff changeset
8858 Fri Mar 28 15:33:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
b7f43611d1e8 [project @ 1997-03-28 21:36:35 by jwe]
jwe
parents: 2846
diff changeset
8859
2852
2284b2652028 [project @ 1997-03-28 22:04:30 by jwe]
jwe
parents: 2850
diff changeset
8860 * parse.y (Vwarn_comma_in_declaration): Delete.
2284b2652028 [project @ 1997-03-28 22:04:30 by jwe]
jwe
parents: 2850
diff changeset
8861 (symbols_of_parse): Delete DEFVAR for warn_comma_in_declaration.
2284b2652028 [project @ 1997-03-28 22:04:30 by jwe]
jwe
parents: 2850
diff changeset
8862 (decl1): Don't allow commas in declarations.
2284b2652028 [project @ 1997-03-28 22:04:30 by jwe]
jwe
parents: 2850
diff changeset
8863
2850
b7f43611d1e8 [project @ 1997-03-28 21:36:35 by jwe]
jwe
parents: 2846
diff changeset
8864 * lsode.cc (struct LSODE_OPTIONS): Handle integer options.
b7f43611d1e8 [project @ 1997-03-28 21:36:35 by jwe]
jwe
parents: 2846
diff changeset
8865 (print_lsode_option_list, set_lsode_option, show_lsode_option): Ditto.
b7f43611d1e8 [project @ 1997-03-28 21:36:35 by jwe]
jwe
parents: 2846
diff changeset
8866 (lsode_option_table): Add element for step limit.
b7f43611d1e8 [project @ 1997-03-28 21:36:35 by jwe]
jwe
parents: 2846
diff changeset
8867 (lsode_user_jacobian): New function.
b7f43611d1e8 [project @ 1997-03-28 21:36:35 by jwe]
jwe
parents: 2846
diff changeset
8868 (Flsode): Allow function name arg to be a 2-element string array
b7f43611d1e8 [project @ 1997-03-28 21:36:35 by jwe]
jwe
parents: 2846
diff changeset
8869 specifying the function and jacobian function.
b7f43611d1e8 [project @ 1997-03-28 21:36:35 by jwe]
jwe
parents: 2846
diff changeset
8870
b7f43611d1e8 [project @ 1997-03-28 21:36:35 by jwe]
jwe
parents: 2846
diff changeset
8871 * variables.cc (get_global_value, set_global_value): New functions.
b7f43611d1e8 [project @ 1997-03-28 21:36:35 by jwe]
jwe
parents: 2846
diff changeset
8872
2846
52e7c4509983 [project @ 1997-03-26 23:27:35 by jwe]
jwe
parents: 2832
diff changeset
8873 Wed Mar 26 17:08:27 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
52e7c4509983 [project @ 1997-03-26 23:27:35 by jwe]
jwe
parents: 2832
diff changeset
8874
52e7c4509983 [project @ 1997-03-26 23:27:35 by jwe]
jwe
parents: 2832
diff changeset
8875 Implement static variable declaration:
52e7c4509983 [project @ 1997-03-26 23:27:35 by jwe]
jwe
parents: 2832
diff changeset
8876
52e7c4509983 [project @ 1997-03-26 23:27:35 by jwe]
jwe
parents: 2832
diff changeset
8877 * lex.l (is_keyword): Handle static.
52e7c4509983 [project @ 1997-03-26 23:27:35 by jwe]
jwe
parents: 2832
diff changeset
8878 * octave.gperf: Likewise.
52e7c4509983 [project @ 1997-03-26 23:27:35 by jwe]
jwe
parents: 2832
diff changeset
8879 * parse.y (Vwarn_comma_in_declaration): Rename from
52e7c4509983 [project @ 1997-03-26 23:27:35 by jwe]
jwe
parents: 2832
diff changeset
8880 Vwarn_comma_in_global_decl.
52e7c4509983 [project @ 1997-03-26 23:27:35 by jwe]
jwe
parents: 2832
diff changeset
8881 Handle new static command.
52e7c4509983 [project @ 1997-03-26 23:27:35 by jwe]
jwe
parents: 2832
diff changeset
8882 * pt-cmd.h, pt-cmd.cc (class tree_decl_command): New base class
52e7c4509983 [project @ 1997-03-26 23:27:35 by jwe]
jwe
parents: 2832
diff changeset
8883 for static and global declaration commands.
52e7c4509983 [project @ 1997-03-26 23:27:35 by jwe]
jwe
parents: 2832
diff changeset
8884 (class tree_global_command): Derive from tree_decl_command.
52e7c4509983 [project @ 1997-03-26 23:27:35 by jwe]
jwe
parents: 2832
diff changeset
8885 (class tree_static_command): New class, derived from tree_decl_command.
52e7c4509983 [project @ 1997-03-26 23:27:35 by jwe]
jwe
parents: 2832
diff changeset
8886 * pt-fvc.cc, pt-fvc.h (tree_identifier::mark_as_static): New function.
52e7c4509983 [project @ 1997-03-26 23:27:35 by jwe]
jwe
parents: 2832
diff changeset
8887 * pt-misc.h, pt-misc.h (class tree_decl_elt): Rename from tree_global.
52e7c4509983 [project @ 1997-03-26 23:27:35 by jwe]
jwe
parents: 2832
diff changeset
8888 (class tree_decl_init_list): Rename from tree_global_init_list.
52e7c4509983 [project @ 1997-03-26 23:27:35 by jwe]
jwe
parents: 2832
diff changeset
8889 * pt-pr-code.cc, pt-pr-code.h (tree_print_code::visit_decl_command):
52e7c4509983 [project @ 1997-03-26 23:27:35 by jwe]
jwe
parents: 2832
diff changeset
8890 Rename from visit_global_command.
52e7c4509983 [project @ 1997-03-26 23:27:35 by jwe]
jwe
parents: 2832
diff changeset
8891 (tree_print_code::visit_decl_elt): Rename from visit_global.
52e7c4509983 [project @ 1997-03-26 23:27:35 by jwe]
jwe
parents: 2832
diff changeset
8892 (tree_print_code::visit_decl_init_list): Rename from
52e7c4509983 [project @ 1997-03-26 23:27:35 by jwe]
jwe
parents: 2832
diff changeset
8893 visit_global_init_list.
52e7c4509983 [project @ 1997-03-26 23:27:35 by jwe]
jwe
parents: 2832
diff changeset
8894 * pt-walk.h (tree_walker::visit_decl_command): Rename from
52e7c4509983 [project @ 1997-03-26 23:27:35 by jwe]
jwe
parents: 2832
diff changeset
8895 visit_global_command.
52e7c4509983 [project @ 1997-03-26 23:27:35 by jwe]
jwe
parents: 2832
diff changeset
8896 (tree_walker::visit_decl_elt): Rename from visit_tree_global.
52e7c4509983 [project @ 1997-03-26 23:27:35 by jwe]
jwe
parents: 2832
diff changeset
8897 (tree_walker::visit_decl_init_list): Rename from
52e7c4509983 [project @ 1997-03-26 23:27:35 by jwe]
jwe
parents: 2832
diff changeset
8898 visit_global_init_list.
52e7c4509983 [project @ 1997-03-26 23:27:35 by jwe]
jwe
parents: 2832
diff changeset
8899 * variables.cc (link_to_global_variable): Trying to make a static
52e7c4509983 [project @ 1997-03-26 23:27:35 by jwe]
jwe
parents: 2832
diff changeset
8900 variable global is an error.
52e7c4509983 [project @ 1997-03-26 23:27:35 by jwe]
jwe
parents: 2832
diff changeset
8901 * SLList-misc.cc: Instantiate lists of pointers to tree_decl_elt
52e7c4509983 [project @ 1997-03-26 23:27:35 by jwe]
jwe
parents: 2832
diff changeset
8902 objects, not tree_global objects.
52e7c4509983 [project @ 1997-03-26 23:27:35 by jwe]
jwe
parents: 2832
diff changeset
8903 * symtab.h, symtab.cc (symbol_record::tagged_static): New field.
52e7c4509983 [project @ 1997-03-26 23:27:35 by jwe]
jwe
parents: 2832
diff changeset
8904 (symbol_record::mark_as_static, symbol_record::is_static):
52e7c4509983 [project @ 1997-03-26 23:27:35 by jwe]
jwe
parents: 2832
diff changeset
8905 New functions.
52e7c4509983 [project @ 1997-03-26 23:27:35 by jwe]
jwe
parents: 2832
diff changeset
8906 * symtab.cc (symbol_record::init_state): Initialize tagged_static.
52e7c4509983 [project @ 1997-03-26 23:27:35 by jwe]
jwe
parents: 2832
diff changeset
8907 (symbol_record::clear): Don't clear static variables.
52e7c4509983 [project @ 1997-03-26 23:27:35 by jwe]
jwe
parents: 2832
diff changeset
8908 * symtab.cc (push_context): Don't do anything for static variables.
52e7c4509983 [project @ 1997-03-26 23:27:35 by jwe]
jwe
parents: 2832
diff changeset
8909
2825
60ae49e1284f [project @ 1997-03-25 23:17:36 by jwe]
jwe
parents: 2821
diff changeset
8910 Tue Mar 25 17:17:17 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
60ae49e1284f [project @ 1997-03-25 23:17:36 by jwe]
jwe
parents: 2821
diff changeset
8911
2881
b99a6a2619aa [project @ 1997-04-24 09:48:55 by jwe]
jwe
parents: 2865
diff changeset
8912 * ov-bool-mat.cc, ov-bool-mat.h, ov-bool.cc, ov-bool.h: New files.
2832
4dff308e9acc [project @ 1997-03-26 05:16:58 by jwe]
jwe
parents: 2831
diff changeset
8913
2831
19c45d29f177 [project @ 1997-03-26 04:17:16 by jwe]
jwe
parents: 2830
diff changeset
8914 * defaults.cc (symbols_of_defaults): DEFCONST OCTAVE_HOME.
19c45d29f177 [project @ 1997-03-26 04:17:16 by jwe]
jwe
parents: 2830
diff changeset
8915
19c45d29f177 [project @ 1997-03-26 04:17:16 by jwe]
jwe
parents: 2830
diff changeset
8916 * toplev.cc (octave_config_info): Delete use of CXXLIBS.
19c45d29f177 [project @ 1997-03-26 04:17:16 by jwe]
jwe
parents: 2830
diff changeset
8917 * oct-conf.h.in: Ditto.
19c45d29f177 [project @ 1997-03-26 04:17:16 by jwe]
jwe
parents: 2830
diff changeset
8918
2830
10a8198b1733 [project @ 1997-03-26 00:12:41 by jwe]
jwe
parents: 2825
diff changeset
8919 * octave.cc (maximum_braindamage): Don't bind prefer_zero_one_indexing.
10a8198b1733 [project @ 1997-03-26 00:12:41 by jwe]
jwe
parents: 2825
diff changeset
8920 * ov.h: Don't declare Vprefer_zero_one_indexing.
10a8198b1733 [project @ 1997-03-26 00:12:41 by jwe]
jwe
parents: 2825
diff changeset
8921 * ov.cc: Don't define Vprefer_zero_one_indexing.
10a8198b1733 [project @ 1997-03-26 00:12:41 by jwe]
jwe
parents: 2825
diff changeset
8922 (prefer_zero_one_indexing): Delete.
10a8198b1733 [project @ 1997-03-26 00:12:41 by jwe]
jwe
parents: 2825
diff changeset
8923 (symbols_of_value): Delete DEFVAR for prefer_zero_one_indexing.
10a8198b1733 [project @ 1997-03-26 00:12:41 by jwe]
jwe
parents: 2825
diff changeset
8924
2825
60ae49e1284f [project @ 1997-03-25 23:17:36 by jwe]
jwe
parents: 2821
diff changeset
8925 * ov.h, ov.cc, ov-base.h, ov-base.cc: Add constructors and
60ae49e1284f [project @ 1997-03-25 23:17:36 by jwe]
jwe
parents: 2821
diff changeset
8926 extractors for bool and boolMatrix types.
60ae49e1284f [project @ 1997-03-25 23:17:36 by jwe]
jwe
parents: 2821
diff changeset
8927
60ae49e1284f [project @ 1997-03-25 23:17:36 by jwe]
jwe
parents: 2821
diff changeset
8928 * ov.cc (install_types): Register octave_bool and
60ae49e1284f [project @ 1997-03-25 23:17:36 by jwe]
jwe
parents: 2821
diff changeset
8929 octave_bool_matrix types.
60ae49e1284f [project @ 1997-03-25 23:17:36 by jwe]
jwe
parents: 2821
diff changeset
8930
60ae49e1284f [project @ 1997-03-25 23:17:36 by jwe]
jwe
parents: 2821
diff changeset
8931 * op-cm-cm.cc, op-cm-cs.cc, op-cm-m.cc, op-cm-s.cc, op-cs-cm.cc,
60ae49e1284f [project @ 1997-03-25 23:17:36 by jwe]
jwe
parents: 2821
diff changeset
8932 op-cs-m.cc, op-m-cm.cc, op-m-cs.cc, op-m-m.cc, op-m-s.cc,
60ae49e1284f [project @ 1997-03-25 23:17:36 by jwe]
jwe
parents: 2821
diff changeset
8933 op-s-cm.cc, op-s-m.cc, op-s-s.cc, ov-re-mat.cc:
60ae49e1284f [project @ 1997-03-25 23:17:36 by jwe]
jwe
parents: 2821
diff changeset
8934 Return boolMatrix instead of Matrix object.
60ae49e1284f [project @ 1997-03-25 23:17:36 by jwe]
jwe
parents: 2821
diff changeset
8935 * ops.h (BOOL_OP3, MX_MX_BOOL_OP): Likewise.
60ae49e1284f [project @ 1997-03-25 23:17:36 by jwe]
jwe
parents: 2821
diff changeset
8936
60ae49e1284f [project @ 1997-03-25 23:17:36 by jwe]
jwe
parents: 2821
diff changeset
8937 * op-b-b.h, op-b-b.cc, op-bm-bm.h, op-bm-bm.cc: New files.
60ae49e1284f [project @ 1997-03-25 23:17:36 by jwe]
jwe
parents: 2821
diff changeset
8938 * Makefile.in: Add them to the lists.
60ae49e1284f [project @ 1997-03-25 23:17:36 by jwe]
jwe
parents: 2821
diff changeset
8939 * ops.cc: Include header files here.
60ae49e1284f [project @ 1997-03-25 23:17:36 by jwe]
jwe
parents: 2821
diff changeset
8940 (install_ops): Call install_b_b_ops() and install_bm_bm_ops() here.
60ae49e1284f [project @ 1997-03-25 23:17:36 by jwe]
jwe
parents: 2821
diff changeset
8941
60ae49e1284f [project @ 1997-03-25 23:17:36 by jwe]
jwe
parents: 2821
diff changeset
8942 * variables.cc (symbols_of_variables): Don't rely on default
60ae49e1284f [project @ 1997-03-25 23:17:36 by jwe]
jwe
parents: 2821
diff changeset
8943 conversion from int to double for value returned from
60ae49e1284f [project @ 1997-03-25 23:17:36 by jwe]
jwe
parents: 2821
diff changeset
8944 default_history_size().
60ae49e1284f [project @ 1997-03-25 23:17:36 by jwe]
jwe
parents: 2821
diff changeset
8945
60ae49e1284f [project @ 1997-03-25 23:17:36 by jwe]
jwe
parents: 2821
diff changeset
8946 * pr-output.cc: Include cstdio.
60ae49e1284f [project @ 1997-03-25 23:17:36 by jwe]
jwe
parents: 2821
diff changeset
8947
60ae49e1284f [project @ 1997-03-25 23:17:36 by jwe]
jwe
parents: 2821
diff changeset
8948 * parse.y (param_list_end): Fix typo in last change.
60ae49e1284f [project @ 1997-03-25 23:17:36 by jwe]
jwe
parents: 2821
diff changeset
8949
60ae49e1284f [project @ 1997-03-25 23:17:36 by jwe]
jwe
parents: 2821
diff changeset
8950 * quad.cc (quad): Cast integer return values to double.
60ae49e1284f [project @ 1997-03-25 23:17:36 by jwe]
jwe
parents: 2821
diff changeset
8951 * npsol.cc (show_npsol_option): Likewise.
60ae49e1284f [project @ 1997-03-25 23:17:36 by jwe]
jwe
parents: 2821
diff changeset
8952 * qpsol.cc (show_qpsol_option): Likewise.
60ae49e1284f [project @ 1997-03-25 23:17:36 by jwe]
jwe
parents: 2821
diff changeset
8953 * file-io.cc (Fsprintf, Ffwrite): Likewise.
60ae49e1284f [project @ 1997-03-25 23:17:36 by jwe]
jwe
parents: 2821
diff changeset
8954
60ae49e1284f [project @ 1997-03-25 23:17:36 by jwe]
jwe
parents: 2821
diff changeset
8955 Mon Mar 24 13:11:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
60ae49e1284f [project @ 1997-03-25 23:17:36 by jwe]
jwe
parents: 2821
diff changeset
8956
60ae49e1284f [project @ 1997-03-25 23:17:36 by jwe]
jwe
parents: 2821
diff changeset
8957 * ov-typeinfo.cc (typeinfo): If invoked with an argument, return
60ae49e1284f [project @ 1997-03-25 23:17:36 by jwe]
jwe
parents: 2821
diff changeset
8958 the type of the argument as a string. Fix doc string.
60ae49e1284f [project @ 1997-03-25 23:17:36 by jwe]
jwe
parents: 2821
diff changeset
8959
2821
044d25a60ea1 [project @ 1997-03-20 20:48:23 by jwe]
jwe
parents: 2819
diff changeset
8960 Thu Mar 20 14:47:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
044d25a60ea1 [project @ 1997-03-20 20:48:23 by jwe]
jwe
parents: 2819
diff changeset
8961
044d25a60ea1 [project @ 1997-03-20 20:48:23 by jwe]
jwe
parents: 2819
diff changeset
8962 * mk-oct-links (links_dir): Don't use -h option for grep. It's
044d25a60ea1 [project @ 1997-03-20 20:48:23 by jwe]
jwe
parents: 2819
diff changeset
8963 not needed since we are working on one file at a time anyway.
044d25a60ea1 [project @ 1997-03-20 20:48:23 by jwe]
jwe
parents: 2819
diff changeset
8964
2819
ae3cce876a8e [project @ 1997-03-17 23:27:45 by jwe]
jwe
parents: 2811
diff changeset
8965 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
8966
ae3cce876a8e [project @ 1997-03-17 23:27:45 by jwe]
jwe
parents: 2811
diff changeset
8967 * lex.l (handle_identifier): When handling indirect_ref, set
ae3cce876a8e [project @ 1997-03-17 23:27:45 by jwe]
jwe
parents: 2811
diff changeset
8968 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
8969 expected.
ae3cce876a8e [project @ 1997-03-17 23:27:45 by jwe]
jwe
parents: 2811
diff changeset
8970
ae3cce876a8e [project @ 1997-03-17 23:27:45 by jwe]
jwe
parents: 2811
diff changeset
8971 * 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
8972 (param_list, param_list1): Use them.
ae3cce876a8e [project @ 1997-03-17 23:27:45 by jwe]
jwe
parents: 2811
diff changeset
8973
2811
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2806
diff changeset
8974 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
8975
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2806
diff changeset
8976 * Makefile.in (install-strip): New target.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2806
diff changeset
8977
2806
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
8978 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
8979
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
8980 * Makefile.in (clean): Delete .oct files too.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
8981
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
8982 * toplev.cc (Vdefault_eval_print_flag): New static variable.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
8983 (eval_string): New arg, print.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
8984 (Feval): Pass Vdefault_eval_print_flag to eval_string.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
8985 (default_eval_print_flag): New function.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
8986 (symbols_of_toplev): New function.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
8987
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
8988 * variables.cc (install_builtin_variables): Call it.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
8989
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
8990 * 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
8991 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
8992 (tree_unary_expression): Rename enum field `not' to `unot'.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
8993 (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
8994 to `el_and' and `el_or'.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
8995 * parse.y: Change all uses.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
8996
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
8997 * 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
8998 (gmtime, localtime): Likewise, for timeval.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
8999
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
9000 * ov.h (class octave_value): Delete unused variable freeptr.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
9001
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
9002 * mappers.cc: Delete functions that are already in
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
9003 liboctave/lo-mappers.cc.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
9004
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
9005 * 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
9006 not static_cast.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
9007
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
9008 * help.cc (help_from_list): Add missing const qualifiers.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
9009 * help.h (struct help_list): Likewise.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
9010 * lex.l (match_any, plot_style_token): Likewise.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
9011 * load-save.cc (extract_keyword, ascii_save_type): Likewise.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
9012 * oct-hist.cc (mk_tmp_hist_file): Likewise.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
9013 * octave.cc (execute_startup_files): Likewise.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
9014 * octave.gperf (struct octave_kw): Likewise.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
9015 * pr-output.cc (pr_any_float): Likewise.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
9016 * pt-mvr.cc (tree_index_expression::eval_error): Likewise.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
9017 * 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
9018 * parse.y: Likewise.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
9019
2800
9aeba8e006a4 [project @ 1997-03-09 09:50:20 by jwe]
jwe
parents: 2799
diff changeset
9020 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
9021
2806
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
9022 * 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
9023
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
9024 * 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
9025 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
9026 variables.cc: Eliminate embedded newlines in string constants.
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
9027
187d5321cfa3 [project @ 1997-03-11 05:13:15 by jwe]
jwe
parents: 2800
diff changeset
9028 * 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
9029 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
9030 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
9031 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
9032 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
9033 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
9034 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
9035 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
9036 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
9037 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
9038 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
9039
2799
d77a29e4387f [project @ 1997-03-08 08:35:56 by jwe]
jwe
parents: 2797
diff changeset
9040 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
9041
d77a29e4387f [project @ 1997-03-08 08:35:56 by jwe]
jwe
parents: 2797
diff changeset
9042 * 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
9043 use bool instead of int.
d77a29e4387f [project @ 1997-03-08 08:35:56 by jwe]
jwe
parents: 2797
diff changeset
9044 (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
9045 Print warning instead of error for wrong type arg.
d77a29e4387f [project @ 1997-03-08 08:35:56 by jwe]
jwe
parents: 2797
diff changeset
9046
d77a29e4387f [project @ 1997-03-08 08:35:56 by jwe]
jwe
parents: 2797
diff changeset
9047 * 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
9048
d77a29e4387f [project @ 1997-03-08 08:35:56 by jwe]
jwe
parents: 2797
diff changeset
9049 * 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
9050 arg, not int.
d77a29e4387f [project @ 1997-03-08 08:35:56 by jwe]
jwe
parents: 2797
diff changeset
9051
2797
f81117f4754d [project @ 1997-03-07 07:01:08 by jwe]
jwe
parents: 2795
diff changeset
9052 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
9053
f81117f4754d [project @ 1997-03-07 07:01:08 by jwe]
jwe
parents: 2795
diff changeset
9054 * 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
9055 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
9056 * fsolve.cc (show_fsolve_option): Likewise.
f81117f4754d [project @ 1997-03-07 07:01:08 by jwe]
jwe
parents: 2795
diff changeset
9057 * lsode.cc (show_lsode_option): Likewise.
f81117f4754d [project @ 1997-03-07 07:01:08 by jwe]
jwe
parents: 2795
diff changeset
9058 * npsol.cc (show_npsol_option): Likewise.
f81117f4754d [project @ 1997-03-07 07:01:08 by jwe]
jwe
parents: 2795
diff changeset
9059 * qpsol.cc (show_qpsol_option): Likewise.
f81117f4754d [project @ 1997-03-07 07:01:08 by jwe]
jwe
parents: 2795
diff changeset
9060
f81117f4754d [project @ 1997-03-07 07:01:08 by jwe]
jwe
parents: 2795
diff changeset
9061 * variables.cc (extract_function): New function.
f81117f4754d [project @ 1997-03-07 07:01:08 by jwe]
jwe
parents: 2795
diff changeset
9062 * 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
9063 * fsolve.cc (Ffsolve): Likewise.
f81117f4754d [project @ 1997-03-07 07:01:08 by jwe]
jwe
parents: 2795
diff changeset
9064 * npsol.cc (Fnpsol): Likewise.
f81117f4754d [project @ 1997-03-07 07:01:08 by jwe]
jwe
parents: 2795
diff changeset
9065 * qpsol.cc (Fqpsol): Likewise.
f81117f4754d [project @ 1997-03-07 07:01:08 by jwe]
jwe
parents: 2795
diff changeset
9066 * quad.cc (Fquad): Likewise.
f81117f4754d [project @ 1997-03-07 07:01:08 by jwe]
jwe
parents: 2795
diff changeset
9067
2795
14d07e4a0265 [project @ 1997-03-07 02:18:49 by jwe]
jwe
parents: 2791
diff changeset
9068 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
9069
14d07e4a0265 [project @ 1997-03-07 02:18:49 by jwe]
jwe
parents: 2791
diff changeset
9070 * sighandlers.cc (my_friendly_exit, octave_new_handler,
14d07e4a0265 [project @ 1997-03-07 02:18:49 by jwe]
jwe
parents: 2791
diff changeset
9071 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
9072
14d07e4a0265 [project @ 1997-03-07 02:18:49 by jwe]
jwe
parents: 2791
diff changeset
9073 * 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
9074 print message to cerr.
14d07e4a0265 [project @ 1997-03-07 02:18:49 by jwe]
jwe
parents: 2791
diff changeset
9075 (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
9076 is dead, restore the interrupt handler.
14d07e4a0265 [project @ 1997-03-07 02:18:49 by jwe]
jwe
parents: 2791
diff changeset
9077
14d07e4a0265 [project @ 1997-03-07 02:18:49 by jwe]
jwe
parents: 2791
diff changeset
9078 * load-save.cc (extract_keyword (istream&, char*, int&)):
14d07e4a0265 [project @ 1997-03-07 02:18:49 by jwe]
jwe
parents: 2791
diff changeset
9079 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
9080 and then trying to reuse it.
14d07e4a0265 [project @ 1997-03-07 02:18:49 by jwe]
jwe
parents: 2791
diff changeset
9081 (extract_keyword (istream&, char*)): Likewise.
14d07e4a0265 [project @ 1997-03-07 02:18:49 by jwe]
jwe
parents: 2791
diff changeset
9082
2790
ecc1a12678de [project @ 1997-03-05 02:47:54 by jwe]
jwe
parents: 2779
diff changeset
9083 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
9084
2791
ef422e6f6138 [project @ 1997-03-05 04:53:36 by jwe]
jwe
parents: 2790
diff changeset
9085 * 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
9086 redefined while it is being evaluated.
ef422e6f6138 [project @ 1997-03-05 04:53:36 by jwe]
jwe
parents: 2790
diff changeset
9087 (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
9088 * 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
9089 (tree_function::init): Initialize it to 0.
ef422e6f6138 [project @ 1997-03-05 04:53:36 by jwe]
jwe
parents: 2790
diff changeset
9090 (tree_function::stash_symtab_ptr): New function.
ef422e6f6138 [project @ 1997-03-05 04:53:36 by jwe]
jwe
parents: 2790
diff changeset
9091 * 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
9092 symbol_record in the function definition.
ef422e6f6138 [project @ 1997-03-05 04:53:36 by jwe]
jwe
parents: 2790
diff changeset
9093
ef422e6f6138 [project @ 1997-03-05 04:53:36 by jwe]
jwe
parents: 2790
diff changeset
9094 * symtab.cc (symbol_record::read_only_error): New argument,
ef422e6f6138 [project @ 1997-03-05 04:53:36 by jwe]
jwe
parents: 2790
diff changeset
9095 action. Change all callers.
ef422e6f6138 [project @ 1997-03-05 04:53:36 by jwe]
jwe
parents: 2790
diff changeset
9096 (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
9097
2790
ecc1a12678de [project @ 1997-03-05 02:47:54 by jwe]
jwe
parents: 2779
diff changeset
9098 * 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
9099 confuse us.
ecc1a12678de [project @ 1997-03-05 02:47:54 by jwe]
jwe
parents: 2779
diff changeset
9100
ecc1a12678de [project @ 1997-03-05 02:47:54 by jwe]
jwe
parents: 2779
diff changeset
9101 * symtab.cc (valid_identifier (const string&)): New function.
ecc1a12678de [project @ 1997-03-05 02:47:54 by jwe]
jwe
parents: 2779
diff changeset
9102
2779
50b31bb6b959 [project @ 1997-03-01 21:24:58 by jwe]
jwe
parents: 2777
diff changeset
9103 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
9104
c80d72d52385 [project @ 1997-03-01 07:37:31 by jwe]
jwe
parents: 2774
diff changeset
9105 * Version 2.0.5 released.
c80d72d52385 [project @ 1997-03-01 07:37:31 by jwe]
jwe
parents: 2774
diff changeset
9106
2779
50b31bb6b959 [project @ 1997-03-01 21:24:58 by jwe]
jwe
parents: 2777
diff changeset
9107 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
9108
50b31bb6b959 [project @ 1997-03-01 21:24:58 by jwe]
jwe
parents: 2777
diff changeset
9109 * 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
9110 directory too, so that the tests will work.
50b31bb6b959 [project @ 1997-03-01 21:24:58 by jwe]
jwe
parents: 2777
diff changeset
9111
2777
d741b18efb63 [project @ 1997-03-01 21:09:32 by jwe]
jwe
parents: 2775
diff changeset
9112 * quad.cc: If quad is defined, undefine it.
d741b18efb63 [project @ 1997-03-01 21:09:32 by jwe]
jwe
parents: 2775
diff changeset
9113
2775
c80d72d52385 [project @ 1997-03-01 07:37:31 by jwe]
jwe
parents: 2774
diff changeset
9114 * 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
9115 program_invocation_name or program_invocation_short_name.
2774
5ea69876b258 [project @ 1997-03-01 07:29:02 by jwe]
jwe
parents: 2764
diff changeset
9116
5ea69876b258 [project @ 1997-03-01 07:29:02 by jwe]
jwe
parents: 2764
diff changeset
9117 * strftime.c: Update to current version from FSF.
5ea69876b258 [project @ 1997-03-01 07:29:02 by jwe]
jwe
parents: 2764
diff changeset
9118 * 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
9119 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
9120
2762
ac1427f5c9e6 [project @ 1997-02-28 08:26:30 by jwe]
jwe
parents: 2759
diff changeset
9121 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
9122
2764
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
9123 Implement switch statement:
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
9124
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
9125 * parse.y (Vwarn_variable_switch_label): New static variable.
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
9126 (warn_variable_switch_label): New function.
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
9127 (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
9128 variable here.
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
9129 (make_switch_case, finish_switch_command): New functions.
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
9130 (maybe_warn_variable_switch_label): New function.
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
9131 (end_error): Handle endswitch.
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
9132 (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
9133 New nonterminals.
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
9134 (command): Add switch_command here.
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
9135 * 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
9136 * octave_gperf: Recognize switch, case, otherwise, and endswitch.
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
9137 * token.h (end_tok_type): New item, switch_end.
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
9138 * pt-cmd.cc (tree_switch_command): New class.
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
9139 * 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
9140 * 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
9141 tree_print_code::visit_switch_case_list,
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
9142 tree_print_code::visit_switch_command): New functions.
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
9143 * pt-walk.h (tree_walker::visit_switch_case,
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
9144 tree_walker::visit_switch_case_list,
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
9145 tree_walker::visit_switch_command): New pure virtual declarations.
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
9146 Implement new switch statement.
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
9147 * SLList-misc.cc: Instantiate lists of pointers to
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
9148 tree_switch_case objects too.
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
9149
2c0f259cf83d [project @ 1997-03-01 02:30:26 by jwe]
jwe
parents: 2762
diff changeset
9150 * 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
9151
2762
ac1427f5c9e6 [project @ 1997-02-28 08:26:30 by jwe]
jwe
parents: 2759
diff changeset
9152 * 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
9153 WIFEXTED, WEXITSTATUS, and WIFSIGNALLED macros defined there.
ac1427f5c9e6 [project @ 1997-02-28 08:26:30 by jwe]
jwe
parents: 2759
diff changeset
9154 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
9155 <rdieter@math.unl.edu>.
ac1427f5c9e6 [project @ 1997-02-28 08:26:30 by jwe]
jwe
parents: 2759
diff changeset
9156
2759
99dd10f4eaaf [project @ 1997-02-27 08:59:55 by jwe]
jwe
parents: 2745
diff changeset
9157 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
9158
99dd10f4eaaf [project @ 1997-02-27 08:59:55 by jwe]
jwe
parents: 2745
diff changeset
9159 * 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
9160 error if a conversion fails or we reach EOF.
99dd10f4eaaf [project @ 1997-02-27 08:59:55 by jwe]
jwe
parents: 2745
diff changeset
9161
2745
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2716
diff changeset
9162 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
9163
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2716
diff changeset
9164 * time.cc (strftime): increase initial buffer size.
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2716
diff changeset
9165
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2716
diff changeset
9166 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
9167
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2716
diff changeset
9168 * 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
9169 of arguments.
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2716
diff changeset
9170
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2716
diff changeset
9171 * 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
9172
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2716
diff changeset
9173 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
9174
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2716
diff changeset
9175 * 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
9176 (lexical_feedback::looking_at_parameter_list): Ditto.
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2716
diff changeset
9177 * lex.l (lexical_feedback::init): Initialize them.
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2716
diff changeset
9178 (handle_identifier): Use them.
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2716
diff changeset
9179 * parse.y: Likewise.
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2716
diff changeset
9180
2712
2ff2b536cc9d [project @ 1997-02-21 21:38:21 by jwe]
jwe
parents: 2709
diff changeset
9181 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
9182
2716
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2712
diff changeset
9183 * 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
9184 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
9185
2712
2ff2b536cc9d [project @ 1997-02-21 21:38:21 by jwe]
jwe
parents: 2709
diff changeset
9186 * 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
9187 an error, just quit processing after a conversion fails.
2ff2b536cc9d [project @ 1997-02-21 21:38:21 by jwe]
jwe
parents: 2709
diff changeset
9188
2709
0f72b0462b51 [project @ 1997-02-20 17:55:40 by jwe]
jwe
parents: 2706
diff changeset
9189 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
9190
7a820bb7f406 [project @ 1997-02-19 19:22:34 by jwe]
jwe
parents: 2693
diff changeset
9191 * Version 2.0.4 released.
7a820bb7f406 [project @ 1997-02-19 19:22:34 by jwe]
jwe
parents: 2693
diff changeset
9192
2706
5dd7d7e947b2 [project @ 1997-02-20 05:02:43 by jwe]
jwe
parents: 2705
diff changeset
9193 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
9194
2705
18395aaeafb7 [project @ 1997-02-20 04:56:43 by jwe]
jwe
parents: 2702
diff changeset
9195 * sighandlers.cc (octave_ignore_interrupts,
18395aaeafb7 [project @ 1997-02-20 04:56:43 by jwe]
jwe
parents: 2702
diff changeset
9196 octave_catch_interrupts, octave_set_interrupt_handler):
18395aaeafb7 [project @ 1997-02-20 04:56:43 by jwe]
jwe
parents: 2702
diff changeset
9197 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
9198
18395aaeafb7 [project @ 1997-02-20 04:56:43 by jwe]
jwe
parents: 2702
diff changeset
9199 * sighandlers.h (octave_interrupt_handler): Move declaration here.
18395aaeafb7 [project @ 1997-02-20 04:56:43 by jwe]
jwe
parents: 2702
diff changeset
9200 * sighandlers.cc: From here.
18395aaeafb7 [project @ 1997-02-20 04:56:43 by jwe]
jwe
parents: 2702
diff changeset
9201
18395aaeafb7 [project @ 1997-02-20 04:56:43 by jwe]
jwe
parents: 2702
diff changeset
9202 * toplev.cc: Undo previous change.
18395aaeafb7 [project @ 1997-02-20 04:56:43 by jwe]
jwe
parents: 2702
diff changeset
9203
2702
7a820bb7f406 [project @ 1997-02-19 19:22:34 by jwe]
jwe
parents: 2693
diff changeset
9204 * 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
9205 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
9206 use the normal function call syntax to invoke them.
7a820bb7f406 [project @ 1997-02-19 19:22:34 by jwe]
jwe
parents: 2693
diff changeset
9207
2693
f4d0604cbcc4 [project @ 1997-02-18 15:25:21 by jwe]
jwe
parents: 2692
diff changeset
9208 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
9209
2702
7a820bb7f406 [project @ 1997-02-19 19:22:34 by jwe]
jwe
parents: 2693
diff changeset
9210 * 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
9211
2690
b91b72e856ce [project @ 1997-02-18 09:22:47 by jwe]
jwe
parents: 2689
diff changeset
9212 * Version 2.0.3 released.
b91b72e856ce [project @ 1997-02-18 09:22:47 by jwe]
jwe
parents: 2689
diff changeset
9213
2693
f4d0604cbcc4 [project @ 1997-02-18 15:25:21 by jwe]
jwe
parents: 2692
diff changeset
9214 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
9215
f4d0604cbcc4 [project @ 1997-02-18 15:25:21 by jwe]
jwe
parents: 2692
diff changeset
9216 * toplev.cc (run_command_and_return_output):
f4d0604cbcc4 [project @ 1997-02-18 15:25:21 by jwe]
jwe
parents: 2692
diff changeset
9217 Block SIGCHLD while running subprocess.
f4d0604cbcc4 [project @ 1997-02-18 15:25:21 by jwe]
jwe
parents: 2692
diff changeset
9218 (cleanup_iprocstream): Unblock it here.
f4d0604cbcc4 [project @ 1997-02-18 15:25:21 by jwe]
jwe
parents: 2692
diff changeset
9219
f4d0604cbcc4 [project @ 1997-02-18 15:25:21 by jwe]
jwe
parents: 2692
diff changeset
9220 * 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
9221 * sighandlers.cc: From here.
f4d0604cbcc4 [project @ 1997-02-18 15:25:21 by jwe]
jwe
parents: 2692
diff changeset
9222
2692
25fbbe6074e9 [project @ 1997-02-18 09:49:11 by jwe]
jwe
parents: 2690
diff changeset
9223 * toplev.cc (system): Shift then mask exit status.
25fbbe6074e9 [project @ 1997-02-18 09:49:11 by jwe]
jwe
parents: 2690
diff changeset
9224
25fbbe6074e9 [project @ 1997-02-18 09:49:11 by jwe]
jwe
parents: 2690
diff changeset
9225 * 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
9226
2689
8c7955a8d49f [project @ 1997-02-18 09:06:10 by jwe]
jwe
parents: 2687
diff changeset
9227 * toplev.cc (octave_config_info): Handle option argument.
8c7955a8d49f [project @ 1997-02-18 09:06:10 by jwe]
jwe
parents: 2687
diff changeset
9228
2686
6d0a6fc92f06 [project @ 1997-02-14 22:31:36 by jwe]
jwe
parents: 2676
diff changeset
9229 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
9230
2687
3e611118ce15 [project @ 1997-02-14 23:37:36 by jwe]
jwe
parents: 2686
diff changeset
9231 * 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
9232 check to see if the result matrix needs resizing!
3e611118ce15 [project @ 1997-02-14 23:37:36 by jwe]
jwe
parents: 2686
diff changeset
9233
2686
6d0a6fc92f06 [project @ 1997-02-14 22:31:36 by jwe]
jwe
parents: 2676
diff changeset
9234 * 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
9235
2669
c821858188b6 [project @ 1997-02-13 18:25:39 by jwe]
jwe
parents: 2665
diff changeset
9236 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
9237
2676
a5a300c61159 [project @ 1997-02-14 03:16:06 by jwe]
jwe
parents: 2675
diff changeset
9238 * Makefile.in (stamp-prereq): Depend on stamp-picdir.
a5a300c61159 [project @ 1997-02-14 03:16:06 by jwe]
jwe
parents: 2675
diff changeset
9239 (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
9240 (stamp-tinst, stamp-interp, libtinst.a, liboctinterp.a):
a5a300c61159 [project @ 1997-02-14 03:16:06 by jwe]
jwe
parents: 2675
diff changeset
9241 Do depend on stamp-prereq.
a5a300c61159 [project @ 1997-02-14 03:16:06 by jwe]
jwe
parents: 2675
diff changeset
9242 (stamp-picdir): Silence noise about making pic.
a5a300c61159 [project @ 1997-02-14 03:16:06 by jwe]
jwe
parents: 2675
diff changeset
9243 (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
9244 $(CXX) -shared.
a5a300c61159 [project @ 1997-02-14 03:16:06 by jwe]
jwe
parents: 2675
diff changeset
9245
2675
5b13fb88db90 [project @ 1997-02-13 22:34:18 by jwe]
jwe
parents: 2672
diff changeset
9246 * oct-conf.h.in: Reinstate RLD_FLAG.
5b13fb88db90 [project @ 1997-02-13 22:34:18 by jwe]
jwe
parents: 2672
diff changeset
9247 * toplev.cc (octave_config_info): Likewise.
5b13fb88db90 [project @ 1997-02-13 22:34:18 by jwe]
jwe
parents: 2672
diff changeset
9248
2672
e93b4c32457b [project @ 1997-02-13 20:34:48 by jwe]
jwe
parents: 2669
diff changeset
9249 * 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
9250 (Fatan2): Use new function names.
e93b4c32457b [project @ 1997-02-13 20:34:48 by jwe]
jwe
parents: 2669
diff changeset
9251
e93b4c32457b [project @ 1997-02-13 20:34:48 by jwe]
jwe
parents: 2669
diff changeset
9252 * 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
9253 of friend function.
e93b4c32457b [project @ 1997-02-13 20:34:48 by jwe]
jwe
parents: 2669
diff changeset
9254
2669
c821858188b6 [project @ 1997-02-13 18:25:39 by jwe]
jwe
parents: 2665
diff changeset
9255 * 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
9256 New function.
c821858188b6 [project @ 1997-02-13 18:25:39 by jwe]
jwe
parents: 2665
diff changeset
9257
c821858188b6 [project @ 1997-02-13 18:25:39 by jwe]
jwe
parents: 2665
diff changeset
9258 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
9259
c821858188b6 [project @ 1997-02-13 18:25:39 by jwe]
jwe
parents: 2665
diff changeset
9260 * 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
9261
c821858188b6 [project @ 1997-02-13 18:25:39 by jwe]
jwe
parents: 2665
diff changeset
9262 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
9263
c821858188b6 [project @ 1997-02-13 18:25:39 by jwe]
jwe
parents: 2665
diff changeset
9264 * dirfns.cc (Freaddir, Fmkdir, Frmdir, Frename):
c821858188b6 [project @ 1997-02-13 18:25:39 by jwe]
jwe
parents: 2665
diff changeset
9265 Also return status and error message.
c821858188b6 [project @ 1997-02-13 18:25:39 by jwe]
jwe
parents: 2665
diff changeset
9266
c821858188b6 [project @ 1997-02-13 18:25:39 by jwe]
jwe
parents: 2665
diff changeset
9267 * syscalls.cc (Fdup2, Fexec, Ffork, Ffcntl, Funlink, Fmkfifo,
c821858188b6 [project @ 1997-02-13 18:25:39 by jwe]
jwe
parents: 2665
diff changeset
9268 Fpipe, Fwaitpid): Also return error message.
c821858188b6 [project @ 1997-02-13 18:25:39 by jwe]
jwe
parents: 2665
diff changeset
9269
2664
9ccca1037db3 [project @ 1997-02-08 23:17:04 by jwe]
jwe
parents: 2663
diff changeset
9270 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
9271
2665
02f298ddf9f6 [project @ 1997-02-08 23:47:34 by jwe]
jwe
parents: 2664
diff changeset
9272 * pt-exp.cc (tree_simple_assignment_expression::eval): Return
02f298ddf9f6 [project @ 1997-02-08 23:47:34 by jwe]
jwe
parents: 2664
diff changeset
9273 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
9274
2664
9ccca1037db3 [project @ 1997-02-08 23:17:04 by jwe]
jwe
parents: 2663
diff changeset
9275 * 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
9276 string matrices.
9ccca1037db3 [project @ 1997-02-08 23:17:04 by jwe]
jwe
parents: 2663
diff changeset
9277
2663
00b2eff19bf5 [project @ 1997-02-08 21:58:49 by jwe]
jwe
parents: 2652
diff changeset
9278 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
9279
00b2eff19bf5 [project @ 1997-02-08 21:58:49 by jwe]
jwe
parents: 2652
diff changeset
9280 * oct-stream.cc (scanf_format_list::process_conversion): Accept
00b2eff19bf5 [project @ 1997-02-08 21:58:49 by jwe]
jwe
parents: 2652
diff changeset
9281 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
9282 modifier for floating point conversions.
00b2eff19bf5 [project @ 1997-02-08 21:58:49 by jwe]
jwe
parents: 2652
diff changeset
9283
2652
69613a17f51a [project @ 1997-01-31 20:30:22 by jwe]
jwe
parents: 2648
diff changeset
9284 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
9285
69613a17f51a [project @ 1997-01-31 20:30:22 by jwe]
jwe
parents: 2648
diff changeset
9286 * 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
9287
2643
c69a267054d1 [project @ 1997-01-29 14:25:57 by jwe]
jwe
parents: 2638
diff changeset
9288 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
9289
2648
024f4068ecaf [project @ 1997-01-29 20:26:49 by jwe]
jwe
parents: 2646
diff changeset
9290 * 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
9291
2646
5adf5280858c [project @ 1997-01-29 18:59:41 by jwe]
jwe
parents: 2643
diff changeset
9292 * 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
9293 running in interactive or forced_interactive mode.
5adf5280858c [project @ 1997-01-29 18:59:41 by jwe]
jwe
parents: 2643
diff changeset
9294
5adf5280858c [project @ 1997-01-29 18:59:41 by jwe]
jwe
parents: 2643
diff changeset
9295 * mk-oct-links: Rename from mk-oct-links.in.
5adf5280858c [project @ 1997-01-29 18:59:41 by jwe]
jwe
parents: 2643
diff changeset
9296 Don't use symbolic links.
5adf5280858c [project @ 1997-01-29 18:59:41 by jwe]
jwe
parents: 2643
diff changeset
9297 * 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
9298 (mk-oct-links): Delete target.
5adf5280858c [project @ 1997-01-29 18:59:41 by jwe]
jwe
parents: 2643
diff changeset
9299 (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
9300 Run $(srcdir)/mk-oct-links, not ./mk-oct-links.
5adf5280858c [project @ 1997-01-29 18:59:41 by jwe]
jwe
parents: 2643
diff changeset
9301
2643
c69a267054d1 [project @ 1997-01-29 14:25:57 by jwe]
jwe
parents: 2638
diff changeset
9302 * qr.cc (qr): Doc fix.
c69a267054d1 [project @ 1997-01-29 14:25:57 by jwe]
jwe
parents: 2638
diff changeset
9303
2638
652a14bff36b [project @ 1997-01-28 16:52:00 by jwe]
jwe
parents: 2634
diff changeset
9304 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
9305
652a14bff36b [project @ 1997-01-28 16:52:00 by jwe]
jwe
parents: 2634
diff changeset
9306 * Makefile.in (install-inc): Create a relative symbolic link.
652a14bff36b [project @ 1997-01-28 16:52:00 by jwe]
jwe
parents: 2634
diff changeset
9307 (install-bin): Create a relative symbolic link.
652a14bff36b [project @ 1997-01-28 16:52:00 by jwe]
jwe
parents: 2634
diff changeset
9308
2630
fdee6fe3e73b [project @ 1997-01-27 19:08:47 by jwe]
jwe
parents: 2626
diff changeset
9309 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
9310
2634
eebc31f84a4d [project @ 1997-01-27 21:53:18 by jwe]
jwe
parents: 2630
diff changeset
9311 * Version 2.0.2 released.
eebc31f84a4d [project @ 1997-01-27 21:53:18 by jwe]
jwe
parents: 2630
diff changeset
9312
eebc31f84a4d [project @ 1997-01-27 21:53:18 by jwe]
jwe
parents: 2630
diff changeset
9313 * 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
9314 Substitute bsd_gcc_kluge_targets_frag.
eebc31f84a4d [project @ 1997-01-27 21:53:18 by jwe]
jwe
parents: 2630
diff changeset
9315
2630
fdee6fe3e73b [project @ 1997-01-27 19:08:47 by jwe]
jwe
parents: 2626
diff changeset
9316 * sysdep.cc (Fsleep): New function.
fdee6fe3e73b [project @ 1997-01-27 19:08:47 by jwe]
jwe
parents: 2626
diff changeset
9317 (Fusleep): New function.
fdee6fe3e73b [project @ 1997-01-27 19:08:47 by jwe]
jwe
parents: 2626
diff changeset
9318
fdee6fe3e73b [project @ 1997-01-27 19:08:47 by jwe]
jwe
parents: 2626
diff changeset
9319 * 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
9320 * oct-conf.h.in: Don't define RLD_FLAG
fdee6fe3e73b [project @ 1997-01-27 19:08:47 by jwe]
jwe
parents: 2626
diff changeset
9321
2626
b35a5cd8107f [project @ 1997-01-27 01:41:30 by jwe]
jwe
parents: 2624
diff changeset
9322 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
9323
b35a5cd8107f [project @ 1997-01-27 01:41:30 by jwe]
jwe
parents: 2624
diff changeset
9324 * sighandlers.cc (sigchld_handler): Block SIGCHLD while
b35a5cd8107f [project @ 1997-01-27 01:41:30 by jwe]
jwe
parents: 2624
diff changeset
9325 sigchld_hander is running.
b35a5cd8107f [project @ 1997-01-27 01:41:30 by jwe]
jwe
parents: 2624
diff changeset
9326
2624
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
9327 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
9328
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
9329 * Makefile.in (bin-dist): Update for 2.x.
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
9330
2621
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2620
diff changeset
9331 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
9332
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2620
diff changeset
9333 * 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
9334
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2620
diff changeset
9335 * 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
9336 before scanning.
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2620
diff changeset
9337
2620
5c773d4745d6 [project @ 1997-01-23 16:26:25 by jwe]
jwe
parents: 2618
diff changeset
9338 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
9339
5c773d4745d6 [project @ 1997-01-23 16:26:25 by jwe]
jwe
parents: 2618
diff changeset
9340 * 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
9341 New function.
5c773d4745d6 [project @ 1997-01-23 16:26:25 by jwe]
jwe
parents: 2618
diff changeset
9342 * 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
9343 * parse.y (make_break_command, make_continue_command,
5c773d4745d6 [project @ 1997-01-23 16:26:25 by jwe]
jwe
parents: 2618
diff changeset
9344 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
9345 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
9346 script file.
5c773d4745d6 [project @ 1997-01-23 16:26:25 by jwe]
jwe
parents: 2618
diff changeset
9347 * 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
9348 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
9349 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
9350 (main_loop): If not interactive or forced_interactive, handle
5c773d4745d6 [project @ 1997-01-23 16:26:25 by jwe]
jwe
parents: 2618
diff changeset
9351 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
9352 Set global_command to 0 after deleting it.
5c773d4745d6 [project @ 1997-01-23 16:26:25 by jwe]
jwe
parents: 2618
diff changeset
9353 * error.cc (Ferror): Doc fix.
5c773d4745d6 [project @ 1997-01-23 16:26:25 by jwe]
jwe
parents: 2618
diff changeset
9354 * 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
9355
2618
aa667ac18d12 [project @ 1997-01-23 03:16:28 by jwe]
jwe
parents: 2616
diff changeset
9356 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
9357
aa667ac18d12 [project @ 1997-01-23 03:16:28 by jwe]
jwe
parents: 2616
diff changeset
9358 * input.cc (gnu_readline): If not using readline, flush
aa667ac18d12 [project @ 1997-01-23 03:16:28 by jwe]
jwe
parents: 2616
diff changeset
9359 rl_outstream after printing prompt.
aa667ac18d12 [project @ 1997-01-23 03:16:28 by jwe]
jwe
parents: 2616
diff changeset
9360 (octave_gets): Also call flush_octave_stdout() if
aa667ac18d12 [project @ 1997-01-23 03:16:28 by jwe]
jwe
parents: 2616
diff changeset
9361 forced_interactive, not just if interactive.
aa667ac18d12 [project @ 1997-01-23 03:16:28 by jwe]
jwe
parents: 2616
diff changeset
9362 (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
9363 command line if also reading a script file.
aa667ac18d12 [project @ 1997-01-23 03:16:28 by jwe]
jwe
parents: 2616
diff changeset
9364
2616
4cd6d8d8ac29 [project @ 1997-01-22 05:03:26 by jwe]
jwe
parents: 2614
diff changeset
9365 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
9366
4cd6d8d8ac29 [project @ 1997-01-22 05:03:26 by jwe]
jwe
parents: 2614
diff changeset
9367 * SLList.h: Include "BaseSLList.h", not <BaseSLList.h>.
4cd6d8d8ac29 [project @ 1997-01-22 05:03:26 by jwe]
jwe
parents: 2614
diff changeset
9368
2610
8125b6f9c134 [project @ 1997-01-20 17:23:44 by jwe]
jwe
parents: 2609
diff changeset
9369 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
9370
2614
ae47b0911863 [project @ 1997-01-21 03:57:46 by jwe]
jwe
parents: 2613
diff changeset
9371 * lex.l (token_stack): Don't declare static.
ae47b0911863 [project @ 1997-01-21 03:57:46 by jwe]
jwe
parents: 2613
diff changeset
9372 * pt-plot.cc (tmp_files): Likewise.
ae47b0911863 [project @ 1997-01-21 03:57:46 by jwe]
jwe
parents: 2613
diff changeset
9373 * toplev.cc (octave_atexit_functions): Likewise.
ae47b0911863 [project @ 1997-01-21 03:57:46 by jwe]
jwe
parents: 2613
diff changeset
9374 * unwind-prot.cc (unwind_protect_list): Likewise.
ae47b0911863 [project @ 1997-01-21 03:57:46 by jwe]
jwe
parents: 2613
diff changeset
9375
2613
5bcee07be597 [project @ 1997-01-21 03:52:08 by jwe]
jwe
parents: 2610
diff changeset
9376 * 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
9377 arguments being empty. Change all callers.
5bcee07be597 [project @ 1997-01-21 03:52:08 by jwe]
jwe
parents: 2610
diff changeset
9378
5bcee07be597 [project @ 1997-01-21 03:52:08 by jwe]
jwe
parents: 2610
diff changeset
9379 * oct-stream.cc (printf_value_cache::looking_at_string):
5bcee07be597 [project @ 1997-01-21 03:52:08 by jwe]
jwe
parents: 2610
diff changeset
9380 Handle empty strings correctly now that they are 0x0.
5bcee07be597 [project @ 1997-01-21 03:52:08 by jwe]
jwe
parents: 2610
diff changeset
9381
2610
8125b6f9c134 [project @ 1997-01-20 17:23:44 by jwe]
jwe
parents: 2609
diff changeset
9382 * file-io.cc: Don't include "syswait.h" here.
8125b6f9c134 [project @ 1997-01-20 17:23:44 by jwe]
jwe
parents: 2609
diff changeset
9383
8125b6f9c134 [project @ 1997-01-20 17:23:44 by jwe]
jwe
parents: 2609
diff changeset
9384 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
9385
8125b6f9c134 [project @ 1997-01-20 17:23:44 by jwe]
jwe
parents: 2609
diff changeset
9386 * 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
9387 streamoff, not streampos.
8125b6f9c134 [project @ 1997-01-20 17:23:44 by jwe]
jwe
parents: 2609
diff changeset
9388 (octave_stream::seek): Likewise.
8125b6f9c134 [project @ 1997-01-20 17:23:44 by jwe]
jwe
parents: 2609
diff changeset
9389 * oct-strstrm.h (octave_base_strstream::seek): Likewise.
8125b6f9c134 [project @ 1997-01-20 17:23:44 by jwe]
jwe
parents: 2609
diff changeset
9390 * oct-stdstrm.h (octave_base_stdiostream::seek): Likewise.
8125b6f9c134 [project @ 1997-01-20 17:23:44 by jwe]
jwe
parents: 2609
diff changeset
9391 * oct-iostrm.h (octave_base_iostream::seek): Likewise.
8125b6f9c134 [project @ 1997-01-20 17:23:44 by jwe]
jwe
parents: 2609
diff changeset
9392 * oct-fstrm.h (octave_fstream::seek): Likewise.
8125b6f9c134 [project @ 1997-01-20 17:23:44 by jwe]
jwe
parents: 2609
diff changeset
9393
2609
12bc9d0a50b5 [project @ 1997-01-18 00:17:36 by jwe]
jwe
parents: 2608
diff changeset
9394 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
9395
12bc9d0a50b5 [project @ 1997-01-18 00:17:36 by jwe]
jwe
parents: 2608
diff changeset
9396 * 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
9397
12bc9d0a50b5 [project @ 1997-01-18 00:17:36 by jwe]
jwe
parents: 2608
diff changeset
9398 * 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
9399 Do the work for octave_stream::get_file_number.
12bc9d0a50b5 [project @ 1997-01-18 00:17:36 by jwe]
jwe
parents: 2608
diff changeset
9400 (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
9401
2608
bac14003d9bb [project @ 1997-01-18 00:11:48 by jwe]
jwe
parents: 2602
diff changeset
9402 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
9403
bac14003d9bb [project @ 1997-01-18 00:11:48 by jwe]
jwe
parents: 2602
diff changeset
9404 * 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
9405
2602
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2601
diff changeset
9406 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
9407
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2601
diff changeset
9408 * Version 2.0.1 released.
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2601
diff changeset
9409
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2601
diff changeset
9410 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
9411
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2601
diff changeset
9412 * 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
9413 (tm_row_const::all_empty): New function.
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2601
diff changeset
9414 (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
9415 (tm_const::all_mt): New variable.
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2601
diff changeset
9416 (tm_const::all_emtpy): New function.
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2601
diff changeset
9417 (tm_const::init): Set all_mt here.
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2601
diff changeset
9418 (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
9419 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
9420 empty string.
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2601
diff changeset
9421
2601
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2600
diff changeset
9422 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
9423
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2600
diff changeset
9424 * 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
9425 * 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
9426 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
9427 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
9428 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
9429 for empty matrix cases.
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2600
diff changeset
9430
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2600
diff changeset
9431 * 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
9432 true, initialize return values before evaluating function, for
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2600
diff changeset
9433 compatibility with Matlab.
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2600
diff changeset
9434
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2600
diff changeset
9435 * 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
9436
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2600
diff changeset
9437 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
9438
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2600
diff changeset
9439 * 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
9440 avoid syntax error from ksh.
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2600
diff changeset
9441
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2600
diff changeset
9442 * pr-output.cc (octave_print_internal): Avoid unused parameter
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2600
diff changeset
9443 warning from gcc.
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2600
diff changeset
9444
2600
c454cd888ada [project @ 1996-12-19 22:35:54 by jwe]
jwe
parents: 2599
diff changeset
9445 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
9446
c454cd888ada [project @ 1996-12-19 22:35:54 by jwe]
jwe
parents: 2599
diff changeset
9447 * oct-stream.cc (octave_base_stream::do_scanf):
c454cd888ada [project @ 1996-12-19 22:35:54 by jwe]
jwe
parents: 2599
diff changeset
9448 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
9449 (octave_base_stream::do_oscanf): Likewise.
c454cd888ada [project @ 1996-12-19 22:35:54 by jwe]
jwe
parents: 2599
diff changeset
9450
c454cd888ada [project @ 1996-12-19 22:35:54 by jwe]
jwe
parents: 2599
diff changeset
9451 * sighandlers.cc (sigchld_handler): Fix typos.
c454cd888ada [project @ 1996-12-19 22:35:54 by jwe]
jwe
parents: 2599
diff changeset
9452
2598
36a4daa9e3c7 [project @ 1996-12-19 02:27:21 by jwe]
jwe
parents: 2589
diff changeset
9453 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
9454
2599
9705ea40f0a2 [project @ 1996-12-19 04:49:09 by jwe]
jwe
parents: 2598
diff changeset
9455 * 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
9456
9705ea40f0a2 [project @ 1996-12-19 04:49:09 by jwe]
jwe
parents: 2598
diff changeset
9457 * ov-range.cc (octave_range::not): New function.
9705ea40f0a2 [project @ 1996-12-19 04:49:09 by jwe]
jwe
parents: 2598
diff changeset
9458 * ov-range.h (octave_range::uminus): New function.
9705ea40f0a2 [project @ 1996-12-19 04:49:09 by jwe]
jwe
parents: 2598
diff changeset
9459
2598
36a4daa9e3c7 [project @ 1996-12-19 02:27:21 by jwe]
jwe
parents: 2589
diff changeset
9460 * BaseSLList.cc: Include error.h.
36a4daa9e3c7 [project @ 1996-12-19 02:27:21 by jwe]
jwe
parents: 2589
diff changeset
9461 (BaseSLList::error): Call ::error() to process error message.
36a4daa9e3c7 [project @ 1996-12-19 02:27:21 by jwe]
jwe
parents: 2589
diff changeset
9462
2589
49ae0d992eea [project @ 1996-12-13 08:41:43 by jwe]
jwe
parents: 2586
diff changeset
9463 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
9464
49ae0d992eea [project @ 1996-12-13 08:41:43 by jwe]
jwe
parents: 2586
diff changeset
9465 * 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
9466 assignment fails.
49ae0d992eea [project @ 1996-12-13 08:41:43 by jwe]
jwe
parents: 2586
diff changeset
9467
2586
00163160cf66 [project @ 1996-12-11 18:34:57 by jwe]
jwe
parents: 2584
diff changeset
9468 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
9469
00163160cf66 [project @ 1996-12-11 18:34:57 by jwe]
jwe
parents: 2584
diff changeset
9470 * 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
9471 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
9472
2580
fa7dd5fc7c59 [project @ 1996-12-10 06:30:41 by jwe]
jwe
parents: 2577
diff changeset
9473 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
9474
2583
df3124e46963 [project @ 1996-12-10 07:45:00 by jwe]
jwe
parents: 2580
diff changeset
9475 * Version 2.0 released.
df3124e46963 [project @ 1996-12-10 07:45:00 by jwe]
jwe
parents: 2580
diff changeset
9476
2584
5e41d9c42283 [project @ 1996-12-10 09:39:44 by jwe]
jwe
parents: 2583
diff changeset
9477 * 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
9478 argc > 1.
5e41d9c42283 [project @ 1996-12-10 09:39:44 by jwe]
jwe
parents: 2583
diff changeset
9479
2580
fa7dd5fc7c59 [project @ 1996-12-10 06:30:41 by jwe]
jwe
parents: 2577
diff changeset
9480 * 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
9481 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
9482 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
9483 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
9484 and SLList.cc as necessary.
fa7dd5fc7c59 [project @ 1996-12-10 06:30:41 by jwe]
jwe
parents: 2577
diff changeset
9485
fa7dd5fc7c59 [project @ 1996-12-10 06:30:41 by jwe]
jwe
parents: 2577
diff changeset
9486 * Stack.cc, SLStack.cc, SLList.cc: New files.
fa7dd5fc7c59 [project @ 1996-12-10 06:30:41 by jwe]
jwe
parents: 2577
diff changeset
9487 * Makefile.in (SOURCES): Add them to the list.
fa7dd5fc7c59 [project @ 1996-12-10 06:30:41 by jwe]
jwe
parents: 2577
diff changeset
9488
2575
e57847e2de87 [project @ 1996-12-09 18:05:37 by jwe]
jwe
parents: 2572
diff changeset
9489 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
9490
2577
2f0ea8b0db0e [project @ 1996-12-09 20:28:13 by jwe]
jwe
parents: 2575
diff changeset
9491 * 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
9492 find the right file on cygwin32 systems.
2f0ea8b0db0e [project @ 1996-12-09 20:28:13 by jwe]
jwe
parents: 2575
diff changeset
9493
2575
e57847e2de87 [project @ 1996-12-09 18:05:37 by jwe]
jwe
parents: 2572
diff changeset
9494 * 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
9495 octave_value class.
e57847e2de87 [project @ 1996-12-09 18:05:37 by jwe]
jwe
parents: 2572
diff changeset
9496
2572
5c2be7c820ed [project @ 1996-12-08 04:02:46 by jwe]
jwe
parents: 2571
diff changeset
9497 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
9498
5c2be7c820ed [project @ 1996-12-08 04:02:46 by jwe]
jwe
parents: 2571
diff changeset
9499 * oct-stream.cc (do_printf_conv, do_scanf_conv,
5c2be7c820ed [project @ 1996-12-08 04:02:46 by jwe]
jwe
parents: 2571
diff changeset
9500 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
9501 functions instead of CPP macros, using templates where necessary.
5c2be7c820ed [project @ 1996-12-08 04:02:46 by jwe]
jwe
parents: 2571
diff changeset
9502 (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
9503 discarded values.
5c2be7c820ed [project @ 1996-12-08 04:02:46 by jwe]
jwe
parents: 2571
diff changeset
9504
2569
5e0c65023ba5 [project @ 1996-12-06 07:36:46 by jwe]
jwe
parents: 2566
diff changeset
9505 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
9506
2572
5c2be7c820ed [project @ 1996-12-08 04:02:46 by jwe]
jwe
parents: 2571
diff changeset
9507 * Version 1.94.
5c2be7c820ed [project @ 1996-12-08 04:02:46 by jwe]
jwe
parents: 2571
diff changeset
9508
2571
2480ef198c46 [project @ 1996-12-06 21:18:39 by jwe]
jwe
parents: 2569
diff changeset
9509 * Map-*.cc, SLList-*.cc, SLStack-*.cc: Include config.h.
2480ef198c46 [project @ 1996-12-06 21:18:39 by jwe]
jwe
parents: 2569
diff changeset
9510
2480ef198c46 [project @ 1996-12-06 21:18:39 by jwe]
jwe
parents: 2569
diff changeset
9511 * ov.h: Don't include SLList.h.
2480ef198c46 [project @ 1996-12-06 21:18:39 by jwe]
jwe
parents: 2569
diff changeset
9512
2480ef198c46 [project @ 1996-12-06 21:18:39 by jwe]
jwe
parents: 2569
diff changeset
9513 * SLStack.cc: Delete. Move everything to SLStack.h.
2480ef198c46 [project @ 1996-12-06 21:18:39 by jwe]
jwe
parents: 2569
diff changeset
9514
2480ef198c46 [project @ 1996-12-06 21:18:39 by jwe]
jwe
parents: 2569
diff changeset
9515 * BaseSLList.h, BaseSLList.cc: New files. Split out the
2480ef198c46 [project @ 1996-12-06 21:18:39 by jwe]
jwe
parents: 2569
diff changeset
9516 non-template base class parts of SLList.
2480ef198c46 [project @ 1996-12-06 21:18:39 by jwe]
jwe
parents: 2569
diff changeset
9517
2569
5e0c65023ba5 [project @ 1996-12-06 07:36:46 by jwe]
jwe
parents: 2566
diff changeset
9518 * Makefile.in (TEMPLATE_SRC): Delete. Move files to SOURCES.
5e0c65023ba5 [project @ 1996-12-06 07:36:46 by jwe]
jwe
parents: 2566
diff changeset
9519 * Map.h, Map.cc: Add #pragma interface/implementation.
5e0c65023ba5 [project @ 1996-12-06 07:36:46 by jwe]
jwe
parents: 2566
diff changeset
9520 * SLStack.h, SLStack.cc: Add #pragma interface/implementation.
5e0c65023ba5 [project @ 1996-12-06 07:36:46 by jwe]
jwe
parents: 2566
diff changeset
9521
5e0c65023ba5 [project @ 1996-12-06 07:36:46 by jwe]
jwe
parents: 2566
diff changeset
9522 * 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
9523 interface/implementation.
5e0c65023ba5 [project @ 1996-12-06 07:36:46 by jwe]
jwe
parents: 2566
diff changeset
9524 * Makefile.in (SOURCES): Add SLList.cc.
5e0c65023ba5 [project @ 1996-12-06 07:36:46 by jwe]
jwe
parents: 2566
diff changeset
9525 (INCLUDES): Add SLList.h.
5e0c65023ba5 [project @ 1996-12-06 07:36:46 by jwe]
jwe
parents: 2566
diff changeset
9526
2566
bcdd6bf533ea [project @ 1996-12-06 00:51:31 by jwe]
jwe
parents: 2563
diff changeset
9527 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
9528
bcdd6bf533ea [project @ 1996-12-06 00:51:31 by jwe]
jwe
parents: 2563
diff changeset
9529 * octave.cc: Don't include sun-utils.h.
bcdd6bf533ea [project @ 1996-12-06 00:51:31 by jwe]
jwe
parents: 2563
diff changeset
9530
2563
8b0911d576bf [project @ 1996-12-05 19:06:58 by jwe]
jwe
parents: 2555
diff changeset
9531 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
9532
8b0911d576bf [project @ 1996-12-05 19:06:58 by jwe]
jwe
parents: 2555
diff changeset
9533 * 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
9534
2555
97abf5d72929 [project @ 1996-11-21 18:31:31 by jwe]
jwe
parents: 2554
diff changeset
9535 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
9536
97abf5d72929 [project @ 1996-11-21 18:31:31 by jwe]
jwe
parents: 2554
diff changeset
9537 * 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
9538 hermitian operators.
97abf5d72929 [project @ 1996-11-21 18:31:31 by jwe]
jwe
parents: 2554
diff changeset
9539 * ov-ch-mat.h (octave_char_matrix): Likewise.
97abf5d72929 [project @ 1996-11-21 18:31:31 by jwe]
jwe
parents: 2554
diff changeset
9540
2548
b50cc31aa0cd [project @ 1996-11-20 06:43:26 by jwe]
jwe
parents: 2546
diff changeset
9541 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
9542
2554
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2552
diff changeset
9543 * sighandlers.h (struct octave_interrupt_handler): Provide
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2552
diff changeset
9544 forward declaration here.
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2552
diff changeset
9545 * sighandlers.cc (octave_interrupt_handler): New struct.
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2552
diff changeset
9546 (octave_catch_interrupts): Rename from catch_interrupts.
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2552
diff changeset
9547 (octave_ignore_interrupts, octave_set_interrupt_handler):
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2552
diff changeset
9548 New functions.
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2552
diff changeset
9549 * 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
9550 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
9551 not we have to deal with SIGBREAK.
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2552
diff changeset
9552
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2552
diff changeset
9553 * pt-plot.cc [! HAVE_POSIX_SIGNALS] (open_plot_stream):
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2552
diff changeset
9554 Simply ignore and restore the interrupt handler here.
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2552
diff changeset
9555
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2552
diff changeset
9556 * sighandlers.cc (MAYBE_REINSTALL_SIGHANDLER): New macro. Use it
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2552
diff changeset
9557 instead of always checking MUST_REINSTALL_SIGHANDLERS everywhere.
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2552
diff changeset
9558 (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
9559 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
9560 [__EMX__] (sigchld_handler): Save and restore handlers for SIGINT,
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2552
diff changeset
9561 SIGBREAK, and SIGCHLD. Ignore them while waiting on children.
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2552
diff changeset
9562 (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
9563
2552
b9f178af9281 [project @ 1996-11-20 23:20:09 by jwe]
jwe
parents: 2549
diff changeset
9564 * toplev.cc [USE_READLINE] (clean_up_and_exit):
b9f178af9281 [project @ 1996-11-20 23:20:09 by jwe]
jwe
parents: 2549
diff changeset
9565 Call rl_deprep_terminal() to restore terminal settings.
b9f178af9281 [project @ 1996-11-20 23:20:09 by jwe]
jwe
parents: 2549
diff changeset
9566
b9f178af9281 [project @ 1996-11-20 23:20:09 by jwe]
jwe
parents: 2549
diff changeset
9567 * sysdep.cc [__EMX__ && OS2] (Fextproc): New command.
b9f178af9281 [project @ 1996-11-20 23:20:09 by jwe]
jwe
parents: 2549
diff changeset
9568 [__EMX__ && OS2] (FEXTPROC): Alias for Fextproc.
b9f178af9281 [project @ 1996-11-20 23:20:09 by jwe]
jwe
parents: 2549
diff changeset
9569
b9f178af9281 [project @ 1996-11-20 23:20:09 by jwe]
jwe
parents: 2549
diff changeset
9570 * Version 1.93.
b9f178af9281 [project @ 1996-11-20 23:20:09 by jwe]
jwe
parents: 2549
diff changeset
9571
2549
6551a8230ded [project @ 1996-11-20 06:58:51 by jwe]
jwe
parents: 2548
diff changeset
9572 * 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
9573 converting to upper case.
6551a8230ded [project @ 1996-11-20 06:58:51 by jwe]
jwe
parents: 2548
diff changeset
9574
2548
b50cc31aa0cd [project @ 1996-11-20 06:43:26 by jwe]
jwe
parents: 2546
diff changeset
9575 * 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
9576 HAVE_GR_PASSWD is defined.
b50cc31aa0cd [project @ 1996-11-20 06:43:26 by jwe]
jwe
parents: 2546
diff changeset
9577
2533
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
9578 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
9579
2546
9b7cd3ff8891 [project @ 1996-11-20 05:15:56 by jwe]
jwe
parents: 2543
diff changeset
9580 * sysdep.cc (OS2_init): New function.
9b7cd3ff8891 [project @ 1996-11-20 05:15:56 by jwe]
jwe
parents: 2543
diff changeset
9581 [__EMX__] (sysdep_init): Call it.
9b7cd3ff8891 [project @ 1996-11-20 05:15:56 by jwe]
jwe
parents: 2543
diff changeset
9582
2542
484977eb65ad [project @ 1996-11-20 02:17:08 by jwe]
jwe
parents: 2536
diff changeset
9583 * 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
9584 * pt-plot.cc (subplot_style::columns_ok): Rename from
050924aee81a [project @ 1996-11-20 03:03:01 by jwe]
jwe
parents: 2542
diff changeset
9585 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
9586 job of diagnosing column number/style mismatches.
2542
484977eb65ad [project @ 1996-11-20 02:17:08 by jwe]
jwe
parents: 2536
diff changeset
9587
2536
1d63e820ee13 [project @ 1996-11-19 20:34:29 by jwe]
jwe
parents: 2534
diff changeset
9588 * 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
9589 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
9590
2534
c0770352f562 [project @ 1996-11-19 19:06:29 by jwe]
jwe
parents: 2533
diff changeset
9591 * 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
9592 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
9593 of the file.
c0770352f562 [project @ 1996-11-19 19:06:29 by jwe]
jwe
parents: 2533
diff changeset
9594
2533
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
9595 * 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
9596 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
9597 transformations occur.
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
9598 (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
9599 (finish_colon_expression, finish_matrix): Keep track of original
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
9600 text even when transformations occur.
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
9601
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
9602 * help.cc (Ftype): Don't mess with Vps4.
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
9603 Handle new option `-transformed'.
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
9604
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
9605 * pt-const.h, pt-const.cc (tree_constant::print):
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
9606 New arg, pr_orig_text.
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
9607
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
9608 * 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
9609 Delete.
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
9610
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
9611 * 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
9612 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
9613
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
9614 * 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
9615 tree_print_code::prefix): New fields.
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
9616 * 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
9617 print_original_text to tree_constant::print().
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
9618 (tree_print_code::indent): Use prefix instead of Vps4.
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
9619 * pt-fcn.cc (tree_function::print_function_header,
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
9620 tree_function::print_function_trailer): Pass Vps4 to
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
9621 tree_print_code_constructor for prefix.
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
9622 * 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
9623 tree_print_code_constructor for prefix.
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
9624
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
9625 * 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
9626 Rename from is_matrix_constant.
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
9627 (tree_matrix_row::all_elements_are_constant): Likewise.
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
9628 Change all callers.
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
9629
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
9630 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
9631
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
9632 * 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
9633 include/octave to include/octave-VERSION.
987e934bbb8c [project @ 1996-11-19 18:21:23 by jwe]
jwe
parents: 2527
diff changeset
9634
2524
7dc71ca5d092 [project @ 1996-11-17 20:16:08 by jwe]
jwe
parents: 2523
diff changeset
9635 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
9636
2527
e2a7c830472c [project @ 1996-11-17 21:42:37 by jwe]
jwe
parents: 2526
diff changeset
9637 * 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
9638
2525
8561d88be5f2 [project @ 1996-11-17 21:23:31 by jwe]
jwe
parents: 2524
diff changeset
9639 * parse.y (set_stmt_print_flag): New function.
8561d88be5f2 [project @ 1996-11-17 21:23:31 by jwe]
jwe
parents: 2524
diff changeset
9640 (sep_type): New member for bison %union declaration.
8561d88be5f2 [project @ 1996-11-17 21:23:31 by jwe]
jwe
parents: 2524
diff changeset
9641 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
9642 the first separator in the values associated with the
8561d88be5f2 [project @ 1996-11-17 21:23:31 by jwe]
jwe
parents: 2524
diff changeset
9643 nonterminals for the separators.
8561d88be5f2 [project @ 1996-11-17 21:23:31 by jwe]
jwe
parents: 2524
diff changeset
9644
2524
7dc71ca5d092 [project @ 1996-11-17 20:16:08 by jwe]
jwe
parents: 2523
diff changeset
9645 * 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
9646 token is "gset", not "set".
7dc71ca5d092 [project @ 1996-11-17 20:16:08 by jwe]
jwe
parents: 2523
diff changeset
9647
7dc71ca5d092 [project @ 1996-11-17 20:16:08 by jwe]
jwe
parents: 2523
diff changeset
9648 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
9649
7dc71ca5d092 [project @ 1996-11-17 20:16:08 by jwe]
jwe
parents: 2523
diff changeset
9650 * 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
9651 Delete pattern rules for .y and .l files.
7dc71ca5d092 [project @ 1996-11-17 20:16:08 by jwe]
jwe
parents: 2523
diff changeset
9652
2522
4f095783ee43 [project @ 1996-11-15 20:00:59 by jwe]
jwe
parents: 2520
diff changeset
9653 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
9654
2523
007e977442b8 [project @ 1996-11-16 00:33:22 by jwe]
jwe
parents: 2522
diff changeset
9655 * 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
9656
2522
4f095783ee43 [project @ 1996-11-15 20:00:59 by jwe]
jwe
parents: 2520
diff changeset
9657 * defaults.cc (subst_octave_home): Start subsequent searchs from
4f095783ee43 [project @ 1996-11-15 20:00:59 by jwe]
jwe
parents: 2520
diff changeset
9658 the end of the replaced text.
4f095783ee43 [project @ 1996-11-15 20:00:59 by jwe]
jwe
parents: 2520
diff changeset
9659
4f095783ee43 [project @ 1996-11-15 20:00:59 by jwe]
jwe
parents: 2520
diff changeset
9660 * 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
9661
4f095783ee43 [project @ 1996-11-15 20:00:59 by jwe]
jwe
parents: 2520
diff changeset
9662 * 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
9663
4f095783ee43 [project @ 1996-11-15 20:00:59 by jwe]
jwe
parents: 2520
diff changeset
9664 * 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
9665 systems.
4f095783ee43 [project @ 1996-11-15 20:00:59 by jwe]
jwe
parents: 2520
diff changeset
9666
2512
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2511
diff changeset
9667 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
9668
2520
a034dcdbc282 [project @ 1996-11-15 04:57:21 by jwe]
jwe
parents: 2517
diff changeset
9669 * pt-plot.cc (Fgset, Fgshow): New commands.
a034dcdbc282 [project @ 1996-11-15 04:57:21 by jwe]
jwe
parents: 2517
diff changeset
9670 (Fshow): Print warning and call gshow.
a034dcdbc282 [project @ 1996-11-15 04:57:21 by jwe]
jwe
parents: 2517
diff changeset
9671 (Fset): Print warning and call gset.
a034dcdbc282 [project @ 1996-11-15 04:57:21 by jwe]
jwe
parents: 2517
diff changeset
9672
2517
0c5e671499ed [project @ 1996-11-14 20:24:02 by jwe]
jwe
parents: 2516
diff changeset
9673 * 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
9674 pointer, so the file is always closed.
0c5e671499ed [project @ 1996-11-14 20:24:02 by jwe]
jwe
parents: 2516
diff changeset
9675 (get_help_from_file): Likewise.
0c5e671499ed [project @ 1996-11-14 20:24:02 by jwe]
jwe
parents: 2516
diff changeset
9676 * toplev.cc (parse_and_execute): Likewise.
0c5e671499ed [project @ 1996-11-14 20:24:02 by jwe]
jwe
parents: 2516
diff changeset
9677
2516
70cad7ffd946 [project @ 1996-11-14 18:46:18 by jwe]
jwe
parents: 2512
diff changeset
9678 * Makefile.in (install-oct): Depend on mk-oct-links.
70cad7ffd946 [project @ 1996-11-14 18:46:18 by jwe]
jwe
parents: 2512
diff changeset
9679 (mk-oct-links): New target.
70cad7ffd946 [project @ 1996-11-14 18:46:18 by jwe]
jwe
parents: 2512
diff changeset
9680
2512
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2511
diff changeset
9681 * Version 1.92.
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2511
diff changeset
9682
2508
f8d5dbbbc50a [project @ 1996-11-13 17:21:07 by jwe]
jwe
parents: 2499
diff changeset
9683 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
9684
2512
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2511
diff changeset
9685 * sighandlers.cc (sys_siglist): [__EMX__]: Add definitions.
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2511
diff changeset
9686
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2511
diff changeset
9687 * 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
9688 specified by an environment variable.
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2511
diff changeset
9689
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2511
diff changeset
9690 * dirfns.cc (make_absolute): [__EMX__]: Path is already absolute
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2511
diff changeset
9691 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
9692
2511
9b0dd36714eb [project @ 1996-11-14 02:57:33 by jwe]
jwe
parents: 2508
diff changeset
9693 * 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
9694 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
9695 (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
9696 (do_load): Handle LS_MAT_ASCII files.
9b0dd36714eb [project @ 1996-11-14 02:57:33 by jwe]
jwe
parents: 2508
diff changeset
9697 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
9698 of this code.
9b0dd36714eb [project @ 1996-11-14 02:57:33 by jwe]
jwe
parents: 2508
diff changeset
9699
2508
f8d5dbbbc50a [project @ 1996-11-13 17:21:07 by jwe]
jwe
parents: 2499
diff changeset
9700 * sysdep.cc: Conditionally include ieeefp.h.
f8d5dbbbc50a [project @ 1996-11-13 17:21:07 by jwe]
jwe
parents: 2499
diff changeset
9701 (BSD_init, SCO_init): New functions.
f8d5dbbbc50a [project @ 1996-11-13 17:21:07 by jwe]
jwe
parents: 2499
diff changeset
9702 (sysdep_init): Conditionally call them here.
f8d5dbbbc50a [project @ 1996-11-13 17:21:07 by jwe]
jwe
parents: 2499
diff changeset
9703
2499
20db7604d5c6 [project @ 1996-11-12 06:16:21 by jwe]
jwe
parents: 2497
diff changeset
9704 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
9705
2508
f8d5dbbbc50a [project @ 1996-11-13 17:21:07 by jwe]
jwe
parents: 2499
diff changeset
9706 * 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
9707
2499
20db7604d5c6 [project @ 1996-11-12 06:16:21 by jwe]
jwe
parents: 2497
diff changeset
9708 * 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
9709 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
9710 octave_char_matrix object.
20db7604d5c6 [project @ 1996-11-12 06:16:21 by jwe]
jwe
parents: 2497
diff changeset
9711 (read_ascii_data): Likewise.
20db7604d5c6 [project @ 1996-11-12 06:16:21 by jwe]
jwe
parents: 2497
diff changeset
9712
2497
6f7bb8b60579 [project @ 1996-11-12 05:58:39 by jwe]
jwe
parents: 2496
diff changeset
9713 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
9714
6f7bb8b60579 [project @ 1996-11-12 05:58:39 by jwe]
jwe
parents: 2496
diff changeset
9715 * 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
9716 string that we plan to insert.
6f7bb8b60579 [project @ 1996-11-12 05:58:39 by jwe]
jwe
parents: 2496
diff changeset
9717 (read_ascii_data): Likewise.
6f7bb8b60579 [project @ 1996-11-12 05:58:39 by jwe]
jwe
parents: 2496
diff changeset
9718
2495
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
9719 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
9720
2496
9823f8bfd1a5 [project @ 1996-11-11 03:17:10 by jwe]
jwe
parents: 2495
diff changeset
9721 * dirfns.cc (Ffnmatch): New function.
9823f8bfd1a5 [project @ 1996-11-11 03:17:10 by jwe]
jwe
parents: 2495
diff changeset
9722
2495
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
9723 * octave.cc (intern_argv): Use new string_vector constructor.
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
9724
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
9725 * 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
9726 charMatrix::row_as_string() strip trailing whitespace.
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
9727
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
9728 * dirfns.cc (Fglob): new function.
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
9729
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
9730 * 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
9731 string vectors too.
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
9732 (Ftilde_expand): Work on string vector args.
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
9733
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
9734 * 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
9735 extract charMatrix from octave_value object, not all_strings().
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
9736 (save_ascii_data): Likewise.
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
9737 * pt-mat.cc (tree_matrix::eval): Likewise.
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
9738
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
9739 * 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
9740 charMatrix.
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
9741 * ov-base.cc (octave_base_value::all_strings): Likewise.
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
9742 * 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
9743 Likewise.
29cd3862a9dc [project @ 1996-11-11 02:39:49 by jwe]
jwe
parents: 2492
diff changeset
9744
2487
8c6e9535cbda [project @ 1996-11-08 15:58:52 by jwe]
jwe
parents: 2482
diff changeset
9745 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
9746
2492
06595bc7f2d0 [project @ 1996-11-09 00:13:50 by jwe]
jwe
parents: 2488
diff changeset
9747 * 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
9748 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
9749 lex.l: Change #include "" to #include <> for defaults.h,
06595bc7f2d0 [project @ 1996-11-09 00:13:50 by jwe]
jwe
parents: 2488
diff changeset
9750 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
9751 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
9752 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
9753 not just those that are auto-generated? Hmm.)
06595bc7f2d0 [project @ 1996-11-09 00:13:50 by jwe]
jwe
parents: 2488
diff changeset
9754
2488
d4eb39779b88 [project @ 1996-11-08 22:35:59 by jwe]
jwe
parents: 2487
diff changeset
9755 * 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
9756 Delete.
d4eb39779b88 [project @ 1996-11-08 22:35:59 by jwe]
jwe
parents: 2487
diff changeset
9757
2487
8c6e9535cbda [project @ 1996-11-08 15:58:52 by jwe]
jwe
parents: 2482
diff changeset
9758 * 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
9759
2477
3d905d3820a4 [project @ 1996-11-07 16:46:11 by jwe]
jwe
parents: 2476
diff changeset
9760 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
9761
2487
8c6e9535cbda [project @ 1996-11-08 15:58:52 by jwe]
jwe
parents: 2482
diff changeset
9762 * 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
9763 * (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
9764
2482
c89bce1baba3 [project @ 1996-11-07 18:48:29 by jwe]
jwe
parents: 2479
diff changeset
9765 * Version 1.91.
c89bce1baba3 [project @ 1996-11-07 18:48:29 by jwe]
jwe
parents: 2479
diff changeset
9766
2479
26e9ee533d87 [project @ 1996-11-07 17:46:14 by jwe]
jwe
parents: 2477
diff changeset
9767 * 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
9768 not a map, convert it to one.
26e9ee533d87 [project @ 1996-11-07 17:46:14 by jwe]
jwe
parents: 2477
diff changeset
9769
26e9ee533d87 [project @ 1996-11-07 17:46:14 by jwe]
jwe
parents: 2477
diff changeset
9770 * ov-typeinfo.h (init_tab_sz): New static member.
26e9ee533d87 [project @ 1996-11-07 17:46:14 by jwe]
jwe
parents: 2477
diff changeset
9771
2477
3d905d3820a4 [project @ 1996-11-07 16:46:11 by jwe]
jwe
parents: 2476
diff changeset
9772 * 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
9773 * ov-scalar.cc, ov-scalar.h: Likewise.
3d905d3820a4 [project @ 1996-11-07 16:46:11 by jwe]
jwe
parents: 2476
diff changeset
9774 * ov-re-mat.cc, ov-re-mat.h: Likewise.
3d905d3820a4 [project @ 1996-11-07 16:46:11 by jwe]
jwe
parents: 2476
diff changeset
9775 * ov-range.cc, ov-range.h: Likewise.
3d905d3820a4 [project @ 1996-11-07 16:46:11 by jwe]
jwe
parents: 2476
diff changeset
9776 * ov-cx-mat.cc, ov-cx-mat.h: Likewise.
3d905d3820a4 [project @ 1996-11-07 16:46:11 by jwe]
jwe
parents: 2476
diff changeset
9777 * ov-complex.cc, ov-complex.h: Likewise.
3d905d3820a4 [project @ 1996-11-07 16:46:11 by jwe]
jwe
parents: 2476
diff changeset
9778 * ov-ch-mat.cc, ov-ch-mat.h: Likewise.
3d905d3820a4 [project @ 1996-11-07 16:46:11 by jwe]
jwe
parents: 2476
diff changeset
9779
2474
b8c53143581b [project @ 1996-11-06 19:16:07 by jwe]
jwe
parents: 2472
diff changeset
9780 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
9781
2482
c89bce1baba3 [project @ 1996-11-07 18:48:29 by jwe]
jwe
parents: 2479
diff changeset
9782 * 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
9783
2475
1d7925d6bede [project @ 1996-11-07 04:36:00 by jwe]
jwe
parents: 2474
diff changeset
9784 * pt-const.h (tree_constant::allocator) New static member.
1d7925d6bede [project @ 1996-11-07 04:36:00 by jwe]
jwe
parents: 2474
diff changeset
9785 (tree_constant::operator new, tree_constant::operator delete):
1d7925d6bede [project @ 1996-11-07 04:36:00 by jwe]
jwe
parents: 2474
diff changeset
9786 Implement with custom allocator.
1d7925d6bede [project @ 1996-11-07 04:36:00 by jwe]
jwe
parents: 2474
diff changeset
9787
1d7925d6bede [project @ 1996-11-07 04:36:00 by jwe]
jwe
parents: 2474
diff changeset
9788 * syscalls.cc (Fgetgid, Fgetegid): New functions.
1d7925d6bede [project @ 1996-11-07 04:36:00 by jwe]
jwe
parents: 2474
diff changeset
9789
1d7925d6bede [project @ 1996-11-07 04:36:00 by jwe]
jwe
parents: 2474
diff changeset
9790 * sighandlers.cc (sigchld_handler): If necessary, reinstall
1d7925d6bede [project @ 1996-11-07 04:36:00 by jwe]
jwe
parents: 2474
diff changeset
9791 handler after call to waitpid().
1d7925d6bede [project @ 1996-11-07 04:36:00 by jwe]
jwe
parents: 2474
diff changeset
9792
1d7925d6bede [project @ 1996-11-07 04:36:00 by jwe]
jwe
parents: 2474
diff changeset
9793 * 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
9794 message.
1d7925d6bede [project @ 1996-11-07 04:36:00 by jwe]
jwe
parents: 2474
diff changeset
9795
1d7925d6bede [project @ 1996-11-07 04:36:00 by jwe]
jwe
parents: 2474
diff changeset
9796 * getgrent.cc: New file.
1d7925d6bede [project @ 1996-11-07 04:36:00 by jwe]
jwe
parents: 2474
diff changeset
9797 * Makefile.in (DLD_SRC): Add it.
1d7925d6bede [project @ 1996-11-07 04:36:00 by jwe]
jwe
parents: 2474
diff changeset
9798
1d7925d6bede [project @ 1996-11-07 04:36:00 by jwe]
jwe
parents: 2474
diff changeset
9799 * 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
9800 print_as_structure().
1d7925d6bede [project @ 1996-11-07 04:36:00 by jwe]
jwe
parents: 2474
diff changeset
9801 * ov-struct.cc (octave_struct::print): Likewise.
1d7925d6bede [project @ 1996-11-07 04:36:00 by jwe]
jwe
parents: 2474
diff changeset
9802
1d7925d6bede [project @ 1996-11-07 04:36:00 by jwe]
jwe
parents: 2474
diff changeset
9803 * 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
9804 convert_to_matrix_type(), print_as_structure() member functions.
1d7925d6bede [project @ 1996-11-07 04:36:00 by jwe]
jwe
parents: 2474
diff changeset
9805
2474
b8c53143581b [project @ 1996-11-06 19:16:07 by jwe]
jwe
parents: 2472
diff changeset
9806 * variables.cc (is_function_file): Call gobble_leading_whitespace
b8c53143581b [project @ 1996-11-06 19:16:07 by jwe]
jwe
parents: 2472
diff changeset
9807 here to strip all leading whitespace and comments.
b8c53143581b [project @ 1996-11-06 19:16:07 by jwe]
jwe
parents: 2472
diff changeset
9808 (parse_fcn_file): If reading a function file, call
b8c53143581b [project @ 1996-11-06 19:16:07 by jwe]
jwe
parents: 2472
diff changeset
9809 gobble_leading_whitespace again after resetting parser state to
b8c53143581b [project @ 1996-11-06 19:16:07 by jwe]
jwe
parents: 2472
diff changeset
9810 grab help text.
b8c53143581b [project @ 1996-11-06 19:16:07 by jwe]
jwe
parents: 2472
diff changeset
9811
2469
f201716926bb [project @ 1996-11-05 19:39:33 by jwe]
jwe
parents: 2466
diff changeset
9812 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
9813
2472
0c788e9b53b8 [project @ 1996-11-06 04:10:07 by jwe]
jwe
parents: 2470
diff changeset
9814 * syscalls.cc (Fgeteuid, Fgetuid): New functions.
0c788e9b53b8 [project @ 1996-11-06 04:10:07 by jwe]
jwe
parents: 2470
diff changeset
9815
0c788e9b53b8 [project @ 1996-11-06 04:10:07 by jwe]
jwe
parents: 2470
diff changeset
9816 * 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
9817 local gripe_not_implemented function.
0c788e9b53b8 [project @ 1996-11-06 04:10:07 by jwe]
jwe
parents: 2470
diff changeset
9818
2470
1e673f0648b5 [project @ 1996-11-05 21:46:06 by jwe]
jwe
parents: 2469
diff changeset
9819 * 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
9820 history.h if USE_READLINE is defined.
1e673f0648b5 [project @ 1996-11-05 21:46:06 by jwe]
jwe
parents: 2469
diff changeset
9821
1e673f0648b5 [project @ 1996-11-05 21:46:06 by jwe]
jwe
parents: 2469
diff changeset
9822 * 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
9823 is not defined.
1e673f0648b5 [project @ 1996-11-05 21:46:06 by jwe]
jwe
parents: 2469
diff changeset
9824
2469
f201716926bb [project @ 1996-11-05 19:39:33 by jwe]
jwe
parents: 2466
diff changeset
9825 * sighandlers.h (octave_child_list): Don't define
f201716926bb [project @ 1996-11-05 19:39:33 by jwe]
jwe
parents: 2466
diff changeset
9826 HAVE_POSIX_SIGNALS HERE.
f201716926bb [project @ 1996-11-05 19:39:33 by jwe]
jwe
parents: 2466
diff changeset
9827
f201716926bb [project @ 1996-11-05 19:39:33 by jwe]
jwe
parents: 2466
diff changeset
9828 * sighandlers.cc (SIGHANDLER_RETURN): New macro.
f201716926bb [project @ 1996-11-05 19:39:33 by jwe]
jwe
parents: 2466
diff changeset
9829 (generic_sig_handler, sigchld_handler, sigfpe_handler,
f201716926bb [project @ 1996-11-05 19:39:33 by jwe]
jwe
parents: 2466
diff changeset
9830 sigint_handler, sigpipe_handler): Use it.
f201716926bb [project @ 1996-11-05 19:39:33 by jwe]
jwe
parents: 2466
diff changeset
9831 (sigchld_handler, sigfpe_handler, sigint_handler, sigpipe_handler):
f201716926bb [project @ 1996-11-05 19:39:33 by jwe]
jwe
parents: 2466
diff changeset
9832 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
9833
2463
4516c3b75851 [project @ 1996-11-03 06:48:26 by jwe]
jwe
parents: 2458
diff changeset
9834 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
9835
2466
1573640a9994 [project @ 1996-11-04 03:56:11 by jwe]
jwe
parents: 2465
diff changeset
9836 * 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
9837 * 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
9838 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
9839 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
9840 Handle pr_as_read_syntax arg.
1573640a9994 [project @ 1996-11-04 03:56:11 by jwe]
jwe
parents: 2465
diff changeset
9841
1573640a9994 [project @ 1996-11-04 03:56:11 by jwe]
jwe
parents: 2465
diff changeset
9842 * 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
9843 retval, not s.
1573640a9994 [project @ 1996-11-04 03:56:11 by jwe]
jwe
parents: 2465
diff changeset
9844
1573640a9994 [project @ 1996-11-04 03:56:11 by jwe]
jwe
parents: 2465
diff changeset
9845 * gripes.h: Make declaration of gripes_not_supported match
1573640a9994 [project @ 1996-11-04 03:56:11 by jwe]
jwe
parents: 2465
diff changeset
9846 definition.
1573640a9994 [project @ 1996-11-04 03:56:11 by jwe]
jwe
parents: 2465
diff changeset
9847
2465
7ee42ff6536a [project @ 1996-11-03 08:54:14 by jwe]
jwe
parents: 2464
diff changeset
9848 * 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
9849 "DEFUN_DLD_BUILTIN *( *".
7ee42ff6536a [project @ 1996-11-03 08:54:14 by jwe]
jwe
parents: 2464
diff changeset
9850
7ee42ff6536a [project @ 1996-11-03 08:54:14 by jwe]
jwe
parents: 2464
diff changeset
9851 * 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
9852 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
9853 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
9854 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
9855 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
9856 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
9857 be just DEFUN_DLD.
7ee42ff6536a [project @ 1996-11-03 08:54:14 by jwe]
jwe
parents: 2464
diff changeset
9858
7ee42ff6536a [project @ 1996-11-03 08:54:14 by jwe]
jwe
parents: 2464
diff changeset
9859 * defun-dld.h: Eliminate DEFUN_DLD_BUILTIN.
7ee42ff6536a [project @ 1996-11-03 08:54:14 by jwe]
jwe
parents: 2464
diff changeset
9860
2464
76078d0868e9 [project @ 1996-11-03 07:46:20 by jwe]
jwe
parents: 2463
diff changeset
9861 * 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
9862 to decide whether to include sys/wait.h.
76078d0868e9 [project @ 1996-11-03 07:46:20 by jwe]
jwe
parents: 2463
diff changeset
9863
76078d0868e9 [project @ 1996-11-03 07:46:20 by jwe]
jwe
parents: 2463
diff changeset
9864 * 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
9865 virtual member function.
76078d0868e9 [project @ 1996-11-03 07:46:20 by jwe]
jwe
parents: 2463
diff changeset
9866
2463
4516c3b75851 [project @ 1996-11-03 06:48:26 by jwe]
jwe
parents: 2458
diff changeset
9867 * 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
9868 string before checking for char_matrix.
4516c3b75851 [project @ 1996-11-03 06:48:26 by jwe]
jwe
parents: 2458
diff changeset
9869
4516c3b75851 [project @ 1996-11-03 06:48:26 by jwe]
jwe
parents: 2458
diff changeset
9870 * 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
9871 of args to octave_print_internal().
4516c3b75851 [project @ 1996-11-03 06:48:26 by jwe]
jwe
parents: 2458
diff changeset
9872
2457
5be3f6f5986a [project @ 1996-11-03 02:54:44 by jwe]
jwe
parents: 2452
diff changeset
9873 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
9874
2458
d07a5d0b57e2 [project @ 1996-11-03 03:25:18 by jwe]
jwe
parents: 2457
diff changeset
9875 * 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
9876
2457
5be3f6f5986a [project @ 1996-11-03 02:54:44 by jwe]
jwe
parents: 2452
diff changeset
9877 * 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
9878 SOURCES. Add getpwent.cc.
5be3f6f5986a [project @ 1996-11-03 02:54:44 by jwe]
jwe
parents: 2452
diff changeset
9879
5be3f6f5986a [project @ 1996-11-03 02:54:44 by jwe]
jwe
parents: 2452
diff changeset
9880 * getrusage.cc: Rename from resource.cc. Make getrusage a
5be3f6f5986a [project @ 1996-11-03 02:54:44 by jwe]
jwe
parents: 2452
diff changeset
9881 loadable function.
5be3f6f5986a [project @ 1996-11-03 02:54:44 by jwe]
jwe
parents: 2452
diff changeset
9882
5be3f6f5986a [project @ 1996-11-03 02:54:44 by jwe]
jwe
parents: 2452
diff changeset
9883 * 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
9884
5be3f6f5986a [project @ 1996-11-03 02:54:44 by jwe]
jwe
parents: 2452
diff changeset
9885 * getpwent.cc: New file.
5be3f6f5986a [project @ 1996-11-03 02:54:44 by jwe]
jwe
parents: 2452
diff changeset
9886
2439
dc870b8b229f [project @ 1996-10-30 07:57:31 by jwe]
jwe
parents: 2437
diff changeset
9887 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
9888
2452
a28ed603c65c [project @ 1996-10-31 19:49:29 by jwe]
jwe
parents: 2449
diff changeset
9889 * Version 1.90.
a28ed603c65c [project @ 1996-10-31 19:49:29 by jwe]
jwe
parents: 2449
diff changeset
9890
a28ed603c65c [project @ 1996-10-31 19:49:29 by jwe]
jwe
parents: 2449
diff changeset
9891 * Makefile.in (DISTFILES): Add ChangeLog.
a28ed603c65c [project @ 1996-10-31 19:49:29 by jwe]
jwe
parents: 2449
diff changeset
9892
2449
31d5588dbb61 [project @ 1996-10-30 22:58:44 by jwe]
jwe
parents: 2448
diff changeset
9893 * 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
9894
31d5588dbb61 [project @ 1996-10-30 22:58:44 by jwe]
jwe
parents: 2448
diff changeset
9895 * 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
9896 Delete function. Already handled by octave_char_matrix class.
31d5588dbb61 [project @ 1996-10-30 22:58:44 by jwe]
jwe
parents: 2448
diff changeset
9897
31d5588dbb61 [project @ 1996-10-30 22:58:44 by jwe]
jwe
parents: 2448
diff changeset
9898 * 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
9899
2448
00998e1442ae [project @ 1996-10-30 22:27:18 by jwe]
jwe
parents: 2447
diff changeset
9900 * 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
9901 "true" or "false".
00998e1442ae [project @ 1996-10-30 22:27:18 by jwe]
jwe
parents: 2447
diff changeset
9902
2447
e46137c06781 [project @ 1996-10-30 19:39:03 by jwe]
jwe
parents: 2445
diff changeset
9903 * 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
9904 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
9905 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
9906 variables.cc, variables.h: Delete unused code.
e46137c06781 [project @ 1996-10-30 19:39:03 by jwe]
jwe
parents: 2445
diff changeset
9907
2445
6577af9f7504 [project @ 1996-10-30 19:01:57 by jwe]
jwe
parents: 2442
diff changeset
9908 * 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
9909
6577af9f7504 [project @ 1996-10-30 19:01:57 by jwe]
jwe
parents: 2442
diff changeset
9910 * oct-strstrm.h: Include <string>, not <string.h>.
6577af9f7504 [project @ 1996-10-30 19:01:57 by jwe]
jwe
parents: 2442
diff changeset
9911
2442
f667d7ec08b9 [project @ 1996-10-30 18:46:22 by jwe]
jwe
parents: 2440
diff changeset
9912 * 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
9913 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
9914 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
9915 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
9916 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
9917
2440
d95b5eb82e22 [project @ 1996-10-30 17:53:42 by jwe]
jwe
parents: 2439
diff changeset
9918 * 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
9919 * toplev.h (clean_up_and_exit): Likewise.
d95b5eb82e22 [project @ 1996-10-30 17:53:42 by jwe]
jwe
parents: 2439
diff changeset
9920 * utils.h (jump_to_top_level): Likewise.
d95b5eb82e22 [project @ 1996-10-30 17:53:42 by jwe]
jwe
parents: 2439
diff changeset
9921
2439
dc870b8b229f [project @ 1996-10-30 07:57:31 by jwe]
jwe
parents: 2437
diff changeset
9922 * 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
9923 * 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
9924 (install_defaults): Call it.
dc870b8b229f [project @ 1996-10-30 07:57:31 by jwe]
jwe
parents: 2437
diff changeset
9925 (exec_path): Use Vlocal_arch_lib_dir here.
dc870b8b229f [project @ 1996-10-30 07:57:31 by jwe]
jwe
parents: 2437
diff changeset
9926 * toplev.cc (octave_config_info): Add localarchlibdir to structure.
dc870b8b229f [project @ 1996-10-30 07:57:31 by jwe]
jwe
parents: 2437
diff changeset
9927
2436
a628e881be66 [project @ 1996-10-29 22:08:28 by jwe]
jwe
parents: 2435
diff changeset
9928 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
9929
2437
61306ea5f870 [project @ 1996-10-29 23:34:45 by jwe]
jwe
parents: 2436
diff changeset
9930 * 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
9931 empty.
61306ea5f870 [project @ 1996-10-29 23:34:45 by jwe]
jwe
parents: 2436
diff changeset
9932
2436
a628e881be66 [project @ 1996-10-29 22:08:28 by jwe]
jwe
parents: 2435
diff changeset
9933 * ov-range.cc (octave_range::index): New Function.
a628e881be66 [project @ 1996-10-29 22:08:28 by jwe]
jwe
parents: 2435
diff changeset
9934 (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
9935 Make these functions work.
a628e881be66 [project @ 1996-10-29 22:08:28 by jwe]
jwe
parents: 2435
diff changeset
9936
a628e881be66 [project @ 1996-10-29 22:08:28 by jwe]
jwe
parents: 2435
diff changeset
9937 * ov.cc (octave_value::try_assignment_with_conversion): Remove
a628e881be66 [project @ 1996-10-29 22:08:28 by jwe]
jwe
parents: 2435
diff changeset
9938 left over debugging print statements.
a628e881be66 [project @ 1996-10-29 22:08:28 by jwe]
jwe
parents: 2435
diff changeset
9939
a628e881be66 [project @ 1996-10-29 22:08:28 by jwe]
jwe
parents: 2435
diff changeset
9940 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
9941
a628e881be66 [project @ 1996-10-29 22:08:28 by jwe]
jwe
parents: 2435
diff changeset
9942 * strftime.c: Add missing #endif for previous change.
a628e881be66 [project @ 1996-10-29 22:08:28 by jwe]
jwe
parents: 2435
diff changeset
9943
2435
3be97fe02051 [project @ 1996-10-27 21:31:29 by jwe]
jwe
parents: 2434
diff changeset
9944 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
9945
3be97fe02051 [project @ 1996-10-27 21:31:29 by jwe]
jwe
parents: 2434
diff changeset
9946 * 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
9947 (probably bogus) errors from g++ on cygwin32 system.
3be97fe02051 [project @ 1996-10-27 21:31:29 by jwe]
jwe
parents: 2434
diff changeset
9948
3be97fe02051 [project @ 1996-10-27 21:31:29 by jwe]
jwe
parents: 2434
diff changeset
9949 * 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
9950 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
9951
3be97fe02051 [project @ 1996-10-27 21:31:29 by jwe]
jwe
parents: 2434
diff changeset
9952 * oct-stream.h, oct-stream.cc (octave_stream::error,
3be97fe02051 [project @ 1996-10-27 21:31:29 by jwe]
jwe
parents: 2434
diff changeset
9953 octave_base_stream::error): Rename errno => err_num.
3be97fe02051 [project @ 1996-10-27 21:31:29 by jwe]
jwe
parents: 2434
diff changeset
9954
2432
874f758eade5 [project @ 1996-10-26 16:37:36 by jwe]
jwe
parents: 2431
diff changeset
9955 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
9956
2434
ced642d8ba6a [project @ 1996-10-27 04:42:08 by jwe]
jwe
parents: 2432
diff changeset
9957 * 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
9958 conditional.
ced642d8ba6a [project @ 1996-10-27 04:42:08 by jwe]
jwe
parents: 2432
diff changeset
9959
2432
874f758eade5 [project @ 1996-10-26 16:37:36 by jwe]
jwe
parents: 2431
diff changeset
9960 * 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
9961 instead of (sv_fcn ? 1 : 0)
874f758eade5 [project @ 1996-10-26 16:37:36 by jwe]
jwe
parents: 2431
diff changeset
9962
2427
2f50b24ce84f [project @ 1996-10-25 06:15:28 by jwe]
jwe
parents: 2423
diff changeset
9963 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
9964
2431
8426659cd60e [project @ 1996-10-26 04:37:45 by jwe]
jwe
parents: 2427
diff changeset
9965 * 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
9966 (octave_char_matrix::all): Likewise.
8426659cd60e [project @ 1996-10-26 04:37:45 by jwe]
jwe
parents: 2427
diff changeset
9967
8426659cd60e [project @ 1996-10-26 04:37:45 by jwe]
jwe
parents: 2427
diff changeset
9968 * 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
9969 cast ECHO_* to double.
8426659cd60e [project @ 1996-10-26 04:37:45 by jwe]
jwe
parents: 2427
diff changeset
9970
8426659cd60e [project @ 1996-10-26 04:37:45 by jwe]
jwe
parents: 2427
diff changeset
9971 * sighandlers.cc (octave_child_list::do_remove): Delete unused
8426659cd60e [project @ 1996-10-26 04:37:45 by jwe]
jwe
parents: 2427
diff changeset
9972 variable `enlarge'.
8426659cd60e [project @ 1996-10-26 04:37:45 by jwe]
jwe
parents: 2427
diff changeset
9973
8426659cd60e [project @ 1996-10-26 04:37:45 by jwe]
jwe
parents: 2427
diff changeset
9974 * 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
9975 Don't pass arg to tree_fvc constructor.
8426659cd60e [project @ 1996-10-26 04:37:45 by jwe]
jwe
parents: 2427
diff changeset
9976
2427
2f50b24ce84f [project @ 1996-10-25 06:15:28 by jwe]
jwe
parents: 2423
diff changeset
9977 * resource.cc (getrusage): [HAVE_GETRUSAGE && RUSAGE_TIMES_ONLY]:
2f50b24ce84f [project @ 1996-10-25 06:15:28 by jwe]
jwe
parents: 2423
diff changeset
9978 Only fill in time values.
2f50b24ce84f [project @ 1996-10-25 06:15:28 by jwe]
jwe
parents: 2423
diff changeset
9979
2f50b24ce84f [project @ 1996-10-25 06:15:28 by jwe]
jwe
parents: 2423
diff changeset
9980 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
9981
2f50b24ce84f [project @ 1996-10-25 06:15:28 by jwe]
jwe
parents: 2423
diff changeset
9982 * 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
9983 compile this file.
2f50b24ce84f [project @ 1996-10-25 06:15:28 by jwe]
jwe
parents: 2423
diff changeset
9984 (if_cmd_list): Add missing semicolon.
2f50b24ce84f [project @ 1996-10-25 06:15:28 by jwe]
jwe
parents: 2423
diff changeset
9985 Include <cstdlib> for getenv if using byacc.
2f50b24ce84f [project @ 1996-10-25 06:15:28 by jwe]
jwe
parents: 2423
diff changeset
9986
2f50b24ce84f [project @ 1996-10-25 06:15:28 by jwe]
jwe
parents: 2423
diff changeset
9987 * 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
9988 problem with cygwin32 beta16 compiler.
2f50b24ce84f [project @ 1996-10-25 06:15:28 by jwe]
jwe
parents: 2423
diff changeset
9989
2421
d64502c62840 [project @ 1996-10-18 18:45:26 by jwe]
jwe
parents: 2420
diff changeset
9990 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
9991
2423
de430cdd9234 [project @ 1996-10-18 20:39:41 by jwe]
jwe
parents: 2421
diff changeset
9992 * ov.h (octave_value::index): Undo previous change.
de430cdd9234 [project @ 1996-10-18 20:39:41 by jwe]
jwe
parents: 2421
diff changeset
9993 * 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
9994 cases.
de430cdd9234 [project @ 1996-10-18 20:39:41 by jwe]
jwe
parents: 2421
diff changeset
9995
de430cdd9234 [project @ 1996-10-18 20:39:41 by jwe]
jwe
parents: 2421
diff changeset
9996 * ov-complex.cc (octave_complex::index): Avoid implicit type
de430cdd9234 [project @ 1996-10-18 20:39:41 by jwe]
jwe
parents: 2421
diff changeset
9997 conversion back to scalar type.
de430cdd9234 [project @ 1996-10-18 20:39:41 by jwe]
jwe
parents: 2421
diff changeset
9998 * ov-scalar.cc (octave_scalar::index): Likewise.
de430cdd9234 [project @ 1996-10-18 20:39:41 by jwe]
jwe
parents: 2421
diff changeset
9999
2421
d64502c62840 [project @ 1996-10-18 18:45:26 by jwe]
jwe
parents: 2420
diff changeset
10000 * 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
10001 returning it.
d64502c62840 [project @ 1996-10-18 18:45:26 by jwe]
jwe
parents: 2420
diff changeset
10002
2418
25a26fe3f1d4 [project @ 1996-10-16 17:02:16 by jwe]
jwe
parents: 2412
diff changeset
10003 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
10004
2420
449f35baba49 [project @ 1996-10-16 18:46:25 by jwe]
jwe
parents: 2419
diff changeset
10005 * 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
10006 * 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
10007 for the derived classes the arg is required.
449f35baba49 [project @ 1996-10-16 18:46:25 by jwe]
jwe
parents: 2419
diff changeset
10008
449f35baba49 [project @ 1996-10-16 18:46:25 by jwe]
jwe
parents: 2419
diff changeset
10009 * 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
10010 string, respectively. Call octave_value::struct_elt_val with
449f35baba49 [project @ 1996-10-16 18:46:25 by jwe]
jwe
parents: 2419
diff changeset
10011 silent flag set.
449f35baba49 [project @ 1996-10-16 18:46:25 by jwe]
jwe
parents: 2419
diff changeset
10012
2419
015cbef2b75f [project @ 1996-10-16 17:46:12 by jwe]
jwe
parents: 2418
diff changeset
10013 * 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
10014 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
10015 (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
10016 give better error messages.
015cbef2b75f [project @ 1996-10-16 17:46:12 by jwe]
jwe
parents: 2418
diff changeset
10017
2418
25a26fe3f1d4 [project @ 1996-10-16 17:02:16 by jwe]
jwe
parents: 2412
diff changeset
10018 * pt-fvc.cc (tree_identifier::eval): Avoid dereferencing null
25a26fe3f1d4 [project @ 1996-10-16 17:02:16 by jwe]
jwe
parents: 2412
diff changeset
10019 object_to_eval.
25a26fe3f1d4 [project @ 1996-10-16 17:02:16 by jwe]
jwe
parents: 2412
diff changeset
10020
2412
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
10021 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
10022
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
10023 * 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
10024 (complex_matrix_conv): New functions.
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
10025 Install preferred assignment conversion and widening ops.
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
10026
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
10027 * 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
10028 Install preferred assignment conversion and widening ops.
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
10029
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
10030 * 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
10031 Install preferred assignment conversion and widening ops.
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
10032
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
10033 * ov.cc (octave_value::try_assignment_with_conversion,
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
10034 octave_value::convert_and_assign, octave_value::try_assignment):
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
10035 New functions.
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
10036 (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
10037 type conversions in assigments.
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
10038
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
10039 * pt-const.h (tree_constant::maybe_mutate): New function.
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
10040 * ov.h (octave_value::maybe_mutate): New function.
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
10041 (octave_value::try_narrowing_conversion): New function.
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
10042 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
10043 Change all uses.
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
10044 * 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
10045 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
10046 Provide derived class versions of try try_narrowing_conversion().
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
10047
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
10048 * 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
10049 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
10050
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
10051 * symtab.cc (symbol_def::define (tree_constant *)): Call
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
10052 maybe_mutate on constants here.
1a1901564492 [project @ 1996-10-15 16:51:13 by jwe]
jwe
parents: 2407
diff changeset
10053
2405
e6adec89527e [project @ 1996-10-14 16:23:48 by jwe]
jwe
parents: 2404
diff changeset
10054 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
10055
2407
4f55dc039a7e [project @ 1996-10-14 19:48:50 by jwe]
jwe
parents: 2406
diff changeset
10056 * 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
10057 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
10058
2405
e6adec89527e [project @ 1996-10-14 16:23:48 by jwe]
jwe
parents: 2404
diff changeset
10059 * Makefile (distclean): Remove *.oct too.
e6adec89527e [project @ 1996-10-14 16:23:48 by jwe]
jwe
parents: 2404
diff changeset
10060
e6adec89527e [project @ 1996-10-14 16:23:48 by jwe]
jwe
parents: 2404
diff changeset
10061 * defun-int.h: Include variables.h here.
e6adec89527e [project @ 1996-10-14 16:23:48 by jwe]
jwe
parents: 2404
diff changeset
10062
2403
3a413ee50517 [project @ 1996-10-13 16:52:12 by jwe]
jwe
parents: 2399
diff changeset
10063 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
10064
2404
68c5868dbe83 [project @ 1996-10-13 18:39:19 by jwe]
jwe
parents: 2403
diff changeset
10065 * variables.cc (print_symbol_info_line): Never print negative
68c5868dbe83 [project @ 1996-10-13 18:39:19 by jwe]
jwe
parents: 2403
diff changeset
10066 diminsions.
68c5868dbe83 [project @ 1996-10-13 18:39:19 by jwe]
jwe
parents: 2403
diff changeset
10067
68c5868dbe83 [project @ 1996-10-13 18:39:19 by jwe]
jwe
parents: 2403
diff changeset
10068 * 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
10069 (octave_symbol_record_info::init): Delete. Fix constructors.
68c5868dbe83 [project @ 1996-10-13 18:39:19 by jwe]
jwe
parents: 2403
diff changeset
10070 (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
10071
2403
3a413ee50517 [project @ 1996-10-13 16:52:12 by jwe]
jwe
parents: 2399
diff changeset
10072 * 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
10073 "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
10074 Include sun-utils.h here.
2404
68c5868dbe83 [project @ 1996-10-13 18:39:19 by jwe]
jwe
parents: 2403
diff changeset
10075 (intern_argv): Also bind __argv__.
2403
3a413ee50517 [project @ 1996-10-13 16:52:12 by jwe]
jwe
parents: 2399
diff changeset
10076
2391
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10077 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
10078
2399
96abb5c4568d [project @ 1996-10-13 05:03:02 by jwe]
jwe
parents: 2391
diff changeset
10079 * Makefile.in (distclean): Also delete mk-oct-links.
96abb5c4568d [project @ 1996-10-13 05:03:02 by jwe]
jwe
parents: 2391
diff changeset
10080
96abb5c4568d [project @ 1996-10-13 05:03:02 by jwe]
jwe
parents: 2391
diff changeset
10081 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
10082
2391
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10083 Changes for Octave's new type system:
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10084
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10085 * arith-ops.cc: Delete.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10086 * 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
10087 moved to ov.h, ov.cc, and derived classes.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10088
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10089 * variables.h, variables.cc (octave_variable_reference): New class
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10090 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
10091 assignments or value contexts.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10092
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10093 * 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
10094 symbol_record::variable_value, symbol_record::variable_reference):
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10095 New functions.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10096 (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
10097
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10098 * 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
10099 tree_fvc::decrement): New functions to replace
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10100 tree_fvc::bump_value.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10101 #if 0 assign and lookup_map_element functions.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10102
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10103 * pt-mvr.cc (tree_multi_assignment_expression::eval):
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10104 Generated RHS value is now a tree_constant.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10105
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10106 * 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
10107 (tree_unary_expression, tree_binary_expression,
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10108 tree_boolean_expression): Move codes here from tree_expression.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10109 (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
10110 doing assignments.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10111
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10112 * 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
10113 unary and binary ops.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10114 (tree_expression::expression_type): Delete.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10115 (tree_expression::is_logically_true): Hand off to
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10116 octave_value::is_true to do real work.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10117
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10118 * 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
10119 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
10120 these operations.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10121 (free_format, plus_format, bank_format, hex_format,
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10122 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
10123 (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
10124 appropriate.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10125
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10126 * octave.cc (main): Call initialize_types() and install_ops().
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10127 (verbose_usage): Add WWW address to output.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10128
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10129 * 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
10130 list using new version of tree_indirect_ref class.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10131
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10132 * 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
10133 make_binary_op to create trees for && and || ops.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10134 (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
10135 instead of tree_expression.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10136 (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
10137 instead of tree_expression.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10138 (make_boolean_op): Codes come from tree_boolean_expression.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10139
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10140 *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
10141 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
10142
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10143 * 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
10144 octave_value for defn when creating builtin_variable.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10145
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10146 * gripes.h, gripes.cc (gripe_invalid_conversion): Args are
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10147 strings, not char*.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10148 (gripe_implicit_conversion, gripe_divide_by_zero): New extern
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10149 gripe functions.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10150
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10151 * 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
10152 install builtins, then create another single extern function to
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10153 call all of them.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10154
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10155 * pt-fcn.cc (tree_function::bind_nargin_and_nargout):
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10156 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
10157 new value.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10158
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10159 * 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
10160 visit_octave_value.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10161 (visit_unary_expression): Use tree_expression::is_prefix_op()
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10162 instead of switch on op types.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10163
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10164 * 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
10165
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10166 * pt-misc.cc (initialize_undefined_elements): Get reference to
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10167 tmp, then assign.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10168 * 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
10169
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10170 * input.cc (generate_struct_completions, looks_like_struct): Cast
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10171 tmp_fvc to tree_constant*, not octave_value*.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10172 (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
10173
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10174 * 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
10175
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10176 * balance.cc: Fix docstring.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10177
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10178 * 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
10179 quad.cc:
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10180 Include pt-fvc.h.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10181
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10182 * 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
10183 not octave_value::lookup_map_element.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10184
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10185 * 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
10186 bind_builtin_variable instead of creating new octave_value.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10187
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10188 * 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
10189
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10190 * 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
10191 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
10192 Include variables.h.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10193
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10194 * 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
10195 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
10196 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
10197 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
10198 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
10199 Include ov.h instead of pt-const.h.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10200
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10201 * xpow.cc (any_element_is_negative): Delete.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10202 (xpow and elem_xpow functions): Check conformance here.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10203
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10204 * xdiv.cc (mx_leftdiv_conform, mx_div_conform):
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10205 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
10206 Change all callers.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10207
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10208 * 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
10209 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
10210 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
10211 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
10212 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
10213 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
10214 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
10215 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
10216 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
10217 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
10218 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
10219 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
10220 New files for Octave's new type system.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10221 * Makefile.in: Add them to the appropriate lists.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10222
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10223 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
10224
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10225 * mkbuiltins: Use .df instead of .def.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10226 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
10227 all in install_builtin_functions().
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10228 * Makefile.in: Handle .df instead of .def.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10229
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10230 * balance.cc (balance): Fix typo in doc string.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10231
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10232 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
10233
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10234 * 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
10235 mailing list address.
b12625d6fbcd [project @ 1996-10-12 19:35:37 by jwe]
jwe
parents: 2358
diff changeset
10236
2354
2ce6e1ec9b53 [project @ 1996-08-20 22:44:25 by jwe]
jwe
parents: 2348
diff changeset
10237 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
10238
2358
b3d7a8e3bcc7 [project @ 1996-08-21 03:11:55 by jwe]
jwe
parents: 2354
diff changeset
10239 * 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
10240 OCTAVE_LITE is true.
b3d7a8e3bcc7 [project @ 1996-08-21 03:11:55 by jwe]
jwe
parents: 2354
diff changeset
10241 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
10242 (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
10243 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
10244
2354
2ce6e1ec9b53 [project @ 1996-08-20 22:44:25 by jwe]
jwe
parents: 2348
diff changeset
10245 * 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
10246 min/max methods.
2ce6e1ec9b53 [project @ 1996-08-20 22:44:25 by jwe]
jwe
parents: 2348
diff changeset
10247
2345
0f441b4fefdb [project @ 1996-07-25 06:51:03 by jwe]
jwe
parents: 2344
diff changeset
10248 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
10249
2348
a88c5cc51f62 [project @ 1996-07-25 09:54:40 by jwe]
jwe
parents: 2345
diff changeset
10250 * 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
10251 unique.
a88c5cc51f62 [project @ 1996-07-25 09:54:40 by jwe]
jwe
parents: 2345
diff changeset
10252
2345
0f441b4fefdb [project @ 1996-07-25 06:51:03 by jwe]
jwe
parents: 2344
diff changeset
10253 * 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
10254 NUL character in the variable name.
0f441b4fefdb [project @ 1996-07-25 06:51:03 by jwe]
jwe
parents: 2344
diff changeset
10255 (save_mat_binary_data): Likewise, save it here.
0f441b4fefdb [project @ 1996-07-25 06:51:03 by jwe]
jwe
parents: 2344
diff changeset
10256
2341
6ee55c0f25a9 [project @ 1996-07-24 10:33:09 by jwe]
jwe
parents: 2338
diff changeset
10257 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
10258
2343
d7592de300ea [project @ 1996-07-24 21:42:44 by jwe]
jwe
parents: 2341
diff changeset
10259 * 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
10260 occurred during integration.
2344
968a33af8b3d [project @ 1996-07-24 21:49:32 by jwe]
jwe
parents: 2343
diff changeset
10261 * dassl.cc (Fdassl): Likewise.
2343
d7592de300ea [project @ 1996-07-24 21:42:44 by jwe]
jwe
parents: 2341
diff changeset
10262
2341
6ee55c0f25a9 [project @ 1996-07-24 10:33:09 by jwe]
jwe
parents: 2338
diff changeset
10263 * 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
10264 SEEK_CUR, and SEEK_END for Matlab compatibility.
6ee55c0f25a9 [project @ 1996-07-24 10:33:09 by jwe]
jwe
parents: 2338
diff changeset
10265 * 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
10266 Also handle "bof", "cof", and "eof".
6ee55c0f25a9 [project @ 1996-07-24 10:33:09 by jwe]
jwe
parents: 2338
diff changeset
10267
2338
18953de8c308 [project @ 1996-07-19 20:28:11 by jwe]
jwe
parents: 2330
diff changeset
10268 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
10269
18953de8c308 [project @ 1996-07-19 20:28:11 by jwe]
jwe
parents: 2330
diff changeset
10270 * 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
10271 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
10272
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10273 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
10274
2341
6ee55c0f25a9 [project @ 1996-07-24 10:33:09 by jwe]
jwe
parents: 2338
diff changeset
10275 * 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
10276
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10277 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
10278
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10279 * 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
10280 (Fsystem): Make `system ("emacs")' work as one would expect.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10281
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10282 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
10283
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10284 * file-io.cc (Ffopen, Ffread, Ffwrite): Update doc strings,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10285 correctly handle default architecture and precision args.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10286
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10287 * load-save.cc (mopt_digit_to_float_format): Rename from
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10288 get_floating_point_format.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10289 (float_format_to_mopt_digit): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10290
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10291 * 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
10292 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
10293 of reading, writing, and format conversion.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10294
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10295 * 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
10296 liboctave/data-conv.h. Use float_format from
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10297 liboctave/mach-info.h instead of arch_type enum.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10298
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10299 * 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
10300 Delete. Now part of oct_mach_info class in liboctave.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10301
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10302 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
10303
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10304 * 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
10305 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
10306 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
10307 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
10308 syscalls.cc, unwind-prot.cc, xdiv.cc, xpow.cc:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10309 When indexing arrays, use operator() instead of elem() so that
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10310 bounds checking can be done consistently.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10311
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10312 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
10313
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10314 * Makefile.in (install-oct): Use INSTALL_PROGRAM, instead of
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10315 INSTALL_DATA for installing shared libraries.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10316
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10317 * lex.l (grab_help_text): Ignore all initial comment characters,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10318 not just the first.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10319 * variables.cc (gobble_leading_white_space): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10320
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10321 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
10322
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10323 * input.h, input.cc (octave_completion_matches_called): New varaible.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10324 (Fcompletion_matches): Set it to true on a successful call.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10325 * toplev.cc (main_loop): If octave_completion_matches_called is
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10326 true, don't increment current_command_number.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10327
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10328 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
10329
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10330 * variables.cc (is_mapper_function_name,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10331 is_builtin_function_name): New functions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10332 (Fdocument): Use them.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10333 Define as regular function, not a text style function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10334
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10335 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
10336
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10337 * 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
10338
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10339 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
10340
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10341 * 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
10342 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
10343
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10344 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
10345
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10346 * 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
10347 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
10348 them.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10349
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10350 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
10351
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10352 * utils.cc (warn_old_style_preference): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10353 (check_preference): Use it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10354
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10355 * fn-cache.h: Include <ctime> here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10356
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10357 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
10358
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10359 * input.cc (completion_matches): Don't return empty string_vectors.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10360
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10361 * octave.cc (long_opts): Add braindead.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10362
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10363 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
10364
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10365 * input.cc (gnu_readline): New optional arg, force_readline.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10366 (get_user_input): Use it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10367
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10368 * 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
10369 numeric value, convert a copy, not the actual object.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10370 (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
10371 with zero rows.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10372
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10373 * mappers.cc: Handle toascii here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10374 * strfns.cc: Not here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10375
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10376 * mappers.cc: Handle tolower and toupper here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10377 * 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
10378 overload meaning for ch_mapper.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10379 * pt-fvc.cc (apply_mapper_fcn): Handle overloaded meaning.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10380
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10381 * syscalls.cc (stat): Return 3 values instead of just 1.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10382 (lstat): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10383
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10384 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
10385
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10386 * 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
10387 conversions, correctly set type tag before calling force_numeric.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10388 (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
10389 strings and we are doing some sort of comparison operation.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10390
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10391 * Makefile.in (stamp-tinst, stamp-interp): Use SH_TERMLIBS and
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10392 SH_LIBS instead of TERMLIBS and LIBS.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10393
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10394 * 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
10395 transposing strings.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10396
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10397 * pt-mat.cc (Vstring_fill_char): New variable.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10398 (symbols_of_pt_mat): DEFVAR it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10399
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10400 * input.cc (generate_struct_completions,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10401 generate_possible_completions): Return string_vector, not char **.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10402 Change all callers.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10403
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10404 * pt-const.cc (lookup_map_element): Use substr() correctly.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10405
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10406 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
10407
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10408 * oct.h: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10409 * Makefile.in (INCLUDES): Add it to the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10410
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10411 * 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
10412 --ignore-init-file. The flag --norc (-f) implies both
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10413 --no-site-file and --no-init-file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10414
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10415 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
10416
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10417 * input.cc (Fcompletion_matches): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10418
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10419 * utils.cc (get_fcn_file_names): Delete.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10420 * 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
10421 calling get_fcn_file_names.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10422 * variables.cc (make_name_list): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10423
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10424 * 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
10425 * Makefile.in: Add them to the lists.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10426
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10427 * Makefile.in (uninstall): Install in octincludedir, not includedir.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10428
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10429 * pt-plot.h: Include <csignal> here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10430
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10431 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
10432
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10433 * oct-stream.cc (octave_stream::oscanf, octave_base_stream::oscanf,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10434 octave_base_stream::do_oscanf): New functions for backward
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10435 compatibility with older versions of Octave.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10436 (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
10437 * file-io.cc (Fscanf): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10438 (Fscanf, Ffscanf, Fsscanf): Handle compatibility arg.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10439
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10440 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
10441
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10442 * oct-stream.cc (do_scanf): If doing '%c' conversion, unset
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10443 ios::skipws on input stream.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10444
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10445 * sighandlers.h, sighandlers.cc (octave_child, octave_child_list):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10446 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
10447 (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
10448 anything we can do for the child that died.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10449 * pager.cc: Register child pager process.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10450 * pt-plot.cc: Likewise, for the plotter.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10451 * Array-oc.cc: New file
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10452 * Makefile.in (TI_SRC): Add it to the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10453
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10454 * pager.cc (do_sync): Don't check error_state.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10455 (flushing_output_to_pager): New static variable.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10456 (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
10457 flushing output.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10458
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10459 * sighandlers.cc (sigchld_handler): Call warning instead of
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10460 writing directly to cerr.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10461 (sigpipe_handler): Call warning instead of message.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10462
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10463 * octave.cc (main): Call install_signal_handlers,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10464 initialize_file_io, initialize_symbol_tables, and install_builtins
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10465 before parsing command line options.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10466
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10467 * user-prefs.h, user-prefs.cc: Delete.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10468
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10469 * utils.cc (check_preference): Move here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10470 * user-prefs.cc: From here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10471
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10472 * defaults.cc: New file. Move initialization stuff from
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10473 variables.cc. Move DEFVARS for EDITOR, EXEC_PATH, LOADPATH,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10474 IMAGEPATH, and OCTAVE_VERSION here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10475
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10476 * 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
10477 INFO_FILE and INFO_PROGRAM.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10478 * help.cc: Move all of that here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10479 (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
10480
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10481 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
10482
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10483 * 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
10484 external pager.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10485 * sighandlers.cc (sigchld_handler): For now, only wait for
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10486 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
10487 -1 if the pager process no longer exists.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10488
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10489 * 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
10490 PWD.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10491 * dirfns.cc: Move all of that here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10492 (symbols_of_dirfns): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10493 * variables.cc (install_builtin_variables): Call it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10494
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10495 * 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
10496 default_save_format and save_precision.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10497 * load-save.cc: Move all of that here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10498 (symbols_of_load_save): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10499 * variables.cc (install_builtin_variables): Call it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10500
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10501 * 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
10502 warn_divide_by_zero.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10503 * arith-ops.cc: Move all of that here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10504 (symbols_of_arith_ops): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10505 * variables.cc (install_builtin_variables): Call it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10506
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10507 * 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
10508 will work on systems that only define them as macros.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10509
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10510 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
10511
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10512 * 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
10513 suppress_verbose_help_message.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10514 * help.cc: Move all of that here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10515 (symbols_of_help): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10516 * variables.cc (install_builtin_variables): Call it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10517
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10518 * 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
10519 treat_neg_dim_as_zero.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10520 * pt-const.cc: Move all of that here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10521
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10522 * 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
10523 not interactive.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10524
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10525 * data.h: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10526 * Makefile.in (INCLUDES): Add it to the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10527 * 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
10528 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
10529 * variables.cc: From here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10530 (install_builtin_variables): Call symbols_of_data.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10531
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10532 * 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
10533 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
10534 * variables.cc: From here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10535 (install_builtin_variables): Call symbols_of_file_io.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10536
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10537 * 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
10538 do_fortran_indexing, implicit_str_to_num_ok,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10539 ok_to_lose_imaginary_part, prefer_column_vectors,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10540 prefer_zero_one_indexing, print_answer_id_name,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10541 propagate_empty_matrices, resize_on_range_error, and
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10542 struct_levels_to_print.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10543 * pt-const.cc: Move all of that here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10544 (symbols_of_pt_const): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10545 * variables.cc (install_builtin_variables): Call it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10546 * 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
10547 instead of user_pref.resize_on_range_error here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10548 * 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
10549 instead of user_pref.implicit_str_to_num_ok here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10550 * utils.cc (empty_arg): Use Vpropagate_empty_matrices instead of
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10551 user_pref.propagate_empty_matrices here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10552 * pt-exp-base.cc (tree_expression::is_logically_true): Likewise..
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10553
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10554 * 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
10555 default_return_value here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10556
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10557 * 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
10558 ps1, ps2, ps4, and completion_append_char.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10559 * input.cc: Move all of that here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10560 (symbols_of_input): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10561 * variables.cc (install_builtin_variables): Call it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10562 * 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
10563 * help.cc (Ftype): Also here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10564
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10565 * 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
10566 automatic_replot, gnuplot_binary, and gnuplot_has_multiplot.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10567 * pt-plot.cc: Move all of that here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10568 (symbols_of_pt_plot): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10569 * variables.cc (install_builtin_variables): Call it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10570
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10571 * 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
10572 beep_on_error.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10573 * error.cc: Move all of that here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10574 (symbols_of_error): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10575 * variables.cc (install_builtin_variables): Call it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10576
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10577 * 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
10578 empty_list_elements_ok.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10579 * pt-mat.cc: Move all of that here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10580 (symbols_of_pt_mat): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10581 * variables.cc (install_builtin_variables): Call it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10582
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10583 * 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
10584 define_all_return_values, return_last_computed_value, and
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10585 silent_functions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10586 * pt-fcn.cc: Move all of that here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10587 (symbols_of_pt_fcn): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10588 * variables.cc (install_builtin_variables): Call it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10589
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10590 * 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
10591 whitespace_in_literal_matrix.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10592 * lex.l: Move all of that here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10593 (symbols_of_lex): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10594 * variables.cc (install_builtin_variables): Call it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10595
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10596 * 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
10597 warn_assign_as_truth_value, warn_comma_in_global_decl,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10598 warn_function_name_clash, and warn_missing_semicolon.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10599 * parse.y: Move all of that here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10600 (symbols_of_parse): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10601 * variables.cc (install_builtin_variables): Call it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10602
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10603 * 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
10604 output_precision, output_max_field_width, print_empty_dimensions,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10605 and split_long_rows.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10606 * pr-output.cc: Move all of that here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10607 (symbols_of_pr_output): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10608 * variables.cc (install_builtin_variables): Call it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10609
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10610 * 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
10611 page_screen_output, page_output_immediately, and pager_binary.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10612 * pager.cc: Move all of that here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10613
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10614 * user-prefs.h (check_preference): Provide declaration.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10615 * user-prefs.cc (check_preference): Make external.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10616
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10617 * toplev.cc (Foctave_config_info): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10618
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10619 * oct-conf.h.in: New file
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10620 * Makefile.in (oct-conf.h): New target.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10621 Add it to the appropriate lists.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10622
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10623 * sighandlers.cc (sigchld_handler): Don't complain about wait
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10624 returning a negative value.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10625
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10626 * 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
10627 octave_stream constructor.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10628
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10629 * oct-stream.h (octave_stream): New field, preserve.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10630 (octave_stream::~octave_stream): If preserve, don't delete rep.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10631
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10632 * pager.cc (symbols_of_pager): Set default for
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10633 page_output_immediately to 0.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10634
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10635 * toplev.cc (do_system): Correctly handle return_output.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10636 Append ends to output_buf before calling str().
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10637
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10638 * 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
10639
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10640 * 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
10641
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10642 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
10643
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10644 * 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
10645 (INCLUDES): Not here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10646 (install-inc): New target.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10647 (uninstall): Also delete libraries and include files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10648 (install-inc): If linkdir is a directory, leave it alone.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10649 (TERMLIBS, LIBPLPLOT, LIBDLFCN): Don't substitute here (now in
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10650 Makeconf).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10651
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10652 * oct-stream.cc (octave_base_stream::do_read): Provide initial
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10653 value for tmp var.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10654
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10655 * 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
10656 * Makefile.in: Add them to the appropriate lists.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10657 * 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
10658 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
10659 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
10660 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
10661 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
10662 pt-base.h:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10663 Replace print_code stuff with accept() functions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10664 Add member access functions where necessary.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10665 * 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
10666 print text representation of user-defined functions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10667
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10668 * file-io.cc (Ffscanf): Update doc string.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10669 (Fsscanf): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10670
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10671 * 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
10672 Pad mval with zeros on final resize.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10673 (octave_base_stream::do_scanf): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10674 (do_scanf_conv): Correctly resize mval.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10675
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10676 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
10677
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10678 * pager.cc (octave_pager_buf::sync): Correctly set bypass_pager.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10679
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10680 * lex.l (<MATRIX>{SNLCMT}*\]{S}*): Match SNLCMT, not just SNL.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10681
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10682 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
10683
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10684 * 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
10685 indexed.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10686
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10687 * 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
10688 input is coming from eval string.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10689
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10690 * user-prefs.cc: Allow empty strings for prompts.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10691
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10692 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
10693
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10694 * 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
10695
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10696 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
10697
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10698 * user-prefs.h (user_preferences): New field,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10699 `page_output_immediately'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10700 * user-prefs.cc (init_user_prefs): Initialize it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10701 (page_output_immediately): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10702 * pager.cc (syms_of_pager): Add DEFVAR.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10703 (really_flush_to_pager): New file-scope variable.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10704 (flush_octave_stdout): Set and restore it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10705 (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
10706 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
10707 flush output.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10708 (more_than_a_screenful): New function. If paging but not
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10709 immediately, then check this too.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10710
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10711 * 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
10712 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
10713 (symbols_of_pager): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10714 * variables.cc (install_builtin_variables): Call it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10715 Delete pager-related DEFVARs.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10716
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10717 * syswait.h (WIFSIGNALLED): Define if sys/wait.h doesn't.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10718
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10719 * sighandlers.cc: Handle SIGCHLD.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10720
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10721 * pager.cc, pager.h: Rewrite.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10722 * 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
10723 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
10724 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
10725 toplev.cc, error.cc, input.cc:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10726 Write to octave_stdout and octave_diary instead of calling
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10727 maybe_page_output() or maybe_write_to_diary_file().
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10728
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10729 * oct-procbuf.h, oct-procbuf.cc: New files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10730 * procstream.h (class procstreambase): Use octave_procbuf instead
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10731 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
10732
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10733 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
10734
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10735 * 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
10736 returning.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10737
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10738 * mappers.h (struct Mapper_fcn): Delete.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10739 (struct builtin_mapper_function): New field ch_mapper.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10740 * 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
10741 Mapper_fcn to builtin_mapper_function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10742 * variables.cc (install_builtin_mapper): Likewise, for arg.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10743 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
10744 * pt-fvc.cc (apply_mapper_function): Handle ch_mapper case.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10745 * defun.h (DEFUN_MAPPER): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10746 * mappers.cc (install_builtin_mappers): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10747 Add ctype is* functions here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10748
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10749 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
10750
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10751 * 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
10752 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
10753 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
10754 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
10755 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
10756 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
10757 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
10758 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
10759 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
10760 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
10761 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
10762 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
10763 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
10764 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
10765 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
10766 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
10767 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
10768 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
10769 Rename tree_constant -> octave_value.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10770 Rename Octave_object -> octave_value_list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10771
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10772 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
10773
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10774 * toplev.cc (Fsystem): Merge functionality of async_system and
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10775 sync_system.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10776
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10777 * 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
10778 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
10779 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
10780 Array-os.cc: New files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10781 * Makefile.in: Add them to the appropriate lists.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10782 * file-io.cc: Rewrite to use new stream classes.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10783
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10784 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
10785
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10786 * gripes.cc (gripe_not_supported): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10787
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10788 * toplev.cc (do_octave_atexit, Fatexit): New functions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10789 (octave_atexit_functions): New file-scope variable.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10790 * octave.cc (main): Register do_octave_atexit with atexit.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10791
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10792 * variables.cc (install_builtin_variables): Call
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10793 symbols_of_syscalls here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10794
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10795 * syscalls.h, syscalls.cc: New files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10796
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10797 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
10798
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10799 * syscalls.cc: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10800 (Flstat, Fmkfifo, Fstat, Funlink, Fwait, Fwaitpid): Move here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10801 * file-io.cc: From here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10802 * Makefile.in (SOURCES): Add syscalls.cc to the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10803
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10804 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
10805
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10806 * file-info.h, file-info.cc: Delete files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10807 * Makefile.in: Remove from lists.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10808
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10809 * toplev.cc (Fquit): Accept exit status argument.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10810 (Fflops): Delete (now a function file).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10811
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10812 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
10813
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10814 * lex.l: Recognize `.'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10815 Update current_input_column even for unrecognized characters.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10816 Return LEXICAL_ERROR for unrecognized characters.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10817
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10818 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
10819
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10820 * variables.cc (install_builtin_variables): Split into several
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10821 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
10822 memory.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10823
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10824 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
10825
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10826 * load-save.cc (Fsave): Print usage if i == argc.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10827 (Fload): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10828
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10829 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
10830
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10831 * Makefile.in (clean): Also delete pic/*.o
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10832 (maintainer-clean, distclean): Also remove stamp-picdir,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10833 stamp-tinst, stamp-interp, and pic directory.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10834 (stamp-prereq): New target.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10835
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10836 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
10837
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10838 * 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
10839 mutually exclusive.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10840
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10841 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
10842
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10843 * Makefile.in (distclean): Delete so_locations, which is created
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10844 on DEC Alpha systems.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10845
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10846 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
10847
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10848 * utils.h (undo_string_escape): Provide extern declaration here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10849
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10850 * lex.l (NL): Allow \r\n as new line character.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10851 (.): Complain if invalid character is found on input
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10852
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10853 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
10854
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10855 * resource.cc (getrusage): If getrusage is missing, try using
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10856 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
10857 available, return 0 for cpu times instead of NaN.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10858
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10859 * sighandlers.cc (octave_signal_mask): New file-scope variable.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10860 (octave_save_signal_mask, octave_restore_signal_mask): New functions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10861 * toplev.cc (main_loop): Use them.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10862
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10863 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
10864
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10865 * utils.cc (get_fcn_file_names (const string&, int)): Resize
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10866 retval to value of k, not i.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10867 (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
10868 don't increment j twice.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10869
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10870 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
10871
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10872 * Makefile.in ($(MAKEDEPS)): Depend on oct-gperf.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10873
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10874 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
10875
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10876 * fsolve.cc (fsolve_options): Delete unused argument nargout.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10877
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10878 * filter.cc: Use MArray instead of Array so that automatic
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10879 conversions will work again.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10880
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10881 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
10882
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10883 * variables.cc (looks_like_octave_copyright): Make the strings
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10884 that we are trying to match both have length 29.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10885
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10886 * Makefile.in (install-bin): Use $(INSTALL_PROGRAM), not $(INSTALL).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10887
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10888 * 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
10889 NUL terminated.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10890
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10891 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
10892
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10893 * variables.cc (whos): Make argv from tmp_args, not args.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10894
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10895 * defun.h (DEFCONSTX): Don't stringify name.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10896
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10897 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
10898
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10899 * Makefile.in (install-oct): Make mk-oct-links executable.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10900 * 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
10901 DEFUN_DLD_BUILTIN macro. Use LN_S, not just LN.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10902 (links_dir):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10903
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10904 * 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
10905 versions of this function that take matrices and ranges.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10906 * 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
10907 Pass struct_indent to octave_print_internal as appropriate.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10908 (print_with_name (ostream&, const string&, bool)): Handle spacing
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10909 around `=' differently for structures.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10910
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10911 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
10912
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10913 * 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
10914
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10915 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
10916
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10917 * variables.cc (Fclear): Fix off-by-one error.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10918
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10919 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
10920
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10921 * oct-hist.cc (default_history_file): Append "/.octave_hist" to
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10922 return value, not to home_directory.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10923
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10924 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
10925
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10926 * utils.cc: (NINT, D_NINT): Move to liboctave.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10927
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10928 * sysdep.cc (octave_ieee_init): Move to liboctave.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10929
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10930 * procstream.h, procstream.cc: Rewrite.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10931
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10932 * pager.cc (cleanup_oprocstream): New static function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10933 * toplev.cc (cleanup_iprocstream): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10934 * dirfns.cc (cleanup_iprocstream): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10935
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10936 * unwind-prot.cc (matrix_cleanup, complex_matrix_cleanup): Delete.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10937
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10938 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
10939
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10940 * 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
10941
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10942 * oct-obj.cc (make_argv, all_strings): New member functions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10943 * utils.cc: Moved from here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10944
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10945 * load-save.cc: Move byte swapping stuff to liboctave.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10946 Move float format conversion stuff to liboctave.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10947 (all_parts_int, too_large_for_float): Move to liboctave.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10948
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10949 * symtab.cc (valid_identifier): Move here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10950 * load-save.cc: From here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10951
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10952 * sysdep.cc: Move floating-point format stuff to liboctave.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10953 * pr-output.cc: Include float-fmt.h here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10954
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10955 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
10956
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10957 * 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
10958 DEFUN_DLD, DEFVAR, and DEFCONST macros. Change all uses.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10959
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10960 * qzval.cc: Move guts to liboctave.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10961
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10962 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
10963
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10964 * variables.cc (parse_fcn_file): Also avoid saving history if
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10965 input is from a script file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10966
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10967 * 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
10968
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10969 * npsol.cc (nonlinear_constraints_ok): Now static.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10970
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10971 * npsol.cc (linear_constraints_ok): Now static.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10972 * qpsol.cc (linear_constraints_ok): Duplicate here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10973
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10974 * 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
10975
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10976 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
10977
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10978 * mk-oct-links.in: Rename from mk-oct-links.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10979 (LN_S): Use this variable instead of ln.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10980 Set -e option for shell.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10981 Exit with status of last command.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10982 Print message when making link.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10983 * 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
10984 (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
10985
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10986 * variables.cc (install_builtin_variables): Restore accidentally
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10987 deleted DEFVAR for save_precision.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10988
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10989 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
10990
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10991 * 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
10992 now in the liboctave directory).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10993
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10994 * toplev.cc (toplevel): Define here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10995 * octave.cc (toplevel): Not here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10996
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10997 * toplev.cc (main_loop): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10998 * 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
10999 actions here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11000
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11001 * 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
11002 (prefer_column_vectors): Also set liboctave_pcv_flag.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11003 (prefer_zero_one_indexing): Also set liboctave_pzo_flag.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11004 (resize_on_range_error): Also set liboctave_rre_flag.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11005
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11006 * variables.cc (restore_command_history): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11007 (parse_fcn_file): Use it here in unwind_protect.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11008
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11009 * 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
11010 (load_octave_builtin): Delete.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11011 (mangle_octave_oct_file_name): Delete.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11012
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11013 * 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
11014 functions here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11015
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11016 * 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
11017
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11018 * input.cc (gnu_readline): If readline returns an empty string,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11019 convert it to a string containing a single newline character.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11020
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11021 * octave.cc (octave_argv): Now a static string_vector.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11022 (intern_argv): Use string_vector ops, not charMatrix ops.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11023 * toplev.cc (octave_argv): Delete definition.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11024 * toplev.h (octave_argv): Delete declaration.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11025
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11026 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
11027
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11028 * Makefile.in (conf-dist): New target.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11029
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11030 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
11031
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11032 * help.cc (Ftype): Correctly handle structure names.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11033
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11034 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
11035
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11036 * qpsol.cc (Fqpsol): Call set_options(), not copy() to set
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11037 options for QPSOL objects.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11038
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11039 * npsol.cc (Fnpsol): Call set_options(), not copy() to set
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11040 options for NPSOL objects.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11041
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11042 * quad.cc (Fquad): Call set_options(), not copy() to set
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11043 options for Quad objects.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11044
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11045 * 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
11046 (load_octave_oct_file): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11047 Check oct_file.empty(), not just oct_file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11048
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11049 * fsolve.cc (Ffsolve): Call set_options(), not copy() to set
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11050 options for NLEqn object.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11051
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11052 * variables.cc (do_who): Properly set match patterns from argument
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11053 vector for call to maybe_list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11054
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11055 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
11056
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11057 * 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
11058
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11059 * lsode.cc: Change ODE to LSODE where appropriate.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11060 Use LSODE_options, not ODE_options.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11061
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11062 * dassl.cc: Change DAE to DASSL where appropriate.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11063 Use DASSL_options, not ODE_options.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11064
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11065 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
11066
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11067 * dirfns.cc: Include unistd.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11068
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11069 * 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
11070 * pt-mat.h, pt-mat.cc (tree_matrix):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11071 Rewrite to use SLList instead of home brew list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11072 * SLList-tm.cc: New file
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11073 * Makefile.in: Add it to the lists.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11074 * SLStack-tm.cc: Delete.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11075 * Makefile.in: Delete it from the lists.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11076
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11077 * All pt-* files: Use bool instead of int where appropriate.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11078
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11079 * Makefile.in (DEP_SOURCES_3): Add octave.cc.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11080
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11081 * pt-const.h (class tree_constant::tree_constant_rep): Make
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11082 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
11083 the tree_constant class as a friend.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11084
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11085 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
11086
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11087 * 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
11088 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
11089 of this class.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11090
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11091 * 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
11092 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
11093 class.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11094
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11095 * lex.l (yum_yum): New typedef.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11096 (ATE_NOTHING): New global var.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11097 (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
11098 as const yum_yum.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11099 (eat_whitespace, eat_continuation): Return yum_yum, not int.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11100
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11101 * lex.l (SHORT_CIRCUIT_LOGICALS): Delete. Always do this for ||
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11102 and && tokens.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11103 (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
11104 Delete.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11105
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11106 * toplev.cc (verbose_flag): Delete definition.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11107 * toplev.h (verbose_flag): And declaration.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11108 * octave.cc (verbose_flag): Now static.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11109
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11110 * lex.l (lookup_identifier): Arg is now string, not char*.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11111 (handle_identifier, is_plot_keyword, is_keyword): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11112 (strip_trailing_whitespace): Return value is now string, not char*.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11113 (plot_style_token): Likewise, for both arg and return value.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11114
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11115 * input.cc (octave_gets_line): Delete.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11116 (gnu_readline, octave_gets, octave_read):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11117 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
11118 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
11119 (get_user_input): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11120
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11121 * octave.cc (main): Handle --no-line-editing.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11122 * toplev.h (using_readline): Provide external declaration here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11123 * input.h: Not here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11124 * toplev.cc (using_readline): Define here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11125 * input.cc: Not here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11126
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11127 * toplev.h (no_line_editing): Delete declaration.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11128 * input.cc (no_line_editing): Delete definition.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11129
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11130 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
11131
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11132 * input.cc (DEFAULT_ARRAY_SIZE, PROMPT_GROWTH): Delete definitions
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11133 of unused macros.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11134 (read_octal): Now static.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11135
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11136 * givens.cc (Fgivens): Use new functions from matrix classes
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11137 instead of calling Fortran functions directly.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11138 * syl.cc (Fsyl): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11139 * expm.cc (Fexpm): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11140
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11141 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
11142
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11143 * 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
11144 directly.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11145
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11146 * getopt.h, getopt.c, getopt1.c: Move to liboctave directory.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11147 * Makefile: Remove from lists.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11148
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11149 * utils.cc (strconcat, read_until, discard_until): Delete.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11150
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11151 * pager.cc (terminal_columns, terminal_rows): Move to
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11152 liboctave/oct-term.cc.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11153 * pager.cc, pr-output.cc: Include oct-term.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11154
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11155 * 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
11156 Change all callers to use new member function syntax.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11157
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11158 * dirfns.cc (absolute_program): Now static.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11159 (absolute_pathname): Delete.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11160
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11161 * 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
11162 octave_tmp_file_name. Include file-ops.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11163 * file-io.cc (do_scanf, Foctave_tmp_file_name): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11164 * oct-hist.cc (mk_tmp_hist_file): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11165
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11166 * file-io.cc (Foctave_tmp_file_name): Move here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11167 * utils.cc: From here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11168
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11169 * 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
11170
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11171 * tempname.c, tempnam.c: Move to liboctave directory.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11172 * Makefile.in: Remove from lists.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11173
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11174 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
11175
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11176 * xdiv.cc (all xdiv functions): Return Matrix or ComplexMatrix,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11177 not tree_constant.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11178
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11179 * 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
11180 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
11181 class instead of calling readline history functions directly.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11182
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11183 * utils.cc (get_fcn_file_names): Delete num arg.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11184
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11185 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
11186
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11187 * load-save.cc (matches_patterns): Use new glob_match class
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11188 instead of calling fnmatch directly.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11189 * symtab.cc (matches_patterns, symbol_table::glob): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11190 * variables.cc (Fclear): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11191
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11192 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
11193
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11194 * fnmatch.h fnmatch.c: Delete.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11195 * Makefile.in: Add glob stuff in the appropriate places, remove
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11196 fnmatch.h and fnmatch.c from lists.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11197
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11198 * octave.cc (program_invocation_name, program_invocation_short_name):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11199 Maybe declare.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11200 (initialize_globals): Maybe initialize them.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11201
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11202 * octave.cc (initialize_pathsearch): Define here, not in pathsearch.cc.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11203 * pathsearch.h, pathsearch.cc: Remove files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11204 * Makefile.in: Remove them from the lists.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11205
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11206 * 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
11207 or .oct files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11208
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11209 * 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
11210 of calling kpathsea routines directly.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11211 (get_fcn_file_names): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11212 * help.cc (simple_help): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11213
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11214 * dirfns.cc (make_absolute): Don't convert empty arg to "./".
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11215
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11216 * sysdir.h: Move to liboctave directory.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11217 * Makefile.in: Remove from lists.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11218
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11219 * 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
11220 readdir directly. Include dir-ops.h, not sysdir.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11221 * utils.cc (get_fcn_file_names): Likewise. Delete unnecessary
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11222 first arg, change all callers.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11223
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11224 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
11225
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11226 * 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
11227 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
11228 Files moved to liboctave directory.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11229 * Makefile.in: Remove them from lists. Move appropriate rules.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11230
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11231 * 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
11232 Files moved to liboctave directory.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11233 * Makefile.in: Remove them from lists.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11234 * missing-math.h: Deleted.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11235 * 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
11236 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
11237
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11238 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
11239
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11240 * variables.cc (Fexist): Use file_stat instead of calling stat
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11241 directly. Include file-ops.h, not statdefs.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11242 * octave.cc (execute_startup_files): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11243 * 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
11244 Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11245 (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
11246 * oct-hist.cc (do_history): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11247
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11248 * file-ops.h, file-stat.cc: New files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11249 * Makefile.in: Include them.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11250 * dirfns.cc: Delete is_newer. Don't include statdefs.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11251 * toplev.cc: Don't include statdefs.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11252
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11253 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
11254
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11255 * 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
11256 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
11257 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
11258 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
11259 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
11260 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
11261 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
11262 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
11263 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
11264 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
11265 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
11266 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
11267 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
11268 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
11269 Most functions in these files that deal with character strings
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11270 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
11271 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
11272 for yourself.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11273
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11274 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
11275
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11276 * 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
11277 already defined.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11278
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11279 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
11280
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11281 * pt-const.cc (print_as_scalar, print_as_structure):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11282 Make these member functions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11283 (tree_constant::print_with_name): New function, moved here from
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11284 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
11285 converted to member function. Change all callers.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11286
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11287 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
11288
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11289 * octave.cc (initialize_globals): Don't do kpathsearch stuff here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11290 (main): Call initialize_pathsearch() here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11291
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11292 * pathsearch.cc: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11293 * Makefile.in (SOURCES): Add it to the list
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11294
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11295 * oct-hist.h: Rename from octave-hist.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11296 * oct-hist.cc: Rename from octave-hist.cc.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11297 * Makefile.in, parse.y, other .cc files: Cope with it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11298
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11299 * dynamic-ld.cc: Avoid warnings if !WITH_DYNAMIC_LINKING.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11300
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11301 * 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
11302
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11303 * utils.h: Don't provide forward declaration for tree_constant.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11304
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11305 * 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
11306 declarations for Matrix and Range types.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11307
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11308 * 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
11309
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11310 * symtab.h: Don't provide forward declaration for ostream.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11311
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11312 * variables.h: Don't provide forward declarations for istream,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11313 ostrstream, tree, builtin_function, or builtin_variable objects.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11314
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11315 * 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
11316 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
11317 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
11318 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
11319 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
11320 Clean up #include statements.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11321
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11322 * 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
11323 Provide forward declaration of Octave_object here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11324 * pt-const.cc: Include oct-obj.h here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11325
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11326 * 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
11327 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
11328 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
11329 renamed from other tree-*.h files (pt == parse tree).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11330 * 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
11331 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
11332 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
11333 and/or other tree-*.cc files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11334 * Makefile.in: Include them in the appropriate lists.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11335 * All: Fix #include statements to match.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11336
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11337 * Array-tc.cc: Don't instantiate ArrayRep objects.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11338
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11339 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
11340
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11341 * 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
11342 Define here instead of in tree-const.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11343
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11344 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
11345
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11346 * tree-const.h (tree_constant::tree_constant (const string&):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11347 * tree-const.cc (TC_REP::tree_constant_rep (const string&)):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11348 New constructor.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11349
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11350 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
11351
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11352 * 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
11353 c_str() conversion.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11354 * balance.cc (Fbalance): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11355
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11356 * tree-const.cc (TC_REP::string_value()):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11357 Handle new definition of charMatrix::row_as_string()
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11358 * load-save.cc (save_ascii_data): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11359 (save_binary_data): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11360 * pr-output.cc (octave_print_internal): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11361
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11362 * balance.cc (Fbalance):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11363 Handle new definition of TC_REP::string_value()
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11364 * colloc.cc (Fcolloc): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11365 * dassl.cc (Fdassl_options): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11366 * data.cc (Fstruct_contains): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11367 * dirfns.cc (Fmkdir): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11368 (Freaddir): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11369 (Frmdir): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11370 (Frename): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11371 * error.cc (handle_message): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11372 * file-io.cc (process_printf_format): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11373 (fopen_internal): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11374 (file_io_get_file): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11375 (return_valid_file): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11376 (Flstat): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11377 (Fstat): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11378 (unlink_internal): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11379 (mkfifo_internal): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11380 (async_system_internal): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11381 (sync_system_internal): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11382 (execute_internal): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11383 (popen_internal): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11384 (fwrite_internal): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11385 (fread_internal): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11386 (do_printf): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11387 (do_scanf): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11388 * input.cc (get_user_input): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11389 * lsode.cc (Flsode_options): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11390 * npsol.cc (Fnpsol_options):Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11391 * qpsol.cc (Fqpsol_options):Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11392 * quad.cc (Fquad_options): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11393 * rand.cc (do_rand): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11394 * schur.cc (Fschur): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11395 * sysdep.cc (Fputenv): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11396 (Fgetenv): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11397 * timefns.cc (extract_tm): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11398 (Fstrftime): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11399 * toplev.cc (Fsource): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11400 (eval_string): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11401 (Fsystem): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11402 * tree-plot.cc (subplot::handle_plot_data): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11403 * variables.cc (is_valid_function): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11404 (Fis_global): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11405 (Fexist): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11406 (builtin_string_variable): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11407 * utils.cc (make_argv): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11408 (Fundo_string_escapes): Ditto.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11409
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11410 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
11411
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11412 * Makefile.in (install-bin): Use $(LN_S), not just ln.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11413
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11414 * variables.cc (octave_fcn_file_dir): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11415 * 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
11416 octave_lib_dir.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11417
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11418 * Makefile.in (clean): If $(SHARED_LIBS), also remove shared libs.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11419
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11420 * pr-output.cc (set_format (const ComplexMatrix&, int&, int&)):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11421 Unconditionally call all_elements_are_int_or_inf_or_nan().
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11422 (set_format (const Matrix&, int&, int&)): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11423
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11424 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
11425
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11426 * utils.cc (oct_putenv): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11427 * sysdep.cc (Fputenv): Use oct_putenv.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11428 * octave.cc (initialize_globals): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11429
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11430 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
11431
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11432 * sysdep.cc (Fputenv): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11433
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11434 * input.cc (initialize_readline): Call rl_initialize() here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11435
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11436 * octave.cc: Conditionally define atexit to be on_exit here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11437 * toplev.cc: Not here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11438
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11439 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
11440
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11441 * toplev.cc: Don't include <pwd.h> here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11442
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11443 * 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
11444
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11445 * 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
11446 octave-hist.cc, tree-plot.cc, utils.cc:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11447 Don't include <readline/tilde.h>.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11448 * sysdep.h: Do include it here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11449
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11450 * tree-const.cc (TC_REP::assign (tree_constant&, Octave_object&)):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11451 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
11452
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11453 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
11454
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11455 * npsol.cc (Fnpsol): Improve doc string.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11456 * qpsol.cc (Fqpsol): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11457
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11458 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
11459
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11460 * defun-dld.h: Make work again for OCTAVE_LITE and
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11461 WITH_DYNAMIC_LINKING.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11462
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11463 * Makefile.in: Handle shared libraries.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11464
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11465 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
11466
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11467 * mk-oct-links: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11468 * Makefile.in (install-oct): Use it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11469 * f-*.cc: Rename to *.cc.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11470
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11471 * Makefile.in (install-bin, install-lib, install-oct): New targets.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11472 (install): Use them.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11473
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11474 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
11475
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11476 * toplev.cc (reading_startup_message_printed): Move initialization
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11477 here and make extern.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11478
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11479 * 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
11480 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
11481 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
11482 of octave.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11483 * toplev.h: rename from octave.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11484
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11485 * octave.cc (main): Delete unused variable saved_sigint_handler.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11486
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11487 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
11488
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11489 * 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
11490 shl_load/shl_findsym methods of dynamic linking.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11491
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11492 * 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
11493 WITH_DYNAMIC_LINKING, not WITH_DLD.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11494
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11495 * Makefile.in (LIB, TERMLIBS): Substitute values.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11496 (octave): Add $(LIBS) to link command and use $(TERMLIBS) instead
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11497 of -ltermcap.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11498
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11499 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
11500
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11501 * dynamic-ld.h, dynamic-ld.cc: Remove old unused code.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11502
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11503 * variables.cc (load_fcn_from_file):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11504 Always call load_octave_oct_file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11505
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11506 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
11507
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11508 * pr-output.cc (set_real_format, set_real_matrix_format,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11509 set_complex_format, set_complex_matrix_format, set_range_format):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11510 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
11511 decimal point is positive.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11512
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11513 * xpow.cc (xpow (const Matrix&, double)): Print warning if
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11514 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
11515 compatibility).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11516 xpow (const ComplexMatrix&, double)): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11517
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11518 * 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
11519 the name of compatibility.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11520
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11521 * symtab.cc (symbol_record::pop_context):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11522 Don't assert (! context.empty ()).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11523
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11524 * 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
11525 type conversion if object is an empty matrix.f
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11526 (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
11527 type if rhs is empty or "".
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11528 Only widen if rhs is not empty.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11529 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
11530
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11531 * 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
11532 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
11533
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11534 * 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
11535 utils.cc: Include "oct-cmplx.h" instead of <Complex.h>.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11536
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11537 * octave.cc (initialize_error_handlers): Don't call
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11538 set_Complex_error_handler().
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11539 (octave_Complex_error_handler): Delete unused function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11540 Delete declaration for set_Complex_error_handler().
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11541
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11542 * sighandlers.cc (catch_interrupts): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11543 * octave.cc (main): Call catch_interrupts() instead of calling
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11544 octave_set_signal_handler() directly.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11545
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11546 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
11547
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11548 * variables.cc (looks_like_octave_copyright): Also recognize the
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11549 string " This program is free software".
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11550
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11551 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
11552
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11553 * 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
11554 user_pref.saving_history.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11555
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11556 * octave-hist.cc (initialize_history, clean_up_history,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11557 do_history): Perform tilde expansion on history file name.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11558
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11559 * octave.cc (main): Check `defined (HAVE_ON_EXIT)' not just
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11560 `(HAVE_ON_EXIT)'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11561
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11562 * user-prefs.h (user_preferences): New fields, `history_file' and
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11563 `history_size'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11564 * user-prefs.cc (init_user_prefs): Initialize them.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11565 (sv_history_file, history_size): New functions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11566 * variables.cc (install_builtin_variables): Initialize user-level
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11567 variables history_file and history_size.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11568 * octave-hist.cc (default_history_size): Now extern.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11569 (default_history_file): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11570 (octave_hist_size, octave_hist_file): Use user preference
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11571 variables instead.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11572 * octave.cc (main): Call initialize_history after
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11573 execute_startup_files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11574
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11575 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
11576
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11577 * user-prefs.h (user_preferences): New field, `saving_history'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11578 * user-prefs.cc (init_user_prefs): Initialize it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11579 (saving_history): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11580 * variables.cc (install_builtin_variables): Initialize user-level
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11581 variable saving_history.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11582 * octave.cc (parse_and_execute): Don't reset value of
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11583 saving_history here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11584 (main) Use user_pref.saving_history instead of saving_history.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11585 * variables.cc (parse_fcn_file): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11586 * octave-hist.cc (maybe_save_history): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11587 Don't save history if input_from_startup_file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11588
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11589 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
11590
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11591 * resource.cc: Include systime.h before <sys/resource.h>.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11592
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11593 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
11594
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11595 * error.cc: Include cstring.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11596
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11597 * tree-expr.cc (print_code): Decrement indent level after printing
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11598 function body.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11599
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11600 * 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
11601 Array-string.cc.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11602
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11603 * tree-const.h: Don't include oct-str.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11604
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11605 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
11606
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11607 * parse.y (make_plot_command, finish_colon_expression,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11608 make_unwind_protect, make_try_command, make_for_command,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11609 make_break_command, make_continue_command, make_return_command,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11610 start_if_command, finish_if_command, make_elseif_clause,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11611 make_simple_assignment, make_multi_val_ret, start_function_def,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11612 frob_function_def, finish_function_def, start_matrix,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11613 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
11614 things up a bit. Possibly convert matrix lists, colon
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11615 expressions, binary expressions, and unary expressions to constant
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11616 values.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11617 (tree_matrix_type): Delete.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11618 (simple_expr1): Handle all expression stuff here, including
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11619 assignments.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11620 (simple_expr): Just check to see that simple_expr1 produced
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11621 something useful.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11622
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11623 * 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
11624 header file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11625
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11626 * tree-expr.h (tree_expression::is_constant): Move virtual
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11627 function definition here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11628 (tree_fvc::is_constant): From here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11629 (tree_expression::is_matrix_constant): New virtual function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11630 (tree_expression::is_range_constant): New virtual function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11631 * tree-expr.cc (tree_matrix::is_matrix_constant): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11632 * tree-expr.cc (tree_colon_expression::is_range_constant): New
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11633 function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11634
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11635 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
11636
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11637 * 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
11638
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11639 * tree-const.h (tree_constant::eval ()): Only mutate if printing.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11640
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11641 * tree-const.cc (TC_REP::tree_constant_rep (const Complex&),
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11642 TC_REP::tree_constant_rep (const ComplexMatrix&),
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11643 TC_REP::tree_constant_rep (const ComplexDiagMatrix&),
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11644 TC_REP::tree_constant_rep (const ComplexRowVector&),
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11645 TC_REP::tree_constant_rep (const ComplexColumnVector&)):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11646 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
11647 complex_scalar_constant.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11648
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11649 * user-prefs.h (user_preferences): New field, `exec_path'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11650 * user-prefs.cc (init_user_prefs): Initialize it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11651 (sv_exec_path): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11652 * variables.cc (install_builtin_variables): Add DEFUN for EXEC_PATH.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11653 (default_exec_path): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11654 * octave.cc (exec_path): New global variable.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11655 Don't set and putenv() exec path here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11656 (long_opts): Add --exec-path option.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11657 (main): Handle it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11658 (initialize_globals): Set default value here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11659
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11660 * user-prefs.h (user_preferences): New field, `info_prog'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11661 * user-prefs.cc (init_user_prefs): Initialize it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11662 (sv_info_prog): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11663 * variables.cc (install_builtin_variables): Add DEFUN for INFO_PROGRAM.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11664 (default_info_prog): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11665 * octave.cc (info_prog): New global variable.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11666 (initialize_globals): Set default value here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11667 (long_opts): Add --info-prog option.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11668 (main): Handle it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11669 * help.cc (try_info): Use user_pref.info_prog here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11670
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11671 * 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
11672 of shell_path when resetting PATH.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11673
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11674 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
11675
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11676 * f-rand.cc (Frandn): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11677 (do_initialization): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11678 (do_rand): New function for doing the real work.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11679 (Frand): Use it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11680
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11681 * 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
11682 print message if file cannot be opened.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11683 Set curr_fcn_file_full_name here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11684 (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
11685
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11686 * 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
11687 and char* constants.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11688
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11689 * 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
11690 column info from expression.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11691
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11692 * parse.y (make_constant): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11693 (simple_expr1, word_list): Use it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11694
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11695 * 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
11696 * variables.cc (load_fcn_from_file): Set it here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11697 * 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
11698 (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
11699 curr_fcn_file_name is 0.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11700
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11701 * octave.cc (Fsource): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11702 (parse_and_execute): Declare file name const char *.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11703 * input.cc (get_input_from_file): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11704
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11705 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
11706
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11707 * f-filter.cc: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11708 * Makefile.in (DLD_SRC): Add it to the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11709
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11710 * sysdep.h (gethostname): Change declaration to match definition
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11711 in sysdep.cc.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11712
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11713 * resource.cc: Include sysdep.h here, for octave_NaN.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11714
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11715 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
11716
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11717 * 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
11718 numeric type, use the converted value, not the original.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11719
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11720 * dirfns.cc (Fpwd): If nargout == 0, print the directory name
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11721 instead of returning it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11722
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11723 * 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
11724 (flush_output_to_pager): Not here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11725
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11726 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
11727
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11728 * variables.cc (install_builtin_commands): Add DEFVAR for
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11729 echo_executing_commands.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11730
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11731 * octave-hist.cc (do_edit_history): Handle new echo stuff.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11732 * variables.cc (parse_fcn_file): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11733 * octave.cc (parse_and_execute): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11734 (main): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11735 * input.cc (do_input_echo):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11736 (Fecho): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11737
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11738 * tree-expr.cc (tree_function::print_code_function_header,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11739 tree_function::print_code_function_trailer): New functions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11740 (tree_function::print_code): Use them.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11741 (tree_function::eval): Likewise, if echoing commands.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11742 * tree-misc.cc (tree_statement::maybe_echo_code): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11743
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11744 * user-prefs.h (user_preferences): New field, echo_executing_commands.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11745 (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
11746 * user-prefs.cc (echo_executing_commands): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11747
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11748 * 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
11749 * 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
11750 before printing code.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11751
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11752 * tree-misc.h (tree_statement_list): New field, function_body.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11753 (tree_statement_list::mark_as_function_body): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11754 * parse.y (func_def3): Mark function bodies.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11755
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11756 * pr-output.cc (octave_print_internal): Undo string escapes when
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11757 printing charMatrix as strings.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11758
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11759 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
11760
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11761 * utils.h (undo_string_escapes): Add missing const in declaration.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11762
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11763 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
11764
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11765 * 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
11766 track of next available file number.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11767 (get_next_avail_file_num): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11768 (fopen_file_for_user, fopen_internal, popen_internal,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11769 execute_internal): Use it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11770
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11771 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
11772
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11773 * tree-const.cc (TC_REP::convert_to_matrix_type,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11774 tree_constant::convert_to_matrix_type): New arg, make_complex.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11775 (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
11776 convert_to_matrix_type.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11777 (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
11778
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11779 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
11780
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11781 * xpow.cc: Include <climits>.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11782
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11783 * sysdep.cc (Fpause): Do pause even if not interactive.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11784
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11785 * 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
11786 RHS and LHS are strings.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11787
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11788 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
11789
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11790 * 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
11791 don't unnecessarily divide the input matrix by 1.0.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11792
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11793 * input.cc (decode_prompt_string): Recognize \[ and \] too.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11794 (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
11795 to history-search-forward.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11796
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11797 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
11798
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11799 * xpow.cc (xpow): Handle integer powers better for complex^double.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11800 (elem_xpow): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11801
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11802 * lex.l ({CCHAR}): If nesting_level.top() is BRACE, return ';',
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11803 not '\n'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11804
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11805 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
11806
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11807 * help.cc (Fwhich): Fix doc string.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11808
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11809 * variables.cc (Fexist): Update doc string.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11810
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11811 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
11812
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11813 * Another massive set of changes to support character matrices
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11814 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
11815 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
11816 files has been changed to use charMatrix instead: octave.h,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11817 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
11818 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
11819 tree-expr.cc.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11820
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11821 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
11822
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11823 * 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
11824 only one element, or matrices that have only one row.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11825
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11826 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
11827
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11828 * mappers.cc (install_mapper_functions): Add gammaln as an alias
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11829 for lgamma.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11830
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11831 * 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
11832 indexed assignment functions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11833 * tc-inlines.h, tc-rep.h: Remove files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11834 * Makefile.in: Remove mention of them here too.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11835
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11836 * Makefile.in: Include $(TI_SRC) in DEP_SOURCES_3, not
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11837 $(TI_SOURCES).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11838 Include $(DLD_SRC) in DEP_SOURCES_3.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11839 Include $(TI_SRC) in DEF_FILES_5.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11840
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11841 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
11842
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11843 * 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
11844 the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11845
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11846 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
11847
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11848 * lex.l (next_token_is_bin_op): Do match `.+', `.*', etc.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11849
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11850 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
11851
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11852 * idx-vector.h, idx-vector.cc: Delete files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11853 * Makefile.in (SOURCES, INCLUDES): Remove them from lists.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11854
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11855 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
11856
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11857 * 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
11858 U and V.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11859
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11860 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
11861
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11862 * f-npsol.cc (Fnpsol, Fnpsol_options): Avoid unused variable
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11863 warnings if NPSOL_MISSING.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11864 * f-qpsol.cc (Fqpsol, Fqpsol_options): Likewise for QPSOL_MISSING.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11865
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11866 * Makefile.in (DISTFILES): Add octave.gperf.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11867
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11868 * 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
11869 since that causes problems with things like [ .1 .1 ].
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11870
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11871 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
11872
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11873 * variables.cc (is_valid_function): Avoid setting error_state if
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11874 argument is not a string.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11875
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11876 * parse.y (maybe_warn_missing_semi): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11877 (list1, list): Call it if statement not terminated by semicolon.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11878 * tree-misc.h (tree_statement::line, tree_statement::column):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11879 New functions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11880 * octave.cc (input_from_command_line_file): New global variable.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11881 (main): Set it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11882 (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
11883 (eval_string): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11884 * variables.cc (parse_fcn_file): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11885
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11886 * user-prefs.cc (warn_missing_semicolon): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11887 * user-prefs.h (user_preferences): New field, warn_missing_semicolon.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11888 * variables.cc (install_builtin_variables): DEFVAR it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11889
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11890 * tree-expr.cc (tree_expression::is_logically_true): Actually use
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11891 argument.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11892
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11893 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
11894
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11895 * variables.cc (install_builtin_variables): Reduce the default
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11896 value of save_precision to 15.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11897
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11898 * variables.cc (builtin_real_scalar_variable): Return 1 for
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11899 success, 0 for failure.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11900
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11901 * user-prefs.cc (struct_levels_to_print, set_save_precision,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11902 set_output_max_field_width, set_output_precision):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11903 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
11904 (check_preference): Rename from check_str_pref. Change all callers.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11905 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
11906 same as "true".
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11907 Delete val to avoid memory leak.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11908 * variables.cc (install_builtin_variables): Change initial values
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11909 from "true" to 1, "false" to 0.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11910
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11911 * variables.cc (install_builtin_variables): Add DEFVAR for
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11912 gnuplot_has_multiplot.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11913
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11914 * user-prefs.h (user_preferences): New field,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11915 `gnuplot_has_multiplot'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11916 * user-prefs.cc (init_user_prefs): Initialize it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11917 (gnuplot_has_multiplot): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11918
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11919 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
11920
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11921 * oct-gperf.h, octave.gperf: Newfiles.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11922 * Makefile.in (DISTFILES): Add octave.gperf.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11923 (INCLUDES): Add oct-gperf.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11924 (oct-gperf.h): New rule.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11925 (local-dist, dist): Depend on oct-gperf.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11926 * lex.l (is_keyword): Use perfect hash function to lookup
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11927 keywords.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11928
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11929 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
11930
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11931 * 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
11932
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11933 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
11934
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11935 * tree-expr.cc (tree_expression::is_logically_true): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11936 * 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
11937 handling the test directly here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11938 * tree-misc.cc (tree_if_clause::eval): Likewise
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11939
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11940 * 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
11941 of str_obj with %s.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11942
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11943 * error.cc (buffer_error_messages): Rename from
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11944 suppress_octave_error_messages.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11945 (error_message_buffer): New global variable.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11946 (verror): Handle buffering of messages.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11947 (handle_message): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11948 (Ferror, Fwarning, Fusage): Use it instead of duplicating code.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11949
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11950 * octave.cc (Feval): Buffer error messages instead of supressing them.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11951
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11952 * 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
11953 * parse.y (TRY, CATCH): New tokens.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11954 (command): Recognize try-catch block.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11955 (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
11956 * token.h (end_tok_type): New field, try_catch_end.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11957 * 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
11958 * variables.cc (bind_global_error_variable): New Function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11959 (clear_global_error_variable): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11960 (install_builtin_variables): Add DEFCONST for __error_text__.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11961 * help.cc (keywords): Add `try', `catch', and `end_try_catch'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11962
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11963 * tree-cmd.cc (tree_unwind_protect::eval): Undo previous change.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11964
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11965 * dirfns.cc (Freaddir, Fmkdir, Frmdir):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11966 Do tilde expansion on the argument.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11967
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11968 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
11969
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11970 * 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
11971 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
11972 correct number of arguments. Simply let the call fail.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11973 * variables.cc (takes_correct_nargs): Delete unused function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11974 * 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
11975 arguments to mapper functions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11976 * 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
11977 Delete unused function max_expected_args.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11978
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11979 * 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
11980 New arg unused_arg_flags.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11981 (DEFUN_TEXT): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11982 * defun-dld.h (DEFUN_DLD_BUILTIN): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11983 * defun-int.h (DEFUN_INTERNAL, DECLARE_FUN, DEFINE_FUN_STRUCT):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11984 Do the real work.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11985
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11986 * 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
11987 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
11988 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
11989 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
11990 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
11991 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
11992 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
11993 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
11994 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
11995 sighandlers.cc, strfns.cc, sysdep.cc, timefns.cc, token.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11996 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
11997 unwind-prot.cc, unwind-prot.h, utils.cc, variables.cc,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11998 variables.h, version.h, xdiv.cc:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11999 Avoid unused variable warnings.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12000
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12001 * tree-expr.h (tree_oct_obj::print_value (ostream&)):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12002 Delete name of unused arg.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12003 (tree_fvc::save (ostream&, int, int): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12004
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12005 * tree-const.h (tree_constant::tree_constant (magic_colon)):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12006 Delete name of unused arg.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12007 (tree_constant::tree_constant (all_va_args)): Likewise
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12008 (ColumnVector vector_value (int, int)): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12009 (ComplexColumnVector vector_value (int, int)): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12010 (Octave_object::eval (int, int, const Octave_object&): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12011
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12012 * octave.cc (execute_startup_files): Look for octaverc first in
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12013 site/m, then in $(version)/m.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12014 * variables.cc (get_local_site_defaults): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12015 * defaults.h.in (OCTAVE_LOCALFCNFILEDIR, OCTAVE_LOCALSTARTUPFILEDIR):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12016 New macros.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12017 * Makefile.in (defaults.h): Also substitute ${localfcndir}.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12018
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12019 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
12020
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12021 * variables.cc (install_builtin_variables): Add DEFCONST for "e".
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12022
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12023 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
12024
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12025 * 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
12026
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12027 * 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
12028 `extern "C"'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12029
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12030 * 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
12031 declare it `extern "C"'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12032
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12033 * dirfns.cc: Don't declare strerror().
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12034
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12035 * input.cc (command_generator): Use malloc, not xmalloc. Don't
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12036 declare xmalloc.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12037 (gnu_readline): Don't declare this `extern "C"'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12038
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12039 * 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
12040 readline/history.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12041
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12042 * 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
12043 readline/readline.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12044
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12045 * 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
12046 `extern "C" { }'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12047
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12048 * fnmatch.h [__cplusplus]: Surround contents in `extern "C" { }'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12049 * load-save.cc, symtab.cc, variables.cc: Don't surround
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12050 fnmatch.h include in `extern "C" { }'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12051
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12052 * help.cc: Don't #undef __FUNCTION_DEF before including
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12053 readline/tilde.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12054
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12055 * 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
12056 sysdep.cc, tree-plot.cc, utils.cc, variables.cc:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12057 Don't surround readline includes in `extern "C" { }'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12058
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12059 * sysdep.cc: Move all include statements to top of file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12060
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12061 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
12062
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12063 * octave.cc (Fsystem): Use iprocstream *, and unwind_protect it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12064 * pager.cc (flush_output_to_pager): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12065 * dirfns.cc (Fls): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12066 * tree-plot.cc (plot_stream): Now a pointer.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12067 (open_plot_stream): Deal with it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12068 (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
12069 Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12070
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12071 * procstream.cc (cleanup_iprocstream, cleanup_oprocstream):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12072 New functions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12073
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12074 * procstream.h, procstream.cc (class iprocstream, class oprocstream):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12075 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
12076 delete it in destructor. Don't call close in destructor.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12077
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12078 * sighandlers.cc (octave_set_signal_handler): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12079 Use this name instead of signal everywhere.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12080 * help.cc (try_info): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12081 * pager.cc (flush_output_to_pager): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12082 * octave.cc (main): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12083 * octave-hist.cc (do_edit_history): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12084
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12085 * input.cc (initialize_readline): Set rl_paren_string_delimiters
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12086 to avoid treating single quotes as string delimiters when doing
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12087 paren matching.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12088
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12089 * 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
12090
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12091 * tree-const.cc: Do include utils.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12092
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12093 * sysdep.cc: Don't surround terminal includes in extern "C".
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12094 Include them before readline.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12095
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12096 * Map.h: Don't include utils.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12097 (CHNode::CHNode (const char*, const C&, CHNode *t):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12098 Do strsave() inline.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12099
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12100 * input.cc (generate_possible_completions): Generate name list
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12101 even when text == 0.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12102 (operate_and_get_next): Don't declare history_stifled, call
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12103 history_is_stifled () instead.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12104 Don't declare history_length, or max_input_history either.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12105 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
12106 bash.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12107
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12108 * user-prefs.h (user_prefs): New field, `completion_append_char'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12109 * user-prefs.cc (init_user_prefs): Initialize it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12110 (sv_completion_append_char): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12111 * variables.cc (install_builtin_variables): Install
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12112 completion_append_char.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12113 * input.cc (command_generator): Use it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12114
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12115 * 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
12116 DLList-fi.cc: Include config.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12117 * 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
12118
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12119 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
12120
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12121 * 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
12122 typedef trick.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12123 * error.h (panic): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12124 * utils.h (jump_to_top_level): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12125
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12126 * 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
12127 not octave_files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12128
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12129 * 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
12130 class from char *.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12131 * file-info.cc: Likewise. Don't include utils.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12132 * file-io.cc (return_valid_file, fopen_file_for_user,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12133 fflush_internal, do_scanf): Use operator ==, not strcmp.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12134 (close_files): Call error with file.name ().data (),
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12135 not file.name ().
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12136 (freport_internal): Call form with file.mode ().data () and
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12137 file.name ().data ().
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12138
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12139 * file-io.cc, file-io.h: Extract file_info class.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12140 * 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
12141
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12142 * user-prefs.h (user_prefs): New field, `beep_on_error'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12143 * user-prefs.cc (init_user_prefs): Initialize it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12144 (beep_on_error): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12145 * variables.cc (install_builtin_variables): Install beep_on_error.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12146 * octave.cc (maximum_braindamage): Set beep_on_error to "true".
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12147 * error.cc (verror): Conditionally beep.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12148 (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
12149
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12150 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
12151
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12152 * load-save.cc (read_mat_binary_data, read_ascii_data,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12153 save_ascii_data, read_binary_data, save_binary_data):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12154 Handle string arrays.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12155
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12156 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
12157
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12158 * user-prefs.cc (struct_levels_to_print,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12159 set_output_max_field_width, set_output_precision,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12160 set_save_precision): Eliminate unecessary kludge variable.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12161
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12162 * variables.cc (gobble_leading_white_space): New arg,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12163 in_parts. Change all callers.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12164
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12165 * 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
12166 handled the same as any other text-style function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12167
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12168 * gripes.cc (gripe_invalid_value_specified): New function
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12169 * user-prefs.cc: Use it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12170
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12171 * sysdep.cc (octave_words_big_endian): New global variable.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12172 (ten_little_endians): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12173 (sysdep_init): Call it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12174 * 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
12175 depending on WORDS_BIGENDIAN at compile-time.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12176
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12177 * symtab.h (SYMTAB_VARIABLES): New macro.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12178 * variables.cc (Fclear): Use it instead of just
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12179 symbol_def::USER_VARIABLE when looking for variables.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12180
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12181 * 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
12182 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
12183 and argv to the remaining args.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12184 (intern_argv): Only define argv if there are some remaining
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12185 arguments.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12186
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12187 * defun.h (DEFVAR_INT): New macro.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12188 (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
12189 eternal.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12190 (DEFCONST): New macro.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12191 * variables.cc (install_builtin_variables): Use DEFCONST where
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12192 appropriate, change uses of DEFVAR to match new definition.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12193
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12194 * variables.cc (bind_builtin_variable): New variant that accepts
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12195 const tree_constant& value.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12196 (install_builtin_variables): Properly alphabetize DEFVAR for this.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12197
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12198 * octave.cc (short_opts): Prefix with `+' to prevent argv
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12199 permutation.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12200 (main): Don't use readline if forced_interactive.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12201 (traditional): New file-scope variable.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12202 (long_opts, usage_string, verbose_usage): Add `--traditional'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12203 (maximum_braindamage): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12204 (main): Call it if --traditional.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12205
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12206 * input.cc (do_input_echo): Print prompt correctly when
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12207 forced_interactive is either true or false.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12208
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12209 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
12210
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12211 * data.cc (Fstruct_elements): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12212
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12213 * file-io.cc (Fumask): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12214
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12215 * dirfns.cc (Fmkdir, Frmdir, Frename): New functions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12216
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12217 * 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
12218 and safe-lstat.o.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12219
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12220 * mkdir.c, rename.c, rmdir.c: New files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12221 * Makefile.in (SOURCES): Include them in the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12222
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12223 * safe-xstat.hin, safe-xstat.cin: New files
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12224 * Makefile.in (DISTFILES): Include them in the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12225
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12226 * sighandlers.cc (octave_new_handler): Try to continue on memory
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12227 exhausted errors.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12228 (sigfpe_handler): Improve error message.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12229
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12230 * Makefile.in: Use `ifndef omit_deps', not `ifndef $(omit_deps)'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12231
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12232 * dirfns.cc (Freaddir): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12233
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12234 * 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
12235 correctly handles complex matrices containing columns of all real
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12236 numbers.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12237
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12238 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
12239
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12240 * arith-ops.cc: Unconditionally #define DIVIDE_BY_ZERO_ERROR.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12241
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12242 * variables.cc (install_builtin_variables): Unconditionally
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12243 install NaN and nan.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12244
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12245 * 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
12246 finite are missing.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12247 (xfinite): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12248
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12249 * 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
12250 octave_Inf if values are not available.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12251
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12252 * 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
12253 Octave names for the structure members.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12254
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12255 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
12256
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12257 * procstream.h, procstream.cc: Rewrite.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12258
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12259 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
12260
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12261 * filemode.c: New file, from Emacs.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12262 * Makefile.in (SOURCES): Add it to the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12263
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12264 * file-io.cc (Fstat, Flstat, mk_stat_map): New functions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12265
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12266 * 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
12267 for these structure members.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12268 (extract_tm): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12269 (Flocaltime): Fix doc string to match.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12270
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12271 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
12272
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12273 * load-save.cc (save_user_variables): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12274 * sighandlers.cc (my_friendly_exit): Call it before exiting.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12275 (sigfpe_handler): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12276 (install_signal_handlers) [__alpha__]: Install it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12277
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12278 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
12279
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12280 * tree-cmd.cc (tree_unwind_protect::eval): Ignore errors and
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12281 suppress error messages while executing first block of
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12282 unwind_protect commands.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12283
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12284 * 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
12285
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12286 * tree-expr.cc (tree_builtin::eval): Complain if no arguments
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12287 given for mapper functions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12288 (tree_fvc::lookup_map_element): Print error message for invalid
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12289 structure reference.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12290
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12291 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
12292
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12293 * 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
12294 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
12295 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
12296 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
12297 Add const qualifiers where appropriate.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12298
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12299 * dirfns.h: Include <ctime>, for time_t.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12300
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12301 * 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
12302 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
12303 tree-plot.cc, utils.cc, variables.cc, sysdir.h:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12304 Move #include <sys/type.h> inside #ifdef HAVE_UNISTD_H.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12305
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12306 * syswait.h: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12307 * Makefile.in (INCLUDES): Add it to the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12308 * file-io.cc, sighandlers.cc: Use it instead of including
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12309 sys/wait.h directly.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12310
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12311 * octave.cc: Include statdefs.h, not sys/stat.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12312
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12313 * sysdir.h: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12314 * Makefile.in (INCLUDES): Add it to the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12315 * 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
12316 directly.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12317
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12318 * pathlen.h: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12319 * Makefile.in (INCLUDES): Add it to the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12320 * 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
12321 directly.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12322 * utils.cc: Don't include sys/param.h
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12323
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12324 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
12325
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12326 * 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
12327 char *.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12328
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12329 * 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
12330 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
12331
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12332 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
12333
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12334 * pathsearch.h: Also hide `string'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12335
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12336 * oct-str.cc, oct-str.h: New files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12337 * Makefile.in: Add to the appropriate lists.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12338 * 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
12339 * tree-expr.cc (tree_matrix::eval): Handle multiple element strings.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12340 * strfns.cc (toascii): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12341 * tree-const.cc (print_as_string): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12342 (TC_REP::force_numeric, TC_REP::rows, TC_REP::columns,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12343 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
12344 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
12345 (TC_REP::print): Call octave_print_internal for string case.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12346 (all_strings): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12347 Fix constructors to use new data structure.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12348 * pr-output.cc (octave_print_internal): Add version for strings.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12349 * Array-string.cc: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12350
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12351 * octave.cc (octave_argv): New global variable.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12352 (intern_argv): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12353 (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
12354 to executable scripts.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12355 * variables.cc: Add DEFUNs for argv, program_invocation_name, and
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12356 program_name.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12357
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12358 * defun.h (DEFVAR): Fix comment.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12359
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12360 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
12361
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12362 * file-io.cc (fgets_internal): Make second arg optional. Add
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12363 optional arg `strip_final_newline'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12364 (Ffgets): Change to match new definition of fgets_internal.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12365 (Ffgetl): Implement using the new fgets_internal.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12366
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12367 * 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
12368 that used by ones, zeros, and eye.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12369
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12370 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
12371
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12372 * tree-const.cc (do_vector_assign): Don't crash for
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12373 A(range) = scalar, or A(matrix) = scalar.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12374
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12375 * 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
12376 (show_dassl_option): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12377 (Fdassl_options): Handle single arg.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12378 * 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
12379 (show_fsolve_option): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12380 (Ffsolve_options): Handle single arg.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12381 * 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
12382 (show_fsqp_option): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12383 (Ffsqp_options): Handle single arg.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12384 * 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
12385 (show_lpsolve_option): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12386 (Flpsolve_options): Handle single arg.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12387 * 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
12388 (show_lsode_option): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12389 (Flsode_options): Handle single arg.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12390 * 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
12391 (show_npsol_option): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12392 (Fnpsol_options): Handle single arg.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12393 * 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
12394 (show_qpsol_option): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12395 (Fqpsol_options): Handle single arg.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12396 * 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
12397 (show_quad_option): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12398 (Fquad_options): Handle single arg.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12399 (Fquad): Doc fix.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12400
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12401 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
12402
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12403 * tree-plot.cc (do_external_plotter_cd): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12404 * 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
12405 successful, also call do_external_plotter_cd().
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12406 (Fcd): Call octave_change_to_directory(), not change_to_directory().
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12407
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12408 * 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
12409 size_t to avoid gcc warnings.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12410
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12411 * 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
12412 tree-misc.cc, utils.cc, xpow.cc, Map.cc:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12413 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
12414
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12415 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
12416
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12417 * tree-const.cc (fortran_style_matrix_assignment): Properly handle
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12418 case of complex LHS, real RHS.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12419
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12420 * Makefile.in: Only include dependency files if $(omit_deps) is
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12421 not set.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12422
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12423 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
12424
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12425 * sysdep.cc: Explicitly include string.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12426
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12427 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
12428
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12429 * load-save.cc (too_large_for_float (const Matrix&)):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12430 Extract elements as doubles, not Complex.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12431
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12432 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
12433
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12434 * 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
12435 * 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
12436 containing Inf or NaN values.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12437
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12438 * pr-output.cc (bit_format): New file-scope variable.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12439 (set_format, pr_any_float): Handle bit_format.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12440 (octave_print_internal): Handle bit_format like bank_format.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12441 (init_format_state): Initialize bit_format.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12442 (set_format_style): Allow `format bit' and `format native-bit'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12443
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12444 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
12445
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12446 * 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
12447
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12448 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
12449
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12450 * pager.cc (Fdiary): Initialize diary_file here, not in the
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12451 file-scope declaration.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12452
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12453 * tree-expr.cc (tree_index_expression::eval):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12454 Handle nargin == 0 the same as other cases.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12455
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12456 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
12457
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12458 * load-save.cc (do_double_format_conversion): Add missing breaks.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12459 (do_float_format_conversion): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12460
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12461 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
12462
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12463 * Makefile.in (OCTAVE_LIBS): Add @LIBPLPLOT@ to the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12464
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12465 * timefns.cc (Ftime): Handle GETTIMEOFDAY_NO_TZ.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12466
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12467 * 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
12468 tc-rep-idx.cc from the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12469
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12470 * tree-const.h: Add #pragma interface.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12471 * 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
12472 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
12473 tree-const.cc large, but makes the final binary smaller.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12474
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12475 * 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
12476 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
12477 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
12478 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
12479 tree-cmd.h tree-base.cc tree-base.h:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12480 Add #pragma interface/implementation.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12481
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12482 * Makefile.in (OCTAVE_LIBS): Delete @LIBINFO@ from list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12483 * 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
12484 functions from info.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12485 (try_info): Call info as a subprocess. Delete second arg.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12486 Handle SIGINT here, not in help_from_info().
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12487 (help_from_info): Complain if info doesn't work.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12488
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12489 * defun-dld.h (DEFUN_DLD_BUILTIN) [OCTAVE_LITE && MAKE_BUILTINS]:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12490 If ! WITH_DLD, simply emit a character string constant.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12491
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12492 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
12493
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12494 * 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
12495 strip_trailing_whitespace() now.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12496 (<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
12497
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12498 * pathsearch.h: Include kpathsea/progname.h.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12499 * octave.cc (initialize_globals): Call kpse_set_progname().
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12500
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12501 * token.h: Declare copy constructor and operator = private.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12502 * token.cc: Abort if copy constructor or operator = is used.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12503
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12504 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
12505
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12506 * 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
12507 values here too.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12508
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12509 * pr-output.cc (hex_format): New file-scope variable.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12510 (set_format, pr_any_float): Handle hex_format.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12511 (octave_print_internal): Handle hex_format like bank_format.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12512 (init_format_state): Initialize hex_format.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12513 (set_format_style): Allow `format hex' and `format native-hex'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12514
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12515 * 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
12516 ask tree_simple_assignment_expression to handle cleaning it up.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12517 This apparently plugs a memory leak.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12518
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12519 * 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
12520 references to structure members.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12521
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12522 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
12523
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12524 * input.cc (generate_struct_completions): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12525 (generate_possible_completions): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12526 (looks_like_struct): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12527 (command_generator): Handle completion of struct variables.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12528
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12529 * 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
12530 Add insert and silent args.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12531
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12532 * oct-map.cc: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12533 * Makefile.in (SOURCES): Add it to the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12534
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12535 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
12536
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12537 * variables.cc (Fexist): Handle structure references too.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12538
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12539 * tree-const.cc (lookup_map_element (const char*, int, int):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12540 New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12541 (lookup_map_element (SLList<char*>&, int, int): New arg, silent.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12542 * 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
12543 don't call error().
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12544
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12545 * tc-rep.h (is_empty): Define here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12546 * 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
12547
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12548 * 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
12549 instead of extracting the map and calling contains() on it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12550
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12551 * parse.y (EPLUS, EMINUS): New tokens.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12552 (simple_expr): Handle EPLUS, EMINUS the same as `+' and `-'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12553 * lex.l (".+", ".-"): New patterns. Match these separately to
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12554 disallow using them as unary operators.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12555
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12556 * 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
12557 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
12558
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12559 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
12560
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12561 * load-save.cc (read_ascii_data): Allow reading of empty
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12562 matrices.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12563
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12564 * 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
12565 doing fortran-style indexing and that nr <= 1 || nc <= 1.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12566 (do_vector_assign): Handle assignment of [] when one dimension is
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12567 zero and the other is anything.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12568
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12569 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
12570
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12571 * 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
12572 num_to_delete is 0.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12573
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12574 * lex.l (handle_identifier): Don't match plot option keywords
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12575 inside parentheses or braces.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12576
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12577 * 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
12578 running a script.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12579
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12580 * tree-cmd.h (tree_command): Add destructor.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12581
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12582 * tree-expr.h tree_simple_assignment_expression (lhs_idx_expr):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12583 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
12584 (init): Initialize it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12585 * tree-expr.cc (~tree_simple_assignment_expression): Delete it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12586
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12587 * 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
12588 tree_identifier, tree_builtin, tree_function): Add destructors.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12589 * tree-expr.cc (tree_function::~tree_function): Delete some stuff.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12590
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12591 * tree-misc.h (tree_va_return_list): Add destructor.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12592
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12593 * octave.cc (__builtin_new, __builtin_delete): Provide our own,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12594 for debugging.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12595
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12596 * 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
12597 strcat.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12598 (file_in_path): Simplify logic.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12599
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12600 * 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
12601 with new and ask tree_simple_assignment_expression to handle
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12602 cleaning it up. This apparently plugs a memory leak.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12603
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12604 * lex.l (strip_trailing_whitespace): Declare retval static.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12605 Delete it before saving next string.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12606
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12607 * error.cc (Ferror): Do call error() for empty string args.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12608 (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
12609 the error state appropriately.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12610
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12611 * 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
12612 in the `try' part of the statement.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12613
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12614 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
12615
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12616 * 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
12617 Where appropriate, declare Fortran functions to take reference
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12618 instead of pointer args. Change callers.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12619
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12620 * mappers.cc: Declare Fortran functions to take reference instead
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12621 of pointer args. Change callers.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12622
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12623 * 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
12624 Declare Fortran functions to take reference instead of pointer
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12625 args.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12626
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12627 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
12628
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12629 * file-io.cc (Fpopen, Fpclose, Fexecute, Fsync_system,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12630 Fasync_system, Fwaitpid, Fmkfifo, Funlink): New functions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12631
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12632 * sighandlers.cc (sigchld_handler): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12633 (install_signal_handlers): Add call to install
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12634 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
12635 determine which child exited and what to do about it).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12636
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12637 * tree-expr.h (tree_oct_obj): New class.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12638
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12639 * tree-expr.h (tree_multi_assignment_expression::preserve): New
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12640 data member. Add arg with default value to constructors. Change
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12641 callers as necessary.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12642 * tree-expr.cc (~tree_multi_assignment_expression): Conditionally
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12643 delete lhs.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12644
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12645 * 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
12646 from the global matrix list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12647 (expression): Extract matrix from matrix list before calling
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12648 make_multi_val_ret().
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12649
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12650 * parse.y (command): Handle new for loop syntax for structures.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12651
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12652 * tree-plot.h (subplot_list): Include tree_print_code() in
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12653 initializer lists for constructors.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12654 * tree-expr.h (tree_statement_list, tree_argument_list,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12655 tree_parameter_list, tree_return_list, tree_global_init_list,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12656 tree_if_command_list, ): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12657
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12658 * 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
12659 (tree_for_command (tree_return_list*, tree_expression*,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12660 tree_statement_list*, int, int)): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12661 * 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
12662 structures.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12663 (do_for_loop_once (tree_return_list*, Octave_object&, int&)):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12664 New form for handling for loops with structures.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12665
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12666 * sysdep.cc (octave_ieee_init): Determine floating point format
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12667 here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12668 (native_float_format): New global variable.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12669 (Fisieee): Compute return value from native_float_format, not by
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12670 using preprocessor macros.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12671 * sysdep.h (enum floating_point_format): Move declaration here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12672 * load-save.cc: From here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12673 Always define all floating point format conversion routines.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12674 (do_double_format_conversion, do_float_format_conversion):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12675 Use native_float_format instead of preprocessor macros.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12676
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12677 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
12678
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12679 * Makefile (TEMPLATE_SRC): New variable.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12680 (DISTFILES): Add $(TEMPLATE_SRC).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12681 (SOURCES): Delete Map.cc and SLStack.cc from here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12682
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12683 * variables.cc (install_builtin_variables): Use OCTAVE_VERSION
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12684 instead of version_string to initialize OCTAVE_VERSION.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12685 * version.h (version_string): Delete.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12686
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12687 * getopt.c (_getopt_internal): Initialize indfound to avoid warning.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12688
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12689 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
12690
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12691 * 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
12692 or complex. If conversion fails, return.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12693
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12694 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
12695
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12696 * data.cc (Fstruct_contains): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12697
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12698 * 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
12699 to avoid warning.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12700 * utils.cc (undo_string_escapes): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12701 * input.cc (decode_prompt_string): Likewise. Also rewrite if
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12702 statement to avoid warning.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12703
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12704 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
12705
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12706 * tree-expr.cc (tree_multi_assignment_expression::eval,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12707 tree_simple_assignment_expression::eval): Call print_constant
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12708 even if user_pref.print_answer_id_name is false.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12709
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12710 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
12711
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12712 * tc-inlines.h (TC_REP): Avoid redefinition.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12713
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12714 * 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
12715 tree_constant class too.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12716
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12717 * tree-plot.h (subplot_using::have_values): Delete data member.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12718 * tree-plot.cc (subplot_using::eval): Always recompute values.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12719
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12720 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
12721
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12722 * tc-rep.cc (print): Print open brace for structures here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12723 * tree-expr.cc (print_constant): Not here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12724
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12725 * 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
12726
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12727 * tree-const.cc (print): New function. Create ostrstream buffer
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12728 and pass it to rep->print().
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12729 * tree-const.h (eval (int)): Call print(), not rep->print().
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12730 * tc-rep.cc (structure_indent_level): New file-scope variable.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12731 (print): New arg, output_buf, is stream to print to.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12732 Print values of structure elements too.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12733
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12734 * 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
12735 * user-prefs.cc (struct_levels_to_print): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12736 * variables.cc (install_builtin_variables): Add DEFVAR for new
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12737 variable struct_levels_to_print.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12738
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12739 * 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
12740 from tree-expr.cc and make extern.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12741
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12742 * tree-expr.cc (print_as_structure): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12743 (print_constant): Use it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12744
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12745 * tree-expr.cc (print_constant): New arg, print_padding.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12746 (tree_simple_assignment_expression::eval): Use print_constant
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12747 instead of duplicating code here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12748 (tree_multi_assignment_expression::eval): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12749
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12750 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
12751
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12752 * Makefile.in (SOURCES): Add resource.cc.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12753 * resource.cc: New file, extracted from timefns.cc.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12754 (Fgetrusage): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12755 * timefns.cc (cputime): Delete (now implemented in a function file
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12756 using new getrusage function).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12757
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12758 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
12759
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12760 * Makefile.in (SOURCES): Add strftime.c.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12761 * strftime.c: New file, from sh-utils distribution.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12762
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12763 * timefns.cc (mk_tm_map, extract_tm, Ftime, Fgmtime, Flocaltime,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12764 Fmktime, Fstrftime): New basic time functions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12765 (Fclock, Fdate): Delete (now implemented in function files using new
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12766 time functions).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12767
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12768 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
12769
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12770 * file-io.cc (return_valid_file, do_printf, do_scanf,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12771 fclose_internal, feof_internal, ferror_internal, fflush_internal,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12772 fgets_internal, fopen_internal, fread_internal, freport_internal,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12773 frewind_internal, fseek_internal, ftell_internal,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12774 fwrite_internal): Declare static.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12775 * file-io.h: Delete extern declarations for them.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12776
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12777 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
12778
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12779 * pr-output.cc (pr_col_num_header): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12780 (compact_format): New file-scope variable.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12781 (set_format_style): Handle loose and compact formats.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12782 (octave_print_internal (ostream&, const ComplexMatrix&, int)):
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12783 Replace duplicate code with call to pr_col_num_header().
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12784 (octave_print_internal (ostream&, const Matrix&, int): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12785 (octave_print_internal (ostream&, const Range&, int): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12786
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12787 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
12788
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12789 * mappers.cc (xgamma): Always use Slatec library function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12790 * (xlgamma): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12791 * Makefile.in (SOURCES): Don't include lgamma.c.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12792
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12793 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
12794
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12795 * 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
12796 Explicitly initialize newlist to zero.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12797 * tree-const.cc (tree_constant::operator new): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12798
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12799 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
12800
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12801 * tree-cmd.cc (quit_loop_now): Declare inline.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12802 (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
12803 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
12804 simple identifier.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12805 (DO_LOOP): New macro. Move tests outside of loop.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12806 (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
12807 variable is a simple identifier and by using DO_LOOP.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12808
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12809 * 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
12810 is used for our custom memory management functions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12811
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12812 * 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
12813 memory management functions).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12814
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12815 * tree-const.cc (newlist, newlist_grow_size, newlist_tail): New
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12816 static variables.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12817 (tree_constant::operator new): Always define to allow more
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12818 efficient allocation of single tree_constants.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12819 (tree_constant::operator delete): Likewise, handle deletion of the
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12820 memory we allocate.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12821
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12822 * 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
12823 variables.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12824 (tree_constant::operator new): Always define to allow more
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12825 efficient allocation of single tree_constants.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12826 (tree_constant::operator delete): Likewise, handle deletion of the
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12827 memory we allocate.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12828
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12829 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
12830
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12831 * error.cc (verror): Terminate output_buf with ends.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12832
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12833 * 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
12834 C++-style comment.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12835
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12836 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
12837
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12838 * 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
12839 * variables.cc (bind_ans): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12840 * tree-expr.cc (tree_identifier::eval (int)): Use it here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12841 (tree_identifier::eval (int, int, const Octave_object&): And here.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12842
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12843 * tree-expr.cc (install_nargin_and_nargout): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12844 * tree-expr.h (tree_function::tree_function (tree_statement_list *,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12845 symbol_table *, int, int)): Call it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12846
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12847 * 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
12848 (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
12849
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12850 * variables.cc (bind_nargin_and_nargout): #if 0 out.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12851
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12852 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
12853
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12854 * 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
12855 * dirfns.cc (Fls): Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12856
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12857 * tree-expr.cc (tree_multi_assignment_expression::eval (int, int,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12858 const Octave_object&)): Call tree_return_list::operator () (Pix)
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12859 explicitly.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12860
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12861 * octave.cc (initialize_globals): Put TEXMF in the environment for
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12862 kpthsea.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12863
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12864 * Makefile.in (OCTAVE_LIBS): Use @LIBINFO@ and @LIBREADLINE@,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12865 substituted by configure. Use kpathsea.a, not libkpathsea, so we
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12866 don't have to modify the kpathsea Makefile.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12867
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12868 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
12869
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12870 * pathsearch.cc: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12871 * pathsearch.h: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12872 * Makefile.in (INCLUDES): Include it in the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12873 * 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
12874 identical code multiple times.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12875
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12876 * variables.cc (install_builtin_variables): Only DEFVAR
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12877 suppress_verbose_help_message if USE_GNU_INFO.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12878
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12879 * help.cc (Fhelp): Only handle -i if USE_GNU_INFO.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12880 (additional_help_message): Only print message if USE_GNU_INFO.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12881 (builtin_help): New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12882 (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
12883
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12884 See ChangeLog.1 in the top level directory for earlier changes.