summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2012-04-24Merge pull request #50 from mattn/e_flagYukihiro "Matz" Matsumoto
2012-04-24Merge pull request #49 from mattn/exit_codeYukihiro "Matz" Matsumoto
2012-04-25add -e flag.mattn
2012-04-25return 0 if code is generated.mattn
2012-04-24Merge pull request #48 from pbhogan/call-dfree-on-rdata-at-gcYukihiro "Matz" Matsumoto
2012-04-24Call dfree member on RData/MRB_TT_DATA when collectedPatrick Hogan
2012-04-24superclass should be a classYukihiro Matsumoto
2012-04-24EXPR_BEG by keywords is a start point of commands; backport r35457 from CRubyYukihiro Matsumoto
2012-04-24move header files {irep,dump,cdump,ritehash}.h to /include/mrubyYukihiro Matsumoto
2012-04-24change type of RString.size from size_t to longYukihiro Matsumoto
2012-04-24mv variable.h to mruby/variable.hYukihiro Matsumoto
2012-04-24remove st_hash_type commentYukihiro Matsumoto
2012-04-23remove code for unsupported taint-modeYukihiro Matsumoto
2012-04-23wrong type argument for mrb_funcallYukihiro Matsumoto
2012-04-23fix inheritance chain; fix #41Yukihiro Matsumoto
2012-04-23Merge pull request #44 from unak/__end__Yukihiro "Matz" Matsumoto
2012-04-23``__END__'' must start at the beginning of the line.NAKAMURA Usaku
2012-04-22Merge pull request #43 from unak/__end__Yukihiro "Matz" Matsumoto
2012-04-23Support ``__END__'' as the mark of the end of a script (ISO Ruby).NAKAMURA Usaku
2012-04-23Merge branch 'master' of github.com:mruby/mrubymimaki
2012-04-23add file headermimaki
2012-04-22Merge pull request #42 from takahashim/fix-clean-mrblibYukihiro "Matz" Matsumoto
2012-04-23force to remove mrblib/mrblib.dtakahashim
2012-04-23Merge branch 'master' of github.com:mruby/mrubysnaba
2012-04-22Merge pull request #35 from fceller/masterYukihiro "Matz" Matsumoto
2012-04-22Merge pull request #37 from k-tsj/fix-proc-segvYukihiro "Matz" Matsumoto
2012-04-22Merge pull request #39 from MobiRuby/make_cleanYukihiro "Matz" Matsumoto
2012-04-23update .gitignore based on pull-request #36Yukihiro Matsumoto
2012-04-22Merge pull request #40 from w-x-l/masterYukihiro "Matz" Matsumoto
2012-04-22Ignore files made from buildWuffers Lightwolf
2012-04-23Fixed to forget to remove some files on 'make clean'Yuichiro MASUI
2012-04-22Fix SEGV when calling Proc object created by Proc.newKazuki Tsujimoto
2012-04-22allow errors & warning to be capturedFrank Celler
2012-04-22simple fix for underflowFrank Celler
2012-04-21only increment position, if no error has occuredFrank Celler
2012-04-21Merge pull request #31 from lucasdicioccio/masterYukihiro "Matz" Matsumoto
2012-04-21typo in the node's commentlucas dicioccio
2012-04-21replace st.[ch] to remove SIZEOF_ST_INDEX_TYukihiro Matsumoto
2012-04-21object instance variable do not use st.cYukihiro Matsumoto
2012-04-21remove plain README fileYukihiro Matsumoto
2012-04-21remove Japanese filesYukihiro Matsumoto
2012-04-21update README.ja.mdYukihiro Matsumoto
2012-04-21update licensing issue and how to contributeYukihiro Matsumoto
2012-04-21update ISO link URL from Japanese pageYukihiro Matsumoto
2012-04-21avoid integer overflowYukihiro Matsumoto
2012-04-20Merge pull request #25 from pbhogan/remove-unnecessary-checkYukihiro "Matz" Matsumoto
2012-04-21Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-04-21use %zd for size_t argumentYukihiro Matsumoto
2012-04-20Remove unnecessary check for size_t < 0Patrick Hogan
2012-04-20Merge pull request #22 from knf/patch-3Yukihiro "Matz" Matsumoto