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-08-18
`mrb_str_cat`: `capa` should be bigger than `total`.
Yukihiro "Matz" Matsumoto
2017-08-18
`ARY_CAPA` handles capacity for embedded arrays by itself.
Yukihiro "Matz" Matsumoto
2017-08-18
Reduce signed/unsigned comparison warnings; ref #3785
Yukihiro "Matz" Matsumoto
2017-08-18
Separate `mrb_str_buf_new` and `mrb_str_new_capa`.
Yukihiro "Matz" Matsumoto
2017-08-18
Remove code duplication in `mrb_str_concat`.
Yukihiro "Matz" Matsumoto
2017-08-18
Rename `mrb_str_concat2` to `mrb_str_concat_m`.
Yukihiro "Matz" Matsumoto
2017-08-18
Merge `str_buf_cat` and `mrb_str_cat`.
Yukihiro "Matz" Matsumoto
2017-08-18
Merge pull request #3786 from christopheraue/3784_fix
Yukihiro "Matz" Matsumoto
2017-08-18
Merge pull request #3781 from clayton-shopify/fix-hash-compact-bang
Yukihiro "Matz" Matsumoto
2017-08-18
Merge pull request #3785 from miura1729/original
Yukihiro "Matz" Matsumoto
2017-08-18
Improve Array structure
Miura Hideki
2017-08-18
Reset ci in OP_SUPER after potential realloc
Christopher Aue
2017-08-17
Check whether internal khash is initialized in Hash#compact!
Clayton Smith
2017-08-13
Merge pull request #3779 from christopheraue/vm_refactoring
Yukihiro "Matz" Matsumoto
2017-08-12
Reintroduced not storing converted proc directly in the stack
Christopher Aue
2017-08-12
Removed unneeded ci->nregs checks in OP_SEND and OP_SUPER
Christopher Aue
2017-08-12
Extended stack always based on ci->nregs
Christopher Aue
2017-08-12
Refactored variable usage in OP_SEND and OP_SUPER
Christopher Aue
2017-08-12
Reduce integer type mismatch warnings in VC.
Yukihiro "Matz" Matsumoto
2017-08-11
Remove some empty lines; ref #3778
Yukihiro "Matz" Matsumoto
2017-08-11
Merge pull request #3778 from christopheraue/vm_refactoring
Yukihiro "Matz" Matsumoto
2017-08-11
Merge pull request #3777 from christopheraue/super_method_missing_test
Yukihiro "Matz" Matsumoto
2017-08-11
Added basic test for calling a missing method through super
Christopher Aue
2017-08-11
Refactored OP_SEND and OP_SUPER and calculate argc right at the top
Christopher Aue
2017-08-11
`scan_hex` may be used to parse both unicode and hex escape.
Yukihiro "Matz" Matsumoto
2017-08-11
Fixed a wrong condition in `scan_hex`; fix #3774
Yukihiro "Matz" Matsumoto
2017-08-11
Remove an unused argument from `each_backtrace_func`.
Yukihiro "Matz" Matsumoto
2017-08-11
Should not include `float.h` here.
Yukihiro "Matz" Matsumoto
2017-08-11
Merge branch 'christopheraue-super_method_missing_fix'
Yukihiro "Matz" Matsumoto
2017-08-11
Defer `mid` update after `unshift`; ref #3776
Yukihiro "Matz" Matsumoto
2017-08-11
Merge branch 'super_method_missing_fix' of https://github.com/christopheraue/...
Yukihiro "Matz" Matsumoto
2017-08-11
Silence integer type conversion warnings.
Yukihiro "Matz" Matsumoto
2017-08-11
Remove unnecessary inline function `ary_elt`.
Yukihiro "Matz" Matsumoto
2017-08-11
Remove `mrb_ary_len` function. Use `RARRAY_LEN` instead.
Yukihiro "Matz" Matsumoto
2017-08-11
Update document comment of array C API functions.
Yukihiro "Matz" Matsumoto
2017-08-11
Avoid possible data loss by using `ptrdiff_t`.
Yukihiro "Matz" Matsumoto
2017-08-11
The type of `ARY_EMBED_LEN` should be `mrb_int`.
Yukihiro "Matz" Matsumoto
2017-08-11
Should not call `to_str` in `mrb_vformat`; fix #3773
Yukihiro "Matz" Matsumoto
2017-08-11
Check method existence in `to_enum'; ref #3773
Yukihiro "Matz" Matsumoto
2017-08-10
Fixed calling missing method through super with 126 args
Christopher Aue
2017-08-10
Merge pull request #3772 from vvakame/add2authors
Yukihiro "Matz" Matsumoto
2017-08-10
Updated AUTHORS
vvakame
2017-08-10
Remove redundant `flo_hash` function.
Yukihiro "Matz" Matsumoto
2017-08-10
Use standard hash functions in `mrb_hash_ht_hash_func`.
Yukihiro "Matz" Matsumoto
2017-08-10
Normalize float numbers before calculating a hash value.
Yukihiro "Matz" Matsumoto
2017-08-10
VM stack may be reallocated during `mrb_hash_get`; fix #3771
Yukihiro "Matz" Matsumoto
2017-08-10
Merge pull request #3770 from christopheraue/tabs_to_spaces
Yukihiro "Matz" Matsumoto
2017-08-09
Replaced tabs with spaces
Christopher Aue
2017-08-09
Merge branch 'vvakame-add-hash-compact'
Yukihiro "Matz" Matsumoto
2017-08-09
Implement `Hash#compact!` in C; ref #3769
Yukihiro "Matz" Matsumoto
[next]