| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-07-21 | Slight cleanup of code | Ryan Scott | |
| 2013-07-20 | Fail if dependency isn't found | Carson McDonald | |
| 2013-07-20 | Improve Android NDK toolchain support. | crimsonwoods | |
| Linux-x86_64 has not been supported now. This commit add Linux-x86_64 platform support. | |||
| 2013-07-19 | Merge branch 'master' into attr-perf-fix | Ryan Scott | |
| Conflicts: mrblib/class.rb | |||
| 2013-07-19 | Wrote tests around attr, attr_reader, attr_writer, attr_accessor | Ryan Scott | |
| 2013-07-19 | cleanup redundant codes with incremental_gc_until() | fleuria | |
| 2013-07-19 | rename advance_phase to incremental_gc_until | fleuria | |
| in fact advance_phace() is not really a "phase", but can be used as an utility function. | |||
| 2013-07-18 | Merge pull request #1382 from suzukaze/add-comments | Yukihiro "Matz" Matsumoto | |
| Add comments in irep.h | |||
| 2013-07-18 | Merge pull request #1390 from kyab/mirb_history | Yukihiro "Matz" Matsumoto | |
| Save mirb history when readline enabled | |||
| 2013-07-18 | Merge pull request #1389 from carsonmcdonald/stringtestfix | Yukihiro "Matz" Matsumoto | |
| Fix string test for so that it works for int16 | |||
| 2013-07-18 | Merge pull request #1391 from carsonmcdonald/fixfallbackarraysize | Yukihiro "Matz" Matsumoto | |
| Changed use of MRB_INT_MAX to MRB_INT_MAX-1 | |||
| 2013-07-18 | Changed use of MRB_INT_MAX to MRB_INT_MAX-1 | Carson McDonald | |
| 2013-07-18 | Use env[USERPROFILE] for Windows | kyab | |
| 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-18 | Save mirb history when readline enabled | kyab | |
| 2013-07-17 | Fix string test for so that it works for int16 | Carson McDonald | |
| 2013-07-16 | Merge pull request #1388 from carsonmcdonald/toplevelwarnfix | Yukihiro "Matz" Matsumoto | |
| Fix warning by making call explicit | |||
| 2013-07-16 | Merge pull request #1384 from xxuejie/customize-build-dir | Yukihiro "Matz" Matsumoto | |
| Allow programmers to specify build path manually | |||
| 2013-07-16 | Fix warning by making call explicit | Carson McDonald | |
| 2013-07-16 | Merge pull request #1385 from suzukaze/refactor-return | Yukihiro "Matz" Matsumoto | |
| Repalace int with mrb_bool because a return value is boolean. | |||
| 2013-07-15 | Repalace int with mrb_bool because a return value is boolean. | Jun Hiroe | |
| 2013-07-15 | Allow programmers to specify build path manually | Xuejie "Rafael" Xiao | |
| 2013-07-14 | Merge pull request #1380 from suzukaze/refactor-pool.c | Yukihiro "Matz" Matsumoto | |
| Replace 0 with NULL because struct pointer is set NULL in. | |||
| 2013-07-14 | Merge pull request #1381 from suzukaze/refactor2-pool.c | Yukihiro "Matz" Matsumoto | |
| Replace int with mrb_bool because a return value is boolean. | |||
| 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-14 | Replace 0 with NULL because struct pointer is set NULL in. | Jun Hiroe | |
| 2013-07-14 | Merge pull request #1379 from suzukaze/refactor-gc.c | Yukihiro "Matz" Matsumoto | |
| Replace 0 with NULL because set NULL in sturct pointer. | |||
| 2013-07-14 | Merge pull request #1378 from suzukaze/refactor2-vm.c | Yukihiro "Matz" Matsumoto | |
| Replace 0 with FALSE and replace 1 with TRUE. | |||
| 2013-07-14 | Merge pull request #1377 from suzukaze/add-comments-in-variable.c | Yukihiro "Matz" Matsumoto | |
| Add comments in variable.c | |||
| 2013-07-14 | Merge pull request #1376 from suzukaze/replace-mrb_intern-in-random.c | Yukihiro "Matz" Matsumoto | |
| Replace mrb_intern() with mrb_intern2() in random.c | |||
| 2013-07-14 | Merge pull request #1375 from suzukaze/replace-mrb_intern | Yukihiro "Matz" Matsumoto | |
| Replace mrb_intern() with mrb_intern2() or mrb_intern_cstr(). | |||
| 2013-07-14 | Merge pull request #1374 from suzukaze/refactor-vm.c | Yukihiro "Matz" Matsumoto | |
| Replace 0 with NULL because NULL is used in struct pointer. | |||
| 2013-07-14 | Replace 0 with NULL because set NULL in sturct pointer. | Jun Hiroe | |
| 2013-07-14 | Replace int with mrb_bool because return a value is boolean. | Jun Hiroe | |
| 2013-07-14 | Replace 0 with FALSE and replace 1 with TRUE. | Jun Hiroe | |
| 2013-07-14 | Add comments in variable.c | Jun Hiroe | |
| 2013-07-14 | Replace mrb_intern() with mrb_intern2() in random.c | Jun Hiroe | |
| 2013-07-14 | Replace mrb_intern() with mrb_intern2() or mrb_intern_cstr(). | Jun Hiroe | |
| 2013-07-14 | Replace 0 with NULL because NULL is used in struct pointer. | Jun Hiroe | |
| 2013-07-13 | singleton class super initialize failed | Yukihiro "Matz" Matsumoto | |
| 2013-07-13 | make_metaclass should skip MRB_TT_ICLASS; close #1369 | Yukihiro "Matz" Matsumoto | |
| 2013-07-12 | Merge pull request #1368 from suzukaze/add-comments-in-opcode.h | Yukihiro "Matz" Matsumoto | |
| Add comments in opcode.h | |||
| 2013-07-12 | Merge pull request #1367 from suzukaze/fix-indent-opcode.h | Yukihiro "Matz" Matsumoto | |
| Fix indents in opcode.h. | |||
| 2013-07-13 | make_metaclass should skip MRB_TT_ICLASS; close #1369 | Yukihiro "Matz" Matsumoto | |
| 2013-07-12 | Fix comments in opcode.h | Jun Hiroe | |
| 2013-07-12 | Add comments in opcode.h | Jun Hiroe | |
| 2013-07-12 | Fix indents in opcode.h. | Jun Hiroe | |
| 2013-07-11 | Merge pull request #1366 from authorNari/patch-1 | Yukihiro "Matz" Matsumoto | |
| add the name 'Narihiro Nakamura' | |||
| 2013-07-12 | add the name 'Narihiro Nakamura' | Narihiro Nakamura | |
