| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-08-04 | turn string obsolete functions into macros | Yukihiro "Matz" Matsumoto | |
| 2014-08-04 | rename obsolete mrb_special_const_p to mrb_immediate_p | Yukihiro "Matz" Matsumoto | |
| 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-08-03 | fix typo with MRB_INT16; fix #2495 | Yukihiro "Matz" Matsumoto | |
| 2014-08-02 | Merge pull request #2494 from suzukaze/refactor-variable.c | Yukihiro "Matz" Matsumoto | |
| Use Boolean macro in variable.c | |||
| 2014-08-02 | Use Boolean macro in variable.c | Jun Hiroe | |
| 2014-07-30 | Merge pull request #2462 from cremno/mirb-malloc-history_path | Yukihiro "Matz" Matsumoto | |
| mirb: allocate `history_path` dynamically | |||
| 2014-07-27 | Merge pull request #2490 from suzukaze/refactor_symbol | Yukihiro "Matz" Matsumoto | |
| Refactor sym_equal() in symbol.c | |||
| 2014-07-27 | Refactor sym_equal() in symbol.c | Jun Hiroe | |
| 2014-07-26 | Merge pull request #2478 from dreamedge/add_module_function | Yukihiro "Matz" Matsumoto | |
| add Module#module_function | |||
| 2014-07-24 | Merge pull request #2477 from take-cheeze/allocf_ud | Yukihiro "Matz" Matsumoto | |
| Add field `allocf_ud` to replace current `ud`. | |||
| 2014-07-24 | Merge pull request #2489 from Ancurio/silence_cpp_warn | Yukihiro "Matz" Matsumoto | |
| Silence "unused parameter" warnings in C++ | |||
| 2014-07-23 | Silence "unused parameter" warnings in C++ | Jonas Kulla | |
| This has been done already, but the fixes were accidentally removed in 249f05e7d70761823ef07a990276f9200e8b3302. | |||
| 2014-07-24 | Merge pull request #2488 from ksss/leak-test | Yukihiro "Matz" Matsumoto | |
| Fix memory leak for test driver | |||
| 2014-07-23 | Fix memory leak for test driver | ksss | |
| 2014-07-23 | check if block is given in eval_under(); fix #2486 | Yukihiro "Matz" Matsumoto | |
| 2014-07-22 | Merge pull request #2482 from take-cheeze/exc_tt | Yukihiro "Matz" Matsumoto | |
| Use MRB_TT_EXCEPTION in exception object. | |||
| 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-21 | Use MRB_TT_EXCEPTION in exception object. | take_cheeze | |
| 2014-07-21 | since #1441, NaN boxing with 64bit pointer works; close #2476 | Yukihiro "Matz" Matsumoto | |
| 2014-07-21 | Merge pull request #2481 from take-cheeze/move_word_box_struct | Yukihiro "Matz" Matsumoto | |
| Move word boxing structs to "mruby/boxing_word.h". | |||
| 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-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 | |
