| Age | Commit message (Collapse) | Author |
|
- HAVE_IEEEFP_H is nowhere defined or needed at all
- FreeBSD < 4 is unsupported since years
- MSVC workaround (around what exactly?)
|
|
Signed-off-by: Nobuhiro Iwamatsu <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Export mrb_flo_to_str() as API.
|
|
Add new API mrb_flo_to_fixnum(). You can replace mrb_flt2big() to mrb_flo_to_fixnum() with few modifications.
|
|
|
|
|
|
(stringify) and takes mrb_value; close #1062
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
supported since C89.
|
|
environments).
This is a first step. It will be reduced stdlib.h in each files later.
|
|
|
|
|
|
Fix mrb_fix2str().
|
|
|
|
((divp == NULL) || (modp == NULL))).
|
|
|
|
|
|
|
|
fix is based on @cremno's hack. It will fix #869.
|
|
|
|
|
|
|