| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2013-07-12 | 2.Replace mrb_intern() func with mrb_intern2() func or mrb_intern_cstr() func. | Jun Hiroe | |
| 2013-06-15 | Merge upstream | Daniel Bovensiepen | |
| 2013-06-17 | Add ISO Number to Kernel | Daniel Bovensiepen | |
| 2013-05-26 | Add MRB_WORD_BOXING mode (represent mrb_value as a word) | kimu_shu | |
| 2013-05-20 | primary mruby fiber implementation | Yukihiro "Matz" Matsumoto | |
| 2013-04-26 | small cosmetic refactoring | Yukihiro "Matz" Matsumoto | |
| 2013-04-26 | rename mrb_interned API functions | Yukihiro "Matz" Matsumoto | |
| 2013-04-26 | Merge branch 'suppress_intern' of https://github.com/crimsonwoods/mruby into ↵ | Yukihiro "Matz" Matsumoto | |
| crimsonwoods-suppress_intern | |||
| 2013-04-25 | suppress intern inside of 'respond_to?'. | crimsonwoods | |
| 2013-04-25 | rename every ARGS_XXX to MRB_ARGS_XXX; ref #1206 | Yukihiro "Matz" Matsumoto | |
| 2013-04-22 | Use mrb_bool for the 'b' format specifier of mrb_get_args | h2so5 | |
| 2013-04-20 | small consmetic fix | Yukihiro "Matz" Matsumoto | |
| 2013-04-20 | Add implementation for respond_to_missing? | Carson McDonald | |
| 2013-04-20 | Refactor kernel.c and class.c | h2so5 | |
| 2013-04-13 | move no block check to mrb_yield_internal | Yukihiro "Matz" Matsumoto | |
| 2013-04-13 | add no block check; based on patch from h2so5; close #1174 | Yukihiro "Matz" Matsumoto | |
| 2013-04-01 | bugfix: Kernel#!=, and add #!= testcase. | Kouki Ooyatsu | |
| 2013-03-29 | Sort include files. Some redundant includes are removed. | Masaki Muranaka | |
| 2013-03-28 | Modify mrb_name_error() to use mrb_format(). | Masaki Muranaka | |
| 2013-03-27 | use new mrb_format API from mrb_raisef; its only format specifier is "%S" ↵ | Yukihiro Matz Matsumoto | |
| (stringify) and takes mrb_value; close #1062 | |||
| 2013-03-26 | remove all MRB_TT_MAIN from source | Yukihiro Matz Matsumoto | |
