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-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
2017-08-09
add method(compact, compact!) and test of Hash to mruby-hash-ext
vvakame
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-09
Support `break` within rescue clauses; fix #3767 ref #3721
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-07
Merge pull request #3764 from christopheraue/new_hash_perf
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-05
Change return type of `scan_oct` from `int` to `int32_t`.
Yukihiro "Matz" Matsumoto
2017-08-05
Left shift of signed integers is undefined behavior in C; fix #3762
Yukihiro "Matz" Matsumoto
2017-08-04
Merge pull request #3763 from mimaki/fix-mrdb-source-path
Yukihiro "Matz" Matsumoto
2017-08-04
Fixed a invalid source path name on mruby debugger.
Hiroshi Mimaki
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-31
Merge pull request #3759 from christopheraue/authors_update
Yukihiro "Matz" Matsumoto
2017-07-31
Merge pull request #3758 from christopheraue/enumeration_perf
Yukihiro "Matz" Matsumoto
2017-07-30
Updated AUTHORS
Christopher Aue
2017-07-30
Improved speed of enumeration methods
Christopher Aue
2017-07-29
Merge branch 'udzura-move-task-class-definitions'
Yukihiro "Matz" Matsumoto
2017-07-29
Merge branch 'move-task-class-definitions' of https://github.com/udzura/mruby...
Yukihiro "Matz" Matsumoto
2017-07-29
Merge pull request #3757 from christopheraue/module_const_get_class_path
Yukihiro "Matz" Matsumoto
2017-07-29
Merge pull request #3755 from christopheraue/array_bsearch_index
Yukihiro "Matz" Matsumoto
2017-07-29
Merge pull request #3756 from christopheraue/fix_mod_include_ret_val
Yukihiro "Matz" Matsumoto
2017-07-28
Added Array#bsearch_index
Christopher Aue
2017-07-28
Refactored Array#bsearch
Christopher Aue
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-28
Fixed return value of Module#include and #prepend
Christopher Aue
2017-07-28
Tested Array#bsearch more thoroughly
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
[next]