| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-07-29 | Modify return value of mrbtest. | Masamitsu MURASE | |
| This is an improvement for CI, such as Travis. | |||
| 2012-07-29 | Merge pull request #402 from monaka/pr-remove-commented-out-code | Yukihiro "Matz" Matsumoto | |
| Remove commented out code. | |||
| 2012-07-29 | Merge pull request #401 from masamitsu-murase/modify_class_inheritance | Yukihiro "Matz" Matsumoto | |
| Modify class inheritance | |||
| 2012-07-29 | Merge pull request #400 from monaka/pr-add-myself | Yukihiro "Matz" Matsumoto | |
| Please append my name to AUTHORS. | |||
| 2012-07-29 | Remove commented out code. | Masaki Muranaka | |
| 2012-07-29 | Modify test for Class. | Masamitsu MURASE | |
| * Rename some classes in test/t/class.rb to avoid name conflict. * Add tests for mismatch fo superclass. | |||
| 2012-07-29 | Modify mrb_vm_define_class. | Masamitsu MURASE | |
| * Check mismatch of superclass. * Check constant value whose name is specified as a class's name. | |||
| 2012-07-29 | Add Masaki Muranaka. | Masaki Muranaka | |
| 2012-07-28 | Merge pull request #399 from akuroda/array_first_fix | Yukihiro "Matz" Matsumoto | |
| fix segmentation fault in Array#first | |||
| 2012-07-29 | fix segmentation fault in Array#first | Akira Kuroda | |
| 2012-07-28 | Merge pull request #398 from masamitsu-murase/modify_hash_shift | Yukihiro "Matz" Matsumoto | |
| Protect deleted key and value from GC. | |||
| 2012-07-28 | Merge pull request #397 from masamitsu-murase/modify_op_send | Yukihiro "Matz" Matsumoto | |
| Modify ci->nregs. | |||
| 2012-07-28 | Protect deleted key and value from GC. | Masamitsu MURASE | |
| 2012-07-28 | Modify ci->nregs. | Masamitsu MURASE | |
| 2012-07-28 | more peephole optimization on OP_MOVE | Yukihiro Matsumoto | |
| 2012-07-27 | remove <stdio.h> that added for debugging | Yukihiro Matsumoto | |
| 2012-07-27 | adjust ci->nregs for C implemented methods | Yukihiro Matsumoto | |
| 2012-07-27 | temporary protection not to access out of stack | Yukihiro Matsumoto | |
| 2012-07-26 | do not use TrueClass/FalseClass.new | Yukihiro Matsumoto | |
| 2012-07-26 | Merge pull request #395 from monaka/pr-add-more-test-for-array | Yukihiro "Matz" Matsumoto | |
| Add tests for coverage. | |||
| 2012-07-26 | Merge pull request #394 from silverhammermba/master | Yukihiro "Matz" Matsumoto | |
| Undefine class method new rather than instance method. | |||
| 2012-07-25 | Undefine new for class rather than instance. | Max Anselm | |
| Applies to NilClass, TrueClass, FalseClass, Fixnum, and Float. Add mrb_undef_class_method for DRYness. | |||
| 2012-07-25 | Add tests for coverage. | Masaki Muranaka | |
| 2012-07-24 | Merge pull request #393 from akuroda/array_last_fix | Yukihiro "Matz" Matsumoto | |
| fix segmentation fault in Array#last | |||
| 2012-07-25 | const reference from instance_eval should not cause SEGV | Yukihiro Matsumoto | |
| 2012-07-25 | fix segmentation fault in Array#last | Akira Kuroda | |
| 2012-07-24 | instance_eval should set target_class in the block | Yukihiro Matsumoto | |
| 2012-07-24 | instance_eval should raise NotImplementedError on string argument | Yukihiro Matsumoto | |
| 2012-07-23 | treat exceptional usec value | Yukihiro Matsumoto | |
| 2012-07-23 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matsumoto | |
| 2012-07-23 | Merge pull request #392 from monaka/pr-use-memcpy-instead-of-strncpy | Yukihiro "Matz" Matsumoto | |
| Use memcpy instead of strncpy | |||
| 2012-07-23 | Use memcpy instead of strncpy | Masaki Muranaka | |
| 2012-07-23 | remove duplicated variable declaration | Yukihiro Matsumoto | |
| 2012-07-23 | separate sec and usec in mrb_time_plus | Yukihiro Matsumoto | |
| 2012-07-23 | time.c: separate sec and usec to keep precisions | Yukihiro Matsumoto | |
| 2012-07-22 | Merge pull request #391 from crimsonwoods/android_ndk_support | Yukihiro "Matz" Matsumoto | |
| fix: SIZE_MAX is not defined in "stdint.h" | |||
| 2012-07-22 | Time.at should take optional second argument | Yukihiro Matsumoto | |
| 2012-07-22 | fix: SIZE_MAX is not defined in "stdint.h" | crimsonwoods | |
| 2012-07-22 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matsumoto | |
| 2012-07-22 | mruby should print exception | Yukihiro Matsumoto | |
| 2012-07-22 | Merge pull request #390 from akuroda/float_test | Yukihiro "Matz" Matsumoto | |
| add test cases in test/t/float.rb | |||
| 2012-07-22 | Merge pull request #389 from masamitsu-murase/modify_module_initialization | Yukihiro "Matz" Matsumoto | |
| Remove initialization of mt. | |||
| 2012-07-22 | add test cases for floor, inifinite?, truncate, ceil, and round | Akira Kuroda | |
| 2012-07-22 | Remove initialization of mt. | Masamitsu MURASE | |
| 2012-07-21 | Merge pull request #388 from masamitsu-murase/modify_irep_allocation_size | Yukihiro "Matz" Matsumoto | |
| Modify allocation size of mrb->irep. | |||
| 2012-07-21 | Modify allocation size of mrb->irep. | Masamitsu MURASE | |
| 2012-07-19 | Merge pull request #387 from spiritloose/mrb_load_return_value | Yukihiro "Matz" Matsumoto | |
| mrb_load_* should return value | |||
| 2012-07-19 | mrb_load_* should return value | Jiro Nishiguchi | |
| 2012-07-19 | use no malloc in mrb_funcall; close #386 | Yukihiro Matsumoto | |
| 2012-07-19 | make MRB_ARENA_SIZE to be configurable | Yukihiro Matsumoto | |
