| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-01 | support c++ exception | take_cheeze | |
| 2014-03-01 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-03-01 | allow send method not to call mrb_funcall if calling method is implemented ↵ | Yukihiro "Matz" Matsumoto | |
| in Ruby; fix #1680 ref #1765 | |||
| 2014-03-01 | should build "all" before "test"; close #1774 | Yukihiro "Matz" Matsumoto | |
| 2014-03-01 | exception in fiber should make resume to raise in parent fiber context; ↵ | Yukihiro "Matz" Matsumoto | |
| close #1765 | |||
| 2014-03-01 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-03-01 | revert changes to mrbconf.h | Yukihiro "Matz" Matsumoto | |
| 2014-03-01 | Merge branch 'issues/comment_style' of https://github.com/cubicdaiya/mruby ↵ | Yukihiro "Matz" Matsumoto | |
| into cubicdaiya-issues/comment_style | |||
| 2014-03-01 | Merge pull request #1773 from tmash06/remove_unnecessary_gitkeep | Yukihiro "Matz" Matsumoto | |
| remove unnecessary .gitkeep | |||
| 2014-03-01 | need to initialize flags for pooled strings; close #1768 | Yukihiro "Matz" Matsumoto | |
| 2014-03-01 | add _FLAG to SET_SHARED macros; ref #1750 | Yukihiro "Matz" Matsumoto | |
| 2014-03-01 | Merge branch 'array-shared-macro' of https://github.com/ksss/mruby into ↵ | Yukihiro "Matz" Matsumoto | |
| ksss-array-shared-macro | |||
| 2014-03-01 | remove unnecessary .gitkeep | Tatsuya Matsumoto | |
| 2014-03-01 | use C style comments instead of C++ style comments | cubicdaiya | |
| According to CONTRIBUTING.md, Don't use C++ style comments /* This is the prefered comment style */ Use C++ style comments only for temporary comment e.g. commenting out some code lines. | |||
| 2014-03-01 | Merge pull request #1771 from take-cheeze/add_author | Yukihiro "Matz" Matsumoto | |
| Please add me to the author. | |||
| 2014-03-01 | Please add me to the author. | take_cheeze | |
| 2014-03-01 | mrb_fiber_yield() is available now; you have to link mruby-fiber mrbgem to ↵ | Yukihiro "Matz" Matsumoto | |
| use the function; there's no function available to create new fiber from C (countapart of Lua's lua_newthread), but that's because you cannot create a new fiber from C due to mruby C API design limitation. define your method to create fibers in Ruby; close #1269 | |||
| 2014-02-28 | cancel 313f6b; add fallthrough comment | Yukihiro "Matz" Matsumoto | |
| 2014-02-28 | Merge pull request #1756 from chasonr/sprintf-utf8 | Yukihiro "Matz" Matsumoto | |
| Implement sprintf("%c") for UTF-8. | |||
| 2014-02-28 | support break from fiber block; fix #1766 | Yukihiro "Matz" Matsumoto | |
| 2014-02-27 | Test for UTF-8 as mattn suggests. | chasonr | |
| The string is "Hello world" in Japanese. (hat tip: Google Translate.) | |||
| 2014-02-28 | restore proc after restoring from fiber; ref #1766 | Yukihiro "Matz" Matsumoto | |
| 2014-02-28 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-02-28 | swap actual and expected; ref #1764 | Yukihiro "Matz" Matsumoto | |
| 2014-02-28 | Merge pull request #1763 from cubicdaiya/issues/mrb_str_new_static_bug | Yukihiro "Matz" Matsumoto | |
| fix SEGV bug for mrb_str_new_static | |||
| 2014-02-28 | fix test for Array#[] | ksss | |
| 2014-02-28 | fix SEGV bug for mrb_str_new_static | cubicdaiya | |
| mrb_str_new_static causes seg-fault when 3rd argument is negative. | |||
| 2014-02-28 | Merge pull request #1762 from cubicdaiya/issues/mrb_str_new_bug | Yukihiro "Matz" Matsumoto | |
| fix SEGV bug for mrb_str_new | |||
| 2014-02-28 | fix SEGV bug for mrb_str_new | cubicdaiya | |
| mrb_str_new causes seg-fault when 3rd argument is negative. | |||
| 2014-02-28 | remove break altogether in ci loop | Yukihiro "Matz" Matsumoto | |
| 2014-02-28 | Merge pull request #1761 from take-cheeze/mruby-strip | Yukihiro "Matz" Matsumoto | |
| Add mruby-strip tool to strip irep's debug info. | |||
| 2014-02-28 | Merge pull request #1760 from cubicdaiya/issues/make_mrb_str_dump_a_bit_faster | Yukihiro "Matz" Matsumoto | |
| make mrb_str_dump a bit faster | |||
| 2014-02-28 | Merge pull request #1758 from ksss/array-out-while | Yukihiro "Matz" Matsumoto | |
| move check condition to outside in while block | |||
| 2014-02-28 | Merge pull request #1759 from suzukaze/fix-test | Yukihiro "Matz" Matsumoto | |
| Refactor tests in kernel.rb | |||
| 2014-02-28 | Merge pull request #1757 from cubicdaiya/issues/use_mrb_str_cat_lit | Yukihiro "Matz" Matsumoto | |
| use mrb_str_cat_lit() intead of mrb_str_cat | |||
| 2014-02-28 | add mruby-strip tool to strip irep's debug info | take_cheeze | |
| 2014-02-28 | make mrb_str_dump a bit faster | cubicdaiya | |
| 2014-02-27 | move check condition to outside in while block | ksss | |
| 2014-02-27 | Refactor tests in kernel.rb | Jun Hiroe | |
| 2014-02-27 | use mrb_str_cat_lit() intead of mrb_str_cat | cubicdaiya | |
| 2014-02-27 | should not continue loop when ci = NULL | Yukihiro "Matz" Matsumoto | |
| 2014-02-27 | Merge pull request #1751 from ↵ | Yukihiro "Matz" Matsumoto | |
| cubicdaiya/issues/test_for_instance_variable_defined_question Add test for Kernel#instance_variable_defined? | |||
| 2014-02-27 | Merge pull request #1755 from cubicdaiya/issues/add_to_me_authors | Yukihiro "Matz" Matsumoto | |
| Could you add me to AUTHORS? | |||
| 2014-02-26 | Update the Fixnum#chr test for UTF-8. | chasonr | |
| 2014-02-26 | Implement sprintf("%c") for UTF-8. | chasonr | |
| * sprintf("%c") is changed to accept a string for which String#size returns 1, even if it is longer than one byte, and to convert a Fixnum via Fixnum#chr (possibly returning more than one byte). Thus, if the UTF-8 gem is in use, a character will be understood as a single UTF-8 character. * The change to sprintf depends on the implementation of Fixnum#chr added to mrbgems/mruby-string-utf8/src/string.c. This should work with any other gem that implements a multibyte encoding, as long as it implements String#size and Fixnum#chr as appropriate. | |||
| 2014-02-27 | Could you add me to AUTHORS? | cubicdaiya | |
| 2014-02-27 | forget to break in the switch statement | Yukihiro "Matz" Matsumoto | |
| 2014-02-27 | boot_defclass: super may be NULL | Yukihiro "Matz" Matsumoto | |
| 2014-02-27 | Merge pull request #1754 from pje/patch-1 | Yukihiro "Matz" Matsumoto | |
| Delete `!!Notice!!` intro paragraph from README | |||
| 2014-02-26 | Delete `!!Notice!!` intro paragraph from README | Patrick Ellis | |
| It's become misleading since the release of 1.0.0 and the launch of mruby.org. | |||
