| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-06-01 | OP_RETURN operand should be stack position of the new scope, not the current ↵ | Yukihiro Matsumoto | |
| scope | |||
| 2012-05-31 | allow ||= and &&= | Yukihiro Matsumoto | |
| 2012-05-26 | clear arena_idx after exiting scope; close #195 | Yukihiro Matsumoto | |
| 2012-05-24 | wrong number of arguments for self-assignments | Yukihiro Matsumoto | |
| 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 | C++ compilability - don't define types inside others | Mitchell Blank Jr | |
| The following is legal code in both C and C++: struct foo { struct bar { int a } x; int y; }; ...however in C++ it defines a type called "foo::bar" instead of "bar". Just avoid this construct altogether | |||
| 2012-05-19 | remove dependency to node.h and pool.h | Yukihiro Matsumoto | |
| 2012-05-18 | move compile.h to mruby/compile.h | Yukihiro Matsumoto | |
| 2012-05-17 | add cast to remove warning; close #154 | Yukihiro Matsumoto | |
| 2012-05-17 | no SEGV for nth_ref & back_ref; close #152 | Yukihiro Matsumoto | |
| 2012-05-10 | mrb_run to return last evaluated value | Yukihiro Matsumoto | |
| 2012-05-05 | Remove debug message | Kazuki Tsujimoto | |
| 2012-04-30 | rm whitespace | roco | |
| 2012-04-24 | move header files {irep,dump,cdump,ritehash}.h to /include/mruby | Yukihiro Matsumoto | |
| 2012-04-23 | add file header | mimaki | |
| 2012-04-20 | add mruby sources | mimaki | |
