comparison src/ChangeLog @ 3189:bef7b73c0724

[project @ 1998-10-16 18:05:26 by jwe]
author jwe
date Fri, 16 Oct 1998 18:05:31 +0000
parents 9580887dd160
children bdf2186d4592
comparison
equal deleted inserted replaced
3188:df7c57a6639d 3189:bef7b73c0724
1 Fri Oct 16 00:52:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * parse.y (in_matrix_or_assign_lhs): New subroutine for lexical
4 feedback.
5 (matrix): Use it.
6 (assign_lhs): Ditto.
7 * lex.h (lexical_feedback::looking_at_matrix_or_assign_lhs): New
8 data member.
9 * lex.l (handle_identifier): Use it to handle keywords like `cd'
10 as variables in contexts like [ab, cd] = foo ().
11
12 * ov-str-mat.h
13 (octave_char_matrix_str::octave_char_matrix_str (char c)):
14 New constructor.
15 * ov-ch-mat.h (octave_char_matrix::octave_char_matrix (char c)):
16 New constructor.
17 * ov.cc (octave_value::octave_value (char c): New constructor.
18
19 * pt-loop.cc (tree_simple_for_command::eval): Handle case of RHS
20 as string.
21
22 Thu Oct 15 00:56:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
23
24 * DLD-FUNCTIONS/rand.cc: Declare Fortran subroutines as returning
25 int, not int*.
26
27 Wed Oct 14 23:51:31 1998 Georg Thimm <thimm@idiap.ch>
28
29 * load-save.cc (Vcrash_dumps_octave_core): New static variable.
30 (save_user_variables): Only save variables if
31 Vcrash_dumps_octave_core is true.
32 (symbols_of_load_save): Add DEFVAR for it here.
33 (crash_dumps_octave_core): New function.
34 * octave.cc (maximum_braindamage): Bind crash_dumps_octave_core to
35 0.0 here.
36
37 Tue Oct 13 22:05:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
38
39 * input.cc (read_readline_init_file): New function.
40
41 Thu Oct 8 13:47:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
42
43 * oct-procbuf.h (octave_procbuf::wstatus): New data member.
44 Initialize in constructors.
45 (octave_procbuf::wait_status): New member function.
46 * oct-procbuf.cc (octave_procbuf::sys_close): Use class data
47 member wstatus, not local variable.
48 * procstream.cc (procstreambase::close): Don't call sys_close directly.
49 Get subprocess exit status by calling wait_status for our procbuf.
50 * pt-plot.cc (close_plot_stream): Send "quit" command to gnuplot
51 before deleting plot_stream.
52
53
54 Thu Oct 1 22:39:44 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
55
56 * data.cc (Fis_complex): New function.
57
1 Fri Sep 25 11:50:44 1998 John W. Eaton <jwe@bevo.che.wisc.edu> 58 Fri Sep 25 11:50:44 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
2 59
3 * load-save.cc (write_header): Rename from write_binary_header. 60 * load-save.cc (write_header): Rename from write_binary_header.
4 Also write header for Octave ASCII files. 61 Also write header for Octave ASCII files.
5 62