| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2014-06-15 | Proc class define before a first method | ksss | |
| mrb_define_method setting mrb->proc_class for method proc | |||
| 2014-06-15 | Unsupported Regex in mrb_str_aref_m() | Jun Hiroe | |
| 2014-06-15 | Implement String#slice_bang | Jun Hiroe | |
| 2014-06-15 | Merge pull request #5 from take-cheeze/float | Tomoyuki Sahara | |
| Add full support of float templates. | |||
| 2014-06-15 | Test 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-15 | Move direct superclass checking to `test/t/superclass.rb`. | take_cheeze | |
| 2014-06-14 | Update supported template list. | take_cheeze | |
| 2014-06-14 | Support float/double unpacking. | take_cheeze | |
| 2014-06-14 | Use PACK_FLAG_LITTLEENDIAN. | take_cheeze | |
| 2014-06-14 | Implement g/f/F/G/d/D packing. | take_cheeze | |
| 2014-06-14 | Add support of little endian float. | take_cheeze | |
| 2014-06-14 | Merge pull request #4 from take-cheeze/raise_fix | Tomoyuki Sahara | |
| Fix invalid raise format found with mruby-clang-plugin. | |||
| 2014-06-14 | Merge pull request #2344 from yui-knk/fix-locals | Yukihiro "Matz" Matsumoto | |
| Change to always use locals->car->car. | |||
| 2014-06-14 | Merge pull request #2393 from goyox86/fix-clang-analizer-warnings | Yukihiro "Matz" Matsumoto | |
| Fix clang analizer warnings | |||
| 2014-06-13 | Rolling back change induced because of 'clang-analizer' report. | Jose Narvaez | |
| 2014-06-13 | Using 'mrb_assert' instead of an returning 0 while checking s->irep in ↵ | Jose Narvaez | |
| codegen.c. | |||
| 2014-06-14 | Merge pull request #2394 from take-cheeze/fix_conflict_doc | Yukihiro "Matz" Matsumoto | |
| Fix conflict doc since there is only `add_conflict` method. | |||
| 2014-06-13 | Fix conflict doc since there is only `add_conflict` method. | take_cheeze | |
| 2014-06-13 | Merge branch 'master' into fix-clang-analizer-warnings | Jose 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-13 | Merge pull request #2392 from take-cheeze/doc_update | Yukihiro "Matz" Matsumoto | |
| Update document and add :doc task. | |||
| 2014-06-13 | git push origin masterMerge branch 'take-cheeze-conflict_doc' | Yukihiro "Matz" Matsumoto | |
| 2014-06-13 | update add_confict document; ref #2391 | Yukihiro "Matz" Matsumoto | |
| 2014-06-13 | Fixed dead assignment in 'parser.y' reported by 'clang-analyzer' | Jose Narvaez | |
| 2014-06-13 | Fixed dead assignment in 'parser.y' reported by 'clang-analyzer' | Jose Narvaez | |
| 2014-06-13 | Fixed dead assignment in 'parser.y' reported by 'clang-analyzer' | Jose Narvaez | |
| 2014-06-13 | Revert "Fixed dereference to null pointer in 'codegen.c' reported by ↵ | Jose Narvaez | |
| 'clang-analyzer'" This reverts commit 29f14e728d319d9fc80702ba78959c1957944767. | |||
| 2014-06-13 | Fixed dereference to null pointer in 'codegen.c' reported by 'clang-analyzer' | Jose Narvaez | |
| 2014-06-13 | Fixed dereference to null pointer in 'codegen.c' reported by 'clang-analyzer' | Jose Narvaez | |
| 2014-06-13 | Fixed dead increment in 'dump.c' reported by 'clang-analyzer' | Jose Narvaez | |
| 2014-06-13 | Fixed possible division by zero in 'codegen.c' reported by 'clang-analyzer' | Jose Narvaez | |
| 2014-06-13 | Fixed dead assignment in 'vm.c' reported by 'clang-analyzer' | Jose Narvaez | |
| 2014-06-13 | Fix raise format found with mruby-clang-plugin. | take_cheeze | |
