| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-09-04 | Merge pull request #451 from monaka/pr-print-usage | Yukihiro "Matz" Matsumoto | |
| [xpcat] Print usage in the parameter error. | |||
| 2012-09-05 | Costmetic change. | Masaki Muranaka | |
| 2012-09-05 | Print usage in case using -o without outputfile. | Masaki Muranaka | |
| 2012-09-05 | Remove some redundant memset(). | Masaki Muranaka | |
| 2012-09-05 | Fix not to use memset() in structure inizialization. | 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-26 | Set filename in mrbc.c. | Masamitsu MURASE | |
| 2012-08-22 | file/line info passed to codegen; argument type of mrb_generate_code() has ↵ | Yukihiro Matsumoto | |
| changed | |||
| 2012-08-18 | Modify argument of mrbc_filename. | Masamitsu MURASE | |
| 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-15 | mruby should read from stdin if no argument given as cruby does | Yukihiro Matsumoto | |
| 2012-08-15 | mruby should accept "-" as stdin | Yukihiro Matsumoto | |
| 2012-08-14 | fixed showing no 'Usage'. | suzukaze | |
| 2012-08-01 | should not leave open code on syntax errors; close #413 | Yukihiro Matsumoto | |
| 2012-07-29 | Merge pull request #407 from silverhammermba/cpp | Yukihiro "Matz" Matsumoto | |
| C++ compatibility | |||
| 2012-07-29 | Make void casts explicit. | Max Anselm | |
| (Forgot a couple files) | |||
| 2012-07-29 | Added mrbc support output to stdout | Yuichiro MASUI | |
| 2012-07-18 | remove unused label; close #381 | Yukihiro Matsumoto | |
| 2012-07-17 | make mruby work even when DISABLE_STDIO is set | Yukihiro Matsumoto | |
| 2012-07-17 | make mirb work even when DISABLE_STDIO is set | Yukihiro Matsumoto | |
| 2012-07-15 | remove Syntax OK if syntax isn't ok; close #368 | Yukihiro Matsumoto | |
| 2012-07-14 | mruby should print error properly | Yukihiro Matsumoto | |
| 2012-07-14 | mruby: print Syntax OK on -c | Yukihiro Matsumoto | |
| 2012-07-14 | mrbc: better cleanup before exit | Yukihiro Matsumoto | |
| 2012-07-14 | mrb_load_xxx to return undef + mrb_undef_p | Yukihiro Matsumoto | |
| 2012-07-13 | simpify mruby/mrbc using context | Yukihiro Matsumoto | |
| 2012-07-13 | add missing (empty) default for swtch; close #364 | Yukihiro Matsumoto | |
| 2012-07-03 | use new function mrb_parser_free() | 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-07-03 | add context to parser, that would hold local variable info, filename, and ↵ | Yukihiro Matsumoto | |
| line number. mrbc_context argument has been added to mrb_parse_xxx() functions. Normally, you just to need to add NULL (or 0) to the last argument of the above functions. | |||
| 2012-06-18 | Make CFLAG choices in Makefiles more flexible | Daniel Bovensiepen | |
| 2012-06-14 | Support mruby -e'p 1'. | NARUSE, Yui | |
| mruby supports already -e 'p 1' (-e, space, command), but hadn't supported no space version. | |||
| 2012-06-03 | Check mrb_open return value for NULL | Jon | |
| 2012-05-27 | Simplify CMake mruby object library | Jon | |
| Also removes an unnecessary build target from the CMake generated build and project files. | |||
| 2012-05-27 | Remove unnecessary mrb_init_ext definition | Jon | |
| 2012-05-23 | Clean and DRY up the basic Makefiles | Jon | |
| 2012-05-23 | Teach mirb another way to quit | Jon | |
| 2012-05-22 | Merge pull request #180 from mitchblank/master | Yukihiro "Matz" Matsumoto | |
| call mrb_close() in tools and test programs | |||
| 2012-05-22 | Add native and cross compiling CMake build support | Jon | |
| 2012-05-22 | First cmake build system. Works on Linux. | Beoran | |
| 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 | |
