summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2014-04-10kh_put in khash.h should work when direct bucket is deleted oneYukihiro "Matz" Matsumoto
2014-04-10Merge pull request #2036 from ksss/assert-kh_delYukihiro "Matz" Matsumoto
2014-04-10revert 40eaf705 for performance reason; ref #2022Yukihiro "Matz" Matsumoto
2014-04-09add assert before write khash del flagsksss
2014-04-09Merge pull request #2034 from mattn/fix_hash_usageYukihiro "Matz" Matsumoto
2014-04-09Fix invalid hash typemattn
2014-04-09call kh_get before kh_put to avoid potential key lost; reported by @mirichiYukihiro "Matz" Matsumoto
2014-04-09fixed typos in operand descriptionsYukihiro "Matz" Matsumoto
2014-04-09Merge pull request #2033 from take-cheeze/mrb_tt_has_basic_pYukihiro "Matz" Matsumoto
2014-04-09Add MRB_TT_HAS_BASIC_P macro to check whether a typetag has MRB_OBJECT_HEADER.take_cheeze
2014-04-09Merge pull request #2032 from take-cheeze/enable_bintestYukihiro "Matz" Matsumoto
2014-04-09Make bintest enabling like other `enable_xxx` methods.take_cheeze
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