| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-04-20 | Merge pull request #17 from pbhogan/master | Yukihiro "Matz" Matsumoto | |
| Fixed typos in usage message for mruby tool. | |||
| 2012-04-20 | Fixed typos in usage message. | Patrick Hogan | |
| 2012-04-20 | remove prototype for mrb_define_variable() | Yukihiro Matsumoto | |
| 2012-04-20 | remove dependency to SIZEOF_LONG/LONG_LONG | Yukihiro Matsumoto | |
| 2012-04-20 | remove SIZEOF_FLOAT/DOUBLE | Yukihiro Matsumoto | |
| 2012-04-20 | remove dependency to SIZEOF___INT64 | Yukihiro Matsumoto | |
| 2012-04-20 | remove SIZEOF_SHORT | Yukihiro Matsumoto | |
| 2012-04-20 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matsumoto | |
| 2012-04-20 | Merge pull request #15 from fceller/master | Yukihiro "Matz" Matsumoto | |
| Assign will break when used in a C++ environment | |||
| 2012-04-20 | remove dependency to SIZEOF_INT | Yukihiro Matsumoto | |
| 2012-04-20 | remove dependency to SIZEOF_VOIDP | Yukihiro Matsumoto | |
| 2012-04-20 | assign will break under C++ even when included with extern C | Frank Celler | |
| 2012-04-20 | Merge pull request #14 from sanrodari/patch-1 | Goro Kikuchi | |
| Typo | |||
| 2012-04-20 | Typo | Santiago Rodriguez | |
| 2012-04-20 | Update: adding ISO Standard link and etc. | Hidetaka Takano | |
| 2012-04-20 | Merge pull request #12 from mattetti/master | Yukihiro "Matz" Matsumoto | |
| Updated the English README to fix some minor grammatical and spelling mistakes | |||
| 2012-04-20 | updated the English README to fix some minor grammatical and spelling mistakes | Matt Aimonetti | |
| 2012-04-20 | should not free mrb stack; a bug found&fixed by @miura1729 | Yukihiro Matsumoto | |
| 2012-04-20 | Update README.ja.md | Hidetaka Takano | |
| 2012-04-20 | Add: README.ja markdown version. | Hidetaka Takano | |
| 2012-04-20 | Update README.md | Hidetaka Takano | |
| 2012-04-20 | Update README.md | Hidetaka Takano | |
| 2012-04-20 | Del: notation | Hidetaka Takano | |
| 2012-04-20 | Update README.md | Hidetaka Takano | |
| 2012-04-20 | add: markdown README | Hidetaka Takano | |
| 2012-04-20 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matsumoto | |
| 2012-04-20 | move src/mdata.h to include/mruby/data.h | Yukihiro Matsumoto | |
| 2012-04-20 | add file header in mruby.h | mimaki | |
| 2012-04-20 | Merge branch 'master' of github.com:mruby/mruby | mimaki | |
| 2012-04-20 | typo fixed in irep.h | mimaki | |
| 2012-04-20 | mod: mRuby -> mruby | Hidetaka Takano | |
| 2012-04-20 | Merge pull request #8 from unak/c-spec | Yukihiro "Matz" Matsumoto | |
| Please respect the specification of C | |||
| 2012-04-20 | Merge pull request #5 from mame/fix-percent-notation | Yukihiro "Matz" Matsumoto | |
| make %(foo) work | |||
| 2012-04-20 | Merge pull request #2 from fceller/master | Yukihiro "Matz" Matsumoto | |
| Fix for Linux | |||
| 2012-04-20 | Update README.ja | Hidetaka Takano | |
| 2012-04-20 | Update README | Hidetaka Takano | |
| 2012-04-20 | Update README | Hidetaka Takano | |
| 2012-04-20 | Update MITL.ja | Hidetaka Takano | |
| 2012-04-19 | Merge pull request #7 from rystyle/master | Hidetaka Takano | |
| Text corrections. | |||
| 2012-04-20 | the type of return values of tr->func_ii() and tr->func_si() is already ↵ | NAKAMURA Usaku | |
| mrb_value, so no need to cast. | |||
| 2012-04-20 | void* does not have its size. | NAKAMURA Usaku | |
| 2012-04-20 | MRUBY_OBJECT_HEADER is always used with `;', but, in the definition of a ↵ | NAKAMURA Usaku | |
| struct, you cannot include any statement except declarations, even if the statement is void statement. | |||
| 2012-04-20 | In mruby.h, there is no definitions of RSTRING_* here, so cannot compile if ↵ | NAKAMURA Usaku | |
| the compiler is not GCC. | |||
| 2012-04-20 | remove old TODO list | roco | |
| 2012-04-20 | Translate TODO list | roco | |
| 2012-04-20 | updated English text to reflect original Japanese | roco | |
| 2012-04-20 | another spelling issue | roco | |
| 2012-04-20 | corrected some grammar and spelling issues | roco | |
| 2012-04-20 | removed extra tabs and spaces | roco | |
| 2012-04-20 | Update README | Hidetaka Takano | |
