summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
2013-01-28Enable test for `Range#initialize`.Masamitsu MURASE
2013-01-24Add flags_after_librariesYuichiro MASUI
2013-01-24merge masterYuichiro MASUI
2013-01-22Fix pretty-print test missJon
2013-01-21Added flags_before_libraries to linkerYuichiro MASUI
2013-01-21resolve conflictsYukihiro Matz Matsumoto
2013-01-21Beautify the output of rakeDaniel Bovensiepen
2013-01-21build_config gets more flexibilityYuichiro MASUI
2013-01-20Merge pull request #755 from masuidrive/imprive_build_scriptsYukihiro "Matz" Matsumoto
2013-01-20Merge pull request #754 from masamitsu-murase/modify_undef_nodeYukihiro "Matz" Matsumoto
2013-01-20Merge pull request #753 from masamitsu-murase/modify_handling_of_quoted_strin...Yukihiro "Matz" Matsumoto
2013-01-20Improved build scripts and config filesYuichiro MASUI
2013-01-20Add test for `undef` and `alias`.Masamitsu MURASE
2013-01-20Add a test for quoted non-expanded string literal.Masamitsu MURASE
2013-01-20Add test for issue #750.Masamitsu MURASE
2013-01-09Test ruby library should depend on host's mrbc, not its own mrbcXuejie Xiao
2013-01-07add test cases for GC APINarihiro Nakamura
2013-01-07Run mrbgems test run on isolate mrb_state each rb file.Yuichiro MASUI
2013-01-05Add mruby_ldflags to mrbtestMATSUMOTO Ryosuke
2013-01-04add test for Module#method_defined?skandhas
2013-01-03Rebuild CRuby based building script without MakefileYuichiro MASUI
2012-12-29add test for Module#remove_methodskandhas
2012-12-25add test for Module#remove_class_variableskandhas
2012-12-23add test for Module#class_variable_defined?skandhas
2012-12-22Add MRUBY_CFLAGS / MRUBY_LDFLAGS to mrbgemsYuichiro MASUI
2012-12-21fix mrb_mod_cv_set and add test for Module#class_variable_setskandhas
2012-12-20add test for Module#class_variable_getskandhas
2012-12-19Modify String#bytes.Masamitsu MURASE
2012-12-17Moved some building script from GNU make to Ruby scriptYuichiro MASUI
2012-12-16Merge branch 'master' into use_ruby_for_buildingYuichiro MASUI
2012-12-16Moved some building script from GNU make to Ruby scriptYuichiro MASUI
2012-12-14rebuild binaries when mrbgem archives are updated.Tomoyuki Sahara
2012-12-09Added LDFLAGS to MakefilesYuichiro MASUI
2012-12-08Use only DISABLE_GEMS for feature request in include/mrbconf.hDaniel Bovensiepen
2012-12-06Merge remote-tracking branch 'mruby/master' into mrbgemsDaniel Bovensiepen
2012-12-05Merge pull request #567 from beoran/beoran_stack_overflow_fixYukihiro "Matz" Matsumoto
2012-12-05rename mrb_load_irep for mrbtest to be consistent to name changeDaniel Bovensiepen
2012-12-05rename mrb_load_irep etc. for naming consistencyYukihiro Matz Matsumoto
2012-12-05Merge remote-tracking branch 'mruby/master' into mrbgemsDaniel Bovensiepen
2012-12-03Array#[]= should return assigning value; close #584Yukihiro Matz Matsumoto
2012-12-03Ruby's Time#yday should start from 1; close #581Yukihiro Matz Matsumoto
2012-12-01Merge remote-tracking branch 'upstream/master' into mrbgemsDaniel Bovensiepen
2012-11-30Merge pull request #573 from skandhas/pr-add-Module-module_evalYukihiro "Matz" Matsumoto
2012-11-30add test for 'Abbreviated variable assignment as returns'skandhas
2012-11-27Merge remote-tracking branch 'upstream/master' into mrbgemsDaniel Bovensiepen
2012-11-27add Module#class_eval testskandhas
2012-11-27add Module#module_eval testskandhas
2012-11-26add Module#instance_methods testskandhas
2012-11-26Merge remote-tracking branch 'upstream/master' into mrbgemsDaniel Bovensiepen
2012-11-24add Module#include? testskandhas