summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2014-06-15Move direct superclass checking to `test/t/superclass.rb`.take_cheeze
2014-06-14Merge pull request #2344 from yui-knk/fix-localsYukihiro "Matz" Matsumoto
Change to always use locals->car->car.
2014-06-14Merge pull request #2393 from goyox86/fix-clang-analizer-warningsYukihiro "Matz" Matsumoto
Fix clang analizer warnings
2014-06-13Rolling back change induced because of 'clang-analizer' report.Jose Narvaez
2014-06-13Using 'mrb_assert' instead of an returning 0 while checking s->irep in ↵Jose Narvaez
codegen.c.
2014-06-14Merge pull request #2394 from take-cheeze/fix_conflict_docYukihiro "Matz" Matsumoto
Fix conflict doc since there is only `add_conflict` method.
2014-06-13Fix conflict doc since there is only `add_conflict` method.take_cheeze
2014-06-13Merge branch 'master' into fix-clang-analizer-warningsJose Narvaez
* master: update add_confict document; ref #2391 Update document by regenerating it. Add :doc task to run document generator. Add document for `add_conflict` and `add_conflicts`.
2014-06-13Merge pull request #2392 from take-cheeze/doc_updateYukihiro "Matz" Matsumoto
Update document and add :doc task.
2014-06-13git push origin masterMerge branch 'take-cheeze-conflict_doc'Yukihiro "Matz" Matsumoto
2014-06-13update add_confict document; ref #2391Yukihiro "Matz" Matsumoto
2014-06-13Fixed dead assignment in 'parser.y' reported by 'clang-analyzer'Jose Narvaez
2014-06-13Fixed dead assignment in 'parser.y' reported by 'clang-analyzer'Jose Narvaez
2014-06-13Fixed dead assignment in 'parser.y' reported by 'clang-analyzer'Jose Narvaez
2014-06-13Revert "Fixed dereference to null pointer in 'codegen.c' reported by ↵Jose Narvaez
'clang-analyzer'" This reverts commit 29f14e728d319d9fc80702ba78959c1957944767.
2014-06-13Fixed dereference to null pointer in 'codegen.c' reported by 'clang-analyzer'Jose Narvaez
2014-06-13Fixed dereference to null pointer in 'codegen.c' reported by 'clang-analyzer'Jose Narvaez
2014-06-13Fixed dead increment in 'dump.c' reported by 'clang-analyzer'Jose Narvaez
2014-06-13Fixed possible division by zero in 'codegen.c' reported by 'clang-analyzer'Jose Narvaez
2014-06-13Fixed dead assignment in 'vm.c' reported by 'clang-analyzer'Jose Narvaez
2014-06-13Fixed dead assignment in 'parse.y' reported by 'clang-analyzer'Jose Narvaez
2014-06-13Fixed dead assignment in 'backtrace.c' reported by 'clang-analyzer'Jose Narvaez
2014-06-13Update document by regenerating it.take_cheeze
2014-06-13Add :doc task to run document generator.take_cheeze
2014-06-13Add document for `add_conflict` and `add_conflicts`.take_cheeze
2014-06-13git push origin masterMerge branch 'take-cheeze-add_conflicts'Yukihiro "Matz" Matsumoto
2014-06-13remove add_conflicts now; use add_conflict; ref #2390Yukihiro "Matz" Matsumoto
2014-06-13Merge branch 'add_conflicts' of https://github.com/take-cheeze/mruby into ↵Yukihiro "Matz" Matsumoto
take-cheeze-add_conflicts
2014-06-13Implement `add_conflict`. Usage is similar to `add_dependency`.take_cheeze
2014-06-13Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-06-13need to call write barrier on hash keys; ref #2375Yukihiro "Matz" Matsumoto
2014-06-12Implement `add_conflicts`. Solve #2383.take_cheeze
2014-06-12Merge pull request #2389 from ksss/str-mem-leaksYukihiro "Matz" Matsumoto
Fix memory leaks in String
2014-06-12Merge pull request #2387 from suzukaze/refactor-nofree-pYukihiro "Matz" Matsumoto
Refactor how to use RSTR_NOFREE_P macro
2014-06-11String#clear: use String#replace to simpleksss
2014-06-11str_replace: self should not be shared and nofreeksss
2014-06-11Refactor how to use RSTR_NOFREE_P macroJun Hiroe
2014-06-11Merge pull request #2386 from suzukaze/add-nofree-macroYukihiro "Matz" Matsumoto
Add NOFREE macros
2014-06-11Add NOFREE macrosJun Hiroe
2014-06-10rename mrb_atexit to mrb_state_atexit to clarify a func will be called at ↵Yukihiro "Matz" Matsumoto
the end of state, not process; ref #2211
2014-06-10Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-06-10reserve a register for a block parameter in a for statement body; ref #2375Yukihiro "Matz" Matsumoto
2014-06-10Merge pull request #2381 from monaka/pr-add-include_paths-in-dependency-gemsYukihiro "Matz" Matsumoto
Append include paths in dependency gems
2014-06-10Add more info about "include_paths and GEM dependency".Masaki Muranaka
2014-06-10Add include_paths in dependency gems.Masaki Muranaka
2014-06-10Merge pull request #2377 from monaka/pr-add-dot-s-extensionYukihiro "Matz" Matsumoto
Add ".s" to source extensions.
2014-06-10Merge pull request #2378 from monaka/pr-add-tools-dir-to-cxx-files-check-oathsYukihiro "Matz" Matsumoto
Find c++ files in tools/.
2014-06-10Merge pull request #2379 from ↵Yukihiro "Matz" Matsumoto
monaka/pr-do-not-export-include-dir-in-gems-to-core Do not export include/ dirs in mrbgems to core build.
2014-06-10should not add extra stack space to callinfo->nregs; maybe related to #2375Yukihiro "Matz" Matsumoto
2014-06-10NODE_FOR does not introduce new local variablesYukihiro "Matz" Matsumoto