index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
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
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
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
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
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
2014-04-09
Merge pull request #2030 from kyab/fix-build_config-arduinodue
Yukihiro "Matz" Matsumoto
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
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
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 of...
Yukihiro "Matz" Matsumoto
2014-04-06
Merge pull request #2023 from ksss/khash-readable
Yukihiro "Matz" Matsumoto
2014-04-06
Merge pull request #2022 from ksss/khash-delete-khash_mask
Yukihiro "Matz" Matsumoto
2014-04-06
Use kh_end instead to n_buckets
ksss
2014-04-06
Delete khash_mask macro.
ksss
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
2014-04-06
Merge pull request #2021 from take-cheeze/count_objects_total
Yukihiro "Matz" Matsumoto
2014-04-06
Merge pull request #2018 from akuroda/pr_false_test
Yukihiro "Matz" Matsumoto
2014-04-06
Merge pull request #2019 from monaka/pr-add-macro-for-mrbgem-version
Yukihiro "Matz" Matsumoto
2014-04-06
Merge pull request #2020 from iij/pr-remove-unicode-escape-tests
Yukihiro "Matz" Matsumoto
2014-04-06
Always increment `total` field of `os_count_struct` in callback.
take_cheeze
2014-04-06
remove tests for unicode chars in regular expression literals.
Tomoyuki Sahara
2014-04-06
Pass gem's version information to compilers.
Masaki Muranaka
2014-04-06
add tests for FalseClass
Akira Kuroda
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
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
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
2014-04-05
Fix ObjectSpace.count_objects document.
take_cheeze
2014-04-04
Merge pull request #2008 from rkh/patch-1
Yukihiro "Matz" Matsumoto
2014-04-04
Update mruby-head installed on Travis CI
Konstantin Haase
[next]