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
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-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-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
2020-12-02
Fixed memory leaks from `codegen_error`.
Yukihiro "Matz" Matsumoto
2020-12-01
Fix a ``OP_JMP` bug from `0` marker and address `0`.
Yukihiro "Matz" Matsumoto
2020-11-29
Change the catch handler address to 32 bits
dearblue
2020-11-26
Avoid integer overflow in `rational_new`.
Yukihiro "Matz" Matsumoto
2020-11-26
Fix loop condition in `mrb_sym_all_symbols`
KOBAYASHI Shuji
2020-11-26
Make `OP_JMP*` operand address to be relative.
Yukihiro "Matz" Matsumoto
2020-11-26
Fix `Symbol.all_symbols` to include preallocated symbols; ref #5116
Yukihiro "Matz" Matsumoto
2020-11-26
Symbols should work with `MRB_USE_ALL_SYMBOLS`; fix #5116
Yukihiro "Matz" Matsumoto
2020-11-25
Replace mere `enable_debug` by clearer `conf.enable_debug` [ci skip]
Yukihiro "Matz" Matsumoto
2020-11-24
Use more `mrb_int_value()` instead of `mrb_fixnum_value()`.
Yukihiro "Matz" Matsumoto
2020-11-24
Move `MRB_NO_FLOAT` detection in `mruby-math`; #5185
Yukihiro "Matz" Matsumoto
2020-11-22
Remove `mrb_str_buf_new()` and `MRB_STR_BUF_MIN_SIZE`; close #5171
Yukihiro "Matz" Matsumoto
2020-11-22
Strictly speaking `NULL + 0` is a undefined behavior; ref #5157
Yukihiro "Matz" Matsumoto
2020-11-22
Refine build log for generated files
KOBAYASHI Shuji
2020-11-22
Merge pull request #5167 from dearblue/singleton-method
Yukihiro "Matz" Matsumoto
2020-11-21
Improved `Object#define_singleton_method`
dearblue
2020-11-21
Rename `MRB_{ENABLE,DISABLE}_` to `MRB_{USE,NO}_`; close #5163
KOBAYASHI Shuji
2020-11-21
Allow to mixed and specify `*.rb` and `*.mrb` in `bin/mruby`
dearblue
2020-11-19
Allow `bintest` even if build name is not `host`
KOBAYASHI Shuji
2020-11-18
Fix integer overflow error in mrdb test
KOBAYASHI Shuji
2020-11-18
Retrieve `irep` from `proc` after `MRB_PROC_CFUNC_P` check; ref #5140
Yukihiro "Matz" Matsumoto
2020-11-17
Check division overflow (`MRB_INT_MIN` and `-1`).
Yukihiro "Matz" Matsumoto
2020-11-17
Overflown integers should not be fall back to float values.
Yukihiro "Matz" Matsumoto
2020-11-14
Merge pull request #5130 from shuujii/workaround-to-build-mirb-with-Homebrews...
Yukihiro "Matz" Matsumoto
2020-11-14
Workaround to build `mirb` with Homebrew's readline on Mac; fix #4537
KOBAYASHI Shuji
2020-11-14
Don't use private structs with `mrb_mt_foreach()`
dearblue
2020-11-13
Rename `mrb_os_memsize_of_hash_table` to `mrb_hash_memsize`
KOBAYASHI Shuji
2020-11-13
Merge pull request #5122 from shuujii/change-name-and-usage-of-presym-macros
Yukihiro "Matz" Matsumoto
2020-11-13
Change name and usage of presym macros
KOBAYASHI Shuji
2020-11-12
Remove unused argument of `mrb_obj_iv_tbl_memsize`
KOBAYASHI Shuji
[next]