| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-20 | Move definition of `BasicObject#!=` to `mrblib`. | Yukihiro "Matz" Matsumoto | |
| C implementation used `mrb_funcall()` that bypassed many optimization. | |||
| 2019-08-16 | Implement `Class#new` using inline mruby bytecode. | Yukihiro "Matz" Matsumoto | |
| 2019-08-14 | Integrate `kazuho/mruby-class-new-fiber-safe` in the master. | Yukihiro "Matz" Matsumoto | |
| Avoid calling `initialize` via `mrb_funcall`, which cause `cross C boundary` error from Fibers started in the method. | |||
| 2017-10-28 | Use alias to implement `attr` method | Yukihiro "Matz" Matsumoto | |
| 2017-07-28 | Fixed return value of Module#include and #prepend | Christopher Aue | |
| 2016-08-20 | Move Module#include and #prepend to class.c; ref #3197 | Yukihiro "Matz" Matsumoto | |
| To avoid VM nesting with mrb_funcall() | |||
| 2016-08-19 | renamed class.rb and error.rb to ensure they are read first; ref #3197 | Yukihiro "Matz" Matsumoto | |
