| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-09-02 | support c++ in mruby/debug.h | take_cheeze | |
| 2013-09-02 | rename debug function name | take_cheeze | |
| 2013-09-02 | reduce node size | take_cheeze | |
| 2013-09-02 | use uint16_t for line type | take_cheeze | |
| 2013-09-02 | support multiple filename in irep | take_cheeze | |
| 2013-09-02 | add verbose_backtrace | take_cheeze | |
| 2013-08-29 | Removed unnecessary #undef ISPRINT in include/mruby.h | Paolo Bosetti | |
| 2013-08-27 | Merge pull request #1491 from dmajkic/master | Yukihiro "Matz" Matsumoto | |
| Remove function delarations not implemented in code | |||
| 2013-08-27 | Remove function delarations not implemented in code | Dusan D. Majkic | |
| 2013-08-23 | add mrb_string_type(). | Tomoyuki Sahara | |
| 2013-08-15 | use newer DATA API | Yukihiro "Matz" Matsumoto | |
| 2013-08-15 | redesign mruby/data.h API; use DATA_PTR() for raw data pointer, ↵ | Yukihiro "Matz" Matsumoto | |
| DATA_GET_PTR() to type safe retrieval (TypeError will be raised), DATA_CHECK_GET_PTR() to get nil if type mismatched | |||
| 2013-08-15 | add compatibility macro mrb_class_new_instance() | Yukihiro "Matz" Matsumoto | |
| 2013-08-13 | define Class#new in ruby to call #initialize | Yukihiro "Matz" Matsumoto | |
| 2013-08-12 | use CHAR_BIT instead of bare 8 | Yukihiro "Matz" Matsumoto | |
| 2013-08-12 | move (void) cast after declarations | Yukihiro "Matz" Matsumoto | |
| 2013-08-10 | Silence 'unused parameter' warnings | Jonas Kulla | |
| 2013-08-08 | allow turning off GC generational mode by default by ↵ | Yukihiro "Matz" Matsumoto | |
| MRB_GC_TURN_OFF_GENERATIONAL; #1447 | |||
| 2013-08-07 | use intptr_t instead of int64_t for 32bit platforms | Yukihiro "Matz" Matsumoto | |
| 2013-08-07 | rename mrb_value_p() to mrb_ptr() since _p means predicate in mruby source | Yukihiro "Matz" Matsumoto | |
| 2013-08-04 | fix bugs in comment | Yuichi Nishiwaki | |
| 2013-08-04 | add commentary to value representation | Yuichi Nishiwaki | |
| 2013-08-04 | bugfix: the bit mask was smaller than the size it should be | Yuichi Nishiwaki | |
| 2013-08-04 | revert one of the API changes: MRB_SET_VALUE_P no longer used | Yuichi Nishiwaki | |
| 2013-08-04 | cosmetic changes | Yuichi Nishiwaki | |
| 2013-08-04 | implement 64bit nan-boxing | Yuichi Nishiwaki | |
| 2013-08-03 | add read barrier to value.p | Yuichi Nishiwaki | |
| API changes: - value.p must be accessed via mrb_value_p macro - value.p must be mutated via MRB_SET_VALUE_P macro | |||
| 2013-07-30 | forget to re-initialize target_class for top-level eval; close #1418 | Yukihiro "Matz" Matsumoto | |
| 2013-07-25 | introduce mrb_assert() in mruby.h | fleuria | |
| 2013-07-24 | restore once removed mrb_garbage_collect() | Yukihiro "Matz" Matsumoto | |
| 2013-07-24 | Merge pull request #1407 from Fleurer/gc-introduce-incremental-gc-step | Yukihiro "Matz" Matsumoto | |
| separate out `incremental_gc_step()` from `mrb_incremental_gc()`, and misc minor rename | |||
| 2013-07-24 | rename variable_gray_list to atomic_gray_list | fleuria | |
| 2013-07-24 | rename mrb_garbage_collect() to mrb_full_gc() | fleuria | |
| 2013-07-18 | Merge pull request #1382 from suzukaze/add-comments | Yukihiro "Matz" Matsumoto | |
| Add comments in irep.h | |||
| 2013-07-15 | Repalace int with mrb_bool because a return value is boolean. | Jun Hiroe | |
| 2013-07-15 | Add comments. | Jun Hiroe | |
| 2013-07-14 | Replace int with mrb_bool because a return value is boolean. | Jun Hiroe | |
| 2013-07-10 | put pointer tables before bitmap to avoid alignment issues; ref #1353 | Yukihiro "Matz" Matsumoto | |
| 2013-07-07 | Merge pull request #1353 from mirichi/khash | Yukihiro "Matz" Matsumoto | |
| khash.h optimizes more. | |||
| 2013-07-07 | It optimizes more. | mirichi | |
| 2013-07-07 | Merge pull request #1352 from k-tsj/change-param-type-to-suppress-warnings | Yukihiro "Matz" Matsumoto | |
| Change parameter type to suppress -Wsign-compare warnings | |||
| 2013-07-07 | Change parameter type to suppress -Wsign-compare warnings | Kazuki Tsujimoto | |
| 2013-07-07 | kh_resize_##name bug fixed. | mirichi | |
| 2013-07-06 | khash optimize | mirichi | |
| 2013-07-04 | Add comments in mrb_state struct. | Jun Hiroe | |
| 2013-07-01 | Add mrb_class_get_under() | h2so5 | |
| 2013-06-29 | Merge pull request #1318 from Fleurer/refactor_realloc | Yukihiro "Matz" Matsumoto | |
| refactor mrb_realloc() in gc.c | |||
| 2013-06-28 | refactor mrb_realloc() | fleuria | |
| remove the redundant codes with mrb_malloc_simple() | |||
| 2013-06-27 | include inttypes.h if _MSC_VER is not defined | Cremno | |
| 2013-06-27 | Visual Studio 2013 support + strtof + inline | Cremno | |
| - VC12 has better C99 library support due to C++11 - defined strtof for VC11 or older - define "inline" only if the C compiler is used | |||
