summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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
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