summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2013-01-13fix typostakkaw
2013-01-13more aggressive code elimination for NODE_DOT{2,3}Yukihiro Matz Matsumoto
2013-01-13eliminate unused hash expression more aggresivelyYukihiro Matz Matsumoto
2013-01-13eliminate unused array expression more aggresivelyYukihiro Matz Matsumoto
2013-01-13add new specifier "b" (boolean) for mrb_get_args()Yukihiro Matz Matsumoto
2013-01-12Merge branch 'master' of github.com:mruby/mrubyYukihiro Matz Matsumoto
2013-01-12Makefile: add all to test dependencyYukihiro Matz Matsumoto
2013-01-11Merge pull request #727 from mattn/dep_gemsYukihiro "Matz" Matsumoto
Add dependency to build gems list
2013-01-11Merge pull request #726 from mattn/fix_build_tasksYukihiro "Matz" Matsumoto
Fix build tasks
2013-01-11note about $MRUBY_CONFIG.mattn
2013-01-11build gems if build_config.rb is modified.mattn
2013-01-11should be flatten.mattn
2013-01-11Merge pull request #725 from skandhas/pr-remove-each_lineYukihiro "Matz" Matsumoto
remove mrb_str_each_line
2013-01-11remove mrb_str_each_line form src/string.cskandhas
2013-01-11Merge branch 'master' of https://github.com/mruby/mrubymattn
2013-01-10Merge pull request #722 from masuidrive/fixed_mrbtestYukihiro "Matz" Matsumoto
Fixed mrbtest result numbers
2013-01-10Merge pull request #721 from masuidrive/remove_gem_libs_from_mrbcYukihiro "Matz" Matsumoto
Removed gem libraries in mrbc
2013-01-11Fixed mrbtest result numbersYuichiro MASUI
2013-01-11Removed gem libraries in mrbcYuichiro MASUI
2013-01-10Merge pull request #720 from skandhas/pr-add-mrb_check_hash_typeYukihiro "Matz" Matsumoto
add mrb_check_hash_type
2013-01-10add mrb_check_hash_typeskandhas
2013-01-09Merge pull request #718 from mattn/remove_compiler_warningsYukihiro "Matz" Matsumoto
Remove compiler warnings
2013-01-10Merge branch 'master' of https://github.com/mruby/mrubymattn
2013-01-10remove compiler warnings.mattn
2013-01-09Merge pull request #716 from carsonmcdonald/crossdepfixYukihiro "Matz" Matsumoto
Make conf.bins work for cross compiled deps as well as the host.
2013-01-09Merge pull request #717 from xxuejie/masterYukihiro "Matz" Matsumoto
Host's mrbc file should be used when cross-compiling mrbtest.c
2013-01-09Test ruby library should depend on host's mrbc, not its own mrbcXuejie Xiao
2013-01-10Merge branch 'master' of https://github.com/mruby/mrubymattn
2013-01-09Make conf.bins work for cross compiled deps as well as the host.Carson McDonald
2013-01-09Merge pull request #714 from masuidrive/add_flags_for_buildingYukihiro "Matz" Matsumoto
Added conf.bins for defining bulding binaries
2013-01-09Merge pull request #713 from masuidrive/add_s_options_to_arYukihiro "Matz" Matsumoto
Added s flag to ar command
2013-01-10jump address error when value taken from if statement without else clause; ↵Yukihiro Matz Matsumoto
close #712
2013-01-09Added conf.bins for defining bulding binariesYuichiro MASUI
2013-01-09Added s flag to ar commandYuichiro MASUI
2013-01-08Merge pull request #710 from monaka/pr-strict-error-checkingYukihiro "Matz" Matsumoto
Strict runtime error checking
2013-01-09Add a comment: the usage of MRB_DUMP_GENERAL_FAILURE.Masaki Muranaka
2013-01-09Fix error handlings.Masaki Muranaka
2013-01-09Merge branch 'master' of github.com:mruby/mruby into pr-strict-error-checkingMasaki Muranaka
2013-01-08Merge pull request #709 from monaka/pr-remove-redundant-null-checksYukihiro "Matz" Matsumoto
Remove redundant null checks.
2013-01-09Extract each expresion in "if" statements. It is for maintainability.Masaki Muranaka
2013-01-09Remove redundant null checks.Masaki Muranaka
2013-01-09Merge branch 'master' of https://github.com/mruby/mrubymattn
2013-01-08remove MRUBY_VERSION for the time being; close #700Yukihiro Matz Matsumoto
2013-01-08Merge branch 'master' of https://github.com/mruby/mrubymattn
2013-01-07Merge pull request #702 from monaka/pr-check-cdump-with-disable-stdioYukihiro "Matz" Matsumoto
Add check for using cdump with DISABLE_STDIO option.
2013-01-07Merge pull request #707 from bovi/array-clearYukihiro "Matz" Matsumoto
Export Array#clear in array.h
2013-01-08Merge remote-tracking branch 'mruby/master' into array-clearDaniel Bovensiepen
2013-01-08Export mrb_ary_clear in array.hDaniel Bovensiepen
2013-01-08Merge branch 'master' of https://github.com/mruby/mrubymattn
2013-01-08don't use static class instancesYukihiro "Matz" Matsumoto