| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-05-01 | io.rb,print.rb: `puts` to expand array arguments. | Yukihiro "Matz" Matsumoto | |
| As CRuby behaves. | |||
| 2020-07-20 | Implement `Kernel#print` and `Kernel#puts` in C. | Yukihiro "Matz" Matsumoto | |
| 2019-10-05 | Drop initialization dependency from `mruby-print` to `mruby-sprintf` | KOBAYASHI Shuji | |
| In the old implementation, `Kernel#printf` raise error if `mruby-sprintf` gem isn't specified before `mruby-print` gem. The new implementation eliminates this ordering issue. This way is the same as `Kernel#printf` and `IO#printf` in `mruby-io` gem. | |||
| 2019-01-24 | Remove definition of `Kernel#sprintf` in `mruby-print` | KOBAYASHI Shuji | |
| 2018-08-18 | `Kernel#p` should return an array of arguments; fix #4083 | Yukihiro "Matz" Matsumoto | |
| Although the return value is not defined in ISO, it is better to behave as CRuby does. | |||
| 2013-03-24 | Add mruby-print | mattn | |
