summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2014-04-09improve hash function based on #2027; close #2027Yukihiro "Matz" Matsumoto
2014-04-09Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-04-09mention 1.9 compatibility in README.md; close #2031Yukihiro "Matz" Matsumoto
2014-04-09Merge pull request #2029 from take-cheeze/mrb_bug_fixYukihiro "Matz" Matsumoto
2014-04-09Merge pull request #2030 from kyab/fix-build_config-arduinodueYukihiro "Matz" Matsumoto
2014-04-08Fix build_config.rb for ArduinoDuekyab
2014-04-08Fix wrong `mrb_bug` use found with mruby-clang-plugin.take_cheeze
2014-04-08Merge pull request #2026 from take-cheeze/disable_cxx_exceptionYukihiro "Matz" Matsumoto
2014-04-08Add documentation of MRuby::Build#disable_cxx_exception .take_cheeze
2014-04-08Add MRuby::Build#disable_cxx_exception to force C++ ABI disable.take_cheeze
2014-04-07Merge pull request #2025 from take-cheeze/cxx_abi_fixYukihiro "Matz" Matsumoto
2014-04-07Fix C++ files detection for automatic C++ ABI enabling.take_cheeze
2014-04-07Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-04-07Hash#replace should copy default from original even when the default value of...Yukihiro "Matz" Matsumoto
2014-04-06Merge pull request #2023 from ksss/khash-readableYukihiro "Matz" Matsumoto
2014-04-06Merge pull request #2022 from ksss/khash-delete-khash_maskYukihiro "Matz" Matsumoto
2014-04-06Use kh_end instead to n_bucketsksss
2014-04-06Delete khash_mask macro.ksss
2014-04-06should have passed args to to_enumYukihiro "Matz" Matsumoto
2014-04-06wrap args by parensYukihiro "Matz" Matsumoto
2014-04-06Merge pull request #2017 from suzukaze/fix_enumerator.inspectYukihiro "Matz" Matsumoto
2014-04-06Merge pull request #2021 from take-cheeze/count_objects_totalYukihiro "Matz" Matsumoto
2014-04-06Merge pull request #2018 from akuroda/pr_false_testYukihiro "Matz" Matsumoto
2014-04-06Merge pull request #2019 from monaka/pr-add-macro-for-mrbgem-versionYukihiro "Matz" Matsumoto
2014-04-06Merge pull request #2020 from iij/pr-remove-unicode-escape-testsYukihiro "Matz" Matsumoto
2014-04-06Always increment `total` field of `os_count_struct` in callback.take_cheeze
2014-04-06remove tests for unicode chars in regular expression literals.Tomoyuki Sahara
2014-04-06Pass gem's version information to compilers.Masaki Muranaka
2014-04-06add tests for FalseClassAkira Kuroda
2014-04-06Add args in Enumerator#inspectJun Hiroe
2014-04-06Merge pull request #2015 from kyab/detect_vc2010_build_configYukihiro "Matz" Matsumoto
2014-04-05Add detection of VC++2010 in build_config.rbkyab
2014-04-05Merge pull request #2014 from kyab/fix_msvc_build_testYukihiro "Matz" Matsumoto
2014-04-05Fix 'make test' fail to build on Windows(MSVC)kyab
2014-04-05Merge pull request #2013 from take-cheeze/objectspaceYukihiro "Matz" Matsumoto
2014-04-05Fix ObjectSpace.count_objects document.take_cheeze
2014-04-04Merge pull request #2008 from rkh/patch-1Yukihiro "Matz" Matsumoto
2014-04-04Update mruby-head installed on Travis CIKonstantin Haase
2014-04-04Merge pull request #2006 from take-cheeze/tsort_depYukihiro "Matz" Matsumoto
2014-04-04Refactor MRuby::Gem::List#check.take_cheeze
2014-04-04backslash escapes in regexp should be addressed by Regexp processor; close #2005Yukihiro "Matz" Matsumoto
2014-04-04Hash#replace should copy default as well; close #2004Yukihiro "Matz" Matsumoto
2014-04-04simplify string equality checkYukihiro "Matz" Matsumoto
2014-04-04merge test code from #2003Yukihiro "Matz" Matsumoto
2014-04-04implement Hash#initialize in CYukihiro "Matz" Matsumoto
2014-04-04call to_hash before replacing hashYukihiro "Matz" Matsumoto
2014-04-04protect NoMethodError from calling to_hash in ==/eql?; close #2002Yukihiro "Matz" Matsumoto
2014-04-04Hash#replace to preserve order; close #2001Yukihiro "Matz" Matsumoto
2014-04-04add mruby-enum-lazy mrbgem for Enumerable::LazyYukihiro "Matz" Matsumoto
2014-04-04Merge pull request #2000 from kyab/add-help-for-mruby-configYukihiro "Matz" Matsumoto