| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-10-04 | fix no multiline strings in mirb | Lukas Stabe | |
| 2013-08-13 | Adding line numbers to the output of mirb. | Jack Danger Canty | |
| Before: > "hi" hi > d (mirb):1: undefined method 'd' for main (NoMethodError) > d (mirb):1: undefined method 'd' for main (NoMethodError) > "hi" hi > "#{'}" line 1: unterminated string meets end of file After > "hi" hi > d (mirb):2: undefined method 'd' for main (NoMethodError) > d (mirb):3: undefined method 'd' for main (NoMethodError) > "hi" hi > "#{'}" line 5: unterminated string meets end of file | |||
| 2013-08-03 | Set filename like irb | Carson McDonald | |
| 2013-07-23 | Merge pull request #1402 from mattn/check_home_is_null | Yukihiro "Matz" Matsumoto | |
| Check home is null | |||
| 2013-07-23 | Check home is null | mattn | |
| 2013-07-22 | Move home variable into readline ifdef | Carson McDonald | |
| 2013-07-18 | Use env[USERPROFILE] for Windows | kyab | |
| 2013-07-18 | Save mirb history when readline enabled | kyab | |
| 2013-07-15 | Repalace int with mrb_bool because a return value is boolean. | Jun Hiroe | |
| 2013-07-14 | Replace mrb_intern() with mrb_intern2() or mrb_intern_cstr(). | Jun Hiroe | |
| 2013-05-08 | mirb should handle exception from inspect; close #1238 | Yukihiro "Matz" Matsumoto | |
| 2013-04-20 | put spaces after if/while | Yukihiro "Matz" Matsumoto | |
| 2013-04-11 | Merge branch 'monaka-pr-move-mirb-mruby-to-mrbgems' | Yukihiro "Matz" Matsumoto | |
| 2013-04-11 | rename mruby,mirb gems to mruby-bin-{mruby,mirb} | Yukihiro "Matz" Matsumoto | |
