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
2013-01-10
Merge pull request #722 from masuidrive/fixed_mrbtest
Yukihiro "Matz" Matsumoto
2013-01-10
Merge pull request #721 from masuidrive/remove_gem_libs_from_mrbc
Yukihiro "Matz" Matsumoto
2013-01-11
Fixed mrbtest result numbers
Yuichiro MASUI
2013-01-11
Removed gem libraries in mrbc
Yuichiro MASUI
2013-01-10
Merge pull request #720 from skandhas/pr-add-mrb_check_hash_type
Yukihiro "Matz" Matsumoto
2013-01-10
add mrb_check_hash_type
skandhas
2013-01-09
Merge pull request #718 from mattn/remove_compiler_warnings
Yukihiro "Matz" Matsumoto
2013-01-10
remove compiler warnings.
mattn
2013-01-09
Merge pull request #716 from carsonmcdonald/crossdepfix
Yukihiro "Matz" Matsumoto
2013-01-09
Merge pull request #717 from xxuejie/master
Yukihiro "Matz" Matsumoto
2013-01-09
Test ruby library should depend on host's mrbc, not its own mrbc
Xuejie Xiao
2013-01-10
Merge branch 'master' of https://github.com/mruby/mruby
mattn
2013-01-09
Make conf.bins work for cross compiled deps as well as the host.
Carson McDonald
2013-01-09
Merge pull request #714 from masuidrive/add_flags_for_building
Yukihiro "Matz" Matsumoto
2013-01-09
Merge pull request #713 from masuidrive/add_s_options_to_ar
Yukihiro "Matz" Matsumoto
2013-01-10
jump address error when value taken from if statement without else clause; cl...
Yukihiro Matz Matsumoto
2013-01-09
Added conf.bins for defining bulding binaries
Yuichiro MASUI
2013-01-09
Added s flag to ar command
Yuichiro MASUI
2013-01-08
Merge pull request #710 from monaka/pr-strict-error-checking
Yukihiro "Matz" Matsumoto
2013-01-09
Add a comment: the usage of MRB_DUMP_GENERAL_FAILURE.
Masaki Muranaka
2013-01-09
Fix error handlings.
Masaki Muranaka
2013-01-09
Merge branch 'master' of github.com:mruby/mruby into pr-strict-error-checking
Masaki Muranaka
2013-01-08
Merge pull request #709 from monaka/pr-remove-redundant-null-checks
Yukihiro "Matz" Matsumoto
2013-01-09
Extract each expresion in "if" statements. It is for maintainability.
Masaki Muranaka
2013-01-09
Remove redundant null checks.
Masaki Muranaka
2013-01-09
Merge branch 'master' of https://github.com/mruby/mruby
mattn
2013-01-08
remove MRUBY_VERSION for the time being; close #700
Yukihiro Matz Matsumoto
2013-01-08
Merge branch 'master' of https://github.com/mruby/mruby
mattn
2013-01-07
Merge pull request #702 from monaka/pr-check-cdump-with-disable-stdio
Yukihiro "Matz" Matsumoto
2013-01-07
Merge pull request #707 from bovi/array-clear
Yukihiro "Matz" Matsumoto
2013-01-08
Merge remote-tracking branch 'mruby/master' into array-clear
Daniel Bovensiepen
2013-01-08
Export mrb_ary_clear in array.h
Daniel Bovensiepen
2013-01-08
Merge branch 'master' of https://github.com/mruby/mruby
mattn
2013-01-08
don't use static class instances
Yukihiro "Matz" Matsumoto
2013-01-07
Merge pull request #706 from masuidrive/add_gem_github_option
Yukihiro "Matz" Matsumoto
2013-01-08
Added gem :github option
Yuichiro MASUI
2013-01-07
Merge pull request #705 from authorNari/compact_flags
Yukihiro "Matz" Matsumoto
2013-01-07
Merge pull request #704 from authorNari/gc_test
Yukihiro "Matz" Matsumoto
2013-01-07
Merge pull request #703 from authorNari/skip_sweeping_old
Yukihiro "Matz" Matsumoto
2013-01-07
Merge pull request #701 from monaka/pr-remove-debug-macros
Yukihiro "Matz" Matsumoto
2013-01-07
Skip sweeping old slots which don't contain any young object.
Narihiro Nakamura
2013-01-07
Compact flags for GC
Narihiro Nakamura
2013-01-07
add test cases for GC API
Narihiro Nakamura
2013-01-07
Add check for using cdump with DISABLE_STDIO option.
Masaki Muranaka
2013-01-07
gc.c: Enable DEBUG(x) if GC_DEBUG is defined.
Masaki Muranaka
2013-01-07
Remove DEBUG macro definitions.
Masaki Muranaka
2013-01-06
Merge pull request #698 from masuidrive/improve_mrbgems_test
Yukihiro "Matz" Matsumoto
2013-01-07
Run mrbgems test run on isolate mrb_state each rb file.
Yuichiro MASUI
2013-01-06
Merge pull request #696 from authorNari/gengc
Yukihiro "Matz" Matsumoto
2013-01-07
Add the generational gc
Narihiro Nakamura
[next]