3
I Use This!
Very High Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Mar 01, 2025 — Mar 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
hash->ht might be NULL; it shouldn't though
Yukihiro "Matz" Matsumoto
as Yukihiro Matsumoto
More... over 13 years ago
make color in OBJECT_HEADER unsigned
Yukihiro "Matz" Matsumoto
as Yukihiro Matsumoto
More... over 13 years ago
support Class.new() More... over 13 years ago
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
as Yukihiro Matsumoto
More... over 13 years ago
add Hash#{select/reject} to return Hash as 1.9
Yukihiro "Matz" Matsumoto
as Yukihiro Matsumoto
More... over 13 years ago
Merge pull request #229 from bovi/remove-ary-reverse More... over 13 years ago
Merge pull request #227 from bovi/add-string-test More... over 13 years ago
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
as Yukihiro Matsumoto
More... over 13 years ago
Remove not used ary_reverse
bovi
as Daniel Bovensiepen
More... over 13 years ago
naming convention consistency for hash.h
Yukihiro "Matz" Matsumoto
as Yukihiro Matsumoto
More... over 13 years ago
refactoring around mrb_hash_new
Yukihiro "Matz" Matsumoto
as Yukihiro Matsumoto
More... over 13 years ago
remove unused st_hash_end/unit reference
Yukihiro "Matz" Matsumoto
as Yukihiro Matsumoto
More... over 13 years ago
remove unused mrb_mem_clear
Yukihiro "Matz" Matsumoto
as Yukihiro Matsumoto
More... over 13 years ago
clean appendix comments from array.c
Yukihiro "Matz" Matsumoto
as Yukihiro Matsumoto
More... over 13 years ago
unify long,size_t to int in array.[ch]
Yukihiro "Matz" Matsumoto
as Yukihiro Matsumoto
More... over 13 years ago
changed prototype mrb_ary_replace to (mrb_state*,mrb_value,mrb_value)
Yukihiro "Matz" Matsumoto
as Yukihiro Matsumoto
More... over 13 years ago
small refactoring around Array#concat
Yukihiro "Matz" Matsumoto
as Yukihiro Matsumoto
More... over 13 years ago
remove ary_reverse that no longer used
Yukihiro "Matz" Matsumoto
as Yukihiro Matsumoto
More... over 13 years ago
add proper type check (using mrb_get_args) in Array#replace
Yukihiro "Matz" Matsumoto
as Yukihiro Matsumoto
More... over 13 years ago
avoid using mrb_value in Array#+
Yukihiro "Matz" Matsumoto
as Yukihiro Matsumoto
More... over 13 years ago
Merge pull request #228 from fceller/master More... over 13 years ago
export exception handling More... over 13 years ago
fixed prototype: g++ will complain about definition not being a prototype, should work with GCC and VC as well More... over 13 years ago
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
as Yukihiro Matsumoto
More... over 13 years ago
Array#reverse revisited
Yukihiro "Matz" Matsumoto
as Yukihiro Matsumoto
More... over 13 years ago
fixed prototype: g++ will complain about definition not being a prototype, should work with GCC and VC as well More... over 13 years ago
Add string test for string interpolation
bovi
as Daniel Bovensiepen
More... over 13 years ago
Merge pull request #225 from MobiRuby/fixed_const_missing More... over 13 years ago
Merge pull request #226 from MobiRuby/author More... over 13 years ago
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
as Yukihiro Matsumoto
More... over 13 years ago