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-complex
Age
Commit message (
Expand
)
Author
2019-07-18
Avoid making top-level `env` in initialization code; ref #4581
Yukihiro "Matz" Matsumoto
2019-07-13
Resolve ambiguous argument warning.
Yukihiro "Matz" Matsumoto
2019-06-29
Use nested `assert`
dearblue
2019-06-05
Fix not frozen in `Complex` method by `RData`
dearblue
2019-06-05
Fix memory leak in `Complex` method by `RData`
dearblue
2019-05-26
Add `Complex.rect`
KOBAYASHI Shuji
2019-05-26
Remove some overhead from methods defined in Ruby in Complex.
Yukihiro "Matz" Matsumoto
2019-05-23
Freeze `Rational` and `Complex` objects
KOBAYASHI Shuji
2019-05-21
Use `MRB_TT_ISTRUCT` for `Complex` numbers if possible.
Yukihiro "Matz" Matsumoto
2019-05-21
Implements part of `Complex` class in C.
Yukihiro "Matz" Matsumoto
2019-05-21
Remove `Complex(string)` complex generation.
Yukihiro "Matz" Matsumoto
2019-05-18
Move `Object#(Rational|Complex)` to `Kernel`
KOBAYASHI Shuji
2019-05-15
Fix dependencies
Ukrainskiy Sergey
2019-05-15
Basic implementation of Complex and Rational classes
Ukrainskiy Sergey
2019-05-15
Initial suffix support
Ukrainskiy Sergey