Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#234 closed enhancement (fixed)

provide safe C_inline definitions for some fixnum operations

Reported by: felix winkelmann Owned by: felix winkelmann
Priority: minor Milestone:
Component: core libraries Version: 4.5.0
Keywords: fxmod fx/ Cc:
Estimated difficulty:

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_....

Change History (2)

comment:1 Changed 14 years ago by felix winkelmann

Resolution: fixed
Status: newclosed

See commit c1f8ca15d237ed91ebe52e28b2200f906b777f49 (experimental).

comment:2 Changed 13 years ago by felix winkelmann

Milestone: 4.6.0

Milestone 4.6.0 deleted

Note: See TracTickets for help on using tickets.