| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2014-06-22 | Merge pull request #2410 from suzukaze/Fix-docs | Yukihiro "Matz" Matsumoto | |
| Fix document of doc/mrbconf/README.md | |||
| 2014-06-22 | Fix document of doc/compile/README.md | Jun Hiroe | |
| 2014-06-22 | Fix a document in doc/mrbgems/README.md | Jun Hiroe | |
| 2014-06-22 | Fix document of doc/mrbconf/README.md | Jun Hiroe | |
| 2014-06-21 | Merge pull request #2409 from take-cheeze/syntax_highlight | Yukihiro "Matz" Matsumoto | |
| Syntax highlight code blocks with github flavored markdown. | |||
| 2014-06-21 | Syntax highlight code blocks with github flavored markdown. | take_cheeze | |
| 2014-06-21 | clear local variables for the first execution of mrb_context_run(); close #2405 | Yukihiro "Matz" Matsumoto | |
| 2014-06-20 | Merge pull request #2407 from take-cheeze/mrbconf_update | Yukihiro "Matz" Matsumoto | |
| Update mrbconf document. | |||
| 2014-06-19 | Raise `NameError` as defined in specification when `Struct` member isn't found. | take_cheeze | |
| 2014-06-19 | Add tests to `Struct#[]` and `Struct#[]=`. | take_cheeze | |
| 2014-06-19 | Replace return value result passing with `assert_*` in `Struct` test. | take_cheeze | |
| 2014-06-19 | Document GC mrbconfs. | take_cheeze | |
| 2014-06-19 | Add primitive type configuration document. | take_cheeze | |
| 2014-06-19 | Add notes about how to use mrbconf. | take_cheeze | |
| 2014-06-19 | Merge pull request #2406 from iij/pr_string_slice_bang | Yukihiro "Matz" Matsumoto | |
| Adapt a behavior of String#slice! to other Ruby implementations | |||
| 2014-06-19 | Modify return value of String#slice! if idx == self.size | Akito Mochizuki | |
| 2014-06-19 | IO#read(0) should return "" immediately. fixes iij/mruby-socket#13. | Tomoyuki Sahara | |
| 2014-06-19 | fix conflict resolution mistake | Yukihiro "Matz" Matsumoto | |
| 2014-06-18 | git push origin masterMerge branch 'yui-knk-replace-assert' | Yukihiro "Matz" Matsumoto | |
| 2014-06-18 | resolve conflict | Yukihiro "Matz" Matsumoto | |
| 2014-06-18 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-06-18 | Merge branch 'suzukaze-delete-string.slice_comment' | Yukihiro "Matz" Matsumoto | |
| 2014-06-18 | update String#slice doc | Yukihiro "Matz" Matsumoto | |
| 2014-06-18 | remove superclass test for classes that do not exist in mruby (core) | Yukihiro "Matz" Matsumoto | |
| 2014-06-18 | Merge pull request #2403 from take-cheeze/mrbconf_doc | Yukihiro "Matz" Matsumoto | |
| Start `mrbconf` documentation. | |||
| 2014-06-17 | Add mrbconf documentation. | take_cheeze | |
| 2014-06-17 | re-implement TCPServer.accept. fixes #12. | Tomoyuki Sahara | |
| 2014-06-17 | Merge pull request #2401 from take-cheeze/fixed_state_atexit_stack | Yukihiro "Matz" Matsumoto | |
| Add fixed state atexit stack feature. | |||
| 2014-06-17 | Merge pull request #2396 from take-cheeze/superclass_check | Yukihiro "Matz" Matsumoto | |
| Move direct superclass checking to `test/t/superclass.rb`. | |||
| 2014-06-17 | Merge pull request #2402 from katmutua/master | Yukihiro "Matz" Matsumoto | |
| [minor-fix]Update value pointer comments | |||
| 2014-06-16 | [minor-fix]Minor cleanups on variable.c comments | katmutua | |
| 2014-06-16 | Merge pull request #2397 from suzukaze/add-string-slice_bang | Yukihiro "Matz" Matsumoto | |
| Implement String#slice! | |||
| 2014-06-16 | Add 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-15 | arity for cfunc is not implemented yet | ksss | |
