comparison src/ChangeLog @ 5061:e7b120e28b49

merge
author Ben Wing <ben@xemacs.org>
date Sun, 21 Feb 2010 21:01:09 -0600
parents 86041556214b 24372c7e0e8f
children 151d425f8ef0
comparison
equal deleted inserted replaced
5060:86041556214b 5061:e7b120e28b49
49 * alloc.c (pluralize_word): 49 * alloc.c (pluralize_word):
50 New function to pluralize a word. 50 New function to pluralize a word.
51 * alloc.c (pluralize_and_append): New function. 51 * alloc.c (pluralize_and_append): New function.
52 * alloc.c (object_memory_usage_stats): 52 * alloc.c (object_memory_usage_stats):
53 Clean up duplication. 53 Clean up duplication.
54
55 2010-02-21 Ben Wing <ben@xemacs.org>
56
57 * gc.c (kkcc_marking): Fix compile error.
58 * mc-alloc.c:
59 #if 0 out some unused functions.
54 60
55 2010-02-21 Ben Wing <ben@xemacs.org> 61 2010-02-21 Ben Wing <ben@xemacs.org>
56 62
57 * extents.c (process_extents_for_insertion_mapper): 63 * extents.c (process_extents_for_insertion_mapper):
58 Assertion wasn't quite set up correctly in previous patch. 64 Assertion wasn't quite set up correctly in previous patch.