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
2014-04-12
remove mirb regression test that fails on travis-ci only
Yukihiro "Matz" Matsumoto
2014-04-12
Restore arena index since large struct may create many Proc objects; a patch ...
Yukihiro "Matz" Matsumoto
2014-04-12
Add test cases to 'large struct' test; a patch from @take-cheeze; ref #2052
Yukihiro "Matz" Matsumoto
2014-04-12
simplify Fixnum#==
Yukihiro "Matz" Matsumoto
2014-04-12
simplify Numeric#eql?
Yukihiro "Matz" Matsumoto
2014-04-12
remove num_equal() that potentially cause infinite loop
Yukihiro "Matz" Matsumoto
2014-04-12
Merge pull request #2051 from suzukaze/add-array_bang_test
Yukihiro "Matz" Matsumoto
2014-04-12
Add Array#uniq_bang test
Jun Hiroe
2014-04-12
Merge pull request #2050 from suzukaze/refactor-array-test
Yukihiro "Matz" Matsumoto
2014-04-12
Refactor array test to use assert_xxx method
Jun Hiroe
2014-04-12
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-04-12
replace memcpy() with a magic number by two assignments as suggested by @crem...
Yukihiro "Matz" Matsumoto
2014-04-12
Merge pull request #2049 from ksss/str-dup
Yukihiro "Matz" Matsumoto
2014-04-12
mrb_str_dup use sheard string instead of new string
ksss
2014-04-12
Delegate irep string free to mrb_gc_free_str
ksss
2014-04-12
retrieve values in Hash#each to handle modified keys
Yukihiro "Matz" Matsumoto
2014-04-12
Merge pull request #2047 from suzukaze/add-array-rotate_bang
Yukihiro "Matz" Matsumoto
2014-04-12
Add Array#rotate_bang
Jun Hiroe
2014-04-11
Merge pull request #2045 from suzukaze/add-array.rotate
Yukihiro "Matz" Matsumoto
2014-04-11
Merge pull request #2044 from take-cheeze/const_argv
Yukihiro "Matz" Matsumoto
2014-04-11
Merge pull request #2043 from ksss/khash-fix
Yukihiro "Matz" Matsumoto
2014-04-11
Array#rotate
Jun Hiroe
2014-04-11
kh_put return value should be found index
ksss
2014-04-11
Qualify argv argument of API `const`.
Takeshi Watanabe
2014-04-11
Fix bug kh_put after kh_del report by @mirichi
ksss
2014-04-11
Numeric#round takes optinal argument; close #2042
Yukihiro "Matz" Matsumoto
2014-04-11
Merge pull request #2040 from take-cheeze/yield_const_argv
Yukihiro "Matz" Matsumoto
2014-04-10
Qualify mrb_yield_*'s argv `const`.
take_cheeze
2014-04-10
Merge pull request #2038 from ksss/khash-refactoring
Yukihiro "Matz" Matsumoto
2014-04-10
Refactoring for kh_put
ksss
2014-04-10
revert b45e99 since a bug in khash.h was fixed
Yukihiro "Matz" Matsumoto
2014-04-10
kh_put in khash.h should work when direct bucket is deleted one
Yukihiro "Matz" Matsumoto
2014-04-10
Merge pull request #2036 from ksss/assert-kh_del
Yukihiro "Matz" Matsumoto
2014-04-10
revert 40eaf705 for performance reason; ref #2022
Yukihiro "Matz" Matsumoto
2014-04-09
add assert before write khash del flags
ksss
2014-04-09
Merge pull request #2034 from mattn/fix_hash_usage
Yukihiro "Matz" Matsumoto
2014-04-09
Fix invalid hash type
mattn
2014-04-09
call kh_get before kh_put to avoid potential key lost; reported by @mirichi
Yukihiro "Matz" Matsumoto
2014-04-09
fixed typos in operand descriptions
Yukihiro "Matz" Matsumoto
2014-04-09
Merge pull request #2033 from take-cheeze/mrb_tt_has_basic_p
Yukihiro "Matz" Matsumoto
2014-04-09
Add MRB_TT_HAS_BASIC_P macro to check whether a typetag has MRB_OBJECT_HEADER.
take_cheeze
2014-04-09
Merge pull request #2032 from take-cheeze/enable_bintest
Yukihiro "Matz" Matsumoto
2014-04-09
Make bintest enabling like other `enable_xxx` methods.
take_cheeze
2014-04-09
improve hash function based on #2027; close #2027
Yukihiro "Matz" Matsumoto
2014-04-09
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-04-09
mention 1.9 compatibility in README.md; close #2031
Yukihiro "Matz" Matsumoto
2014-04-09
Merge pull request #2029 from take-cheeze/mrb_bug_fix
Yukihiro "Matz" Matsumoto
2014-04-09
Merge pull request #2030 from kyab/fix-build_config-arduinodue
Yukihiro "Matz" Matsumoto
2014-04-08
Fix build_config.rb for ArduinoDue
kyab
2014-04-08
Fix wrong `mrb_bug` use found with mruby-clang-plugin.
take_cheeze
[next]