| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-03-04 | Merge pull request #947 from monaka/pr-cleanup-stdio-calls-20130304 | Yukihiro "Matz" Matsumoto | |
| Cleanup stdio related. | |||
| 2013-03-04 | Merge pull request #946 from monaka/pr-add-more-accessor-to-mrbgem_spec | Yukihiro "Matz" Matsumoto | |
| Add accessor: version, description, summary, homepage. | |||
| 2013-03-05 | Add accessor: version, description, summary, homepage. | Masaki Muranaka | |
| 2013-03-05 | use mrb_str_buf_new to create a buffer to be used by mrb_str_buf_cat | Yukihiro Matz Matsumoto | |
| 2013-03-05 | Make some printf enclose in #ifdef ENABLE_STDIO. | Masaki Muranaka | |
| 2013-03-04 | Merge pull request #937 from monaka/pr-remove-snprintf-from-localjump_error | Yukihiro "Matz" Matsumoto | |
| Reduce a snprintf() call in localjump_error(). | |||
| 2013-03-05 | Modify API configuration. | Masaki Muranaka | |
| C API mrb_p() is always callable. - But it will do nothing when ENABLE_STDIO is not defined. Kernel#__printstr__ is always callable. - But it will do nothing when ENABLE_STDIO is not defined. | |||
| 2013-03-05 | Include stdio.h in mrbconf.h instead of C extension sources. | Masaki Muranaka | |
| 2013-03-04 | Merge pull request #945 from carsonmcdonald/refguidelines | Yukihiro "Matz" Matsumoto | |
| Added a link to the contribution guidelines in the README | |||
| 2013-03-04 | Added a link to the contribution guidelines in the README | Carson McDonald | |
| 2013-03-05 | proper irep pool duplication check for strings | Yukihiro Matz Matsumoto | |
| 2013-03-05 | save/restore arena index for each codedump iteration | Yukihiro Matz Matsumoto | |
| 2013-03-04 | Merge pull request #943 from monaka/pr-tmp-move-sprintf-to-mrbgem | Yukihiro "Matz" Matsumoto | |
| Move Kernel#sprintf to mrbgem | |||
| 2013-03-04 | Separate Kernel#sprintf support from mruby core. It's moved to mrbgems. | Masaki Muranaka | |
| 2013-03-04 | Merge pull request #942 from kano4/master | Yukihiro "Matz" Matsumoto | |
| Replace tabs with spaces | |||
| 2013-03-04 | Move src/sprintf to mrbgems/mruby-sprintf/src/ | Masaki Muranaka | |
| 2013-03-04 | Replace tabs with spaces | kano4 | |
| 2013-03-04 | allow reserved word for heredoc terminator | Yukihiro Matz Matsumoto | |
| 2013-03-04 | applied a patch from @cremo to support MSVC | Yukihiro Matz Matsumoto | |
| 2013-03-04 | Merge branch 'heredoc' of https://github.com/FUKUZAWA-Tadashi/mruby into ↵ | Yukihiro Matz Matsumoto | |
| FUKUZAWA-Tadashi-heredoc | |||
| 2013-03-03 | Merge pull request #884 from monaka/pr-use-MRB_IREP_ARRY_INIT_SIZE-macro | Yukihiro "Matz" Matsumoto | |
| Use MRB_IREP_ARRAY_INIT_SIZE macro. | |||
| 2013-03-04 | use mrb_int for RString len | Yukihiro Matz Matsumoto | |
| 2013-03-04 | fix mrb_int for INT64 env | Yukihiro Matz Matsumoto | |
| 2013-03-03 | Merge pull request #934 from monaka/pr-use-mrb_int-in-array.c | Yukihiro "Matz" Matsumoto | |
| Define ARY_MAX_SIZE strictly. Use mrb_int instead of int. | |||
| 2013-03-03 | Merge pull request #936 from monaka/pr-cleanup-range.c-20130303 | Yukihiro "Matz" Matsumoto | |
| Clean up range.c. Use mrb_int. Use mrb_vtype. | |||
| 2013-03-03 | Merge pull request #940 from carsonmcdonald/rmunusedlenvar | Yukihiro "Matz" Matsumoto | |
| Remove unused var len | |||
| 2013-03-03 | The variable len isn't used anywhere. | Carson McDonald | |
| 2013-03-03 | Merge pull request #928 from cremno/mrb_open-void | Yukihiro "Matz" Matsumoto | |
| mrb_open takes no arguments: (void) instead of () | |||
| 2013-03-03 | Merge pull request #930 from kaishuu0123/cleanup-parse.y | Yukihiro "Matz" Matsumoto | |
| cleanup: delete commented out match_op() from parse.y | |||
| 2013-03-03 | Merge pull request #931 from matsumoto-r/fix_some_indents | Yukihiro "Matz" Matsumoto | |
| Adjust some indents | |||
| 2013-03-03 | Merge pull request #932 from kaishuu0123/cleanup-mruby.h | Yukihiro "Matz" Matsumoto | |
| cleanup: unused variable local_svar | |||
| 2013-03-03 | Merge pull request #933 from monaka/pr-remove-trailing-whitespaces-20130303 | Yukihiro "Matz" Matsumoto | |
| Remove trailing whitespaces. This is just a cosmetic change. | |||
| 2013-03-03 | delete trailing space | FUKUZAWA-Tadashi | |
| 2013-03-03 | Remove bit-field. | Masaki Muranaka | |
| 2013-03-03 | implement heredoc | FUKUZAWA-Tadashi | |
| 2013-03-03 | Reduce a snprintf() call in localjump_error(). | Masaki Muranaka | |
| 2013-03-03 | Clean up range.c. Use mrb_int. Use mrb_vtype. | Masaki Muranaka | |
| 2013-03-03 | Define ARY_MAX_SIZE strictly. Use mrb_int instead of int. | Masaki Muranaka | |
| 2013-03-03 | Remove trailing whitespaces. This is just a cosmetic change. | Masaki Muranaka | |
| 2013-03-03 | cleanup: unused variable local_svar | Kouki Ooyatsu | |
| 2013-03-02 | Adjust some indents | MATSUMOTO Ryosuke | |
| 2013-03-03 | cleanup: delete commented out match_op() from parse.y | Kouki Ooyatsu | |
| 2013-03-02 | Merge pull request #927 from iij/pr-assert-raise-bugfix | Yukihiro "Matz" Matsumoto | |
| bugfix: assert_raise | |||
| 2013-03-02 | Merge pull request #925 from carsonmcdonald/rmunusedvar | Yukihiro "Matz" Matsumoto | |
| Remove unused var sv | |||
| 2013-03-02 | bugfix: assert_raise | Akira Yumiyama | |
| 2013-03-02 | remove installing executable first to avoid text-file-busy when ↵ | Yukihiro Matz Matsumoto | |
| investigating on debugger | |||
| 2013-03-02 | string interpolation in regex | Yukihiro Matz Matsumoto | |
| 2013-03-02 | mrb_open takes no arguments: (void) instead of () | Cremno | |
| 2013-03-01 | Remove unused var sv | Carson McDonald | |
| 2013-03-02 | use TT_ARRAY instead of TT_DATA | Yukihiro Matz Matsumoto | |
