| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-03-12 | Merge pull request #986 from ↵ | Yukihiro "Matz" Matsumoto | |
| monaka/pr-use-mrb_obj_alloc_string-instead-of-str_alloc Remove str_alloc(). Use mrb_obj_alloc_string() instead. | |||
| 2013-03-12 | Merge pull request #985 from monaka/pr-remove-unused-code-20130312 | Yukihiro "Matz" Matsumoto | |
| Remove mrb_str_sublen() as it is not used. | |||
| 2013-03-12 | Merge pull request #984 from monaka/pr-make-mrb_str_new2-obsolete | Yukihiro "Matz" Matsumoto | |
| Remove mrb_str_new2(). | |||
| 2013-03-12 | Merge pull request #982 from monaka/pr-make-MRB_STR_BUF_MIN_SIZE-configurable | Yukihiro "Matz" Matsumoto | |
| Rename STR_BUF_MIN_SIZE to MRB_STR_BUF_MIN_SIZE. Make it configurable. | |||
| 2013-03-12 | Merge pull request #988 from monaka/pr-use-suitable-types-20130312 | Yukihiro "Matz" Matsumoto | |
| Use suitable types for variables. | |||
| 2013-03-12 | Merge pull request #983 from monaka/pr-fix-indent-in-parse.y-20130312 | Yukihiro "Matz" Matsumoto | |
| Fix indents in parse.y. | |||
| 2013-03-12 | Use suitable types for variables. | Masaki Muranaka | |
| 2013-03-12 | Remove str_alloc(). Use mrb_obj_alloc_string instead. | Masaki Muranaka | |
| 2013-03-12 | Remove mrb_str_sublen() as it is not used. | Masaki Muranaka | |
| 2013-03-12 | Remove mrb_str_new2(). Use mrb_str_new_cstr() instead. | Masaki Muranaka | |
| Make mrb_str_new_cstr() accept NULL pointer. It generates 0byte strings by NULL pointer. | |||
| 2013-03-12 | Fix indents. | Masaki Muranaka | |
| 2013-03-12 | Rename STR_BUF_MIN_SIZE to MRB_STR_BUF_MIN_SIZE. Make it configurable. | Masaki Muranaka | |
| 2013-03-12 | fix inspect method | Akito Mochizuki | |
| 2013-03-11 | Merge pull request #976 from kano4/dev | Yukihiro "Matz" Matsumoto | |
| Fix indent in string.c | |||
| 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-11 | Fix indent in string.c | kano4 | |
| 2013-03-09 | OP_ARRAY may overflow ARG_C | Yukihiro Matz Matsumoto | |
| 2013-03-08 | unify mrb_ary_new{,_elts,_from_values}; mrb_ary_from_values() is a winner | Yukihiro Matz Matsumoto | |
| 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-06 | Remove warning for regexp | mattn | |
| 2013-03-05 | Add null check after mrb_realloc for array | Carson McDonald | |
| 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-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-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 | 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 | 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 | The variable len isn't used anywhere. | Carson McDonald | |
