| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-07-29 | Merge pull request #406 from MobiRuby/mrbc_stdin | Yukihiro "Matz" Matsumoto | |
| Added mrbc support output to stdout | |||
| 2012-07-29 | Make void casts explicit. | Max Anselm | |
| (Forgot a couple files) | |||
| 2012-07-29 | Remove unnecessary mrb_assoc_new prototype | Max Anselm | |
| Include array.h instead. | |||
| 2012-07-29 | Make all(?) void casts explicit for C++ | Max Anselm | |
| 2012-07-29 | Define __STDC_LIMIT_MACROS for INT32_MAX in C++ | Max Anselm | |
| 2012-07-29 | Added mrbc support output to stdout | Yuichiro MASUI | |
| 2012-07-29 | Merge pull request #405 from monaka/pr-remove-unimplemented-declaration | Yukihiro "Matz" Matsumoto | |
| Remove unimplemented declarations. | |||
| 2012-07-29 | Merge pull request #404 from monaka/pr-cleanup-hash | Yukihiro "Matz" Matsumoto | |
| Clean up hash.[ch] | |||
| 2012-07-29 | Merge pull request #403 from masamitsu-murase/modify_return_value_of_mrbtest | Yukihiro "Matz" Matsumoto | |
| Modify return value of mrbtest. | |||
| 2012-07-29 | Remove unimplemented declarations. | Masaki Muranaka | |
| 2012-07-29 | mrb_hash_delete_key(), mrb_hash_keys() : Declare as static. | Masaki Muranaka | |
| mrb_check_hash_type(): Remove as no implementation. | |||
| 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 | |
