Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/ChangeLog Mon Oct 28 16:03:53 2013 +0100 +++ b/src/ChangeLog Sun Dec 15 09:57:28 2013 +0000 @@ -1,3 +1,11 @@ +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. + 2013-09-10 Stephen J. Turnbull <stephen@xemacs.org> * font-mgr.c: Fix a bunch of comments and reformat some docstrings.