summaryrefslogtreecommitdiffhomepage
path: root/test/t
AgeCommit message (Expand)Author
2013-04-16Add Proc#arityh2so5
2013-04-10Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-04-09although I understand the intntion of 039679f1, consuming all memory in the t...Yukihiro "Matz" Matsumoto
2013-04-06Add a comment. Kernel#require is defined in the mrbgem.Masaki Muranaka
2013-04-06Add some tests.Masaki Muranaka
2013-04-04Add one more test for NameError#initialize. As we support NameError#name.Masaki Muranaka
2013-04-04Add test for NameError#nameMasaki Muranaka
2013-04-02Add comments: some methods is defined in mrbgems.Masaki Muranaka
2013-04-02Add comments: eval method is defined in mrbgems.Masaki Muranaka
2013-04-02Add "Comparable" to labels.Masaki Muranaka
2013-04-02Add test cases.Masaki Muranaka
2013-04-01bugfix: Kernel#!=, and add #!= testcase.Kouki Ooyatsu
2013-03-19%I %i literalFUKUZAWA-Tadashi
2013-03-17bugfix about escaping '\n'FUKUZAWA-Tadashi
2013-03-17refactor heredoc identifierFUKUZAWA-Tadashi
2013-03-17implement literal %W %w %sFUKUZAWA-Tadashi
2013-03-03implement heredocFUKUZAWA-Tadashi
2013-03-01Pluggable Structmattn
2013-02-28Pluggable Mathmattn
2013-02-27Merge pull request #889 from mattn/pluggable_timeYukihiro "Matz" Matsumoto
2013-02-27Increase TEST_INFINITE_RECURSION_MAX value from 100000 to 1000000 because mod...Masamitsu MURASE
2013-02-26Pluggable Time classmattn
2013-02-25Add more tests for `begin` and `rescue`.Masamitsu MURASE
2013-02-20update String#gsub testAkira Yumiyama
2013-02-18adopt String#gsub to fixed split behaviorYukihiro Matz Matsumoto
2013-02-17Merge pull request #847 from bovi/gsubYukihiro "Matz" Matsumoto
2013-02-17String#gsub fix with last characterDaniel Bovensiepen
2013-02-16Add Module#remove_const testDaniel Bovensiepen
2013-02-12Added String#sub/sub! and String#gsub/gsub!Yuichiro MASUI
2013-01-28Enable test for `Range#initialize`.Masamitsu MURASE
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-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-07add test cases for GC APINarihiro Nakamura
2013-01-04add test for Module#method_defined?skandhas
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-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-05Merge pull request #567 from beoran/beoran_stack_overflow_fixYukihiro "Matz" Matsumoto
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-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-27add Module#class_eval testskandhas
2012-11-27add Module#module_eval testskandhas