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
Age
Commit message (
Expand
)
Author
2021-03-24
complex.c: override float division to support `Complex`.
Yukihiro "Matz" Matsumoto
2021-03-24
Use `div_flo` (copy of `mrb_num_div_flo`) for float division.
Yukihiro "Matz" Matsumoto
2021-03-24
Use `mrb_num_div_flo` for float division.
Yukihiro "Matz" Matsumoto
2021-03-24
Fix infinite recursive call bugs in integer division.
Yukihiro "Matz" Matsumoto
2021-03-24
complex.c: implement `Complex#/` and `#quo` in C.
Yukihiro "Matz" Matsumoto
2021-03-24
complex.c: implement `Complex#*` in C.
Yukihiro "Matz" Matsumoto
2021-03-24
rational.rb: avoid 'NaNi` representation.
Yukihiro "Matz" Matsumoto
2021-03-23
Add `timeout-minutes' to GitHub workflow. [ci skip]
Yukihiro "Matz" Matsumoto
2021-03-22
Merge pull request #5387 from shuujii/use-global-defines-for-mruby-bin-debugger
Yukihiro "Matz" Matsumoto
2021-03-22
Merge pull request #5388 from shuujii/reorganize-types-for-ObjectSpace.count_...
Yukihiro "Matz" Matsumoto
2021-03-22
nintendo_switch.rb: remove trailing white spaces; #5386
Yukihiro "Matz" Matsumoto
2021-03-22
Reorganize types for `ObjectSpace.count_objects`
KOBAYASHI Shuji
2021-03-22
Merge pull request #5386 from LanzaSchneider/master
Yukihiro "Matz" Matsumoto
2021-03-22
Merge pull request #5385 from shuujii/add-configuration-for-MinGW-cross-compi...
Yukihiro "Matz" Matsumoto
2021-03-22
Use global defines for `mruby-bin-debugger`
KOBAYASHI Shuji
2021-03-22
Use global defines for `Rational` and `Complex`.
Yukihiro "Matz" Matsumoto
2021-03-22
build: provide global defines by `build.defines`.
Yukihiro "Matz" Matsumoto
2021-03-22
codegen.c: fix integer size warnings.
Yukihiro "Matz" Matsumoto
2021-03-21
Add example for cross-compiling to Nintendo Switch
Lanza
2021-03-21
Add configuration for MinGW cross compilation [ci skip]
KOBAYASHI Shuji
2021-03-21
command.rb: replace `%w()` to plain `[]`.
Yukihiro "Matz" Matsumoto
2021-03-21
complex.c: define `Complex#==` in C.
Yukihiro "Matz" Matsumoto
2021-03-21
memsize.c: handle `MRB_TT_RATIONAL` and `MRB_TT_COMPLEX`.
Yukihiro "Matz" Matsumoto
2021-03-20
rational.c: fix `MRB_TT_RATIONAL` and `MRB_TT_COMPLEX` confusion.
Yukihiro "Matz" Matsumoto
2021-03-20
random.c: fixed seed underflow bug.
Yukihiro "Matz" Matsumoto
2021-03-19
complex.c: overhaul complex operators.
Yukihiro "Matz" Matsumoto
2021-03-19
rational.c: overhaul rational operators.
Yukihiro "Matz" Matsumoto
2021-03-19
numeric.c: avoid integer overflow; close #5384
Yukihiro "Matz" Matsumoto
2021-03-19
`Float#divmod` with zero should cause `ZeroDivisionError`; #5384
Yukihiro "Matz" Matsumoto
2021-03-18
Merge branch 'dearblue-break-in-conf'
Yukihiro "Matz" Matsumoto
2021-03-18
lib/mruby/build.rb: refactoring `ensure` clause; ref #5381
Yukihiro "Matz" Matsumoto
2021-03-18
Merge branch 'break-in-conf' of https://github.com/dearblue/mruby into dearbl...
Yukihiro "Matz" Matsumoto
2021-03-18
Merge pull request #5383 from shuujii/floatNAN-0-should-be-FloatNAN
Yukihiro "Matz" Matsumoto
2021-03-18
`Float::NAN/0` should be `Float::NAN`; ref a0b3378b3
KOBAYASHI Shuji
2021-03-18
numeric.c: float zero division should be infinity with sign kept; fix #5382
Yukihiro "Matz" Matsumoto
2021-03-17
Allow `break` in `build_config`.
dearblue
2021-03-17
hash.c: `Hash#shift` to return `nil` when a hash is empty.
Yukihiro "Matz" Matsumoto
2021-03-17
range.c: fixed a begin-less ranges issue.
Yukihiro "Matz" Matsumoto
2021-03-16
AUTHORS: add the commit hash as of we counted.
Yukihiro "Matz" Matsumoto
2021-03-15
Merge pull request #5379 from shuujii/fix-typo-in-AUTHORS
Yukihiro "Matz" Matsumoto
2021-03-15
Fix typo in `AUTHORS` [ci skip]
KOBAYASHI Shuji
2021-03-15
AUTHOR: fixed typos.
Yukihiro "Matz" Matsumoto
2021-03-15
AUTHORS: add 2 new GitHub accounts.
Yukihiro "Matz" Matsumoto
2021-03-15
AUTHORS: re-renamed from `AUTHOR.md`.
Yukihiro "Matz" Matsumoto
2021-03-15
AUTHORS.md: add GitHub accounts if available.
Yukihiro "Matz" Matsumoto
2021-03-14
Remove mail addresses from `AUTHORS.md`.
Yukihiro "Matz" Matsumoto
2021-03-14
time.c: calendar clock should use `CLOCK_REALTIME`; 5e95f11
Yukihiro "Matz" Matsumoto
2021-03-13
codegen.c: fix memory leak from `new_litbn()`.
Yukihiro "Matz" Matsumoto
2021-03-12
codegen.c: need to preserve `neg` info.
Yukihiro "Matz" Matsumoto
2021-03-12
codegen.c: fixed a typo.
Yukihiro "Matz" Matsumoto
[next]