comparison src/ChangeLog @ 4971:bcdf496e49d0

put back patch to get more informative staticpro debugging -------------------- ChangeLog entries follow: -------------------- src/ChangeLog addition: 2010-02-04 Ben Wing <ben@xemacs.org> * symbols.c (defsymbol_massage_name_1): * symbols.c (defsymbol_nodump): * symbols.c (defsymbol): * symbols.c (defkeyword): * symeval.h (DEFVAR_SYMVAL_FWD_OBJECT): Put this back again: Make the various calls to staticpro() instead call staticpro_1(), passing in the name of the C var being staticpro'ed, so that it shows up in staticpro_names. Otherwise staticpro_names just has 1000+ copies of the word `location'.
author Ben Wing <ben@xemacs.org>
date Thu, 04 Feb 2010 05:55:25 -0600
parents 5c89ceb69819
children c448f4c38d65
comparison
equal deleted inserted replaced
4970:5c89ceb69819 4971:bcdf496e49d0
1 2010-02-04 Ben Wing <ben@xemacs.org>
2
3 * symbols.c (defsymbol_massage_name_1):
4 * symbols.c (defsymbol_nodump):
5 * symbols.c (defsymbol):
6 * symbols.c (defkeyword):
7 * symeval.h (DEFVAR_SYMVAL_FWD_OBJECT):
8 Put this back again:
9
10 Make the various calls to staticpro() instead call staticpro_1(),
11 passing in the name of the C var being staticpro'ed, so that it
12 shows up in staticpro_names. Otherwise staticpro_names just has
13 1000+ copies of the word `location'.
14
1 2010-02-04 Ben Wing <ben@xemacs.org> 15 2010-02-04 Ben Wing <ben@xemacs.org>
2 16
3 * bytecode.c (assert_failed_with_remembered_ops): 17 * bytecode.c (assert_failed_with_remembered_ops):
4 * bytecode.c (init_opcode_table_multi_op): 18 * bytecode.c (init_opcode_table_multi_op):
5 Declare some things const to shut up G++ v4 warnings. 19 Declare some things const to shut up G++ v4 warnings.