comparison src/ChangeLog @ 4966:48b63cd88a21

merge
author Ben Wing <ben@xemacs.org>
date Mon, 01 Feb 2010 14:11:36 -0600
parents d79e9cc6aeca 6bc1f3f6cf0d
children 0d4c9d0f6a8d
comparison
equal deleted inserted replaced
4965:d79e9cc6aeca 4966:48b63cd88a21
1 2010-02-01 Aidan Kehoe <kehoea@parhasard.net>
2
3 * fns.c (internal_equalp):
4 Use bytecode_arithcompare, which takes two args, instead of
5 passing a stack pointer to Feqlsign.
6 Use CANONCASE(), not DOWNCASE(), for case-insensitive character
7 comparison.
8 Correct a comment here.
9 * casefiddle.c (casify_object): New operation in this function,
10 CASE_CANONICALIZE.
11 (Fcanoncase): New function, used for case-insensitive comparison.
12 * lisp.h:
13 Make Fcanoncase, bytecode_arithcompare visible here.
14 * bytecode.c (bytecode_arithcompare):
15 Make this visible to other files.
16
1 2010-02-01 Ben Wing <ben@xemacs.org> 17 2010-02-01 Ben Wing <ben@xemacs.org>
2 18
3 * alloc.c (common_init_alloc_early): 19 * alloc.c (common_init_alloc_early):
4 Fix compiler breakage. 20 Fix compiler breakage.
5 21