comparison src/ChangeLog @ 4913:c8368716bab3

[project @ 2004-07-23 16:00:48 by jwe]
author jwe
date Fri, 23 Jul 2004 16:00:49 +0000
parents 14027e0bafa4
children 1c0442da75fd
comparison
equal deleted inserted replaced
4912:048db020498c 4913:c8368716bab3
1 2004-07-23 Oyvind Kristiansen <oyvinkri@stud.ntnu.no>
2
3 * symtab.cc (symbol_record::subsymbols_list): New method.
4 (symbol_record::maybe_list): Call to subsymbols_list and merge
5 result with the original list of symbols.
6
7 * symtab.cc (symbol_record::make_dimensions_string): New method.
8 (symbol_record::print_symbol_info_line): Print N-d info. Output
9 for long format now under control of format string.
10 (symbol_table::maybe_list): Headers to whos listing updated.
11 Also print footer info.
12 (symbol_table::print_descriptor): Method printing the
13 header of whos listings.
14 (symbol_table::parse_whos_line_format): New method.
15 (whos_line_format, Vwhos_line_format): New built-in variables.
16 (symbols_of_symtab): DEFVAR them.
17 (symbol_record::nelem, symbol_record::symbol_def::nelem,
18 symbol_record::byte_size, symbol_record::symbol_def::byte_size):
19 New methods.
20 (symbol_record::dimensions_string_req_first_space): New method.
21 (symbol_record::dimensions_string_req_total_space): New method.
22 * symtab.h (whos_parameter): New struct. Container for one
23 parameter in whos_line_format.
24
1 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> 25 2004-07-22 Paul Kienzle <pkienzle@users.sf.net>
2 26
3 * DLD-FUNCTIONS/dassl.cc (Fdassl): Fix doc string. 27 * DLD-FUNCTIONS/dassl.cc (Fdassl): Fix doc string.
4 * ov-struct.cc (Fstruct): Likewise. 28 * ov-struct.cc (Fstruct): Likewise.
5 * symtab.cc (Fdebug_symtab_lookups): Likewise. 29 * symtab.cc (Fdebug_symtab_lookups): Likewise.