comparison src/ChangeLog @ 5768:3bfcdeb65578

Return a fixnum as documented with marker arg, #'max, #'min 2013-12-15 Aidan Kehoe <kehoea@parhasard.net> * data.c (Fmax): * data.c (Fmin): When an argument is a marker or a character, and WITH_NUMBER_TYPES is defined, return a fixnum in these functions as is documented and as the non-NUMBER_TYPES code does.
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 15 Dec 2013 09:57:28 +0000
parents 23dc211f4d2f
children ffc0c5a66ab1
comparison
equal deleted inserted replaced
5767:4e69b24a2301 5768:3bfcdeb65578
1 2013-12-15 Aidan Kehoe <kehoea@parhasard.net>
2
3 * data.c (Fmax):
4 * data.c (Fmin):
5 When an argument is a marker or a character, and WITH_NUMBER_TYPES
6 is defined, return a fixnum in these functions as is documented
7 and as the non-NUMBER_TYPES code does.
8
1 2013-09-10 Stephen J. Turnbull <stephen@xemacs.org> 9 2013-09-10 Stephen J. Turnbull <stephen@xemacs.org>
2 10
3 * font-mgr.c: Fix a bunch of comments and reformat some docstrings. 11 * font-mgr.c: Fix a bunch of comments and reformat some docstrings.
4 (Ffc_name_parse): 12 (Ffc_name_parse):
5 Make FcNameParse signal invalid-argument when parse fails. 13 Make FcNameParse signal invalid-argument when parse fails.