Summary

provide safe C_inline definitions for some fixnum operations

Metadata

Description

The following fixnum-operations should be provided as safe directly callable `C_inline` definitions in `chicken.h`:

 fxmod
 fx/

This may require renaming the currently existing `C_fixnum_modulo` and `C_fixnum_divide` to `C_u_...`.

Changes and comments

[2010-05-14 15:21:00 UTC] felix changed status from new to closed

[2010-05-14 15:21:00 UTC] felix set resolution to fixed

[2010-05-14 15:21:00 UTC] felix wrote:

See commit c1f8ca15d237ed91ebe52e28b2200f906b777f49 (experimental).

[2011-04-04 08:31:00 UTC] felix removed milestone 4.6.0

[2011-04-04 08:31:00 UTC] felix wrote:

Milestone 4.6.0 deleted