comparison src/ChangeLog @ 2958:da62d3b91fa3

[project @ 1997-05-09 18:51:56 by jwe]
author jwe
date Fri, 09 May 1997 18:52:05 +0000
parents c41e4dca98b9
children c0c280cda856
comparison
equal deleted inserted replaced
2957:17c69c89fe93 2958:da62d3b91fa3
1 Fri May 9 07:40:59 1997 John W. Eaton <jwe@bevo.che.wisc.edu> 1 Fri May 9 07:40:59 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * pt-exp.cc (print_rhs_assign_val, symbols_of_pt_exp): New functions.
4 (Vprint_rhs_assign_val): New static variable.
5 (tree_simple_assignment_expression::eval): Use it to optionally
6 allow the rhs (which is the result) of an assignment to be printed
7 instead of the left.
2 8
3 * pt-exp.cc (tree_simple_assignment_expression::eval): Use new 9 * pt-exp.cc (tree_simple_assignment_expression::eval): Use new
4 octave_variabl_reference::index function to handle indexing. 10 octave_variabl_reference::index function to handle indexing.
5 11
6 * oct-var-ref.h, oct-var-ref.cc (idx): New data member. 12 * oct-var-ref.h, oct-var-ref.cc (idx): New data member.