mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
non-pair cells. (SCM_MOST_POSITIVE_FIXNUM, SCM_MOST_NEGATIVE_FIXNUM): Make sure the return value is signed. Thanks to Brian Crowder for the bug report. (SCM_SRS): Avoid unnecessary casting and don't unpack input values. With this patch, SCM_SRS can be safely used for other types than scm_t_signed_bits. However, it should still better be an internal macro and thus be renamed to SCM_I_SRS. (SCM_MAKINUM, SCM_INUM): Use proper casting.
16 lines
324 B
Text
16 lines
324 B
Text
The Guile maintainer committee consists of
|
|
|
|
Jim Blandy
|
|
Mikael Djurfeldt
|
|
Maciej Stachowiak
|
|
Marius Vollmer
|
|
|
|
Contributors since the last release:
|
|
|
|
For fixes or providing information which led to a fix:
|
|
|
|
Martin Baulig
|
|
Rob Browning
|
|
Brian Crowder
|
|
Christopher Cramer
|
|
John Goerzen
|