summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2014-06-23Add documentation of state atexit configuration.take_cheeze
2014-06-23Add documentation of memory pool configurations.take_cheeze
2014-06-23Merge pull request #2399 from ksss/cfunc-procYukihiro "Matz" Matsumoto
Proc class should be defined before a first method definition
2014-06-22Merge pull request #2413 from take-cheeze/summary_docYukihiro "Matz" Matsumoto
Update documentation of `summary` property of mrbgem spec.
2014-06-22Quote required mrbgem spec property.take_cheeze
2014-06-22Update documentation of `summary` property of mrbgem spec.take_cheeze
2014-06-22Merge pull request #2412 from suzukaze/Fix-doc3Yukihiro "Matz" Matsumoto
Fix document of doc/compile/README.md
2014-06-22Merge pull request #2411 from suzukaze/Fix-docs2Yukihiro "Matz" Matsumoto
Fix document in doc/mrbgems/README.md
2014-06-22Merge pull request #2410 from suzukaze/Fix-docsYukihiro "Matz" Matsumoto
Fix document of doc/mrbconf/README.md
2014-06-22Fix document of doc/compile/README.mdJun Hiroe
2014-06-22Fix a document in doc/mrbgems/README.mdJun Hiroe
2014-06-22Fix document of doc/mrbconf/README.mdJun Hiroe
2014-06-21Merge pull request #2409 from take-cheeze/syntax_highlightYukihiro "Matz" Matsumoto
Syntax highlight code blocks with github flavored markdown.
2014-06-21Syntax highlight code blocks with github flavored markdown.take_cheeze
2014-06-21clear local variables for the first execution of mrb_context_run(); close #2405Yukihiro "Matz" Matsumoto
2014-06-20Merge pull request #2407 from take-cheeze/mrbconf_updateYukihiro "Matz" Matsumoto
Update mrbconf document.
2014-06-19Document GC mrbconfs.take_cheeze
2014-06-19Add primitive type configuration document.take_cheeze
2014-06-19Add notes about how to use mrbconf.take_cheeze
2014-06-19Merge pull request #2406 from iij/pr_string_slice_bangYukihiro "Matz" Matsumoto
Adapt a behavior of String#slice! to other Ruby implementations
2014-06-19Modify return value of String#slice! if idx == self.sizeAkito Mochizuki
2014-06-19fix conflict resolution mistakeYukihiro "Matz" Matsumoto
2014-06-18git push origin masterMerge branch 'yui-knk-replace-assert'Yukihiro "Matz" Matsumoto
2014-06-18resolve conflictYukihiro "Matz" Matsumoto
2014-06-18Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-06-18Merge branch 'suzukaze-delete-string.slice_comment'Yukihiro "Matz" Matsumoto
2014-06-18update String#slice docYukihiro "Matz" Matsumoto
2014-06-18remove superclass test for classes that do not exist in mruby (core)Yukihiro "Matz" Matsumoto
2014-06-18Merge pull request #2403 from take-cheeze/mrbconf_docYukihiro "Matz" Matsumoto
Start `mrbconf` documentation.
2014-06-17Add mrbconf documentation.take_cheeze
2014-06-17Merge pull request #2401 from take-cheeze/fixed_state_atexit_stackYukihiro "Matz" Matsumoto
Add fixed state atexit stack feature.
2014-06-17Merge pull request #2396 from take-cheeze/superclass_checkYukihiro "Matz" Matsumoto
Move direct superclass checking to `test/t/superclass.rb`.
2014-06-17Merge pull request #2402 from katmutua/masterYukihiro "Matz" Matsumoto
[minor-fix]Update value pointer comments
2014-06-16[minor-fix]Minor cleanups on variable.c commentskatmutua
2014-06-16Merge pull request #2397 from suzukaze/add-string-slice_bangYukihiro "Matz" Matsumoto
Implement String#slice!
2014-06-16Add fixed state atexit stack feature.take_cheeze
Adds following macros: * MRB_FIXED_STATE_ATEXIT_STACK (not defined by default) * When defined enables fixed state atexit stack. * MRB_FIXED_STATE_ATEXIT_STACK_SIZE (default value: 5) * This macro will be ignored when `MRB_FIXED_STATE_ATEXIT_STACK` isn't defined. * When `mrb_state_atexit` is called more than this value it will raise runtime error.
2014-06-15arity for cfunc is not implemented yetksss
2014-06-15Proc class define before a first methodksss
mrb_define_method setting mrb->proc_class for method proc
2014-06-15Unsupported Regex in mrb_str_aref_m()Jun Hiroe
2014-06-15Implement String#slice_bangJun Hiroe
2014-06-15Test all ISO defined classes direct superclass except `Object` class.take_cheeze
Move mrbgems ISO direct superclass test to `superclass.rb`. Skips test if class isn't defined. Close #2332.
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.