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-30
vm: execute ensure without exception at the top of the fiber; fix #2904
Yukihiro "Matz" Matsumoto
2015-07-30
vm: execute ensure at the top of the fiber; fix #2903
Yukihiro "Matz" Matsumoto
2015-07-30
Merge pull request #2901 from cremno/fix-ruby-bug-11380
Yukihiro "Matz" Matsumoto
2015-07-29
always call frexp() instead of frexpl()
cremno
2015-07-29
pop cmdarg in lambda body; fix [ruby-bug#11380]
cremno
2015-07-29
Merge pull request #2900 from joans321/enhance-mrbgem-build
Yukihiro "Matz" Matsumoto
2015-07-29
Merge pull request #2899 from zzak/shallow-clone-mgem
Yukihiro "Matz" Matsumoto
2015-07-27
Shallow clone mgem source
Zachary Scott
2015-07-27
Merge pull request #2898 from joans321/update-mrbgems-doc
Yukihiro "Matz" Matsumoto
2015-07-27
mrbgem compile should be depend on mrbgem.rake
xuejianqing
2015-07-26
update mrbgems doc
xuejianqing
2015-07-26
Merge pull request #2897 from joans321/fix-android-gcc-version
Yukihiro "Matz" Matsumoto
2015-07-25
fix android compile bug : uninitialized constant GCC_VERSION
xuejianqing
2015-07-23
Merge pull request #2896 from sagmor/custom-gcc-version
Yukihiro "Matz" Matsumoto
2015-07-22
Add ability to change compiler versions for androideabi
Seba Gamboa
2015-07-20
Merge pull request #2894 from suzukaze/fix-docs
Yukihiro "Matz" Matsumoto
2015-07-19
Fix indents; Indent is two spaces; Delete tabs [skip ci]
Jun Hiroe
2015-07-18
Merge pull request #2892 from Mav7/master
Yukihiro "Matz" Matsumoto
2015-07-17
Deleted range and string markdowns for now.
Ralph Desir(Mav7)
2015-07-17
Update hash.h.md
Ralph Desir
2015-07-17
Update hash.h.md
Ralph Desir
2015-07-17
Merge pull request #2890 from jbreeden/sub_pattern_not_found
Yukihiro "Matz" Matsumoto
2015-07-16
Don't crash if pattern not found for sub
Jared Breeden
2015-07-16
Added mrb_prepend_module to mruby header
Corey Powell
2015-07-16
Make include_module_at static
Corey Powell
2015-07-16
Merge pull request #2889 from takkaw/fix_build_cygwin64
Yukihiro "Matz" Matsumoto
2015-07-16
Merge pull request #2887 from cremno/use-mrb_str_cat_str-instead-of-mrb_str_a...
Yukihiro "Matz" Matsumoto
2015-07-16
Merge pull request #2888 from cremno/delete-non-nullptr-checks-before-mrb_fre...
Yukihiro "Matz" Matsumoto
2015-07-16
64bit Cygwin also doesn't have frexpl(3)
takkaw
2015-07-16
delete mrb_free()-related non-NULL checks
cremno
2015-07-16
use mrb_str_cat_str() instead of mrb_str_append()
cremno
2015-07-15
Renamed MRB_FLAG_IS_INSTANCE to MRB_INSTANCE_TT_MASK
Corey Powell
2015-07-15
mrb_protect() to return the exception raised (with the state of true)
Yukihiro "Matz" Matsumoto
2015-07-15
add an small comment description in mruby/error.h header
Yukihiro "Matz" Matsumoto
2015-07-15
remove unused variable declaration
Yukihiro "Matz" Matsumoto
2015-07-15
Use class array instead of variadic.
take_cheeze
2015-07-15
Implement `mrb_protect`, `mrb_ensure`, `mrb_rescue`, `mrb_rescue_exceptions`.
take_cheeze
2015-07-15
Refactor `Build#compile_as_cxx`.
take_cheeze
2015-07-14
Remove non-applicable "hack" comment
Corey Powell
2015-07-14
Applied gc patch to fix ORIGIN ICLASS method table leak
Corey Powell
2015-07-14
Renamed parameters in include_module_at
Corey Powell
2015-07-14
Merge pull request #2884 from jbreeden/doc_bang_modifier
Yukihiro "Matz" Matsumoto
2015-07-13
Fix typo
jbreeden
2015-07-13
Add ! documentation to mruby.h.md
jbreeden
2015-07-14
mrb_get_args: improve function description about !
Yukihiro "Matz" Matsumoto
2015-07-14
mrb_get_args: allow d!
Yukihiro "Matz" Matsumoto
2015-07-14
mrb_get_args: allow A,H,s,z,a,d specifiers to take ! to accept nil.
Yukihiro "Matz" Matsumoto
2015-07-13
Clean up tests
Blaž Hrastnik
2015-07-13
assert() cannot be nested
Blaž Hrastnik
2015-07-13
Set origin when doing kind_of? comparisons
Blaž Hrastnik
[prev]
[next]