| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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 | |
| 2012-05-17 | libmruby.a should depend on libmruby_core.a | Yukihiro Matsumoto | |
| 2012-05-17 | compile error should contain line number | Yukihiro Matsumoto | |
| 2012-05-17 | Merge pull request #156 from iwadon/update-gitignore | Yukihiro "Matz" Matsumoto | |
| Updated .gitignore for test/ | |||
| 2012-05-17 | Updated .gitignore for test/ | Hiroyuki Iwatsuki | |
| 2012-05-17 | print line number in compile error messages | Yukihiro Matsumoto | |
| 2012-05-17 | too many line count in nextc() | Yukihiro Matsumoto | |
| 2012-05-17 | Merge pull request #155 from nkshigeru/msvc | Yukihiro "Matz" Matsumoto | |
| avoid passing NULL to fopen | |||
| 2012-05-17 | add cast to remove warning; close #154 | Yukihiro Matsumoto | |
| 2012-05-17 | avoid passing NULL to fopen | nkshigeru | |
| 2012-05-16 | Merge pull request #153 from carsonmcdonald/irepfix | Yukihiro "Matz" Matsumoto | |
| idx should be less than the cap, if it is equal irep needs to grow. | |||
| 2012-05-17 | idx should be less than the cap, if it is equal irep needs to grow. | Carson McDonald | |
| 2012-05-17 | no SEGV for nth_ref & back_ref; close #152 | Yukihiro Matsumoto | |
| 2012-05-17 | remove unused assignments | Yukihiro Matsumoto | |
| 2012-05-17 | add rule to clean libmruby.a from mrblib/Makefile | Yukihiro Matsumoto | |
| 2012-05-17 | avoid updating existing libmruby.a to avoid problems on low time resolution ↵ | Yukihiro Matsumoto | |
| file systems; close #136 | |||
| 2012-05-17 | avoid isfinite() in num_pow | Yukihiro Matsumoto | |
| 2012-05-17 | redefine POST/NEG FIXABLE using INT_MIN/MAX | Yukihiro Matsumoto | |
| 2012-05-17 | ignore return value from strtod() | Yukihiro Matsumoto | |
| 2012-05-16 | Merge pull request #150 from pbosetti/math_tests | Yukihiro "Matz" Matsumoto | |
| Changed test target for Math module in order to support fuzzy checking | |||
| 2012-05-17 | use gperf -L ANSI-C to generate lex.def | Yukihiro Matsumoto | |
| 2012-05-16 | Merge branch 'master' into math_tests | Paolo Bosetti | |
| 2012-05-17 | remove duplicated rule | Yukihiro Matsumoto | |
| 2012-05-16 | Merge pull request #148 from bovi/master | Yukihiro "Matz" Matsumoto | |
| Add Tests for Math, Integer, Numeric and Array | |||
| 2012-05-16 | Added some tests for trig functions in Math module. Also, tests are made ↵ | Paolo Bosetti | |
| against a tolerance on Floats | |||
| 2012-05-16 | Merge remote-tracking branch 'upstream/master' | Daniel Bovensiepen | |
| 2012-05-16 | Add Tests for Numeric | Daniel Bovensiepen | |
| 2012-05-16 | Add Tests for Integer | Daniel Bovensiepen | |
| 2012-05-16 | Add Math Test for new implementation | Daniel Bovensiepen | |
| 2012-05-17 | add mrb_define_singleton_method/mrb_define_module_function | Yukihiro Matsumoto | |
| 2012-05-17 | gmtime_r emulated by gmtime_s should return struct tm*; close #146 | Yukihiro Matsumoto | |
| 2012-05-16 | Better indention of assert report | Daniel Bovensiepen | |
| 2012-05-16 | Complete all Array ISO Codes | Daniel Bovensiepen | |
| 2012-05-16 | Merge pull request #139 from pbosetti/master | Yukihiro "Matz" Matsumoto | |
| Re-added Math functions missing under MSVC, with custom implementations | |||
| 2012-05-16 | Merge pull request #142 from monaka/pr-initialize-variables-20110516 | Yukihiro "Matz" Matsumoto | |
| Avoid "may be used uninitialized in this function" warning. | |||
| 2012-05-16 | Merge pull request #140 from monaka/pr-remove-unused-static-functions | Yukihiro "Matz" Matsumoto | |
| Remove unused static functions | |||
| 2012-05-16 | Merge pull request #143 from bovi/master | Yukihiro "Matz" Matsumoto | |
| Test Improvement | |||
