summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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
2012-04-20Merge pull request #24 from takahashim/fix-git-commandYukihiro "Matz" Matsumoto
2012-04-20Made text edits to README.md to improve clarity.Nicholas
2012-04-21fix git commandstakahashim
2012-04-20Merge pull request #18 from pbhogan/masterYukihiro "Matz" Matsumoto
2012-04-20Merge pull request #19 from ranmocy/masterYukihiro "Matz" Matsumoto
2012-04-20fixed statement alignmentRanmocy
2012-04-20Merge pull request #17 from pbhogan/masterYukihiro "Matz" Matsumoto
2012-04-20#undef DEBUG for compatibility with environments that define DEBUG (like Xcode)Patrick Hogan
2012-04-20Fixed typos in usage message.Patrick Hogan
2012-04-20remove prototype for mrb_define_variable()Yukihiro Matsumoto
2012-04-20remove dependency to SIZEOF_LONG/LONG_LONGYukihiro Matsumoto
2012-04-20remove SIZEOF_FLOAT/DOUBLEYukihiro Matsumoto
2012-04-20remove dependency to SIZEOF___INT64Yukihiro Matsumoto
2012-04-20remove SIZEOF_SHORTYukihiro Matsumoto
2012-04-20Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-04-20Merge pull request #15 from fceller/masterYukihiro "Matz" Matsumoto
2012-04-20remove dependency to SIZEOF_INTYukihiro Matsumoto
2012-04-20remove dependency to SIZEOF_VOIDPYukihiro Matsumoto
2012-04-20assign will break under C++ even when included with extern CFrank Celler
2012-04-20Merge pull request #14 from sanrodari/patch-1Goro Kikuchi
2012-04-20TypoSantiago Rodriguez
2012-04-20Update: adding ISO Standard link and etc.Hidetaka Takano