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-14
change 2012 to 2013
Yukihiro Matz Matsumoto
2013-01-13
more aggressive code elimination for NODE_DOT{2,3}
Yukihiro Matz Matsumoto
2013-01-13
eliminate unused hash expression more aggresively
Yukihiro Matz Matsumoto
2013-01-13
eliminate unused array expression more aggresively
Yukihiro Matz Matsumoto
2013-01-13
add new specifier "b" (boolean) for mrb_get_args()
Yukihiro Matz Matsumoto
2013-01-12
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matz Matsumoto
2013-01-12
Makefile: add all to test dependency
Yukihiro Matz Matsumoto
2013-01-11
Merge pull request #727 from mattn/dep_gems
Yukihiro "Matz" Matsumoto
2013-01-11
Merge pull request #726 from mattn/fix_build_tasks
Yukihiro "Matz" Matsumoto
2013-01-11
note about $MRUBY_CONFIG.
mattn
2013-01-11
build gems if build_config.rb is modified.
mattn
2013-01-11
should be flatten.
mattn
2013-01-11
Merge pull request #725 from skandhas/pr-remove-each_line
Yukihiro "Matz" Matsumoto
2013-01-11
remove mrb_str_each_line form src/string.c
skandhas
2013-01-11
Merge branch 'master' of https://github.com/mruby/mruby
mattn
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
Merge branch 'master' of https://github.com/mruby/mruby
mattn
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
[next]