| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-05-27 | fix indent. | yui-knk | |
| 2014-05-25 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-05-25 | no one uses Array.try_convert, so removed it that discourages duck typing; ↵ | Yukihiro "Matz" Matsumoto | |
| close #2317 | |||
| 2014-05-25 | Merge pull request #2320 from yui-knk/test-enumerable | Yukihiro "Matz" Matsumoto | |
| Replace assert_true with assert_equal. | |||
| 2014-05-25 | Merge pull request #2316 from ksss/test-exception | Yukihiro "Matz" Matsumoto | |
| Exception#exception fix test | |||
| 2014-05-25 | Merge pull request #2315 from suzukaze/fix-test-proc | Yukihiro "Matz" Matsumoto | |
| Fix assert_equal argument order in test/t/proc.rb | |||
| 2014-05-25 | Merge pull request #2314 from take-cheeze/fiber_test_refactor | Yukihiro "Matz" Matsumoto | |
| Use `assert_*` method instead of using result value in fiber test. | |||
| 2014-05-25 | Merge pull request #2312 from take-cheeze/kind_of | Yukihiro "Matz" Matsumoto | |
| Use `assert_kind_of` instead in `Proc#inspect` test. | |||
| 2014-05-25 | Merge pull request #2318 from yui-knk/fix-typo | Yukihiro "Matz" Matsumoto | |
| fix typo. | |||
| 2014-05-25 | Replace assert_true with assert_equal. | yui-knk | |
| 2014-05-25 | fix typo. | yui-knk | |
| 2014-05-25 | Exception#exception fix test | ksss | |
| Exception.exception is not call Exception#exception. Test for Exception#exception should call Exception#exception method. | |||
| 2014-05-25 | Fix assert_equal argument order in test/t/proc.rb | Jun Hiroe | |
| 2014-05-24 | Use `assert_*` method instead of using result value. | take_cheeze | |
| Use `do ... end` for test block. | |||
| 2014-05-24 | Use `assert_kind_of` instead. | take_cheeze | |
| 2014-05-24 | Merge pull request #2310 from ksss/class-segv | Yukihiro "Matz" Matsumoto | |
| Should not call inherited method when class nothing | |||
| 2014-05-23 | Should not call inherited method | ksss | |
| when class nothing | |||
| 2014-05-23 | Merge pull request #2305 from take-cheeze/doc_update | Yukihiro "Matz" Matsumoto | |
| Update C++ extensions in build instruction document. | |||
| 2014-05-22 | Update C++ extensions in build instruction document. | take_cheeze | |
| 2014-05-22 | call Class#initialize from Class.new; ref ISO 15.2.3.3.1 | Yukihiro "Matz" Matsumoto | |
| 2014-05-22 | allocate object after mrb_get_args() | Yukihiro "Matz" Matsumoto | |
| 2014-05-22 | Merge pull request #2304 from ksss/class-new | Yukihiro "Matz" Matsumoto | |
| Class.new do not call `class_eval' | |||
| 2014-05-22 | Merge pull request #2303 from ksss/module-initialize | Yukihiro "Matz" Matsumoto | |
| Module#initialize set created object for block argument | |||
| 2014-05-22 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-05-22 | Merge pull request #2282 from yui-knk/check-before-malloc | Yukihiro "Matz" Matsumoto | |
| Change range_check before mrb_obj_alloc. | |||
| 2014-05-22 | git push origin masterMerge branch 'take-cheeze-refactor_dump' | Yukihiro "Matz" Matsumoto | |
| 2014-05-22 | remove unnecessary assignment; ref #2301 | Yukihiro "Matz" Matsumoto | |
| 2014-05-22 | Merge pull request #2286 from suzukaze/refactor-kernel | Yukihiro "Matz" Matsumoto | |
| Use boolean macro in kernel.c | |||
| 2014-05-22 | Class.new add test case | ksss | |
| 2014-05-22 | Class.new do not call `class_eval' | ksss | |
| and set self for block argument | |||
| 2014-05-21 | Module#initialize set created object | ksss | |
| for block argument | |||
| 2014-05-21 | Reduce children filenames listing. | take_cheeze | |
| It is executed per each debug filenames in irep to same ireps(children). | |||
| 2014-05-21 | Reduce filename table creation in irep dumping to once. | take_cheeze | |
| 2014-05-21 | Merge pull request #2301 from mimaki/fix-load-mrb-segv | Yukihiro "Matz" Matsumoto | |
| mrb_load_irep_file() caused SEGV | |||
| 2014-05-21 | direct invocation of instance_eval | Yukihiro "Matz" Matsumoto | |
| 2014-05-21 | Check mrbc_context is null | mimaki | |
| 2014-05-21 | direct invocation of module_eval; ref #2298 | Yukihiro "Matz" Matsumoto | |
| 2014-05-21 | break in blocks cannot cross C function boundaries; fix #2298 | Yukihiro "Matz" Matsumoto | |
| 2014-05-20 | Merge pull request #2300 from yui-knk/fix-comment | Yukihiro "Matz" Matsumoto | |
| Correct comment in exception test. | |||
| 2014-05-20 | Merge pull request #2299 from take-cheeze/cc_ext | Yukihiro "Matz" Matsumoto | |
| Support extension '.cc' in source code listing. | |||
| 2014-05-20 | Correct comment in exception test. | yui-knk | |
| 2014-05-20 | Support extension '.cc' in globbing. | take_cheeze | |
| 2014-05-20 | Merge pull request #2295 from ksss/module-initialize | Yukihiro "Matz" Matsumoto | |
| Implement Module#initialize (15.2.2.4.31) | |||
| 2014-05-20 | move prototype of mrb_format() from error.h to mruby.h; ref #2274 | Yukihiro "Matz" Matsumoto | |
| 2014-05-20 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-05-20 | update raise in ensure test | Yukihiro "Matz" Matsumoto | |
| 2014-05-20 | correct comment; ref #2297 | Yukihiro "Matz" Matsumoto | |
| 2014-05-20 | Merge branch 'add-exception-test' of https://github.com/yui-knk/mruby into ↵ | Yukihiro "Matz" Matsumoto | |
| yui-knk-add-exception-test | |||
| 2014-05-20 | Merge pull request #2296 from take-cheeze/core_local_vars | Yukihiro "Matz" Matsumoto | |
| Move `Kernel.local_variables` to core. | |||
| 2014-05-20 | Add 'Raise in rescue' test to exception. | yui-knk | |
