| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-01-07 | remove superfluous includes | cremno | |
| - reduce compile time by a little bit (full-core: ~0.7s for me) - thanks to 'include-what-you-use' for some help - include Standard C header files before any other (coding style) | |||
| 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-09-23 | eliminate use of traditional intern API (mrb_intern()) completely | Yuichi Nishiwaki | |
| 2013-07-23 | "spec.author" is better for single-author gems. | Tomoyuki Sahara | |
| "spec.author=" expects a String represents a single author. "spec.authors=" expects an Array which is a list of multiple authors. http://guides.rubygems.org/specification-reference/ | |||
| 2013-07-14 | Replace mrb_intern() with mrb_intern2() or mrb_intern_cstr(). | Jun Hiroe | |
| 2013-07-01 | Fix signed/unsigned warning. | Carson McDonald | |
| 2013-05-20 | primary mruby fiber implementation | Yukihiro "Matz" Matsumoto | |
| 2013-05-10 | change mrb_bug to get mrb_state and %S formatter | Yukihiro "Matz" Matsumoto | |
| 2013-05-10 | change mrb_warn to get mrb_state and %S formatter | Yukihiro "Matz" Matsumoto | |
| 2013-04-29 | remove unnecessary intern; access to non-member cause IndexError | Yukihiro "Matz" Matsumoto | |
| 2013-04-29 | rename mrb_to_id to mrb_obj_to_sym since symbol is nothing to do with ↵ | Yukihiro "Matz" Matsumoto | |
| identifier in mruby | |||
| 2013-04-25 | rename every ARGS_XXX to MRB_ARGS_XXX; ref #1206 | Yukihiro "Matz" Matsumoto | |
| 2013-04-04 | Use mrb_name_error() as possible. | Masaki Muranaka | |
| 2013-03-28 | Fix raisef formats in struct.c. | Masaki Muranaka | |
| 2013-03-24 | resolve conflict | Yukihiro Matz Matsumoto | |
| 2013-03-22 | Use mrb_intern2() instead of mrb_intern(). This is for avoiding overhead by ↵ | Masaki Muranaka | |
| strlen(). | |||
| 2013-03-19 | rename mrb_true_or_false_value() to mrb_bool_value() | Yukihiro Matz Matsumoto | |
| 2013-03-19 | Use mrb_true_or_false_value() / in mrb_struct_eql(). | Masaki Muranaka | |
| 2013-03-19 | Use mrb_true_or_false_value() / in mrb_struct_equal(). | Masaki Muranaka | |
| 2013-03-14 | use mrb_int as possible based on a patch from @monaka; close #994 | Yukihiro Matz Matsumoto | |
| 2013-03-14 | use size_t for string length C API | Yukihiro Matz Matsumoto | |
| 2013-03-12 | Remove mrb_str_new2(). Use mrb_str_new_cstr() instead. | Masaki Muranaka | |
| Make mrb_str_new_cstr() accept NULL pointer. It generates 0byte strings by NULL pointer. | |||
| 2013-03-08 | define and use print format macros for mrb_int | Cremno | |
| For portability: %ld can't be used to print a 64-bit mrb_int on WIN(32|64) because long is 32-bit wide. | |||
| 2013-03-03 | Remove trailing whitespaces. This is just a cosmetic change. | Masaki Muranaka | |
| 2013-03-01 | Remove unused var sv | Carson McDonald | |
| 2013-03-02 | use TT_ARRAY instead of TT_DATA | Yukihiro Matz Matsumoto | |
| 2013-03-01 | replace instance_of check with structure check | Yukihiro Matz Matsumoto | |
| 2013-03-01 | remove struct RStruct, use RArray instead | Yukihiro Matz Matsumoto | |
| 2013-03-01 | fix indent in struct.c | Yukihiro Matz Matsumoto | |
| 2013-03-01 | internal array should be pudated using mrb_ary_set() | Yukihiro Matz Matsumoto | |
| 2013-03-01 | Set nil to uninitialized members | mattn | |
| 2013-03-01 | Fix copy values | mattn | |
| 2013-03-01 | Fixed GC guard | mattn | |
| 2013-03-01 | Should be MRB_DATA class. RStruct isn't managed by mruby core. So it should ↵ | mattn | |
| be self-managed class instances. | |||
| 2013-03-01 | Move mrblib for Struct | mattn | |
| 2013-03-01 | Gemify | mattn | |
| 2013-03-01 | Pluggable Struct | mattn | |
