summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2012-04-20Remove unnecessary check for size_t < 0Patrick Hogan
size_t can never be negative since it is an unsigned integer according to standard. Removed to silence warning. Signed-off-by: Patrick Hogan <[email protected]>
2012-04-20Merge pull request #22 from knf/patch-3Yukihiro "Matz" Matsumoto
Made text edits to README.md to improve clarity.
2012-04-20Merge pull request #24 from takahashim/fix-git-commandYukihiro "Matz" Matsumoto
fix git commands
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
#undef DEBUG for compatibility with environments that define DEBUG (like Xcode)
2012-04-20Merge pull request #19 from ranmocy/masterYukihiro "Matz" Matsumoto
fixed statement alignment
2012-04-20fixed statement alignmentRanmocy
2012-04-20Merge pull request #17 from pbhogan/masterYukihiro "Matz" Matsumoto
Fixed typos in usage message for mruby tool.
2012-04-20#undef DEBUG for compatibility with environments that define DEBUG (like Xcode)Patrick Hogan
Signed-off-by: Patrick Hogan <[email protected]>
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
Assign will break when used in a C++ environment
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
Typo
2012-04-20TypoSantiago Rodriguez
2012-04-20Update: adding ISO Standard link and etc.Hidetaka Takano
2012-04-20Merge pull request #12 from mattetti/masterYukihiro "Matz" Matsumoto
Updated the English README to fix some minor grammatical and spelling mistakes
2012-04-20updated the English README to fix some minor grammatical and spelling mistakesMatt Aimonetti
2012-04-20should not free mrb stack; a bug found&fixed by @miura1729Yukihiro Matsumoto
2012-04-20Update README.ja.mdHidetaka Takano
2012-04-20Add: README.ja markdown version.Hidetaka Takano
2012-04-20fixed the compile error when it comments out the definition of ↵snaba
INCLUDE_ENCODING and INCLUDE_REGEXP in mrbconf.h.
2012-04-20Update README.mdHidetaka Takano
2012-04-20Update README.mdHidetaka Takano
2012-04-20Del: notationHidetaka Takano
2012-04-20Update README.mdHidetaka Takano
2012-04-20add: markdown READMEHidetaka Takano
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-20add file header in mruby.hmimaki
2012-04-20Merge branch 'master' of github.com:mruby/mrubymimaki
2012-04-20typo fixed in irep.hmimaki
2012-04-20mod: mRuby -> mrubyHidetaka Takano
2012-04-20Merge pull request #8 from unak/c-specYukihiro "Matz" Matsumoto
Please respect the specification of C
2012-04-20Merge pull request #5 from mame/fix-percent-notationYukihiro "Matz" Matsumoto
make %(foo) work
2012-04-20Merge pull request #2 from fceller/masterYukihiro "Matz" Matsumoto
Fix for Linux
2012-04-20Update README.jaHidetaka Takano
2012-04-20Update READMEHidetaka Takano
2012-04-20Update READMEHidetaka Takano
2012-04-20Update MITL.jaHidetaka Takano
2012-04-19Merge pull request #7 from rystyle/masterHidetaka Takano
Text corrections.
2012-04-20the type of return values of tr->func_ii() and tr->func_si() is already ↵NAKAMURA Usaku
mrb_value, so no need to cast.