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
2017-05-25
Make `gen_assignment()` to support `NODE_SCALL`; ref #3658
Yukihiro "Matz" Matsumoto
2017-05-25
Free given pointer if `realloc()` fails; fix #3658
Yukihiro "Matz" Matsumoto
2017-05-25
Avoid using `mrb_raise()` in `mrb_vm_exec()`; ref #3660
Yukihiro "Matz" Matsumoto
2017-05-25
Under MRB_INT64, width may be bigger than INT_MAX; fix #3665
Yukihiro "Matz" Matsumoto
2017-05-25
Preserve the current pc before `method_missing()`; fix #3660
Yukihiro "Matz" Matsumoto
2017-05-23
Simplify backtrace mechanism; fix #3633 #3634 #3644
Yukihiro "Matz" Matsumoto
2017-05-23
Remove class info from backtrace lines.
Yukihiro "Matz" Matsumoto
2017-05-23
Support the case when the backtrace is not an array.
Yukihiro "Matz" Matsumoto
2017-05-23
Use index in `each_object`.
Yukihiro "Matz" Matsumoto
2017-05-23
Type check before `print_backtrace()`
Yukihiro "Matz" Matsumoto
2017-05-23
Update comments regarding Exception#to_str
Yukihiro "Matz" Matsumoto
2017-05-21
Merge pull request #3661 from ksss/string-concat
Yukihiro "Matz" Matsumoto
2017-05-21
String#concat: Try to convert when not string
ksss
2017-05-16
Merge pull request #3659 from craiglrock/master
Yukihiro "Matz" Matsumoto
2017-05-15
Avoid call to_s during backtrace traversal
Craig Lehmann
2017-05-14
Merge pull request #3657 from ksss/str-embed
Yukihiro "Matz" Matsumoto
2017-05-13
Make string embad from shared
ksss
2017-05-13
Merge pull request #3656 from clayton-shopify/fix-codegen-default
Yukihiro "Matz" Matsumoto
2017-05-12
Change return back to break in the default case.
Clayton Smith
2017-05-09
Merge pull request #3649 from ksss/sprintf
Yukihiro "Matz" Matsumoto
2017-05-08
Fix segmentation fault ref: #3648
ksss
2017-05-05
Merge pull request #3647 from ksss/split
Yukihiro "Matz" Matsumoto
2017-05-05
Adjust to the optimum type
ksss
2017-04-29
Merge pull request #3645 from nobu/sprintf-refactor
Yukihiro "Matz" Matsumoto
2017-04-29
Better error message
Nobuyoshi Nakada
2017-04-29
Use `FILL` and `PUSH`
Nobuyoshi Nakada
2017-04-26
Merge pull request #3639 from Asmod4n/patch-1
Yukihiro "Matz" Matsumoto
2017-04-25
Add macOS support to mrb_ro_data_p
Asmod4n
2017-04-25
Avoid duplicated `envadjust()` of env stacks; fix #3637
Yukihiro "Matz" Matsumoto
2017-04-25
Merge pull request #3637 from dabroz/fix-32-bit
Yukihiro "Matz" Matsumoto
2017-04-25
Silence warnings caused by implicit type casting.
Yukihiro "Matz" Matsumoto
2017-04-25
Add explicit cast from double to long.
Yukihiro "Matz" Matsumoto
2017-04-25
Stop invoking GC before `each_object` to avoid test failure; #3616
Yukihiro "Matz" Matsumoto
2017-04-25
Prevent GC during `each_object`; fix #3616
Yukihiro "Matz" Matsumoto
2017-04-25
Avoid use of `snprintf()` when DISABLE_STDIO is set; fix #3632
Yukihiro "Matz" Matsumoto
2017-04-25
Should terminate nested iterations in each_object; ref #3359
Yukihiro "Matz" Matsumoto
2017-04-25
Revert "Disable GC during `gc_each_objects()`; fix #3616"
Yukihiro "Matz" Matsumoto
2017-04-25
Use fiber marking instead of `mark_context`.
Yukihiro "Matz" Matsumoto
2017-04-24
Revert "Simplify pointer calculation in `envadjust`."
Tomasz Dąbrowski
2017-04-24
Merge pull request #3630 from nobu/bug/sprintf-sp3inf
Yukihiro "Matz" Matsumoto
2017-04-24
Merge pull request #3631 from nobu/bug/embeddoc-terminator-word
Yukihiro "Matz" Matsumoto
2017-04-23
Fix embedded document with unterminated terminator
Nobuyoshi Nakada
2017-04-23
Refactor "%f" % Inf/NaN
Nobuyoshi Nakada
2017-04-23
Fix space flag when Inf/NaN and width==3
Nobuyoshi Nakada
2017-04-22
Merge pull request #3628 from yyamano/libmruby-path
Yukihiro "Matz" Matsumoto
2017-04-22
Small cosmetic changes.
Yukihiro "Matz" Matsumoto
2017-04-22
Use env preserved in Proc structure in ecall(); fix #3612
Yukihiro "Matz" Matsumoto
2017-04-22
Keep reference to mrb_context from env; fix #3619
Yukihiro "Matz" Matsumoto
2017-04-22
Add --libmruby-path support to mruby-bin-mruby-config.
Yuji Yamano
2017-04-22
Alias should `push()` extra stack space for blocks.
Yukihiro "Matz" Matsumoto
[prev]
[next]