| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-08-15 | Improve replacement math functions for Visual C++. | chasonr | |
| 2014-08-11 | "-a-a-".succ should be "-a-b-" | mattn | |
| 2014-08-11 | Fix String#succ. "-a-".succ should be "-b-" | mattn | |
| 2014-08-11 | Fix String#succ. "-".succ should be "." | mattn | |
| 2014-08-09 | timer on windows bug fixed. | dycoon | |
| 2014-08-08 | remove test for succ on Unicode (non-ASCII) char; #2520 | Yukihiro "Matz" Matsumoto | |
| 2014-08-08 | Merge branch 'string-succ' of https://github.com/mattn/mruby into ↵ | Yukihiro "Matz" Matsumoto | |
| mattn-string-succ | |||
| 2014-08-08 | Add String#succ, String#succ!, String#next, String#next! | mattn | |
| 2014-08-08 | fixed evaluation context of eval(string) and instance_eval(string) | Satoshi Odawara | |
| 2014-08-08 | move StopIteration to core; close #2518 | Yukihiro "Matz" Matsumoto | |
| 2014-08-06 | Merge pull request #2510 from cremno/mruby-strip-use-mrb_open_core | Yukihiro "Matz" Matsumoto | |
| mruby-strip doesn't need mrbgems | |||
| 2014-08-05 | added Math.cos and Math.tan test case | kkkkkt | |
| 2014-08-04 | mruby-strip doesn't need mrbgems | cremno | |
| Reduces executable size by more than 50% (409->171 KB). | |||
| 2014-08-04 | add MRB_API modifiers to mruby API functions | Yukihiro "Matz" Matsumoto | |
| 2014-08-03 | Time#to_i and Time#usec should care about mrb_int overflow on MRB_INT16; ref ↵ | Yukihiro "Matz" Matsumoto | |
| #2495 | |||
| 2014-07-30 | Merge pull request #2462 from cremno/mirb-malloc-history_path | Yukihiro "Matz" Matsumoto | |
| mirb: allocate `history_path` dynamically | |||
| 2014-07-22 | restore mrb_get_args() in f_instance_eval to check arguments type | Yukihiro "Matz" Matsumoto | |
| 2014-07-22 | exception in instance_eval should not exit mrb_run; fix #2483 | 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 | 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-13 | use C style comments instead of C++ style comments | Tatsuhiko Kubo | |
| 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 | 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-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 | remove spaces after open parens | Yukihiro "Matz" Matsumoto | |
| 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. | |||
| 2014-07-09 | check `mrb_open` return value | cremno | |
| 2014-07-09 | Add `SyntaxError` test and don't print compilation error to stderr in eval. | take_cheeze | |
| 2014-07-09 | Use `mrb_parse_nstring` instead in eval. | take_cheeze | |
| 2014-07-09 | Clean up value.h and mrb_value boxing | David Turnbull | |
| 2014-07-03 | fiber stack should not be cleared by zero when MRB_NAN_BOXING is set; close ↵ | Yukihiro "Matz" Matsumoto | |
| #2439 | |||
| 2014-07-02 | Use `MRB_ARGS_ARG(n, o)` instead of `MRB_ARGS_REQ(n) | MRB_ARGS_OPT(o)`. | take_cheeze | |
| 2014-07-02 | time overflow check; ref #2337 | Yukihiro "Matz" Matsumoto | |
| 2014-06-30 | Use `TRUE` instead of `1` in mirb code. | take_cheeze | |
| 2014-06-29 | Reduce warning for enumeration | ksss | |
| 22 enumeration values not handled in switch: 'MRB_TT_FALSE', 'MRB_TT_FREE', 'MRB_TT_TRUE'... [-Wswitch] | |||
