summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2013-07-22change else formattingYukihiro "Matz" Matsumoto
2013-07-21Merge pull request #1396 from Archytaus/attr-perf-fixYukihiro "Matz" Matsumoto
2013-07-21Merge pull request #1395 from carsonmcdonald/fixdepcheckYukihiro "Matz" Matsumoto
2013-07-21Merge pull request #1393 from crimsonwoods/add-android-ndk-linux-x86_64-supportYukihiro "Matz" Matsumoto
2013-07-21Cleaned up some of the Module#attr testsRyan Scott
2013-07-21Reset the so-render benchmark so that it is what it was before my attr perfor...Ryan Scott
2013-07-21Merge branch 'master' into attr-perf-fixRyan Scott
2013-07-21Changed the attr methods in mrblib, so that they take advantage of validating...Ryan Scott
2013-07-21Slight cleanup of codeRyan Scott
2013-07-20Fail if dependency isn't foundCarson McDonald
2013-07-20Improve Android NDK toolchain support.crimsonwoods
2013-07-19Merge branch 'master' into attr-perf-fixRyan Scott
2013-07-19Wrote tests around attr, attr_reader, attr_writer, attr_accessorRyan Scott
2013-07-18Merge pull request #1382 from suzukaze/add-commentsYukihiro "Matz" Matsumoto
2013-07-18Merge pull request #1390 from kyab/mirb_historyYukihiro "Matz" Matsumoto
2013-07-18Merge pull request #1389 from carsonmcdonald/stringtestfixYukihiro "Matz" Matsumoto
2013-07-18Merge pull request #1391 from carsonmcdonald/fixfallbackarraysizeYukihiro "Matz" Matsumoto
2013-07-18Changed use of MRB_INT_MAX to MRB_INT_MAX-1Carson McDonald
2013-07-18Use env[USERPROFILE] for Windowskyab
2013-07-18First round of trying to improve the performance of attr_reader and attr_writ...Ryan Scott
2013-07-18Save mirb history when readline enabledkyab
2013-07-17Fix string test for so that it works for int16Carson McDonald
2013-07-16Merge pull request #1388 from carsonmcdonald/toplevelwarnfixYukihiro "Matz" Matsumoto
2013-07-16Merge pull request #1384 from xxuejie/customize-build-dirYukihiro "Matz" Matsumoto
2013-07-16Fix warning by making call explicitCarson McDonald
2013-07-16Merge pull request #1385 from suzukaze/refactor-returnYukihiro "Matz" Matsumoto
2013-07-15Repalace int with mrb_bool because a return value is boolean.Jun Hiroe
2013-07-15Allow programmers to specify build path manuallyXuejie "Rafael" Xiao
2013-07-14Merge pull request #1380 from suzukaze/refactor-pool.cYukihiro "Matz" Matsumoto
2013-07-14Merge pull request #1381 from suzukaze/refactor2-pool.cYukihiro "Matz" Matsumoto
2013-07-15Add comments.Jun Hiroe
2013-07-14Replace int with mrb_bool because a return value is boolean.Jun Hiroe
2013-07-14Replace 0 with NULL because struct pointer is set NULL in.Jun Hiroe
2013-07-14Merge pull request #1379 from suzukaze/refactor-gc.cYukihiro "Matz" Matsumoto
2013-07-14Merge pull request #1378 from suzukaze/refactor2-vm.cYukihiro "Matz" Matsumoto
2013-07-14Merge pull request #1377 from suzukaze/add-comments-in-variable.cYukihiro "Matz" Matsumoto
2013-07-14Merge pull request #1376 from suzukaze/replace-mrb_intern-in-random.cYukihiro "Matz" Matsumoto
2013-07-14Merge pull request #1375 from suzukaze/replace-mrb_internYukihiro "Matz" Matsumoto
2013-07-14Merge pull request #1374 from suzukaze/refactor-vm.cYukihiro "Matz" Matsumoto
2013-07-14Replace 0 with NULL because set NULL in sturct pointer.Jun Hiroe
2013-07-14Replace int with mrb_bool because return a value is boolean.Jun Hiroe
2013-07-14Replace 0 with FALSE and replace 1 with TRUE.Jun Hiroe
2013-07-14Add comments in variable.cJun Hiroe
2013-07-14Replace mrb_intern() with mrb_intern2() in random.cJun Hiroe
2013-07-14Replace mrb_intern() with mrb_intern2() or mrb_intern_cstr().Jun Hiroe
2013-07-14Replace 0 with NULL because NULL is used in struct pointer.Jun Hiroe
2013-07-13singleton class super initialize failedYukihiro "Matz" Matsumoto
2013-07-13make_metaclass should skip MRB_TT_ICLASS; close #1369Yukihiro "Matz" Matsumoto
2013-07-12Merge pull request #1368 from suzukaze/add-comments-in-opcode.hYukihiro "Matz" Matsumoto
2013-07-12Merge pull request #1367 from suzukaze/fix-indent-opcode.hYukihiro "Matz" Matsumoto