summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2021-02-16Skip --depth=1 when it's lockedTakashi Kokubun
2021-02-06Fixed compile errors in `cmath.c` in MinGW and macOS.Yukihiro "Matz" Matsumoto
2021-02-06Merge pull request #5324 from dearblue/c++-excYukihiro "Matz" Matsumoto
2021-02-06Merge pull request #5323 from shuujii/make-the-argument-of-Kernel-catch-optio...Yukihiro "Matz" Matsumoto
2021-02-06Exclude `<build-dir>/mrbc/**/*` from rake target rulesdearblue
2021-02-06Make the argument of `Kernel#catch` optional as Ruby doesKOBAYASHI Shuji
2021-02-06Avoid implicit conversion from `mrb_float` to `mrb_complex`.Yukihiro "Matz" Matsumoto
2021-02-06Merge pull request #5322 from shuujii/fix-message-of-ThrowCatchJump-in-mruby-...Yukihiro "Matz" Matsumoto
2021-02-06Reimplement complex division.Yukihiro "Matz" Matsumoto
2021-02-06Define `M_E` for some platforms.Yukihiro "Matz" Matsumoto
2021-02-06Update `mruby-cmath` to support MSVC complex.Yukihiro "Matz" Matsumoto
2021-02-05Fix message of `ThrowCatchJump` in `mruby-catch` gemKOBAYASHI Shuji
2021-02-05Add `mruby-cmath` gem to the core.Yukihiro "Matz" Matsumoto
2021-02-05Add a few new API for complex access.Yukihiro "Matz" Matsumoto
2021-02-05Refactor method overriding.Yukihiro "Matz" Matsumoto
2021-02-05Add `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-04Merge pull request #5319 from shuujii/check-if-.pi-build-rules-are-definedYukihiro "Matz" Matsumoto
2021-02-04Check if `.pi` build rules are definedKOBAYASHI Shuji
2021-02-04Merge pull request #5318 from shuujii/fix-breakage-where-builds-except-host-d...Yukihiro "Matz" Matsumoto
2021-02-04Fix breakage where builds except `host` don't refer` mrbc` in `host`KOBAYASHI Shuji
2021-02-03Avoid Heap Overflow in `heredoc_remove_indent`; fix #5316Yukihiro "Matz" Matsumoto
2021-02-03Move `MRB_TRY` part of `mrb_close` to `src/error.c`; ref 6cc52b3Yukihiro "Matz" Matsumoto
2021-02-02Ignore errors from `atexit` finalizers.Yukihiro "Matz" Matsumoto
2021-02-01Allow more than 256 child `irep`; fix #5310Yukihiro "Matz" Matsumoto
2021-02-01Copy `iv` table with `#prepend`; fix #5309Yukihiro "Matz" Matsumoto
2021-02-01Merge pull request #5314 from dearblue/presym_initYukihiro "Matz" Matsumoto
2021-02-01Merge pull request #5315 from shuujii/use-mrb_open_core-instead-of-mrb_open--...Yukihiro "Matz" Matsumoto
2021-02-01Merge pull request #5313 from dearblue/diet-5272Yukihiro "Matz" Matsumoto
2021-01-31Use `mrb_open_core()` instead of `mrb_open()` in `mrbc`KOBAYASHI Shuji
2021-01-31Merge pull request #5312 from dearblue/diet-5060Yukihiro "Matz" Matsumoto
2021-01-31Introduced `MRB_PRESYM_INIT_SYMBOLS()`dearblue
2021-01-31Remove unnecessary `ci0` variables; ref #5272dearblue
2021-01-31Remove unnecessary configuration macros; ref #5060dearblue
2021-01-31Merge pull request #5311 from shuujii/change-.o.d-back-to-.d-because-.pi.d-is...Yukihiro "Matz" Matsumoto
2021-01-31Change `.o.d` back to `.d` because `.pi.d` is no longer createdKOBAYASHI Shuji
2021-01-30Merge pull request #5308 from dearblue/internal-mrbcYukihiro "Matz" Matsumoto
2021-01-29Merge pull request #5306 from dearblue/unpackYukihiro "Matz" Matsumoto
2021-01-29Build internal mrbc in an internal directorydearblue
2021-01-29Remove unnecessary range confirmationdearblue
2021-01-29Fixed `String#unpack` to handle the highest range of integer valuesdearblue
2021-01-29Replace `mrb_intern_cstr` to `mrb_intern_lit`.Yukihiro "Matz" Matsumoto
2021-01-28Merge pull request #5307 from dearblue/stackerrYukihiro "Matz" Matsumoto
2021-01-28Merge pull request #5305 from dearblue/symbol0Yukihiro "Matz" Matsumoto
2021-01-28Raise SystemStackError if mruby VM stack expansion failsdearblue
2021-01-28Check first `0` when converting symbols into stringsdearblue
2021-01-28Merge pull request #5304 from shuujii/refine-preprocess_optionsYukihiro "Matz" Matsumoto
2021-01-28Remove duplicated `--cflags`; [ci skip]Yukihiro "Matz" Matsumoto
2021-01-28Refine `preprocess_options`; ref d95ffb036KOBAYASHI Shuji
2021-01-28Update `limitation.md` for integer division change in 3.0.Yukihiro "Matz" Matsumoto