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
Age
Commit message (
Expand
)
Author
2021-01-08
Merge pull request #5267 from shuujii/delay-test-code-build-until-rake-test
Yukihiro "Matz" Matsumoto
2021-01-08
Save&restore execution point (`pc`) in `c->cibase->pc`; fix #5261
Yukihiro "Matz" Matsumoto
2021-01-08
Delay test code build until `rake test`
KOBAYASHI Shuji
2021-01-07
Use `nint()` for implicit cast; ref #5260
Yukihiro "Matz" Matsumoto
2021-01-06
Add heredoc_push_indented helper function
Seeker
2021-01-06
Fix line continuations with mixed indentation in squiggly heredocs
Seeker
2021-01-06
Fix build with `enable_cxx_exception`
KOBAYASHI Shuji
2021-01-06
Specify receivers for `gembox` methods; ref #5241
Yukihiro "Matz" Matsumoto
2021-01-06
Merge pull request #5241 from dearblue/gembox
Yukihiro "Matz" Matsumoto
2021-01-06
Use `~0U` instead of `~0` to avoid sign comparison warnings.
Yukihiro "Matz" Matsumoto
2021-01-06
Merge branch 'improve-source-scanning-for-presym' of https://github.com/shuuj...
Yukihiro "Matz" Matsumoto
2021-01-06
Avoid comparing `-1` with `size_t` (unsigned); Use `~0` instead.
Yukihiro "Matz" Matsumoto
2021-01-06
Allow context switch from C using `mrb_fiber_resume()`.
Yukihiro "Matz" Matsumoto
2021-01-05
Remove duplicated `remove_sign_bits()` call.
Yukihiro "Matz" Matsumoto
2021-01-04
Fix `mirb` not to be terminated by `codegen error`.
Yukihiro "Matz" Matsumoto
2021-01-03
Fix for escaped newlines in squiggly heredocs
Seeker
2021-01-02
Avoid `int64_t` on 32 bit platforms.
Yukihiro "Matz" Matsumoto
2021-01-02
Check `NaN` and `Infinity` before converting `Float` to `Rational`.
Yukihiro "Matz" Matsumoto
2021-01-02
Allow negative integer value formatting in base 8 and 16.
Yukihiro "Matz" Matsumoto
2021-01-02
Use type casting macros; ref #5246 #5247
Yukihiro "Matz" Matsumoto
2020-12-31
Treat tabs as 8 spaces in squiggly heredocs
Seeker
2020-12-31
Fix regression for squiggly heredocs
Seeker
2020-12-28
Fix mixed indentation and escaped tabs in squiggly heredocs
Seeker
2020-12-27
Fix for empty lines in squiggly heredocs
Seeker
2020-12-27
Add `Hash#except` [Ruby 3.0]
Seeker
2020-12-27
Fix operand types error
Seeker
2020-12-27
Commit y.tab.c
Seeker
2020-12-26
Add support for squiggly heredocs
Seeker
2020-12-25
Improves out of memory messages for `eval`
dearblue
2020-12-24
Reset paren_nest at tAREF and tASET.
Yukihiro "Matz" Matsumoto
2020-12-24
Avoid division by zero in `rational_to_f()`.
Yukihiro "Matz" Matsumoto
2020-12-21
Take advantage of gembox
dearblue
2020-12-19
Merge pull request #5232 from jbampton/lint-markdown
Yukihiro "Matz" Matsumoto
2020-12-19
Merge pull request #5230 from dearblue/mruby-config.2
Yukihiro "Matz" Matsumoto
2020-12-19
feat(CI): add a GitHub Action to lint the Markdown
John Bampton
2020-12-19
🔒 Fix missing HTTPS on links
John Bampton
2020-12-19
🔒 Fix missing HTTPS on links
John Bampton
2020-12-19
Warn that it was ignored in crossbuild
dearblue
2020-12-17
feat(CI): add a GitHub Action to check spelling
John Bampton
2020-12-15
refactor: remove trailing whitespace from C, Header, Ruby and YAML files
John Bampton
2020-12-13
Fix spelling
John Bampton
2020-12-13
Improve source scanning for presym
KOBAYASHI Shuji
2020-12-09
Argument forwarding with `...` now supports leading arguments.
Yukihiro "Matz" Matsumoto
2020-12-08
Fix a bug caused by `tBDOT3` (argument forwarding).
Yukihiro "Matz" Matsumoto
2020-12-05
Fixed a memory leak bug on `codegen_error()` when `irep->rlen>255`.
Yukihiro "Matz" Matsumoto
2020-12-05
Make it possible that `libmruby.a` is not created
KOBAYASHI Shuji
2020-12-04
Move `mrbc` test to `mruby-bin-mrbc` gem from `mruby-compiler` gem
KOBAYASHI Shuji
2020-12-02
Fix build for C++ version >= C++11 when `enable_cxx_exception`; close #5199
KOBAYASHI Shuji
2020-12-02
Use `JMPLINK_START` instead of zero for a link start marker.
Yukihiro "Matz" Matsumoto
2020-12-02
Remove assertions to check catch handler offset to be in 16bits.
Yukihiro "Matz" Matsumoto
[next]