| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-07-11 | add mruby-toplevel-ext as default | Yukihiro "Matz" Matsumoto | |
| 2013-07-11 | add dummy visibility methods (public/protected/private) that do nothing; ref ↵ | Yukihiro "Matz" Matsumoto | |
| #1357 | |||
| 2013-07-10 | Merge pull request #1360 from suzukaze/refactor-string.c | Yukihiro "Matz" Matsumoto | |
| Replace 0 with '\0' as nul terminated string. | |||
| 2013-07-11 | Replace 0 with '\0' as nul terminated string. | Jun Hiroe | |
| 2013-07-10 | put pointer tables before bitmap to avoid alignment issues; ref #1353 | Yukihiro "Matz" Matsumoto | |
| 2013-07-10 | mrb_bob_missing to use mrb_get_args("n") | Yukihiro "Matz" Matsumoto | |
| 2013-07-10 | mrb_mod_alias to use mrb_get_args("nn") | Yukihiro "Matz" Matsumoto | |
| 2013-07-08 | Merge pull request #1355 from suzukaze/refactor-object.c | Yukihiro "Matz" Matsumoto | |
| Refactor true_or() and false_and() in object.c. | |||
| 2013-07-08 | Merge pull request #1356 from CaptainJet/master | Yukihiro "Matz" Matsumoto | |
| Fix matching the host platform on the androideabi toolchain on windows. | |||
| 2013-07-08 | Fix the androideabi toolchain not matching host | Robert Rowe | |
| The included method of determining the host platform in the androideabi would not match to windows if RUBY_PLATFORM returned mingw, wince, or emx. As an added pre-caution, using a case statement with regexp matching will better determine the host platform since it won't be case sensitive and for windows is set to match more specifially than just "win". | |||
| 2013-07-08 | Refactor true_or() and false_and() in object.c. | Jun Hiroe | |
| 2013-07-07 | Merge pull request #1354 from wanabe/call-inherited | Yukihiro "Matz" Matsumoto | |
| call Class#inherited when Class.new(klass) | |||
| 2013-07-07 | Merge pull request #1353 from mirichi/khash | Yukihiro "Matz" Matsumoto | |
| khash.h optimizes more. | |||
| 2013-07-07 | call Class#inherited when Class.new(klass) | hoge | |
| 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 | Merge pull request #1349 from mirichi/khash | Yukihiro "Matz" Matsumoto | |
| kh_resize_##name bug fixed. | |||
| 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 | Merge pull request #1348 from carsonmcdonald/shiftwarningfix | Yukihiro "Matz" Matsumoto | |
| Fix signed/unsigned warning in numeric shift | |||
| 2013-07-06 | Change width to size_t to fix warning | Carson McDonald | |
| 2013-07-06 | Add a few more shift tests | Carson McDonald | |
| 2013-07-05 | Merge pull request #1347 from mirichi/khash | Yukihiro "Matz" Matsumoto | |
| khash.h optimize | |||
| 2013-07-05 | Merge pull request #1345 from kyab/doc_update_verbose | Yukihiro "Matz" Matsumoto | |
| [doc]Introduce ./minirake -v | |||
| 2013-07-05 | Merge pull request #1346 from kyab/doc_update_gem_pull | Yukihiro "Matz" Matsumoto | |
| [doc]Introduce ./minirake --pull_gems | |||
| 2013-07-05 | Merge pull request #1344 from suzukaze/fix-indent-in-object.c | Yukihiro "Matz" Matsumoto | |
| Fix indents in object.c. | |||
| 2013-07-05 | Merge pull request #1343 from suzukaze/refactor-range-c | Yukihiro "Matz" Matsumoto | |
| Refactor mrb_range_beg_len() func in range.c | |||
| 2013-07-05 | Merge pull request #1342 from suzukaze/add-name-in-AUTHORS | Yukihiro "Matz" Matsumoto | |
| Add the name 'Jun Hiroe' in AUTHORS. | |||
| 2013-07-06 | khash optimize | mirichi | |
| 2013-07-06 | Merge remote-tracking branch 'upstream/master' | mirichi | |
| 2013-07-05 | [doc]Introduce ./minirake --pull_gems | kyab | |
| 2013-07-05 | [doc]Introduce ./minirake -v | kyab | |
| 2013-07-05 | Fix indents in object.c. | Jun Hiroe | |
| 2013-07-05 | Refactor mrb_range_beg_len() func in range.c | Jun Hiroe | |
| 2013-07-05 | Add the name 'Jun Hiroe' in AUTHORS. | Jun Hiroe | |
| 2013-07-05 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2013-07-05 | resolve AUTHORS conflict | Yukihiro "Matz" Matsumoto | |
| 2013-07-04 | Merge pull request #1339 from suzukaze/add-comments-in-mruby-h | Yukihiro "Matz" Matsumoto | |
| Add comments in mrb_state struct. | |||
| 2013-07-05 | name format updated for MATSUMOTO Ryosuke | Yukihiro "Matz" Matsumoto | |
| 2013-07-04 | Merge pull request #1341 from mattn/yet_another_matsumoto | Yukihiro "Matz" Matsumoto | |
| Add yet another Matsumoto(s) | |||
| 2013-07-05 | Add yet another Matsumoto | mattn | |
| 2013-07-04 | Could you add me to AUTHORS? | kyab | |
| 2013-07-04 | Add --pull_gems option to minirake | kyab | |
| 2013-07-04 | Add comments in mrb_state struct. | Jun Hiroe | |
| 2013-07-03 | Merge pull request #1337 from suzukaze/add-comments-in-class-c | Yukihiro "Matz" Matsumoto | |
| Add comments in mrb_get_args() func. | |||
| 2013-07-03 | Merge pull request #1336 from carsonmcdonald/warnfix3 | Yukihiro "Matz" Matsumoto | |
| More unsigned signed warning fixes | |||
| 2013-07-03 | Add comments in mrb_get_args() func. | Jun Hiroe | |
| 2013-07-03 | Fix signed/unsigned warning, size_t for start_index was discarded. | Carson McDonald | |
| 2013-07-03 | Fix signed/unsigned warning. | Carson McDonald | |
| 2013-07-03 | Fix signed/unsigned warning, make pcapa a size_t | Carson McDonald | |
