| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-07-20 | Move word boxing structs to "mruby/boxing_word.h". | take_cheeze | |
| 2014-07-20 | Merge pull request #2480 from take-cheeze/test_backtrace | Yukihiro "Matz" Matsumoto | |
| Print backtrace of crashed test in verbose mode. | |||
| 2014-07-19 | Print backtrace of crashed test in verbose mode. | take_cheeze | |
| 2014-07-19 | Fix type of argument passed to mrb_get_args. | take_cheeze | |
| 2014-07-18 | add Module#module_function | dreamedge | |
| 2014-07-17 | Add field `allocf_ud` to replace current `ud`. | take_cheeze | |
| Since some use it as `mrb_state` associated user data. | |||
| 2014-07-17 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-07-17 | avoid infinite recursion when error was happened in #inspect; fix #2474 | Yukihiro "Matz" Matsumoto | |
| 2014-07-17 | Merge pull request #2475 from take-cheeze/full_core_list | Yukihiro "Matz" Matsumoto | |
| Check mrbgem.rake instead of directory to ignore empty directories in full-core gembox. | |||
| 2014-07-16 | Check mrbgem.rake instead of directory to ignore empty directories in full-core. | take_cheeze | |
| 2014-07-16 | need to call write_barrier on every fiber context switch | Yukihiro "Matz" Matsumoto | |
| 2014-07-16 | git push origin masterMerge branch 'take-cheeze-instance_eval' | Yukihiro "Matz" Matsumoto | |
| 2014-07-16 | remove unused local variables; ref #2473 | Yukihiro "Matz" Matsumoto | |
| 2014-07-15 | Implement string compiling `instance_eval` method. | take_cheeze | |
| 2014-07-15 | fiber stack allocation size should be bigger than irep->nregs | Yukihiro "Matz" Matsumoto | |
| 2014-07-15 | backtrace supression condition was wrong; fix #2472 | Yukihiro "Matz" Matsumoto | |
| 2014-07-15 | Merge pull request #2471 from take-cheeze/const_defined_at_ret | Yukihiro "Matz" Matsumoto | |
| Use `mrb_bool` as return type of `mrb_const_defined_at`. | |||
| 2014-07-15 | Merge pull request #2464 from take-cheeze/inherit_verbose_flag | Yukihiro "Matz" Matsumoto | |
| Inherit `$mrbtest_verbose` flag in core tests. | |||
| 2014-07-14 | Set `$mrbtest_verbose` flag in `mrb_init_test_driver`. | take_cheeze | |
| 2014-07-14 | Use `mrb_bool` as return type of `mrb_const_defined_at`. | take_cheeze | |
| 2014-07-13 | Merge pull request #2465 from cubicdaiya/feature/comment_style | Yukihiro "Matz" Matsumoto | |
| use C style comments instead of C++ style comments | |||
| 2014-07-13 | use C style comments instead of C++ style comments | Tatsuhiko Kubo | |
| 2014-07-12 | Merge pull request #2463 from take-cheeze/fix_rake | Yukihiro "Matz" Matsumoto | |
| Fix rake failure since `mrbtest_objs` isn't flattened. | |||
| 2014-07-12 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-07-12 | rescue SystemStackError that comes from inspecting self-referencing Hashes ↵ | Yukihiro "Matz" Matsumoto | |
| and Arrays; fix #2461 | |||
| 2014-07-12 | avoid print backtrace for SystemStackError | Yukihiro "Matz" Matsumoto | |
| 2014-07-12 | Fix rake failure since `mrbtest_objs` isn't flattened. | take_cheeze | |
| Append generated test object to `@test_objs` of mrbgem spec. Add method `custom_test_init?` to check whether mrbgem has custom test init function. | |||
| 2014-07-12 | use SystemStackError instead of RuntimeError | Yukihiro "Matz" Matsumoto | |
| 2014-07-12 | Run mrbgem and core tests on minimum dependencies. | take_cheeze | |
| Solves #2355. In test drivers: * Uses `mrb_t_pass_result` to check and pass test result to main `mrb_state`. * Adds `mrb_init_test_driver` to init test `mrb_state`. | |||
| 2014-07-12 | check the return value of `fwrite` | cremno | |
| 2014-07-12 | remove spaces after open parens | Yukihiro "Matz" Matsumoto | |
| 2014-07-12 | initialize `args` in `parse_args` | cremno | |
| 2014-07-12 | coding style adjustments | cremno | |
| 2014-07-12 | update expected error message in bintest | cremno | |
| 2014-07-12 | rewrite stripping | cremno | |
| Previous version ignored some errors, and didn't free memory and close files. Now no memory will be dynamically allocated to simplify error handling. This commit also fixes a wrong check: files[i] = fopen(argv[i], "wb"); if (!ireps[i]) { Improve error messages a bit and add missing newline to one. | |||
| 2014-07-12 | check `mrb_open` return value | cremno | |
| 2014-07-12 | Add `SyntaxError` test and don't print compilation error to stderr in eval. | take_cheeze | |
| 2014-07-12 | Use `mrb_parse_nstring` instead in eval. | take_cheeze | |
| 2014-07-12 | call `mrb_malloc_simple` instead of `malloc` | cremno | |
| 2014-07-12 | Merge pull request #2458 from take-cheeze/min_dep_test | Yukihiro "Matz" Matsumoto | |
| Support minimum dependency test. | |||
| 2014-07-12 | Run mrbgem and core tests on minimum dependencies. | take_cheeze | |
| Solves #2355. In test drivers: * Uses `mrb_t_pass_result` to check and pass test result to main `mrb_state`. * Adds `mrb_init_test_driver` to init test `mrb_state`. | |||
| 2014-07-12 | Merge pull request #2460 from cremno/mrb_dump_irep_binary-report-fwrite-failure | Yukihiro "Matz" Matsumoto | |
| check the return value of `fwrite` | |||
| 2014-07-11 | allocate `history_path` dynamically | cremno | |
| `PATH_MAX` doesn't have to be defined and if it is, then its value is usually incorrect (possible buffer overflow). Use `malloc` and `snprintf` instead to prevent this. https://www.gnu.org/software/hurd/community/gsoc/project_ideas/maxpath.html | |||
| 2014-07-11 | check the return value of `fwrite` | cremno | |
| 2014-07-11 | remove spaces after open parens | Yukihiro "Matz" Matsumoto | |
| 2014-07-10 | Merge pull request #2457 from cremno/mruby-strip-rewrite | Yukihiro "Matz" Matsumoto | |
| mruby-bin-strip rewrite | |||
| 2014-07-09 | initialize `args` in `parse_args` | cremno | |
| 2014-07-09 | coding style adjustments | cremno | |
| 2014-07-09 | update expected error message in bintest | cremno | |
| 2014-07-09 | rewrite stripping | cremno | |
| Previous version ignored some errors, and didn't free memory and close files. Now no memory will be dynamically allocated to simplify error handling. This commit also fixes a wrong check: files[i] = fopen(argv[i], "wb"); if (!ireps[i]) { Improve error messages a bit and add missing newline to one. | |||
