- 07 Jan, 2021 11 commits
-
-
Yukihiro "Matz" Matsumoto authored
Use namespaces according to Rake conventions
-
Yukihiro "Matz" Matsumoto authored
Merge pull request #5264 from shuujii/immediately-flush-output-to-stdout-stderr-so-that-logs-are-not-mixed-on-CI Immediately flush output to stdout/stderr so that logs are not mixed on CI
-
KOBAYASHI Shuji authored
Set in build configuration to enable on all CI platforms.
-
KOBAYASHI Shuji authored
Change the Rake task to one that uses namespaces as follows (previous task names can also be used for compatibility). | Previous Task | New Task | |----------------|----------------| | api_doc | doc:api | | capi_doc | doc:capi | | clean_doc | doc:clean | | clean_api_doc | doc:clean:api | | clean_capi_doc | doc:clean:capi | | view_api | doc:view:api | | view_capi | doc:view:capi | | gitlab_config | gitlab:config | | gitlab_dockers | gitlab:dockers |
-
Yukihiro "Matz" Matsumoto authored
Add scan target functions for presym
-
KOBAYASHI Shuji authored
Add the following functions: - mrb_intern_cstr - mrb_define_singleton_method - mrb_define_class_under - mrb_define_module_under
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Fix line continuations with mixed indentation in squiggly heredocs
-
Yukihiro "Matz" Matsumoto authored
Merge pull request #5259 from shuujii/consider-the-case-a-local-variable-name-does-not-become-a-named-presym Consider the case a local variable name does not become a named presym
-
Seeker authored
-
Seeker authored
-
- 06 Jan, 2021 10 commits
-
-
KOBAYASHI Shuji authored
Non-ASCII characters are allowed to local variable names, so they are not always named presym.
-
Yukihiro "Matz" Matsumoto authored
Fix build with `enable_cxx_exception`
-
KOBAYASHI Shuji authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Take advantage of gembox
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Merge branch 'improve-source-scanning-for-presym' of https://github.com/shuujii/mruby into shuujii-improve-source-scanning-for-presym
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
But you still cannot cross C function boundary.
-
- 05 Jan, 2021 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 03 Jan, 2021 7 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Avoid 64-bit operations in `src/hash.c`; close #5201
-
Yukihiro "Matz" Matsumoto authored
Fix for escaped newlines in squiggly heredocs
-
Yukihiro "Matz" Matsumoto authored
replace ; to : of OPT_SETGV in codedump.c
-
Katsuyoshi Ito authored
Maybe it's a typo.
-
KOBAYASHI Shuji authored
The idea of using `size_t` in `ea_next_capa_for` is by @dearblue.
-
Seeker authored
-
- 02 Jan, 2021 11 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Negative integer `>-65535` had wrong value, e,g, `p(-40550)` printed `4294926746` since Nov. 2020, sigh.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Also avoid using `uint64_t`.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Fix regression for squiggly heredocs
-
Yukihiro "Matz" Matsumoto authored
Refine "wrong number of arguments" message in `mrb_get_args`
-