| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2014-08-09 | Merge pull request #2503 from cremno/dont-always-generate-gem-functions | Yukihiro "Matz" Matsumoto | |
| don't always generate gem functions | |||
| 2014-08-09 | Merge pull request #2522 from dycoon/debug_timer | Yukihiro "Matz" Matsumoto | |
| timer on windows bug fixed. | |||
| 2014-08-09 | timer on windows bug fixed. | dycoon | |
| 2014-08-09 | Merge pull request #2521 from kou/fix-class-variable-and-singleton-class-method | Yukihiro "Matz" Matsumoto | |
| Fix a bug that class variable can't be referenced from class method | |||
| 2014-08-09 | Fix a bug that class variable can't be referenced from class method | Kouhei Sutou | |
| Class method defined in singleton class should be evaluated in class context not singleton class context. fix #2515 | |||
| 2014-08-08 | git push origin masterMerge branch 'mattn-string-succ' | Yukihiro "Matz" Matsumoto | |
| 2014-08-08 | remove test for succ on Unicode (non-ASCII) char; #2520 | Yukihiro "Matz" Matsumoto | |
| 2014-08-08 | Merge branch 'string-succ' of https://github.com/mattn/mruby into ↵ | Yukihiro "Matz" Matsumoto | |
| mattn-string-succ | |||
| 2014-08-08 | Merge pull request #23 from jbreeden/master | Tomoyuki Sahara | |
| Correcting E_NOTIMP_ERROR reference | |||
| 2014-08-08 | Add String#succ, String#succ!, String#next, String#next! | mattn | |
| 2014-08-08 | Merge pull request #2519 from SatoshiOdawara/fix_context_of_eval | Yukihiro "Matz" Matsumoto | |
| fixed evaluation context of eval(string) and instance_eval(string) | |||
| 2014-08-08 | fixed evaluation context of eval(string) and instance_eval(string) | Satoshi Odawara | |
| 2014-08-08 | move StopIteration to core; close #2518 | Yukihiro "Matz" Matsumoto | |
