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
2019-04-16
Fixed a bug in recursive `mrb_top_run` calls; fix #4384
Yukihiro "Matz" Matsumoto
2019-04-16
Merge pull request #4383 from Shokuji/fix_mruby-io_test
Yukihiro "Matz" Matsumoto
2019-04-16
Merge branch 'master' into fix_mruby-io_test
Shokuji
2019-04-16
Merge pull request #4381 from shuujii/fix-missing-assertions-in-mruby-random-...
Yukihiro "Matz" Matsumoto
2019-04-15
Fix missing assertions in `mruby-random` test
KOBAYASHI Shuji
2019-04-15
Fix test, popen and cmd in mruby-io
Shouji Kuboyama
2019-04-15
Fixed wrong function names; fix #4380
Yukihiro "Matz" Matsumoto
2019-04-15
Merge pull request #4379 from shuujii/extract-similar-codes-to-macros-for-mat...
Yukihiro "Matz" Matsumoto
2019-04-14
Extract similar codes to macros for math opcode in `mrb_vm_exec`
KOBAYASHI Shuji
2019-04-14
Merge pull request #4378 from dearblue/memleak-hashtable
Yukihiro "Matz" Matsumoto
2019-04-14
Merge pull request #4377 from dearblue/wrong-iv-size
Yukihiro "Matz" Matsumoto
2019-04-14
Merge pull request #4376 from dearblue/leak-symbols
Yukihiro "Matz" Matsumoto
2019-04-14
Merge pull request #4375 from dearblue/forgotten-structs
Yukihiro "Matz" Matsumoto
2019-04-14
Merge pull request #4374 from dearblue/hexdump
Yukihiro "Matz" Matsumoto
2019-04-14
Fix memory leak for hash table index if occur out of memory
dearblue
2019-04-14
Fix wrong size of instance variable if occur out of memory
dearblue
2019-04-14
Remove pointer check after `mrb_malloc()`
dearblue
2019-04-14
Fix leaked function symbols
dearblue
2019-04-14
Fix string index for appending
dearblue
2019-04-14
Fix hexdigits convertion
dearblue
2019-04-14
Include `RFiber` and `RIstruct` as a part of `RVALUE`
dearblue
2019-04-14
Merge pull request #4373 from shuujii/fix-broken-NaN-with-MRB_NAN_BOXING
Yukihiro "Matz" Matsumoto
2019-04-13
Fix broken NaN with `MRB_NAN_BOXING`
KOBAYASHI Shuji
2019-04-12
Small refactoring in `mrb_funcall_with_block`.
Yukihiro "Matz" Matsumoto
2019-04-12
Merge pull request #4372 from shuujii/refine-assert_float
Yukihiro "Matz" Matsumoto
2019-04-12
Deallocate `s->lines` in `codegen_error`; ref #4370
Yukihiro "Matz" Matsumoto
2019-04-12
The number of local variables should be less than 1024; fix #4370
Yukihiro "Matz" Matsumoto
2019-04-12
Refine `assert_float`
KOBAYASHI Shuji
2019-04-12
Merge pull request #4369 from shuujii/remove-incorrect-flags-updating-in-mrb_...
Yukihiro "Matz" Matsumoto
2019-04-12
Merge pull request #4371 from clayton-shopify/fix-buffer-overflows
Yukihiro "Matz" Matsumoto
2019-04-11
Fix buffer overflows in parser.
Clayton Smith
2019-04-11
Remove incorrect flags updating in `mrb_regexp_p()`
KOBAYASHI Shuji
2019-04-10
Merge pull request #4368 from shuujii/use-mrb_immediate_p-in-mrb_obj_freeze-a...
Yukihiro "Matz" Matsumoto
2019-04-10
Use `mrb_immediate_p()` in `mrb_obj_freeze()` and `mrb_obj_frozen()`
KOBAYASHI Shuji
2019-04-10
Remove too aggressive `initialize` call in `mrb_instance_new`.
Yukihiro "Matz" Matsumoto
2019-04-10
Remove `MRB_API` from `mrb_instance_new`.
Yukihiro "Matz" Matsumoto
2019-04-10
Merge pull request #4367 from shuujii/extract-frozen-checking-to-function
Yukihiro "Matz" Matsumoto
2019-04-10
Merge pull request #4366 from shuujii/remove-unneeded-function-prototypes
Yukihiro "Matz" Matsumoto
2019-04-10
Fixed old style declaration; ref #4365
Yukihiro "Matz" Matsumoto
2019-04-10
Rename `itoa` to `dump_int` to avoid name crash; ref #4173
Yukihiro "Matz" Matsumoto
2019-04-10
Use the old style declaration; ref #4365
Yukihiro "Matz" Matsumoto
2019-04-09
Extract frozen checking to function
KOBAYASHI Shuji
2019-04-08
Remove unneeded function prototypes
KOBAYASHI Shuji
2019-04-08
Avoid infinite loop when no `Regexp` class is available; fix #4363
Yukihiro "Matz" Matsumoto
2019-04-08
Avoid using `snprintf` when `MRB_DISABLE_STDIO` is set; fix #4173
Yukihiro "Matz" Matsumoto
2019-04-08
Fix C99 style inline declaration; fix #4365
Yukihiro "Matz" Matsumoto
2019-04-07
Merge pull request #4364 from shuujii/fix-test-for-Array-slice
Yukihiro "Matz" Matsumoto
2019-04-07
Fix test for `Array#slice`
KOBAYASHI Shuji
2019-04-06
Merge pull request #4362 from shuujii/move-Array-append-prepend-from-core-to-...
Yukihiro "Matz" Matsumoto
2019-04-06
Merge pull request #4361 from shuujii/remove-unused-mrb_proc_cfunc_p
Yukihiro "Matz" Matsumoto
[next]