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-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
2020-11-09
Don't check FD for STDIN/STDOUT/STDERR; #5114
Sutou Kouhei
2020-11-05
Fix `A.new([[1,2],3]).flatten` to return `Array`.
Yukihiro "Matz" Matsumoto
2020-11-05
Use `INT32_{MAX,MIN}` to specify integer ranges.
Yukihiro "Matz" Matsumoto
2020-11-04
Avoid integer overflow in comparison.
Yukihiro "Matz" Matsumoto
2020-11-04
Add cast to silence int conversion warnings.
Yukihiro "Matz" Matsumoto
2020-11-04
Fix a bug with big negative integers.
Yukihiro "Matz" Matsumoto
2020-11-04
Add a new instruction `OP_LOADI32`.
Yukihiro "Matz" Matsumoto
2020-11-03
Merge pull request #5112 from shuujii/fix-dependencies-of-y.tab.o
Yukihiro "Matz" Matsumoto
2020-11-03
Use C99 `__func__` instead of `__FUNCTION__`; #5107
Yukihiro "Matz" Matsumoto
2020-11-03
Fix dependencies of `y.tab.o`
KOBAYASHI Shuji
2020-11-03
Add new instructions to handle symbols/literals >255; fix #5109
Yukihiro "Matz" Matsumoto
2020-11-02
ISO C does not allow extra ';' outside of a function; #5107
Yukihiro "Matz" Matsumoto
2020-11-02
Replace `R-assignment` by `single-line pattern matching`.
Yukihiro "Matz" Matsumoto
2020-11-01
Fix `mruby -v option` test.
mimaki
2020-10-29
Fix typo in `Range#last`
KOBAYASHI Shuji
2020-10-29
Move `build_config.rb` -> `build_config/default.rb`; ref #5098
Yukihiro "Matz" Matsumoto
2020-10-29
Add beginless/endless ranges tests.
Yukihiro "Matz" Matsumoto
2020-10-29
Raise exception from `Range#first` with beginless ranges.
Yukihiro "Matz" Matsumoto
2020-10-29
Implement `Range#last` in `mruby-range-ext` in Ruby.
Yukihiro "Matz" Matsumoto
2020-10-28
Fixed build with `conf.enable_cxx_exception`
dearblue
2020-10-24
Reorganize `env_new()` as `mrb_env_new()`
dearblue
2020-10-22
Prohibit array changes by "a"/"*" specifier of `mrb_get_args()`
dearblue
2020-10-16
Add startless range (another part of #5085)
Yukihiro "Matz" Matsumoto
2020-10-15
Merge branch 'work_for_merge' of https://github.com/zubycz/mruby into zubycz-...
Yukihiro "Matz" Matsumoto
2020-10-15
Fix out of bound access in `parse.y`.
Yukihiro "Matz" Matsumoto
2020-10-15
Merge pull request #5084 from mruby/mruby3
Yukihiro "Matz" Matsumoto
2020-10-14
Avoid using C struct dump for test Ruby code.
Yukihiro "Matz" Matsumoto
2020-10-13
Introduce endless range (a part of #5085)
taiyoslime
2020-10-12
Revert e2e6554b56 not to use `MRB_TRY()`; close #5088
Yukihiro "Matz" Matsumoto
2020-10-12
Unify `mrb_str_to_str` to `mrb_obj_as_string`.
Yukihiro "Matz" Matsumoto
2020-10-12
Update `bintest` of `mruby-bin-debugger`.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `const` before `struct mrb_irep` in `mruby-bin-debugger` gem.
Yukihiro "Matz" Matsumoto
2020-10-12
Fix `mrb_int_mul_overflow()` to check either operand being zero.
Yukihiro "Matz" Matsumoto
2020-10-12
Embed debug information to resolve Windows VC's issue.
Yukihiro "Matz" Matsumoto
2020-10-12
Adjust backslash position in multi-line macros.
Yukihiro "Matz" Matsumoto
[prev]
[next]