comparison src/ChangeLog @ 3021:18d64612e67a

[project @ 1997-06-03 22:18:56 by jwe]
author jwe
date Tue, 03 Jun 1997 22:21:29 +0000
parents f512c16826d1
children 0e458bbb1859
comparison
equal deleted inserted replaced
3020:f491f232cb09 3021:18d64612e67a
1 Tue Jun 3 16:47:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * parse.y (parse_and_execute): Move here from toplev.cc
4 (default_eval_print_flag): Likewise.
5 (safe_fclose): Likewise.
6 (eval_string): Likewise.
7 (Fsource): Likewise.
8 (Ffeval): Likewise.
9 (feval): Likewise.
10 (Feval): Likewise.
11 (symbols_of_parse): Define default_eval_print_flag here instead of
12 in varaibles.cc.
13 (looks_like_octave_copyright): Move here from variables.cc
14 (gobble_leading_whitespace): Likeiwse.
15 (is_function_file): Likewise.
16 (restore_input_stream): Likewise.
17 (parse_fcn_file): Likewise.
18 (load_fcn_from_file): Likewise.
19 (get_help_from_file): Likewise.
20
21 * toplev.cc (syms_of_toplev): Define argv, program_name, and
22 program_invocation_name here instead of in variables.cc.
23
24 * parse.h (line_editing): Move here from toplev.h. Now bool, not int.
25 (reading_startup_message_printed) Likewise.
26 (input_from_startup_file): Likewise.
27 (input_from_command_line_file): Likewise.
28
29 * load-save.cc: Use bool instead of int where appropriate.
30
31 * input.h (enum echo_state): Move here from variables.h.
32 (Vecho_executing_commands): Likewise. Now bool, not int.
33 * input.cc (echo_executing_commands): Move here from variables.cc.
34 (symbols_of_input): Define echo_executing_commands here instead of
35 in variables.cc.
36
37 * octave.cc (program_invocation_name): Don't define.
38 (intern_argv): Don't set program_invocation_name here.
39 (main): Call octave_env::set_program_name here, not in intern_argv.
40
41 * toplev.cc (quitting_gracefully): Move here from octave.h and
42 make static bool instead of extern int.
43
44 * error.cc (bind_global_error_variable, clear_global_error_variable):
45 Move here from variables.cc.
46 (symbols_of_error): Define error_text here instead of in variables.cc.
47
48 * pager.cc (write_to_diary_file): Now bool, not int.
49 (really_flush_to_pager): Likewise.
50 (flushing_to_pager): Likewise.
51 * sighandlers.h (can_interrupt): Likewise.
52 * error.h (buffer_error_messages): Likewise.
53 * oct-hist.h (input_from_tmp_history_file, Vsaving_history): Likewise.
54 * input.h (forced_interactive): Likewise.
55 (get_input_from_eval_string): Likeiwse.
56 (reading_script_file): Likeiwse.
57 (reading_fcn_file): Likeiwse.
58 (interactive): Likewise.
59
60 * unwind-prot.cc (saved_variable::saved_variable (bool *, bool)):
61 Set type_tag to boolean, not int.
62
1 Mon Jun 2 00:40:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> 63 Mon Jun 2 00:40:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2 64
3 * variables.h (Octave_builtin_fcn): Delete typedef. 65 * variables.h (Octave_builtin_fcn): Delete typedef.
4 66
5 * help.cc (make_name_list): Move here from variables.cc. 67 * help.cc (make_name_list): Move here from variables.cc.