comparison src/ChangeLog @ 3239:d54ef0aa6e82

[project @ 1999-03-27 17:40:45 by jwe]
author jwe
date Sat, 27 Mar 1999 17:40:46 +0000
parents 041ea33fbbf4
children dd00769643ae
comparison
equal deleted inserted replaced
3238:041ea33fbbf4 3239:d54ef0aa6e82
1 Sat Mar 27 11:07:51 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * ov.h (octave_value::count): New function.
4 * symtab.cc (symbol_record::dump_symbol_info): New function.
5 * symtab.cc (symbol_record::symbol_def::dump_symbol_info): Ditto.
6 * variables.cc (F__dump_symbol_info__): Ditto.
7
8 * pt-misc.cc (tree_parameter_list::clear): New function.
9 * ov-usr-fcn.h (octave_user_function::clear_args_passed): Ditto.
10 * ov-usr-fcn.cc (clear_param_list): New function.
11 (clear_args_passed): New function.
12 (octave_user_function::do_index_op): Use them to decrement
13 reference counts on local variables.
14
1 Fri Mar 26 00:51:53 1999 John W. Eaton <jwe@bevo.che.wisc.edu> 15 Fri Mar 26 00:51:53 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
2 16
3 * Makefile.in (libraries): Use the libfoo.a(objects) method of 17 * Makefile.in (libraries): Use the libfoo.a(objects) method of
4 creating static libs. 18 creating static libs.
5 19