| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-26 | Sacrifice some micro-optimization to remove duplicate code | Patrick Pokatilo | |
| 2014-06-26 | Fix typo in doc/api/mruby.h.md | Jun Hiroe | |
| 2014-06-26 | Quote default value. | take_cheeze | |
| 2014-06-26 | Document left mrbconfs. | take_cheeze | |
| 2014-06-25 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-06-25 | Merge pull request #2423 from ksss/proc-parameters | Yukihiro "Matz" Matsumoto | |
| Implement Proc#parameters | |||
| 2014-06-25 | Merge pull request #2425 from take-cheeze/mrbconf | Yukihiro "Matz" Matsumoto | |
| Update mrbconf. | |||
| 2014-06-25 | Add notes about restriction of `DISABLE_STDIO`. | take_cheeze | |
| 2014-06-25 | Add documentation of `mrb_value` config. | take_cheeze | |
| 2014-06-25 | Implement Proc#parameters | ksss | |
| 2014-06-25 | Merge pull request #2422 from ksss/aspec-macro | Yukihiro "Matz" Matsumoto | |
| OP_ENTER use MBR_ASPEC_* macros | |||
| 2014-06-25 | OP_ENTER: Rewrite split aspec use macros | ksss | |
| 2014-06-25 | proc.h: MRB_ASPEC_REST() macro return 1 or 0 | ksss | |
| MRB_ASPEC_REST() is macro just only checks whether truthy or falsy. And truthy means exist 1 rest argument in current proc. | |||
| 2014-06-25 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-06-25 | Merge pull request #2421 from ksss/safe-arity | Yukihiro "Matz" Matsumoto | |
| Proc#arity return 0 when opcode was not OP_ENTER | |||
| 2014-06-25 | Proc#arity return 0 when opcode was not OP_ENTER | ksss | |
| 2014-06-25 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-06-25 | Merge pull request #2420 from ksss/reduce-lv | Yukihiro "Matz" Matsumoto | |
| Not create local variables in scope_new | |||
| 2014-06-25 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-06-25 | add a few const qualifier | Santa Zhang | |
| 2014-06-25 | Fix to not print unnecessary comma. | yui-knk | |
| When `n2->car` is 0 and `n2->cdd` is not 0, unnecessary comma was printed before first local variables. | |||
| 2014-06-25 | Merge pull request #2419 from santazhang/use-const | Yukihiro "Matz" Matsumoto | |
| add a few const qualifier | |||
| 2014-06-25 | Not create local variables in scope_new | ksss | |
| 2014-06-24 | add a few const qualifier | Santa Zhang | |
| 2014-06-25 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-06-25 | Merge pull request #2333 from yui-knk/fix/dump | Yukihiro "Matz" Matsumoto | |
| Fix to not print unnecessary comma. | |||
| 2014-06-25 | revert #2344 because of #2395 | Yukihiro "Matz" Matsumoto | |
| 2014-06-24 | Merge pull request #2418 from take-cheeze/sym_intern | Yukihiro "Matz" Matsumoto | |
| Add `Symbol#intern`. | |||
| 2014-06-24 | Add `Symbol#intern`. | take_cheeze | |
| 2014-06-24 | Merge pull request #2416 from take-cheeze/c_api_ref | Yukihiro "Matz" Matsumoto | |
| Start documenting C APIs. | |||
| 2014-06-24 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-06-24 | Merge pull request #2415 from take-cheeze/mrbconf_doc | Yukihiro "Matz" Matsumoto | |
| Add mrbconf document. | |||
| 2014-06-23 | Add documentation of state atexit configuration. | take_cheeze | |
| 2014-06-23 | Add documentation of memory pool configurations. | take_cheeze | |
| 2014-06-23 | Start documenting C APIs. | take_cheeze | |
| 2014-06-23 | Merge branch 'take-cheeze-mrb_open_without_mrbgems' | Yukihiro "Matz" Matsumoto | |
| 2014-06-23 | refacor mrb_open_core() to reduce a local variable | Yukihiro "Matz" Matsumoto | |
| 2014-06-23 | rename mrb_open_without_mrbgems to mrb_open_core | take_cheeze | |
| 2014-06-23 | make default allocf public to use it with mrb_open_without_mrbgems | take_cheeze | |
| 2014-06-23 | add mrb_open_without_mrbgems API | take_cheeze | |
| 2014-06-23 | Merge branch 'take-cheeze-reduce_new_obj' | Yukihiro "Matz" Matsumoto | |
| 2014-06-23 | Reduce string creation in `Symbol#casecmp` by using `case!`. | take_cheeze | |
| 2014-06-23 | Reduce string creation of `length`, `size`, `empty?` method of `Symbol` ↵ | take_cheeze | |
| extension. | |||
| 2014-06-23 | Reduce new string creation in `capitalize`, `downcase`, `upcase` method of ↵ | take_cheeze | |
| `Symbol` class extension. Add test to check unmodified result is working. | |||
| 2014-06-23 | Merge pull request #2399 from ksss/cfunc-proc | Yukihiro "Matz" Matsumoto | |
| Proc class should be defined before a first method definition | |||
| 2014-06-22 | Merge pull request #2413 from take-cheeze/summary_doc | Yukihiro "Matz" Matsumoto | |
| Update documentation of `summary` property of mrbgem spec. | |||
| 2014-06-22 | Quote required mrbgem spec property. | take_cheeze | |
| 2014-06-22 | Update documentation of `summary` property of mrbgem spec. | take_cheeze | |
| 2014-06-22 | Merge pull request #2412 from suzukaze/Fix-doc3 | Yukihiro "Matz" Matsumoto | |
| Fix document of doc/compile/README.md | |||
| 2014-06-22 | Merge pull request #2411 from suzukaze/Fix-docs2 | Yukihiro "Matz" Matsumoto | |
| Fix document in doc/mrbgems/README.md | |||
