summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2012-04-23``__END__'' must start at the beginning of the line.NAKAMURA Usaku
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-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-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-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-21avoid integer overflowYukihiro Matsumoto
2012-04-20Merge pull request #25 from pbhogan/remove-unnecessary-checkYukihiro "Matz" Matsumoto
2012-04-21use %zd for size_t argumentYukihiro Matsumoto
2012-04-20Remove unnecessary check for size_t < 0Patrick Hogan
2012-04-20remove prototype for mrb_define_variable()Yukihiro Matsumoto
2012-04-20remove dependency to SIZEOF_LONG/LONG_LONGYukihiro Matsumoto
2012-04-20remove dependency to SIZEOF___INT64Yukihiro Matsumoto
2012-04-20remove dependency to SIZEOF_INTYukihiro Matsumoto
2012-04-20remove dependency to SIZEOF_VOIDPYukihiro Matsumoto
2012-04-20should not free mrb stack; a bug found&fixed by @miura1729Yukihiro Matsumoto
2012-04-20fixed the compile error when it comments out the definition of INCLUDE_ENCODI...snaba
2012-04-20Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-04-20move src/mdata.h to include/mruby/data.hYukihiro Matsumoto
2012-04-20Merge branch 'master' of github.com:mruby/mrubymimaki
2012-04-20typo fixed in irep.hmimaki
2012-04-20Merge pull request #8 from unak/c-specYukihiro "Matz" Matsumoto
2012-04-20Merge pull request #5 from mame/fix-percent-notationYukihiro "Matz" Matsumoto
2012-04-20Merge pull request #2 from fceller/masterYukihiro "Matz" Matsumoto
2012-04-20the type of return values of tr->func_ii() and tr->func_si() is already mrb_v...NAKAMURA Usaku
2012-04-20void* does not have its size.NAKAMURA Usaku
2012-04-20make %(foo) workYusuke Endoh
2012-04-20no need to pre-allocate method tableYukihiro Matsumoto
2012-04-20linux compiler does not like double use of va_listFrank Celler
2012-04-20fixed wrong malloc sizeFrank Celler
2012-04-20undef Module#newYukihiro Matsumoto
2012-04-20wrong inheritance chain from singleton classYukihiro Matsumoto
2012-04-20fix Makefile: quoted CC/LL are heap up to each Makefiles.mattn
2012-04-20add mruby sourcesmimaki