Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5306:cde1608596d0
Handle bignum N correctly, #'butlast, #'nbutlast.
2010-11-17 Aidan Kehoe <kehoea@parhasard.net>
* fns.c (bignum_butlast): New.
(Fnbutlast, Fbutlast): Use it.
In #'butlast and #'nbutlast, if N is a bignum, we should always
return nil. Bug revealed by Paul Dietz' test suite, thank you
Paul.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 17 Nov 2010 14:37:26 +0000 |
parents | 6784adb405ad |
children | c096d8051f89 |
comparison
equal
deleted
inserted
replaced
5305:09fed7053634 | 5306:cde1608596d0 |
---|---|
1 2010-11-17 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * fns.c (bignum_butlast): New. | |
4 (Fnbutlast, Fbutlast): Use it. | |
5 In #'butlast and #'nbutlast, if N is a bignum, we should always | |
6 return nil. Bug revealed by Paul Dietz' test suite, thank you | |
7 Paul. | |
8 | |
1 2010-11-15 Aidan Kehoe <kehoea@parhasard.net> | 9 2010-11-15 Aidan Kehoe <kehoea@parhasard.net> |
2 | 10 |
3 * .gdbinit.in: Remove lrecord_type_popup_data, | 11 * .gdbinit.in: Remove lrecord_type_popup_data, |
4 lrecord_type_window_configuration from this file, they're not | 12 lrecord_type_window_configuration from this file, they're not |
5 used, and their presence breaks pobj in GDB at runtime for me. | 13 used, and their presence breaks pobj in GDB at runtime for me. |