index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mrbgems
/
mruby-numeric-ext
Age
Commit message (
Expand
)
Author
2021-08-21
Organize the include of header files
dearblue
2021-08-06
numeric_ext.c: fix a bug regarding `MRB_INT_MIN`.
Yukihiro "Matz" Matsumoto
2021-08-03
numeric_ext.c: `modulo` and `remainder` should handle infinite argument.
Yukihiro "Matz" Matsumoto
2021-08-03
numeric_ext.c: add `Float#modulo` and `#remainder` methods.
Yukihiro "Matz" Matsumoto
2021-08-03
numeric_ext.c: update `Integer#remainder` method.
Yukihiro "Matz" Matsumoto
2021-08-03
numeric_ext.c: use `mrb_integer` instead of `mrb_as_int`.
Yukihiro "Matz" Matsumoto
2021-08-03
numeric_ext.c: define `modulo` and `remainder` methods for `Integer`.
Yukihiro "Matz" Matsumoto
2021-08-03
numeric_ext.c: remove unnecessary prefix `mrb_` from static functions.
Yukihiro "Matz" Matsumoto
2021-07-25
Remove redundant include headers.
Yukihiro "Matz" Matsumoto
2021-05-17
Global renaming regarding `integer` and `float`.
Yukihiro "Matz" Matsumoto
2021-01-26
Revert "Minimize the changes in #5277"
Yukihiro "Matz" Matsumoto
2021-01-22
Minimize the changes in #5277
Yukihiro "Matz" Matsumoto
2021-01-11
Avoid including `presym.inc` in existing header files
KOBAYASHI Shuji
2020-10-12
Reorganize `Integer` system.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename float configuration option names.
Yukihiro "Matz" Matsumoto
2020-10-12
Use functions that take symbols to reduce string litrals in C.
Yukihiro "Matz" Matsumoto
2019-08-05
Merge pull request #4614 from shuujii/use-mrb_int-instead-of-to_int-in-mruby-...
Yukihiro "Matz" Matsumoto
2019-08-04
Use `mrb_int()` instead of `to_int()` in `mruby-numeric-ext`
KOBAYASHI Shuji
2019-08-04
Add constants for floating point number
dearblue
2019-07-21
Integrate `Integral#chr` (`Fixnum#chr`) to `mruby-string-ext`
KOBAYASHI Shuji
2019-05-17
Move `Integral#(zero|nonzero|positive|negative)?` to `Numeric`
KOBAYASHI Shuji
2019-05-17
Move `Numeric#div` to the core.
Yukihiro "Matz" Matsumoto
2019-01-03
Remove `Kernel#class_defined?` which is not available in CRuby; #3829
Yukihiro "Matz" Matsumoto
2018-11-19
Remove implicit conversion using `to_int` method.
Yukihiro "Matz" Matsumoto
2017-12-26
Add `Integer#{allbits?,anybits?,nobits?}. [Ruby2.5]
Yukihiro "Matz" Matsumoto
2017-12-26
Move `Intefer#chr` to `Integral#chr`.
Yukihiro "Matz" Matsumoto
2017-11-04
Merge branch 'master' of github.com:mruby/mruby
YAMAMOTO Masaya
2017-10-18
Add `Numeric#{positive?,negative?}`; CRuby2.3
Yukihiro "Matz" Matsumoto
2017-10-16
Support MRB_WIHTOUT_FLOAT to mruby-numeric-ext (test only)
YAMAMOTO Masaya
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2015-11-20
support Numeric#zero? and Numeric#nonzero?
takahashim
2015-06-28
Rename extended xxxx class or module to xxxx class or module extension
Jun Hiroe
2015-06-28
Fix typo; Replace extensional with extended
Jun Hiroe
2014-07-12
Run mrbgem and core tests on minimum dependencies.
take_cheeze
2014-03-17
move summary of mrbgems in default gembox to its spec
take_cheeze
2014-03-04
add Integer#div and Float#div.
Tomoyuki Sahara
2014-02-27
Test for UTF-8 as mattn suggests.
chasonr
2014-02-26
Update the Fixnum#chr test for UTF-8.
chasonr
2014-01-07
remove superfluous includes
cremno
2013-08-04
Improve test of mruby-numeric-ext GEM
Daniel Bovensiepen
2013-07-23
"spec.author" is better for single-author gems.
Tomoyuki Sahara
2013-04-25
rename every ARGS_XXX to MRB_ARGS_XXX; ref #1206
Yukihiro "Matz" Matsumoto
2013-04-01
Fix to fit new raisef format.
Masaki Muranaka
2013-03-29
Remove limits.h from numeric.h. Add limits.h to some C files.
Masaki Muranaka
2013-03-08
define and use print format macros for mrb_int
Cremno
2013-03-08
fix comment
Kouki Ooyatsu
2013-03-08
add Integer#chr test case: multibyte (raise RangeError)
Kouki Ooyatsu
2013-03-08
add mrbgems/ext/mruby-numeric, and method: Integer#chr
Kouki Ooyatsu