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
2015-07-13
Enable test_prepend_module_ancestors because it seems to pass.
Blaž Hrastnik
2015-07-13
Space out test_prepend_super_in_alias assert
Corey Powell
2015-07-13
included_modules, origin fix
Corey Powell
2015-07-13
Bugfix, included_modules would include classes
Corey Powell
2015-07-13
Removed comment beside method_removed
Corey Powell
2015-07-13
Added Module#method_removed hook
Corey Powell
2015-07-13
Enable visibility prepend tests again
Blaž Hrastnik
2015-07-13
Include prepended methods in the instance_methods list.
Blaž Hrastnik
2015-07-13
Ported all MRI prepend tests
Corey Powell
2015-07-13
Removed some debug prints from the test
Corey Powell
2015-07-13
Ported a bit more of the MRI Module#prepend tests over
Corey Powell
2015-07-13
Fixed Modules not being fully initialized before #initialize was called
Corey Powell
2015-07-13
Added changed check to the mrb_include_module
Corey Powell
2015-07-13
Remove some remnant debug code
Corey Powell
2015-07-13
Additional patches to make this work
Corey Powell
2015-07-13
Comment in a refactor to match MRI, but that fails 320 tests.
Blaž Hrastnik
2015-07-13
origin must be initialized
Blaž Hrastnik
2015-07-13
Expose insert position, which should be at origin for include and klass for
Blaž Hrastnik
2015-07-13
Rename classes because of conflicts
Blaž Hrastnik
2015-07-13
Implement Module#prepend.
Blaž Hrastnik
2015-07-13
use "S!" specifier of mrb_get_args() to improve #2882 fix.
Yukihiro "Matz" Matsumoto
2015-07-13
allow '!' after 'S' specifier of mrb_get_args() that allow nil.
Yukihiro "Matz" Matsumoto
2015-07-13
refactor mrb_bob_missing to share raising NoMethodError code; fix #2878
Yukihiro "Matz" Matsumoto
2015-07-12
Merge pull request #2883 from jbreeden/array_join_nil
Yukihiro "Matz" Matsumoto
2015-07-11
Removing unndeeded to_s
jbreeden
2015-07-11
Patching array join
jbreeden
2015-07-09
Merge pull request #2880 from mattn/llround
Yukihiro "Matz" Matsumoto
2015-07-09
use round for llround. some platform (ex: mingw32) doesn't have llround.
Yasuhiro Matsumoto
2015-07-08
Update hash.h.md
Ralph Desir
2015-07-08
Added new markdowns.
Mav7
2015-07-07
method_missing definition may be undefined; fix #2878
Yukihiro "Matz" Matsumoto
2015-07-07
Merge pull request #2877 from cremno/fix-dangling-ptr
Yukihiro "Matz" Matsumoto
2015-07-07
Merge pull request #2876 from joans321/master
Yukihiro "Matz" Matsumoto
2015-07-07
Merge pull request #2875 from davydovanton/doc-comment-typo
Yukihiro "Matz" Matsumoto
2015-07-06
fix androideabi cross-compile error : undefined reference to 'frexpl'
xuejianqing
2015-07-05
Fix typo in comment in String#mrb_cstr_to_inum [skip ci]
Anton Davydov
2015-07-03
Merge pull request #2871 from archSeer/patch-2
Yukihiro "Matz" Matsumoto
2015-07-03
Merge pull request #2874 from cremno/fix-parser-oob-write
Yukihiro "Matz" Matsumoto
2015-07-03
Merge pull request #2873 from cremno/fix-coverity-missing-break-in-switch
Yukihiro "Matz" Matsumoto
2015-07-03
fix dangling pointer
cremno
2015-07-03
fix oob write by actually truncating buffer
cremno
2015-07-03
remove unnecessary default case
cremno
2015-07-02
add missing fall through comments
cremno
2015-07-02
Fix incorrect memory allocation of mrdb_state_new.
Blaž Hrastnik
2015-07-01
Merge pull request #2869 from cremno/refactor-print.c
Yukihiro "Matz" Matsumoto
2015-07-01
Merge pull request #2868 from sgnr/avoid-narrowing-cast-in-flo-round
Yukihiro "Matz" Matsumoto
2015-06-29
Avoid a narrowing cast in flo_round under MRB_INT64.
Simon Génier
2015-06-29
Merge pull request #2867 from kou/proc-fix-gc-crash
Yukihiro "Matz" Matsumoto
2015-06-29
Fix a crash bug when GC is ran while creating a proc with env
Kouhei Sutou
2015-06-29
Merge pull request #2866 from jurriaan/fix-crash
Yukihiro "Matz" Matsumoto
[prev]
[next]