Summary
provide safe C_inline definitions for some fixnum operations
Metadata
- Id: 7dfb0e7ea8025da1e0c34f58e8428c49d77898fa
- Trac id: 234
- Type: enhancement
- Reporter: felix
- Owner: felix
- Cc:
- Status: closed
- Component: core libraries
- Estimated difficulty:
- Resolution: fixed
- Priority: minor
- Milestone:
- Version: 4.5.0
- Changetime: 2011-04-04 08:31:00 UTC
- Created: 2010-05-12 16:14:29 UTC
- Keywords: fxmod fx/
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