summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2014-04-06add tests for FalseClassAkira Kuroda
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
2014-04-04should not access proc->body.irep if proc is PROC_CFUNC; close #1999Yukihiro "Matz" Matsumoto
2014-04-04add --help option to mruby-configkyab
2014-04-03space adjustment in khash.hYukihiro "Matz" Matsumoto
2014-04-03Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-04-03Merge pull request #1998 from ksss/khash-delete-upper_boundYukihiro "Matz" Matsumoto
2014-04-03delete khash member upper_boundksss
2014-04-03add assertion before castingYukihiro "Matz" Matsumoto
2014-04-03downto, upto, step to return EnumeratorYukihiro "Matz" Matsumoto
2014-04-03Merge pull request #1997 from kyab/fix-make_test-fail-without-gemsYukihiro "Matz" Matsumoto
2014-04-03Fix build fail for 'make test' with no mrbgemskyab
2014-04-03Merge pull request #1996 from take-cheeze/objectspaceYukihiro "Matz" Matsumoto
2014-04-03Support :T_FIBER in ObjectSpace.count_objects .take_cheeze
2014-04-03Merge pull request #1993 from iij/pr-array-should-not-depend-on-enumeratorYukihiro "Matz" Matsumoto
2014-04-03test fails when we don't have Enumerator.Tomoyuki Sahara
2014-04-03Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-04-03too much peephole optimization; close #1992Yukihiro "Matz" Matsumoto
2014-04-03Merge pull request #1991 from ksss/khash-delete-memberYukihiro "Matz" Matsumoto
2014-04-02Delete khash member mask and incksss
2014-04-02Merge pull request #1990 from ksss/khash-bool-macroYukihiro "Matz" Matsumoto
2014-04-02Use bool macro KHASH_DEFINE and KHASH_DECLAREksss
2014-04-02Merge pull request #1989 from ksss/khash-size_tYukihiro "Matz" Matsumoto
2014-04-02use size_t instead of intksss
2014-04-02Merge pull request #1988 from ksss/khash-maskYukihiro "Matz" Matsumoto
2014-04-02delete unused indexes __m_* masksksss
2014-04-02implement part of Array#<=> in CYukihiro "Matz" Matsumoto
2014-04-02implement Array comparisons by RubyYukihiro "Matz" Matsumoto
2014-04-02remove some empty linesYukihiro "Matz" Matsumoto
2014-04-02handle CR before LF; close #1781Yukihiro "Matz" Matsumoto
2014-04-02simpler escape handling in ?c stringsYukihiro "Matz" Matsumoto