| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-03-13 | Merge pull request #1001 from monaka/pr-add-type-check-in-mrb_str_to_cstr | Yukihiro "Matz" Matsumoto | |
| Add the type check in mrb_str_to_cstr(). | |||
| 2013-03-13 | Merge pull request #1002 from monaka/pr-extract-stack-zero-filling | Yukihiro "Matz" Matsumoto | |
| Extract stack zero filling into new function. | |||
| 2013-03-13 | Merge pull request #996 from iij/pr-systemcallerror | Yukihiro "Matz" Matsumoto | |
| mrb_sys_fail raises an instance of (subclass of) SystemCallError if we have it | |||
| 2013-03-13 | Add null check | kano4 | |
| 2013-03-13 | Extract stack zero filling to stack_clear(). Porting evelopers can optimize ↵ | Masaki Muranaka | |
| by replacing to memset() on their own risk. | |||
| 2013-03-13 | Simplify. Temporary variable "i" is removed. | Masaki Muranaka | |
| 2013-03-13 | Add the type check in mrb_str_to_cstr(). | Masaki Muranaka | |
| 2013-03-13 | mrb_str_new2 -> mrb_str_new_cstr | Tomoyuki Sahara | |
| 2013-03-13 | Merge branch 'master' into pr-systemcallerror | Tomoyuki Sahara | |
| 2013-03-13 | Merge branch 'master' into pr-systemcallerror | Tomoyuki Sahara | |
| 2013-03-13 | mrb_sys_fail raises SystemCallError if we have it. | Tomoyuki Sahara | |
| 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 | |||
