chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] #234: provide safe C_inline definitions for some fixn


From: Chicken Trac
Subject: [Chicken-janitors] #234: provide safe C_inline definitions for some fixnum operations
Date: Wed, 12 May 2010 14:14:29 -0000

#234: provide safe C_inline definitions for some fixnum operations
----------------------------+-----------------------------------------------
 Reporter:  felix           |       Owner:  felix
     Type:  enhancement     |      Status:  new  
 Priority:  minor           |   Milestone:  4.6.0
Component:  core libraries  |     Version:  4.5.0
 Keywords:  fxmod fx/       |  
----------------------------+-----------------------------------------------
 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_...`.

-- 
Ticket URL: <http://www.irp.oist.jp/trac/chicken/ticket/234>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]