comparison src/ChangeLog @ 2859:00c0cd0f2ee7

[project @ 1997-03-31 19:02:32 by jwe]
author jwe
date Mon, 31 Mar 1997 19:02:37 +0000
parents 5448c8cba402
children 2d9047854387
comparison
equal deleted inserted replaced
2858:a8f735f0dd71 2859:00c0cd0f2ee7
1 Mon Mar 31 00:37:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> 1 Mon Mar 31 00:37:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * pt-base-exp.h (tree_expression::eval): Give arg a default value.
4 * pt-const.h (tree_constant::eval): Likewise.
5 * pt-exp.h (tree_prefix_expression::eval, tree_colon_expression::eval,
6 tree_postfix_expression::eval, tree_unary_expression::eval,
7 tree_binary_expression::eval, tree_boolean_expression::eval,
8 tree_simple_assignment_expression::eval): Likewise.
9 * pt-fcn.h (tree_function::eval): Likewise.
10 * pt-fvc.h (tree_identifier::eval, tree_indirect_ref::eval,
11 tree_builtin::eval): Likewise.
12 * pt-mat.h (tree_matrix::eval): Likewise.
13 * pt-misc.h (tree_statement_list::eval): Likewise.
14 * pt-mvr-base.h (tree_multi_val_ret::eval): Likewise.
15 * pt-mvr.h (tree_oct_obj::eval, tree_index_expression::eval,
16 tree_multi_assignment_expression::eval): Likewise.
17 * dassl.cc, fsolve.cc, load-save.cc, lsode.cc, npsol.cc, parse.y,
18 pt-cmd.cc, pt-exp-base.cc, pt-exp.cc, pt-fvc.cc, pt-mat.cc,
19 pt-misc.cc, pt-mvr.cc, pt-plot.cc, quad.cc, toplev.cc, variables.cc:
20 Change callers of eval() to use bool instead of int and to make
21 use of default argument value.
22
23 * toplev.h, toplev.cc (parse_and_execute, eval_string): Flag args
24 are now bool instead of int.
2 25
3 * symtab.h, symtab.cc: Use bool instead of int in more places. 26 * symtab.h, symtab.cc: Use bool instead of int in more places.
4 * variables.h, variables.cc: Likewise. 27 * variables.h, variables.cc: Likewise.
5 * lex.h, lex.l: Likewise. 28 * lex.h, lex.l: Likewise.
6 * parse.y: Likewise. 29 * parse.y: Likewise.