summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2013-02-25rename assert_raises to assert_raiseYukihiro Matz Matsumoto
2013-02-25remove assert_instance_of and assert_kind_of which might hinder duck typingYukihiro Matz Matsumoto
2013-02-25rename assert_includes to assert_includeYukihiro Matz Matsumoto
2013-02-25Merge branch 'pr-mrbtest-assert-ext' of https://github.com/iij/mruby into iij...Yukihiro Matz Matsumoto
2013-02-24Merge pull request #883 from masamitsu-murase/modify_node_rescue_handlingYukihiro "Matz" Matsumoto
2013-02-25Add more tests for `begin` and `rescue`.Masamitsu MURASE
2013-02-25Adjust stack position of NODE_RESCUE.Masamitsu MURASE
2013-02-23Merge pull request #878 from monaka/pr-reduce-sprintfYukihiro "Matz" Matsumoto
2013-02-23Merge pull request #875 from monaka/pr-enable-building-libmruby-with-DISABLE_...Yukihiro "Matz" Matsumoto
2013-02-23Merge pull request #879 from monaka/pr-remove-redundant-funcallsYukihiro "Matz" Matsumoto
2013-02-23Merge pull request #876 from masuidrive/fixed_build_systemYukihiro "Matz" Matsumoto
2013-02-24Remove commented out code. Remove redundant function calls.Masaki Muranaka
2013-02-23Reduce sprintf() calls. Remove mrb_int_to_str() and MRB_INT_FORMAT.Masaki Muranaka
2013-02-23Support to build on pwd != mruby source rootYuichiro MASUI
2013-02-23Fix errors caused by stdio.h dependent code.Masaki Muranaka
2013-02-22Merge pull request #872 from monaka/pr-fix-mrb_fix2strYukihiro "Matz" Matsumoto
2013-02-22Merge pull request #873 from monaka/pr-cleanup-numeric-20130223Yukihiro "Matz" Matsumoto
2013-02-23Cleanup shift operations.Masaki Muranaka
2013-02-23Fix an underlying bug. flodivmod() will be crashed in case ((y == 0) && ((div...Masaki Muranaka
2013-02-23Add a comment.Masaki Muranaka
2013-02-23Remove a comment at an unsuitable place.Masaki Muranaka
2013-02-23Cosmetic changes. Just added empty lines.Masaki Muranaka
2013-02-23Fix mrb_fix2str() to enable handling some negative values correctly. This fix...Masaki Muranaka
2013-02-22Merge pull request #870 from mattn/regexp_compileYukihiro "Matz" Matsumoto
2013-02-22Call compile method to override to memolize instancesmattn
2013-02-22Fix indentmattn
2013-02-22add assert_{includes,instance_of,kind_of,raises} methods.Akira Yumiyama
2013-02-21better comment description for mrbconf.h configurationYukihiro Matz Matsumoto
2013-02-21remove unused HAVE_UNISTD_H altogether; ref #865Yukihiro Matz Matsumoto
2013-02-21Merge pull request #865 from brainopia/mrbconfYukihiro "Matz" Matsumoto
2013-02-21Merge pull request #864 from nkshigeru/build_for_vcYukihiro "Matz" Matsumoto
2013-02-21Clean up mrbconf.hbrainopia
2013-02-21fix access denied error at incremental buildnkshigeru
2013-02-21compile /a/ as ::Regexp.new("a")Yukihiro Matz Matsumoto
2013-02-21print the error message before abort()Yukihiro Matz Matsumoto
2013-02-20rename RVALUE union membersYukihiro Matz Matsumoto
2013-02-20Merge branch 'master' of github.com:mruby/mrubyYukihiro Matz Matsumoto
2013-02-20add RData entrie to RVALUE unionYukihiro Matz Matsumoto
2013-02-19Merge pull request #863 from nkshigeru/gemtest_for_vcYukihiro "Matz" Matsumoto
2013-02-20declare local variable at the start of a block in generated gem_test.cnkshigeru
2013-02-19Merge pull request #861 from cremno/regexp-parser-bugfixYukihiro "Matz" Matsumoto
2013-02-19Merge pull request #860 from iij/pr-gsub-testYukihiro "Matz" Matsumoto
2013-02-19Merge pull request #855 from masamitsu-murase/support_parser_dump_for_regexp_...Yukihiro "Matz" Matsumoto
2013-02-19Merge pull request #853 from cremno/pluggable-regex-msvc-fixYukihiro "Matz" Matsumoto
2013-02-19Merge pull request #857 from mattn/remove_commentYukihiro "Matz" Matsumoto
2013-02-19s must not be freed, removed space in exc msgCremno
2013-02-20update String#gsub testAkira Yumiyama
2013-02-18Remove needless commentmattn
2013-02-18parser_dump supports NODE_REGEX.Masamitsu MURASE
2013-02-18vars must be declared at the start of a blockCremno