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-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
2020-10-12
Change float representation in `mrb` binary files.
Yukihiro "Matz" Matsumoto
2020-10-12
Replace the implementation of method tables in classes/modules.
Yukihiro "Matz" Matsumoto
2020-10-12
Raname `mrb_exc_new_str_lit()` to `mrb_exc_new_lit()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `mrb_integer()` definition for `MRB_NAN_BOXING`.
Yukihiro "Matz" Matsumoto
2020-10-12
Reorganize `Integer` system.
Yukihiro "Matz" Matsumoto
2020-10-12
Change the return type of `mrb_check_intern()` and friends.
Yukihiro "Matz" Matsumoto
2020-10-12
Remove `MRB_NO_FLOAT_INLINE` and `MRB_WBOX_FLOAT_INLINE` configuration.
Yukihiro "Matz" Matsumoto
2020-10-12
Make division by zero cause `ZeroDivisionError`.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename `MRB_TT_FIXNUM` to `MRB_TT_INTEGER`.
Yukihiro "Matz" Matsumoto
2020-10-12
Integrate `Fixnum` class into `Integer` class
dearblue
2020-10-12
Make `Proc#parameters` to support keyword arguments; fix #5066
Yukihiro "Matz" Matsumoto
2020-10-12
Rename float configuration option names.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename `MRB_METHOD_T_STRUCT` to `MRB_USE_METHOD_T_STRUCT`.
Yukihiro "Matz" Matsumoto
2020-10-12
Change default `mrb_value` representation to `MRB_WORD_BOXING`.
Yukihiro "Matz" Matsumoto
2020-10-12
Skip array embedding if `MRB_NO_BOXING` and `MRB_32BIT`; fix #4382
Yukihiro "Matz" Matsumoto
2020-10-12
Add static check for `MRB_USE_FLOAT` and `MRB_WITHOUT_FLOAT`.
Yukihiro "Matz" Matsumoto
2020-10-12
Simplify `NaN` boxing definitions.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename `OP_JUW` instruction to `OP_JMPUW`.
Yukihiro "Matz" Matsumoto
2020-10-12
Fix typo `_hander` -> `_handler`.
Yukihiro "Matz" Matsumoto
2020-10-12
Replace global jump with catch handler implementation
dearblue
2020-10-12
Removed push/pop instructions for rescue/ensure
dearblue
2020-10-12
Extended `OP_EXCEPT` and `OP_RAISE` (`OP_RAISEIF`) instructions
dearblue
2020-10-12
Extended mruby binary format
dearblue
2020-10-12
Revert 4c001673b
Yukihiro "Matz" Matsumoto
2020-10-12
Rename `union mrb_value` to `union mrb_value_`.
Yukihiro "Matz" Matsumoto
2020-10-12
Simplify `mrb_value` structure for `MRB_WORD_BOXING`.
Yukihiro "Matz" Matsumoto
[next]