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-02-12
Rename `mruby-catch.c` to `catch.c`; ref #5328
Yukihiro "Matz" Matsumoto
2021-02-11
Merge pull request #5333 from shuujii/fix-heap-buffer-overflow-for-small-Hash...
Yukihiro "Matz" Matsumoto
2021-02-10
Merge branch 'dearblue-mruby-catch'
Yukihiro "Matz" Matsumoto
2021-02-10
Refactor `mruby-catch`; ref #5328
Yukihiro "Matz" Matsumoto
2021-02-10
Fix heap-buffer-overflow for small `Hash` (HT) in `Hash#rehash`
KOBAYASHI Shuji
2021-02-10
Merge branch 'mruby-catch' of https://github.com/dearblue/mruby into dearblue...
Yukihiro "Matz" Matsumoto
2021-02-09
Upgrade supported Ruby version to 2.5.
Yukihiro "Matz" Matsumoto
2021-02-08
`i_gcd()` does not work for `MRB_INT_MIN`.
Yukihiro "Matz" Matsumoto
2021-02-08
Allow the case `MRB_32BIT` and `MRB_NO_BOXING` and `MRB_USE_FLOAT32`; #4382
Yukihiro "Matz" Matsumoto
2021-02-08
Merge pull request #5331 from shuujii/explicit-top-level-task-to-clarify-in-t...
Yukihiro "Matz" Matsumoto
2021-02-07
Explicit top level task to clarify in `tasks/test.rake`
KOBAYASHI Shuji
2021-02-07
Move `F(x)` definition inside of `#ifdef`; fix #5330
Yukihiro "Matz" Matsumoto
2021-02-07
Enlarge tolerance limit for `float32`; close #5329
Yukihiro "Matz" Matsumoto
2021-02-07
Fix tests to work with `MRB_USE_FLOAT32`; fix #5329
Yukihiro "Matz" Matsumoto
2021-02-07
Add `host-f32` config to test `MRB_USE_FLOAT32`; ref #5329
Yukihiro "Matz" Matsumoto
2021-02-06
Reimplement mruby-catch; ref #5321
dearblue
2021-02-06
MinGW does not need MSVC hack.
Yukihiro "Matz" Matsumoto
2021-02-06
Merge pull request #5325 from dearblue/c++-exc.2
Yukihiro "Matz" Matsumoto
2021-02-06
Merge pull request #5327 from dearblue/notest
Yukihiro "Matz" Matsumoto
2021-02-06
Merge pull request #5326 from dearblue/struct
Yukihiro "Matz" Matsumoto
2021-02-06
Ignore if `conf.enable_test` does not exist
dearblue
2021-02-06
No need to check class definition
dearblue
2021-02-06
`compile_as_cxx` should generate a path under` conf.build_dir`
dearblue
2021-02-06
Fixed compile errors in `cmath.c` in MinGW and macOS.
Yukihiro "Matz" Matsumoto
2021-02-06
Merge pull request #5324 from dearblue/c++-exc
Yukihiro "Matz" Matsumoto
2021-02-06
Merge pull request #5323 from shuujii/make-the-argument-of-Kernel-catch-optio...
Yukihiro "Matz" Matsumoto
2021-02-06
Exclude `<build-dir>/mrbc/**/*` from rake target rules
dearblue
2021-02-06
Make the argument of `Kernel#catch` optional as Ruby does
KOBAYASHI Shuji
2021-02-06
Avoid implicit conversion from `mrb_float` to `mrb_complex`.
Yukihiro "Matz" Matsumoto
2021-02-06
Merge pull request #5322 from shuujii/fix-message-of-ThrowCatchJump-in-mruby-...
Yukihiro "Matz" Matsumoto
2021-02-06
Reimplement complex division.
Yukihiro "Matz" Matsumoto
2021-02-06
Define `M_E` for some platforms.
Yukihiro "Matz" Matsumoto
2021-02-06
Update `mruby-cmath` to support MSVC complex.
Yukihiro "Matz" Matsumoto
2021-02-05
Fix message of `ThrowCatchJump` in `mruby-catch` gem
KOBAYASHI Shuji
2021-02-05
Add `mruby-cmath` gem to the core.
Yukihiro "Matz" Matsumoto
2021-02-05
Add a few new API for complex access.
Yukihiro "Matz" Matsumoto
2021-02-05
Refactor method overriding.
Yukihiro "Matz" Matsumoto
2021-02-05
Add `Complex#to_c` method.
Yukihiro "Matz" Matsumoto
2021-02-05
`instance_eval` for classes and modules should behave as `class_eval`.
Yukihiro "Matz" Matsumoto
2021-02-04
Merge pull request #5319 from shuujii/check-if-.pi-build-rules-are-defined
Yukihiro "Matz" Matsumoto
2021-02-04
Check if `.pi` build rules are defined
KOBAYASHI Shuji
2021-02-04
Merge pull request #5318 from shuujii/fix-breakage-where-builds-except-host-d...
Yukihiro "Matz" Matsumoto
2021-02-04
Fix breakage where builds except `host` don't refer` mrbc` in `host`
KOBAYASHI Shuji
2021-02-03
Avoid Heap Overflow in `heredoc_remove_indent`; fix #5316
Yukihiro "Matz" Matsumoto
2021-02-03
Move `MRB_TRY` part of `mrb_close` to `src/error.c`; ref 6cc52b3
Yukihiro "Matz" Matsumoto
2021-02-02
Ignore errors from `atexit` finalizers.
Yukihiro "Matz" Matsumoto
2021-02-01
Allow more than 256 child `irep`; fix #5310
Yukihiro "Matz" Matsumoto
2021-02-01
Copy `iv` table with `#prepend`; fix #5309
Yukihiro "Matz" Matsumoto
2021-02-01
Merge pull request #5314 from dearblue/presym_init
Yukihiro "Matz" Matsumoto
2021-02-01
Merge pull request #5315 from shuujii/use-mrb_open_core-instead-of-mrb_open--...
Yukihiro "Matz" Matsumoto
[next]