comparison src/ChangeLog @ 4212:8ad52ec4f374

[project @ 2002-12-04 03:50:45 by jwe]
author jwe
date Wed, 04 Dec 2002 03:50:45 +0000
parents e96f52432059
children b9317f3973ec
comparison
equal deleted inserted replaced
4211:4804f1151361 4212:8ad52ec4f374
1 2002-12-03 John W. Eaton <jwe@bevo.che.wisc.edu> 1 2002-12-03 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * utils.cc: Don't include SLStack.h.
4
5 * pt-stmt.h (tree_statement_list): Make list member data instead
6 of deriving from SLList object.
7 * pt-select.h (tree_switch_case_list): Likewise.
8 (tree_if_command_list): Likewise.
9 * pt-plot.h (subplot_list): Likewise.
10 * pt-mat.h (tree_matrix): Likewise.
11 * pt-decl.h (tree_decl_init_list): Likewise.
12 * pt-arg-list.h (tree_argument_list): Likewise.
13 * comment-list.h (octave_comment_list): Likewise.
2 14
3 * defun.h (DEFCMD): Rename from DEFUN_TEXT. Provide DEFUN_TEXT as 15 * defun.h (DEFCMD): Rename from DEFUN_TEXT. Provide DEFUN_TEXT as
4 an alias for DEFCMD. Change all uses. 16 an alias for DEFCMD. Change all uses.
5 17
6 * variables.cc (at_top_level): New function. 18 * variables.cc (at_top_level): New function.