| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-08-18 | refactor mruby method(fix indent. remove temporary value, duplicate procedure) | kkkkkt | |
| 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-07-21 | Use MRB_TT_EXCEPTION in exception object. | take_cheeze | |
| 2014-06-05 | update Kernel#raise/fail argument description | Yukihiro "Matz" Matsumoto | |
| 2014-05-28 | Fix invalid array initialize for VS2012 | bggd | |
| 2014-05-22 | Merge pull request #2286 from suzukaze/refactor-kernel | Yukihiro "Matz" Matsumoto | |
| Use boolean macro in kernel.c | |||
| 2014-05-21 | direct invocation of instance_eval | Yukihiro "Matz" Matsumoto | |
| 2014-05-19 | Move `Kernel.local_variables` to core. | take_cheeze | |
| 2014-05-18 | Use boolean macro in kernel.c | Jun Hiroe | |
| 2014-05-16 | Fix #2259 . | take_cheeze | |
| 2014-05-11 | Merge pull request #2234 from suzukaze/refactor | Yukihiro "Matz" Matsumoto | |
| Refactor functions in kernel.c | |||
| 2014-05-11 | Refactor mrb_equal_m() | Jun Hiroe | |
| 2014-05-11 | Refacotr mrb_obj_not_equal_m() | Jun Hiroe | |
| 2014-05-11 | Refactor mrb_obj_equal_m() | Jun Hiroe | |
| 2014-05-11 | Fix indents | Jun Hiroe | |
| 2014-05-09 | Move `__method__` to mruby-kernel-ext since it's not ISO method. | take_cheeze | |
| 2014-05-07 | Move Kernel#fail definition to mruby-kernel-ext mrbgem. | take_cheeze | |
| 2014-05-06 | Implement Kernel.fail and Kernel#fail . | take_cheeze | |
| 2014-04-25 | eliminate plain int except for a few cases like arena_index | Yukihiro "Matz" Matsumoto | |
| 2014-04-16 | various functions should have internal linkage | cremno | |
| 2014-04-15 | resolve conflict | Yukihiro "Matz" Matsumoto | |
| 2014-04-14 | reduce RSTRING_PTR usage | cremno | |
| 2014-04-02 | Use bool macro KHASH_DEFINE and KHASH_DECLARE | ksss | |
| 2014-03-28 | Implement Kernel#define_singleton_method | ksss | |
| 2014-03-27 | Implement Kernel#__method__ | ksss | |
| 2014-03-19 | rename mrb_yield_internal to mrb_yield_with_class since it's no longer internal | Yukihiro "Matz" Matsumoto | |
| 2014-03-19 | export mrb_yield_internal. | Tomoyuki Sahara | |
| 2014-03-16 | unify indent style | cubicdaiya | |
| 2014-03-15 | symbol length type to be mrb_int | Yukihiro "Matz" Matsumoto | |
| 2014-03-01 | allow send method not to call mrb_funcall if calling method is implemented ↵ | Yukihiro "Matz" Matsumoto | |
| in Ruby; fix #1680 ref #1765 | |||
| 2014-02-26 | fix bug for get_valid_iv_sym | cubicdaiya | |
| When sub-string is used in the following way, it does not work well. o = Object.new o.instance_variable_set(:@a, 1) o.instance_variable_defined?("@abc"[0,2]) #=> false (this should be true) | |||
| 2014-02-25 | clarify fallthrough in the switch statement | Yukihiro "Matz" Matsumoto | |
| 2014-02-20 | move src/error.h to include/mruby/error.h | take_cheeze | |
| 2014-02-09 | Store raw stack address in callinfo instead of offset from stbas | Miura Hideki | |
| 2014-02-01 | fix NODE_SPLAT codegen | h2so5 | |
| 2014-01-31 | clean up external symbols | cremno | |
| remove unused and unneeded: - sysexit_status - type (a global variable) add mrb_ prefix to: - codedump_all - class_instance_method_list - parser_dump make various functions static, incl.: - yyparse - make_exception | |||
| 2014-01-25 | clone Class/Module rightly | h2so5 | |
| 2013-12-23 | Remove 'mrb_state' field from 'kh_xxx_t' structure. | crimsonwoods | |
| 'kh_xxx_t' requires 'mrb_state' to allocate, free, and compute hash value. But 'mrb_state' should not be held by 'kh_xxx_t' and 'mrb_state' should be supplied from outside. | |||
| 2013-12-01 | add mrb_intern_lit for creating symbol from string literal | take_cheeze | |
| 2013-11-29 | rename mrb_intern2() to mrb_intern(); huge API incompatibility; close #1513 | Yukihiro "Matz" Matsumoto | |
| 2013-10-30 | type check class/module in mrb_get_args(); close #1477 | Yukihiro "Matz" Matsumoto | |
| 2013-10-27 | Uniquify the results of Object#methods | h2so5 | |
| 2013-09-21 | rename voidp to cptr | Yukihiro "Matz" Matsumoto | |
| 2013-07-25 | replace assert with mrb_assert | fleuria | |
| 2013-07-24 | suppress the warnings from get_valid_iv_sym() | fleuria | |
| The parameter iv_name SHOULD be string or symbol, but there is no garantee on it. | |||
| 2013-07-22 | change else formatting | Yukihiro "Matz" Matsumoto | |
| 2013-07-21 | Slight cleanup of code | Ryan Scott | |
| 2013-07-18 | First round of trying to improve the performance of attr_reader and ↵ | Ryan Scott | |
| attr_writer. From ~24sec to ~15sec | |||
| 2013-07-15 | Repalace int with mrb_bool because a return value is boolean. | Jun Hiroe | |
