| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-03-25 | Fix indentation in mirb.c | kano4 | |
| 2013-03-17 | implement literal %W %w %s | FUKUZAWA-Tadashi | |
| refactor string parsing | |||
| 2013-03-16 | Remove stdlib.h from mruby.h. It is for portability (care for freestanding ↵ | Masaki Muranaka | |
| environments). This is a first step. It will be reduced stdlib.h in each files later. | |||
| 2013-03-16 | display BasicObject information in mirb | takkaw | |
| 2013-03-12 | Add static declaration | kano4 | |
| 2013-03-03 | implement heredoc | FUKUZAWA-Tadashi | |
| 2013-02-17 | Fix crash when exiting mirb using ctrl-d when compiled with readline | Carson McDonald | |
| support. | |||
| 2013-01-16 | save/restore arena index in mirb; close #740 | Yukihiro Matz Matsumoto | |
| 2012-12-28 | use readline if it's enabled. | mattn | |
| 2012-11-29 | Fix compile warnings in mirb | shtirlic | |
| Change last_char type to int Warnings mirb.c:174:7: warning: comparison is always false due to limited range of data type [-Wtype-limits] warning: comparison is always false due to limited range of data type [-Wtype-limits] | |||
| 2012-09-05 | Remove some redundant memset(). | Masaki Muranaka | |
| 2012-09-05 | Reset last_code_line instead of ruby_code. | Masaki Muranaka | |
| 2012-09-03 | mirb would terminate on quit in the continuing line | Yukihiro Matsumoto | |
| 2012-08-22 | file/line info passed to codegen; argument type of mrb_generate_code() has ↵ | Yukihiro Matsumoto | |
| changed | |||
| 2012-08-17 | Don't exit if 'exit' or 'quit' are in quote blocks | Joseph McCullough | |
| 2012-08-17 | 'exit' and 'quit' cause exit regardless of open block | Joseph McCullough | |
| 2012-08-01 | should not leave open code on syntax errors; close #413 | Yukihiro Matsumoto | |
| 2012-07-17 | make mirb work even when DISABLE_STDIO is set | Yukihiro Matsumoto | |
| 2012-07-03 | add new function mrb_parser_free() | Yukihiro Matsumoto | |
| 2012-07-03 | use mrbc_context; free parser for each iteration; close #312 | Yukihiro Matsumoto | |
| 2012-07-03 | refactor mirb code | Yukihiro Matsumoto | |
| 2012-07-03 | add context arg to mrb_parser_parse() | Yukihiro Matsumoto | |
| 2012-06-03 | Check mrb_open return value for NULL | Jon | |
| 2012-05-23 | Teach mirb another way to quit | Jon | |
| 2012-05-22 | change example code to do mrb_close() | Mitchell Blank Jr | |
| I was hoping this would cause valgrind to complain less, but there is still a lot of memory leaked (does mrb_close() actually free all of the managed blocks?) Anyway this helps somewhat and is good practice | |||
| 2012-05-19 | mirb code termination policy changed | Yukihiro Matsumoto | |
| 2012-05-19 | mirb termination command renamed to quit | Yukihiro Matsumoto | |
| 2012-05-19 | unterminated string detection made easy | Yukihiro Matsumoto | |
| 2012-05-19 | should initialize p->sterm every parse time | Yukihiro Matsumoto | |
| 2012-05-19 | even smarter expression termination detection | Yukihiro Matsumoto | |
| 2012-05-19 | mirb should detect end of expression smarter | Yukihiro Matsumoto | |
| 2012-05-18 | move compile.h to mruby/compile.h | Yukihiro Matsumoto | |
| 2012-05-18 | keep toplevel local variables; close #133 | Yukihiro Matsumoto | |
| 2012-05-12 | avoid c++ style comments | Yukihiro Matsumoto | |
| 2012-05-12 | breaking newline before else | Yukihiro Matsumoto | |
| 2012-05-12 | no #include unistd.h stdbool; close #124 | Yukihiro Matsumoto | |
| 2012-05-12 | Add additional hint to the code block guesser. | Daniel Bovensiepen | |
| 2012-05-12 | Remove more unnecessary elements | Daniel Bovensiepen | |
| 2012-05-12 | Remove unnecessary elements | Daniel Bovensiepen | |
| 2012-05-12 | mirb - Embeddable Interactive Ruby Shell | Daniel Bovensiepen | |
