summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2014-06-25Add documentation of `mrb_value` config.take_cheeze
2014-06-25Merge pull request #2422 from ksss/aspec-macroYukihiro "Matz" Matsumoto
OP_ENTER use MBR_ASPEC_* macros
2014-06-25OP_ENTER: Rewrite split aspec use macrosksss
2014-06-25proc.h: MRB_ASPEC_REST() macro return 1 or 0ksss
MRB_ASPEC_REST() is macro just only checks whether truthy or falsy. And truthy means exist 1 rest argument in current proc.
2014-06-25Merge pull request #2421 from ksss/safe-arityYukihiro "Matz" Matsumoto
Proc#arity return 0 when opcode was not OP_ENTER
2014-06-25Proc#arity return 0 when opcode was not OP_ENTERksss
2014-06-25Merge pull request #2420 from ksss/reduce-lvYukihiro "Matz" Matsumoto
Not create local variables in scope_new
2014-06-25Merge pull request #2419 from santazhang/use-constYukihiro "Matz" Matsumoto
add a few const qualifier
2014-06-25Not create local variables in scope_newksss
2014-06-24add a few const qualifierSanta Zhang
2014-06-25Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-06-25Merge pull request #2333 from yui-knk/fix/dumpYukihiro "Matz" Matsumoto
Fix to not print unnecessary comma.
2014-06-25revert #2344 because of #2395Yukihiro "Matz" Matsumoto
2014-06-24Merge pull request #2418 from take-cheeze/sym_internYukihiro "Matz" Matsumoto
Add `Symbol#intern`.
2014-06-24Add `Symbol#intern`.take_cheeze
2014-06-24Merge pull request #2416 from take-cheeze/c_api_refYukihiro "Matz" Matsumoto
Start documenting C APIs.
2014-06-24Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-06-24Merge pull request #2415 from take-cheeze/mrbconf_docYukihiro "Matz" Matsumoto
Add mrbconf document.
2014-06-23Add documentation of state atexit configuration.take_cheeze
2014-06-23Add documentation of memory pool configurations.take_cheeze
2014-06-23Start documenting C APIs.take_cheeze
2014-06-23Merge branch 'take-cheeze-mrb_open_without_mrbgems'Yukihiro "Matz" Matsumoto
2014-06-23refacor mrb_open_core() to reduce a local variableYukihiro "Matz" Matsumoto
2014-06-23rename mrb_open_without_mrbgems to mrb_open_coretake_cheeze
2014-06-23make default allocf public to use it with mrb_open_without_mrbgemstake_cheeze
2014-06-23add mrb_open_without_mrbgems APItake_cheeze
2014-06-23Merge branch 'take-cheeze-reduce_new_obj'Yukihiro "Matz" Matsumoto
2014-06-23Reduce string creation in `Symbol#casecmp` by using `case!`.take_cheeze
2014-06-23Reduce string creation of `length`, `size`, `empty?` method of `Symbol` ↵take_cheeze
extension.
2014-06-23Reduce new string creation in `capitalize`, `downcase`, `upcase` method of ↵take_cheeze
`Symbol` class extension. Add test to check unmodified result is working.
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