| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-08-20 | Merge branch 'cubicdaiya-issues/scope_new_error_handlings' | Yukihiro "Matz" Matsumoto | |
| 2014-08-20 | should use non NULL scope for raise_error(); ref #2547 | Yukihiro "Matz" Matsumoto | |
| 2014-08-20 | Fix allocation-error-handlings for scope_new(). | Tatsuhiko Kubo | |
| 2014-08-20 | Merge pull request #2545 from cubicdaiya/issues/use_null_insteadof_zero | Yukihiro "Matz" Matsumoto | |
| Use specified macro(NULL) instead of magic-number. | |||
| 2014-08-20 | Merge pull request #2542 from cubicdaiya/issues/mrb_pool_realloc_error_handlings | Yukihiro "Matz" Matsumoto | |
| Fix error handling for mrb_pool_realloc(). | |||
| 2014-08-20 | Merge pull request #2543 from cubicdaiya/issues/mrb_open_allocf_error_handlings | Yukihiro "Matz" Matsumoto | |
| Fix error handling for mrb_open_allocf(). | |||
| 2014-08-20 | Merge pull request #2544 from cubicdaiya/issues/mrb_open_core_error_handling | Yukihiro "Matz" Matsumoto | |
| Fix error handlings for mrb_open_core(). | |||
| 2014-08-20 | Fix error handlings for mrb_open_core(). | Tatsuhiko Kubo | |
| 2014-08-20 | Fix error handling for mrb_open_allocf(). | Tatsuhiko Kubo | |
| When DISABLE_GEMS is not defined and a return value of mrb_open_core() is NULL, mrb_open_allocf() may cause SEGV. | |||
| 2014-08-20 | Fix error handling for mrb_pool_realloc(). | Tatsuhiko Kubo | |
| mrb_pool_alloc() may return NULL. | |||
| 2014-08-20 | Use specified macro(NULL) instead of magic-number. | Tatsuhiko Kubo | |
| 2014-08-19 | Merge pull request #2540 from cubicdaiya/issues/read_irep_record_error_handlings | Yukihiro "Matz" Matsumoto | |
| Fix error hanldlings in read_irep_record(). | |||
| 2014-08-19 | Merge pull request #2541 from cubicdaiya/issues/codegen_error_handling | Yukihiro "Matz" Matsumoto | |
| Fix error handling for mrb_generate_code(). | |||
| 2014-08-19 | Fix error handling for mrb_generate_code(). | Tatsuhiko Kubo | |
| The return value of mrb_generate_code() must be null-checked before referencing. | |||
| 2014-08-19 | Fix error hanldlings in read_irep_record(). | Tatsuhiko Kubo | |
| read_irep_record_1() and read_irep_record() may return NULL. | |||
| 2014-08-19 | Merge pull request #2539 from cubicdaiya/issues/mirb_error_handlings | Yukihiro "Matz" Matsumoto | |
| Fix error handlings in mirb. | |||
| 2014-08-19 | Fix error handlings in mirb. | Tatsuhiko Kubo | |
| mrb_parser_new() and mrb_generate_code() may return NULL. | |||
| 2014-08-19 | Merge pull request #2538 from kkkkkt/refactor-method | Yukihiro "Matz" Matsumoto | |
| refactor mruby method(fix indent. remove temporary value etc) | |||
| 2014-08-18 | revert mrb_equal method | kkkkkt | |
| 2014-08-18 | refactor mruby method(fix indent. remove temporary value, duplicate procedure) | kkkkkt | |
| 2014-08-16 | Merge pull request #2537 from chasonr/math-functions | Yukihiro "Matz" Matsumoto | |
| Improve replacement math functions for Visual C++. | |||
| 2014-08-16 | Merge pull request #2536 from kkkkkt/refactor-classc | Yukihiro "Matz" Matsumoto | |
| Refactor classc | |||
| 2014-08-15 | Improve replacement math functions for Visual C++. | chasonr | |
| 2014-08-16 | use mrb_false_value instead of mrb_bool_value | go kikuta | |
| 2014-08-16 | refactor class.c methods (fix indent, remove unneed temp value. ) | go kikuta | |
| 2014-08-16 | Merge pull request #2535 from kkkkkt/remove-unused-variable | Yukihiro "Matz" Matsumoto | |
| removed unused variable in range_beg_len | |||
| 2014-08-16 | removed unused variable in range_beg_len | go kikuta | |
| 2014-08-15 | Merge pull request #2533 from suzukaze/fix-indents | Yukihiro "Matz" Matsumoto | |
| Fix indents in numeric.c | |||
| 2014-08-15 | Merge pull request #2534 from suzukaze/refactor-numeric.c | Yukihiro "Matz" Matsumoto | |
| Refactor flo_mod func in numeric.c | |||
| 2014-08-15 | Fix indents in numeric.c | Jun Hiroe | |
| 2014-08-15 | Refactor flo_mod func in numeric.c | Jun Hiroe | |
| 2014-08-14 | Merge pull request #2532 from chasonr/float-to-string | Yukihiro "Matz" Matsumoto | |
| Remove some roundoff from mrb_flo_to_str | |||
| 2014-08-13 | Remove some roundoff from mrb_flo_to_str | chasonr | |
| 2014-08-13 | need to add space for receiver to proc env; fix #2525 | Yukihiro "Matz" Matsumoto | |
| 2014-08-13 | add write barrier when iv is copied | Yukihiro "Matz" Matsumoto | |
| 2014-08-13 | remove unnecessary mrb_float casting; ref #2531 | Yukihiro "Matz" Matsumoto | |
| 2014-08-13 | Merge pull request #2531 from kkkkkt/refactor-numeric-hash-method | Yukihiro "Matz" Matsumoto | |
| refactor mrb_hash_shift, num_pow, flo_eq, flo_finite_p method | |||
| 2014-08-13 | refactor mrb_hash_shift, num_pow, flo_eq, flo_finite_p method | kkkkkt | |
| 2014-08-12 | Merge pull request #2529 from kkkkkt/change-string-method-mrb-aspec | Yukihiro "Matz" Matsumoto | |
| changed some string method's mrb-aspec | |||
| 2014-08-12 | changed some string method's mrb-aspec | kkkkkt | |
| 2014-08-11 | Merge pull request #2527 from iij/pr-remove-mrb_str_bytesize | Yukihiro "Matz" Matsumoto | |
| mrb_str_bytesize is a carbon copy of mrb_str_size. remove it. | |||
| 2014-08-11 | mrb_str_bytesize is a carbon copy of mrb_str_size. remove it. | Tomoyuki Sahara | |
| mruby core does not support any character encodings but ASCII. | |||
| 2014-08-11 | Merge pull request #2526 from iij/pr-test-only-gem | Yukihiro "Matz" Matsumoto | |
| fix build when neither src nor mrblib directory exists. | |||
| 2014-08-11 | fix build when neither src nor mrblib directory exists. | Tomoyuki Sahara | |
| 2014-08-11 | Merge pull request #2524 from mattn/fix-succ | Yukihiro "Matz" Matsumoto | |
| Fix String#succ. "-".succ should be "." | |||
| 2014-08-11 | Merge pull request #2523 from kkkkkt/changed_string_method_comment | Yukihiro "Matz" Matsumoto | |
| changed mrb_str_size and mrb_str_bytesize comments. | |||
| 2014-08-11 | "-a-a-".succ should be "-a-b-" | mattn | |
| 2014-08-11 | Fix String#succ. "-a-".succ should be "-b-" | mattn | |
| 2014-08-11 | Fix String#succ. "-".succ should be "." | mattn | |
| 2014-08-11 | changed mrb_str_size and mrb_str_bytesize comments. | kkkkkt | |
