| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-03-11 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matz Matsumoto | |
| 2013-03-11 | restore arena after mrb_define_method() | Yukihiro Matz Matsumoto | |
| 2013-03-11 | return value from mrb_gc_arena_save() is int | Yukihiro Matz Matsumoto | |
| 2013-03-10 | Merge pull request #974 from masuidrive/change_default_gem_path | Yukihiro "Matz" Matsumoto | |
| Change default gem path. | |||
| 2013-03-10 | Change default gem path. | Yuichiro MASUI | |
| 2013-03-09 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matz Matsumoto | |
| 2013-03-09 | OP_ARRAY may overflow ARG_C | Yukihiro Matz Matsumoto | |
| 2013-03-08 | Merge pull request #970 from masuidrive/fix_building_script | Yukihiro "Matz" Matsumoto | |
| Fixed #969 | |||
| 2013-03-08 | Merge pull request #968 from kouki-o-iij/pr-mrbgem-numeric-ext | Yukihiro "Matz" Matsumoto | |
| add mrbgems/ext/mruby-numeric, and method: Integer#chr | |||
| 2013-03-08 | Merge pull request #967 from iij/pr-string-strip | Yukihiro "Matz" Matsumoto | |
| add "strip" family methods of String to mruby-string-ext | |||
| 2013-03-08 | Fixed #969 | Yuichiro MASUI | |
| 2013-03-08 | fix comment | Kouki Ooyatsu | |
| 2013-03-08 | add Integer#chr test case: multibyte (raise RangeError) | Kouki Ooyatsu | |
| 2013-03-08 | add mrbgems/ext/mruby-numeric, and method: Integer#chr | Kouki Ooyatsu | |
| 2013-03-08 | add "strip" family to String. | Tomoyuki Sahara | |
| 2013-03-07 | Merge pull request #966 from monaka/pr-add-dump-method-to-String-class | Yukihiro "Matz" Matsumoto | |
| Add String#dump method. | |||
| 2013-03-07 | Merge pull request #965 from cremno/mrbc-multiple-outfiles-mem-leak | Yukihiro "Matz" Matsumoto | |
| mrbc: exit if "-o" is specified multiple times | |||
| 2013-03-08 | Add String#dump method. | Masaki Muranaka | |
| 2013-03-08 | unify mrb_ary_new{,_elts,_from_values}; mrb_ary_from_values() is a winner | Yukihiro Matz Matsumoto | |
| 2013-03-07 | mrbc: exit if outfile is specified multiple times | Cremno | |
| 2013-03-07 | Merge pull request #962 from masahino/fix_branch_option | Yukihiro "Matz" Matsumoto | |
| fix handling of :branch option of gem.conf | |||
| 2013-03-07 | Merge pull request #963 from skandhas/pr-add-mrbgems-mruby-string-ext | Yukihiro "Matz" Matsumoto | |
| add mrbgems/mruby-string-ext, and method: String#getbyte | |||
| 2013-03-07 | Merge pull request #961 from monaka/pr-support-user-defined-loadable-build | Yukihiro "Matz" Matsumoto | |
| Add Support to build loadable modules defined in mrbgems. | |||
| 2013-03-07 | add mrbgems/mruby-string-ext, and method: String#getbyte | skandhas | |
| 2013-03-07 | fix handling of :branch option of gem.conf | masahino | |
| 2013-03-07 | Apply @masuidrive's review point. @bins should be Array. | Masaki Muranaka | |
| 2013-03-07 | Add Support to build loadable modules defined in mrbgems. | Masaki Muranaka | |
| 2013-03-06 | Cut off mrb_irep_free from mrb_close; based on a patch from @matsumoto-r; ↵ | Yukihiro Matz Matsumoto | |
| close #951 | |||
| 2013-03-05 | Merge pull request #957 from mattn/no_ambiguous | Yukihiro "Matz" Matsumoto | |
| Remove warning for regexp | |||
| 2013-03-05 | Merge pull request #954 from carsonmcdonald/arrcrashfix | Yukihiro "Matz" Matsumoto | |
| Add null check after mrb_realloc for array | |||
| 2013-03-06 | Remove warning for regexp | mattn | |
| 2013-03-05 | Add null check after mrb_realloc for array | Carson McDonald | |
| 2013-03-05 | Merge pull request #952 from kano4/master | Yukihiro "Matz" Matsumoto | |
| Add include guard in node.h and Replace tabs with spaces | |||
| 2013-03-05 | Add include guard in node.h | kano4 | |
| 2013-03-05 | Replace tabs with spaces | kano4 | |
| 2013-03-04 | Merge pull request #949 from mattn/find_symbol | Yukihiro "Matz" Matsumoto | |
| Skip end of loop in mrb_sym2name_len | |||
| 2013-03-04 | Merge pull request #950 from monaka/pr-remove-macro-RB_GC_GUARD | Yukihiro "Matz" Matsumoto | |
| Remove RB_GC_GUARD(x) macro. | |||
| 2013-03-05 | skip empty OP_STRCAT | Yukihiro Matz Matsumoto | |
| 2013-03-05 | Remove RB_GC_GUARD(x) macro. See also mruby/mruby#948. | Masaki Muranaka | |
| 2013-03-05 | Skip end of loop in mrb_sym2name_len | mattn | |
| 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 | |
