| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-20 | Fix Hash#shift return value from Hash to Array | Daniel Bovensiepen | |
| 2012-05-19 | C++ compilability -- make mrb_object() macro return an RObject, not void | Mitchell Blank Jr | |
| 2012-05-19 | Merge pull request #166 from bovi/master | Yukihiro "Matz" Matsumoto | |
| Add Tests for String, Hash, Range and Symbol | |||
| 2012-05-19 | Delete Plattform status again | Daniel Bovensiepen | |
| 2012-05-19 | Merge branch 'master' of github.com:bovi/mruby | Daniel Bovensiepen | |
| 2012-05-19 | Complete ISO test cases for Hash, Range, String and Symbol | Daniel Bovensiepen | |
| 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 | Add information file for supported plattforms | Daniel Bovensiepen | |
| 2012-05-19 | remove src/pool.h; close #163 | 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-19 | remove dependency to node.h and pool.h | Yukihiro Matsumoto | |
| 2012-05-19 | p->tree may be NULL; close #161 | Yukihiro Matsumoto | |
| 2012-05-18 | Merge pull request #160 from bovi/master | Yukihiro "Matz" Matsumoto | |
| Finish all Integer ISO Tests | |||
| 2012-05-19 | Finish all Float ISO Tests | Daniel Bovensiepen | |
| 2012-05-19 | Complete Integer Tests for ISO | Daniel Bovensiepen | |
| 2012-05-18 | remove obsolete minimain.c | Yukihiro Matsumoto | |
| 2012-05-18 | update test/Makefile | Yukihiro Matsumoto | |
| 2012-05-18 | Merge pull request #157 from mattn/no_close_stdin | Yukihiro "Matz" Matsumoto | |
| don't close stdin. | |||
| 2012-05-18 | Merge pull request #158 from pbosetti/tests | Yukihiro "Matz" Matsumoto | |
| Minor edits to test suite and Math module | |||
| 2012-05-17 | Added some tests for Math module. Some refactoring in math.c; numeric ↵ | Paolo Bosetti | |
| tolerance exported as Math::TOLERANCE and also used for fuzzy tests in mrbtest suite | |||
| 2012-05-18 | don't close stdin. | mattn | |
| 2012-05-18 | implement Kernel#p in Ruby | Yukihiro Matsumoto | |
| 2012-05-17 | Merge branch 'tests' of github.com:pbosetti/mruby into tests | Paolo Bosetti | |
| 2012-05-18 | mruby should read from stdin when no argument given | Yukihiro Matsumoto | |
| 2012-05-18 | terminate programs after showing version/copyright | Yukihiro Matsumoto | |
| 2012-05-18 | rename ruby_show_version to mrb_show_version | Yukihiro Matsumoto | |
| 2012-05-18 | remove unused prototype | Yukihiro Matsumoto | |
| 2012-05-18 | revise version description | Yukihiro Matsumoto | |
| 2012-05-18 | refactor test driver | Yukihiro Matsumoto | |
| 2012-05-18 | remove confusing dependency; run "make" before "make test" | Yukihiro Matsumoto | |
| 2012-05-18 | rename compiler.h to mruby/compiler.h | Yukihiro Matsumoto | |
| 2012-05-18 | failed to initialize source string | Yukihiro Matsumoto | |
| 2012-05-18 | fixed a typo | Yukihiro Matsumoto | |
| 2012-05-18 | move compile.h to mruby/compile.h | Yukihiro Matsumoto | |
| 2012-05-18 | add extern "C" guards | Yukihiro Matsumoto | |
| 2012-05-18 | yywarn should use warn_buffer not error_buffer | Yukihiro Matsumoto | |
| 2012-05-18 | remove mrb_parse_nstring_ext; use mrb_parser_new() then set p->capture_error ↵ | Yukihiro Matsumoto | |
| = 1; then call mrb_parser_parse(); see tool/mirb/mirb.c | |||
| 2012-05-18 | keep toplevel local variables; close #133 | Yukihiro Matsumoto | |
| 2012-05-18 | new API for parser | Yukihiro Matsumoto | |
| 2012-05-17 | Minor edits in tests for Math module | Paolo Bosetti | |
| 2012-05-18 | remove src/method.h | Yukihiro Matsumoto | |
| 2012-05-18 | remove unused method.h from kernel.c | Yukihiro Matsumoto | |
| 2012-05-18 | remove unused method.h from object.c | Yukihiro Matsumoto | |
| 2012-05-18 | add extern "C" guards; close #126 | Yukihiro Matsumoto | |
| 2012-05-17 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matsumoto | |
