| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | Gemify | mattn | |
| 2013-03-01 | Pluggable Struct | mattn | |
