| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-10 | kh_put in khash.h should work when direct bucket is deleted one | Yukihiro "Matz" Matsumoto | |
| 2014-04-10 | Merge pull request #2036 from ksss/assert-kh_del | Yukihiro "Matz" Matsumoto | |
| add assert before write khash del flags | |||
| 2014-04-10 | revert 40eaf705 for performance reason; ref #2022 | Yukihiro "Matz" Matsumoto | |
| 2014-04-09 | add assert before write khash del flags | ksss | |
| 2014-04-09 | Merge pull request #2034 from mattn/fix_hash_usage | Yukihiro "Matz" Matsumoto | |
| Fix invalid hash type | |||
| 2014-04-09 | Fix invalid hash type | mattn | |
| 2014-04-09 | call kh_get before kh_put to avoid potential key lost; reported by @mirichi | Yukihiro "Matz" Matsumoto | |
| 2014-04-09 | fixed typos in operand descriptions | Yukihiro "Matz" Matsumoto | |
| 2014-04-09 | Merge pull request #2033 from take-cheeze/mrb_tt_has_basic_p | Yukihiro "Matz" Matsumoto | |
| Add MRB_TT_HAS_BASIC_P macro. | |||
| 2014-04-09 | Add MRB_TT_HAS_BASIC_P macro to check whether a typetag has MRB_OBJECT_HEADER. | take_cheeze | |
| 2014-04-09 | Merge pull request #2032 from take-cheeze/enable_bintest | Yukihiro "Matz" Matsumoto | |
| Make bintest enabling like other `enable_xxx` methods. | |||
| 2014-04-09 | Make bintest enabling like other `enable_xxx` methods. | take_cheeze | |
| 2014-04-09 | improve hash function based on #2027; close #2027 | Yukihiro "Matz" Matsumoto | |
| 2014-04-09 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-04-09 | mention 1.9 compatibility in README.md; close #2031 | Yukihiro "Matz" Matsumoto | |
| 2014-04-09 | Merge pull request #2029 from take-cheeze/mrb_bug_fix | Yukihiro "Matz" Matsumoto | |
| Fix wrong `mrb_bug` use found with mruby-clang-plugin. | |||
| 2014-04-09 | Merge pull request #2030 from kyab/fix-build_config-arduinodue | Yukihiro "Matz" Matsumoto | |
| Fix build_config.rb for ArduinoDue | |||
| 2014-04-08 | Fix build_config.rb for ArduinoDue | kyab | |
| 2014-04-08 | Fix wrong `mrb_bug` use found with mruby-clang-plugin. | take_cheeze | |
| 2014-04-08 | Merge pull request #2026 from take-cheeze/disable_cxx_exception | Yukihiro "Matz" Matsumoto | |
| Add MRuby::Build#disable_cxx_exception to force C++ ABI disable. | |||
| 2014-04-08 | Add documentation of MRuby::Build#disable_cxx_exception . | take_cheeze | |
| 2014-04-08 | Add MRuby::Build#disable_cxx_exception to force C++ ABI disable. | take_cheeze | |
| 2014-04-07 | Merge pull request #2025 from take-cheeze/cxx_abi_fix | Yukihiro "Matz" Matsumoto | |
| Fix C++ files detection for automatic C++ ABI enabling. | |||
| 2014-04-07 | Fix C++ files detection for automatic C++ ABI enabling. | take_cheeze | |
| 2014-04-07 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-04-07 | Hash#replace should copy default from original even when the default value ↵ | Yukihiro "Matz" Matsumoto | |
| of the original is not set | |||
| 2014-04-06 | Merge pull request #2023 from ksss/khash-readable | Yukihiro "Matz" Matsumoto | |
| Use kh_end instead to n_buckets | |||
| 2014-04-06 | Merge pull request #2022 from ksss/khash-delete-khash_mask | Yukihiro "Matz" Matsumoto | |
| Delete khash_mask macro | |||
| 2014-04-06 | Use kh_end instead to n_buckets | ksss | |
| 2014-04-06 | Delete khash_mask macro. | ksss | |
| And fix expression to more simple and readable. | |||
| 2014-04-06 | should have passed args to to_enum | Yukihiro "Matz" Matsumoto | |
| 2014-04-06 | wrap args by parens | Yukihiro "Matz" Matsumoto | |
| 2014-04-06 | Merge pull request #2017 from suzukaze/fix_enumerator.inspect | Yukihiro "Matz" Matsumoto | |
| Add args in Enumerator#inspect | |||
| 2014-04-06 | Merge pull request #2021 from take-cheeze/count_objects_total | Yukihiro "Matz" Matsumoto | |
| Always increment `total` field of `os_count_struct` in callback. | |||
| 2014-04-06 | Merge pull request #2018 from akuroda/pr_false_test | Yukihiro "Matz" Matsumoto | |
| add tests for FalseClass | |||
| 2014-04-06 | Merge pull request #2019 from monaka/pr-add-macro-for-mrbgem-version | Yukihiro "Matz" Matsumoto | |
| Pass gem's version information to compilers. | |||
| 2014-04-06 | Merge pull request #2020 from iij/pr-remove-unicode-escape-tests | Yukihiro "Matz" Matsumoto | |
| remove tests for unicode chars in regular expression literals. | |||
| 2014-04-06 | Always increment `total` field of `os_count_struct` in callback. | take_cheeze | |
| Check sum of `ObjectSpace.count_objects` values is twice of total objects count. (Which is CRuby's behavior.) | |||
| 2014-04-06 | remove tests for unicode chars in regular expression literals. | Tomoyuki Sahara | |
| mruby does not parse escape characters in a regular expression literal (ref #2007). It is parsed by the external mrbgem that provides Regexp class, if any. These tests should not be in mruby core but in the mrbgem. | |||
| 2014-04-06 | Pass gem's version information to compilers. | Masaki Muranaka | |
| 2014-04-06 | add tests for FalseClass | Akira Kuroda | |
| reorder and add tests for 15.2.6.1 | |||
| 2014-04-06 | Add args in Enumerator#inspect | Jun Hiroe | |
| 2014-04-06 | Merge pull request #2015 from kyab/detect_vc2010_build_config | Yukihiro "Matz" Matsumoto | |
| Add detection of VC++2010 in build_config.rb | |||
| 2014-04-05 | Add detection of VC++2010 in build_config.rb | kyab | |
| 2014-04-05 | Merge pull request #2014 from kyab/fix_msvc_build_test | Yukihiro "Matz" Matsumoto | |
| Fix 'make test' fail to build on Windows(MSVC) | |||
| 2014-04-05 | Fix 'make test' fail to build on Windows(MSVC) | kyab | |
| 2014-04-05 | Merge pull request #2013 from take-cheeze/objectspace | Yukihiro "Matz" Matsumoto | |
| Fix ObjectSpace.count_objects document. | |||
| 2014-04-05 | Fix ObjectSpace.count_objects document. | take_cheeze | |
| 2014-04-04 | Merge pull request #2008 from rkh/patch-1 | Yukihiro "Matz" Matsumoto | |
| Update mruby-head installed on Travis CI | |||
| 2014-04-04 | Update mruby-head installed on Travis CI | Konstantin Haase | |
| This way other projects can test against it. | |||
