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
/
include
Age
Commit message (
Expand
)
Author
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-21
Merge pull request #5161 from dearblue/ary-splice
Yukihiro "Matz" Matsumoto
2020-11-21
Reserve `OP_SENDVK` for the future keyword arguments like Ruby3.0.
Yukihiro "Matz" Matsumoto
2020-11-21
Fix documents for `mrb_ary_splice()` [ci skip]
dearblue
2020-11-21
Fix typo "overfow" to "overflow" [ci skip]
dearblue
2020-11-17
Revert half of 9fbf0ef8.
Yukihiro "Matz" Matsumoto
2020-11-17
Refactoring integer ranges.
Yukihiro "Matz" Matsumoto
2020-11-16
Allow `int` size combinations for `MRB_WORD_BOXING`.
Yukihiro "Matz" Matsumoto
2020-11-16
Use `uintptr_t` instead of `unsigned long` in `include/mruby/boxing_word.h`
KOBAYASHI Shuji
2020-11-15
Fixed further wrong condition in overflow detection.
Yukihiro "Matz" Matsumoto
2020-11-14
Fixed wrong condition in `mrb_int_mul_overflow()`.
Yukihiro "Matz" Matsumoto
2020-11-14
Change the fallback `mrb_int_mul_overflow()`.
Yukihiro "Matz" Matsumoto
2020-11-14
Change the type of `rlen` to `uint8_t` in `mrb_irep`.
Yukihiro "Matz" Matsumoto
2020-11-14
Allow full `mrb_int` operations in overflow detection.
Yukihiro "Matz" Matsumoto
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
2020-11-10
Merge pull request #5121 from shuujii/reduce-memory-usage-of-Hash-object
Yukihiro "Matz" Matsumoto
2020-11-10
Fix typo in backward compatible mrb_exc_new_str_lit() macro
Sutou Kouhei
2020-11-10
Reduce memory usage of Hash object
KOBAYASHI Shuji
2020-11-10
Merge pull request #5118 from dearblue/mrb_value
Yukihiro "Matz" Matsumoto
2020-11-08
Fixed build NaN boxing with 32-bit CPU mode
dearblue
2020-11-08
Define `mrb_value` in struct for Word/NaN boxing
dearblue
2020-11-04
Add a new instruction `OP_LOADI32`.
Yukihiro "Matz" Matsumoto
2020-11-03
Use C99 `__func__` instead of `__FUNCTION__`; #5107
Yukihiro "Matz" Matsumoto
2020-11-03
Add new instructions to handle symbols/literals >255; fix #5109
Yukihiro "Matz" Matsumoto
2020-11-01
Add `preview` to version.
mimaki
2020-10-23
Merge pull request #5099 from dearblue/getargs-array
Yukihiro "Matz" Matsumoto
2020-10-22
Prohibit array changes by `mrb_get_argv()`
dearblue
2020-10-22
Prohibit array changes by "a"/"*" specifier of `mrb_get_args()`
dearblue
2020-10-16
mruby 3.0.0-preview.
Hiroshi Mimaki
2020-10-12
Revert "Add a new function `mrb_exc_protect()`."
Yukihiro "Matz" Matsumoto
2020-10-12
Add a new function `mrb_exc_protect()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Cause error explicitly from `MRB_TRY()` with `cxx_exception`; ref #5088
Yukihiro "Matz" Matsumoto
2020-10-12
Unify `mrb_str_to_str` to `mrb_obj_as_string`.
Yukihiro "Matz" Matsumoto
2020-10-12
Clarify the meaning of `MRB_IREP_STATIC`; ref #5084
Yukihiro "Matz" Matsumoto
2020-10-12
Remove duplicated constant `IREP_TT_SFLAG`; #5084
Yukihiro "Matz" Matsumoto
2020-10-12
Add `const` modifier to `table` in `mrb_kwargs`; #5084
Yukihiro "Matz" Matsumoto
2020-10-12
Fix `mrb_int_mul_overflow()` to check either operand being zero.
Yukihiro "Matz" Matsumoto
2020-10-12
Restore old function names for compatibility; ref #5070
Yukihiro "Matz" Matsumoto
2020-10-12
Restore old function names for compatibility; fix #5070
Yukihiro "Matz" Matsumoto
2020-10-12
Fix integer casting on 64 bit platforms.
Yukihiro "Matz" Matsumoto
2020-10-12
Avoid `unsigned int`; Use `mrb_int` instead.
Yukihiro "Matz" Matsumoto
2020-10-12
Explain `MRB_USE_MALLOC_TRIM`; ref #5069
Yukihiro "Matz" Matsumoto
2020-10-12
Change some `int` variables to `mrb_int`.
Yukihiro "Matz" Matsumoto
2020-10-12
Update `mrb_get_args()` keyword argument support [incompatible]
Yukihiro "Matz" Matsumoto
2020-10-12
Silence warnings from implicit integer conversions.
Yukihiro "Matz" Matsumoto
[next]