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
Age
Commit message (
Expand
)
Author
2020-10-29
The path of the gem should be relative from `MRUBY_ROOT`.
Yukihiro "Matz" Matsumoto
2020-10-29
Move `build_config.rb` -> `build_config/default.rb`; ref #5098
Yukihiro "Matz" Matsumoto
2020-10-29
Restore original name for default `build_config_name`; ref #5098
Yukihiro "Matz" Matsumoto
2020-10-29
Use `Dir.glob` instead of `map`.
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-29
Merge pull request #5098 from shuujii/revert-MRUBY_TARGET-mechanism
Yukihiro "Matz" Matsumoto
2020-10-29
Merge pull request #5102 from dearblue/c++-exc
Yukihiro "Matz" Matsumoto
2020-10-29
Merge pull request #5103 from shuujii/fix-mrb_obj_id-to-Float
Yukihiro "Matz" Matsumoto
2020-10-28
Fix `mrb_obj_id` to `Float`
KOBAYASHI Shuji
2020-10-28
Fixed build with `conf.enable_cxx_exception`
dearblue
2020-10-24
Merge pull request #5101 from dearblue/env-new
Yukihiro "Matz" Matsumoto
2020-10-24
Reorganize `env_new()` as `mrb_env_new()`
dearblue
2020-10-23
Merge pull request #5099 from dearblue/getargs-array
Yukihiro "Matz" Matsumoto
2020-10-23
Merge pull request #5100 from dearblue/getargv-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-19
Revert `MRUBY_TARGET` mechanism; ref #5096
KOBAYASHI Shuji
2020-10-16
Add startless range (another part of #5085)
Yukihiro "Matz" Matsumoto
2020-10-16
Remove uninitialized local variable warning.
Yukihiro "Matz" Matsumoto
2020-10-16
Turn of `enable_debug` by default; ref #5096
Yukihiro "Matz" Matsumoto
2020-10-16
Typo fixed; ref #5095
Yukihiro "Matz" Matsumoto
2020-10-16
Use `conf.enable_debug`; close #5095
Yukihiro "Matz" Matsumoto
2020-10-16
Merge pull request #5094 from mruby-Forum/mruby3-preview
3.0.0-preview
Yukihiro "Matz" Matsumoto
2020-10-16
mruby 3.0.0-preview.
Hiroshi Mimaki
2020-10-15
Merge branch 'zubycz-work_for_merge'
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
Add indent to `lv` in the C dump.
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
Merge pull request #5091 from zubycz/remove_unnecessary_assignment
Yukihiro "Matz" Matsumoto
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
Revert e2e6554b56 not to use `MRB_TRY()`; close #5088
Yukihiro "Matz" Matsumoto
2020-10-12
No need to get the `irep` record size twice.
Yukihiro "Matz" Matsumoto
2020-10-12
Update `MRB_FLOAT_FMT` to always use double precision.
Yukihiro "Matz" Matsumoto
2020-10-12
Remove the length of `Float' pool from the binary dump.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `bintest` to `host-m32` target.
Yukihiro "Matz" Matsumoto
2020-10-12
Remove `DEBUG_ONLY_EXPR()` from `CHECKPOINT_*` macros; ref #5060
Yukihiro "Matz" Matsumoto
2020-10-12
Unify `mrb_str_to_str` to `mrb_obj_as_string`.
Yukihiro "Matz" Matsumoto
2020-10-12
Dump/load 16 bits for `ilen` and `slen` in `irep`.
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
Use Markdown section marker `#`; ref #5084 [ci skip]
Yukihiro "Matz" Matsumoto
2020-10-12
Add `const` modifier to `table` in `mrb_kwargs`; #5084
Yukihiro "Matz" Matsumoto
2020-10-12
Should use `PRId32` to dump `.i32`; ref #5084
Yukihiro "Matz" Matsumoto
[next]