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
/
src
Age
Commit message (
Expand
)
Author
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
Avoid possible data loss by using `ptrdiff_t`.
Yukihiro "Matz" Matsumoto
2017-08-11
Should not call `to_str` in `mrb_vformat`; fix #3773
Yukihiro "Matz" Matsumoto
2017-08-10
Fixed calling missing method through super with 126 args
Christopher Aue
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-09
Replaced tabs with spaces
Christopher Aue
2017-08-09
Wrong blkargs pos for vararg; ref #3768
Yukihiro "Matz" Matsumoto
2017-08-09
The block argument offset saved in the env was wrong; fix #3768
Yukihiro "Matz" Matsumoto
2017-08-08
Float values divided by zero should honor signs; fix #3766
Yukihiro "Matz" Matsumoto
2017-08-08
Set the current `pc` as the error position in `OP_ERR`; ref #3765
Yukihiro "Matz" Matsumoto
2017-08-08
Check if `ptr` is NULL before calling `memset`; fix #3765
Yukihiro "Matz" Matsumoto
2017-08-05
Prevented resizing just created hashes in specific size ranges
Christopher Aue
2017-08-04
Improved speed of creating new hash tables
Christopher Aue
2017-08-05
`proc->body.irep` may be NULL; fix #3761
Yukihiro "Matz" Matsumoto
2017-08-05
Fixed heap buffer overflow in `mrb_ary_unshift_m`; fix #3760
Yukihiro "Matz" Matsumoto
2017-08-02
Now `local_variables` works when for closures; fix #3710
Yukihiro "Matz" Matsumoto
2017-08-01
Better class name management.
Yukihiro "Matz" Matsumoto
2017-08-01
Cosmetic changes (removing spaces before `*` in return types).
Yukihiro "Matz" Matsumoto
2017-08-01
Move naming unnamed classes/modules
Yukihiro "Matz" Matsumoto
2017-08-01
Reimplement constant look-up rule to follow lexical scoping.
Yukihiro "Matz" Matsumoto
2017-08-01
Implements `Module::nesting' (15.2.2.3.2); ref #600, #3200
Yukihiro "Matz" Matsumoto
2017-07-28
Extended Module#const_get to support class paths
Christopher Aue
2017-07-28
Added mrb_str_index to the mrb API
Christopher Aue
2017-07-27
Rename `MRB_SEGMENT_SIZE` to `MRB_IV_SEGMENT_SIZE`.
Yukihiro "Matz" Matsumoto
2017-07-27
Always use `MRB_USE_IV_SEGLIST`.
Yukihiro "Matz" Matsumoto
2017-07-27
Embed small size array elements in the heap.
Yukihiro "Matz" Matsumoto
2017-07-27
Remove loop from `OP_POPERR`.
Yukihiro "Matz" Matsumoto
2017-07-26
`(0).div(0.0)` should be NaN; fix #3754
Yukihiro "Matz" Matsumoto
2017-07-25
`(0.0).div(0)` should not be infinity; fix #3753
Yukihiro "Matz" Matsumoto
2017-07-25
`0/0` should not be infinity; fix #3752
Yukihiro "Matz" Matsumoto
2017-07-24
Clear mrb_callinfo struct by zero initializer.
Yukihiro "Matz" Matsumoto
2017-07-21
Need to unshare env on OP_R_BREAK too.
Yukihiro "Matz" Matsumoto
2017-07-21
Move NULL check to `mrb_env_unshare()`; ref #3750
Yukihiro "Matz" Matsumoto
2017-07-21
Should not raise `LocalJumpError` on funcall'ed frame; fix #3750
Yukihiro "Matz" Matsumoto
2017-07-19
Avoid C undefined behavior of division by zero; close #3745
Yukihiro "Matz" Matsumoto
2017-07-19
Avoid constant-set duplication; ref #3747
Yukihiro "Matz" Matsumoto
2017-07-19
Merge branch 'const_set_mod_to_s' of https://github.com/christopheraue/mruby ...
Yukihiro "Matz" Matsumoto
2017-07-18
Fixed Module#to_s and #name for #const_set modules
Christopher Aue
2017-07-18
Simplify `mrb_gc_arena_restore()` to reduce overhead.
Yukihiro "Matz" Matsumoto
2017-07-12
Avoid float operation to shrink arena buffer size.
Yukihiro "Matz" Matsumoto
2017-07-12
Add `inline` modifier to `cipush()` and `cipop()` functions.
Yukihiro "Matz" Matsumoto
2017-07-12
Use "$!" specifier of `mrb_get_args`.
Yukihiro "Matz" Matsumoto
2017-07-12
Update `mrb_get_args()` document.
Yukihiro "Matz" Matsumoto
2017-07-12
Add "*!" argument specifier to avoid stack copying.
Yukihiro "Matz" Matsumoto
2017-07-12
Add `ary_modify_check()` to `Array#unshift`; ref #3737
Yukihiro "Matz" Matsumoto
[next]