comparison src/ChangeLog @ 11066:e678346a47d9

toplev.cc, sighandlers.cc, utils.cc, octave.cc, pt-eval.cc pt-idx.cc: Octave_map to octave_map and octave_scalar_map conversion
author John W. Eaton <jwe@octave.org>
date Thu, 30 Sep 2010 06:00:00 -0400
parents 61a6c99d8ff7
children b0eec300d3fc
comparison
equal deleted inserted replaced
11065:9bf6c927c267 11066:e678346a47d9
1 2010-09-30 John W. Eaton <jwe@octave.org>
2
3 * toplev.cc (octave_config_info): Use Octave_scalar_map instead
4 of Octave_map.
5 * sighandlers.cc (make_sig_struct, FSIG): Likewise.
6
7 * utils.cc (decode_subscripts): Use octave_map instead of Octave_map.
8 * octave.cc (F__version_info__): Likewise.
9 * pt-eval.cc (visit_complex_for_command): Likewise.
10 * pt-idx.cc (tree_index_expression::lvalue): Likewise.
11
1 2010-09-30 John W. Eaton <jwe@octave.org> 12 2010-09-30 John W. Eaton <jwe@octave.org>
2 13
3 * DLD-FUNCTIONS/gcd.cc: Style fixes. 14 * DLD-FUNCTIONS/gcd.cc: Style fixes.
4 15
5 2010-09-30 John W. Eaton <jwe@octave.org> 16 2010-09-30 John W. Eaton <jwe@octave.org>