| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-04-20 | Remove unnecessary check for size_t < 0 | Patrick 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-20 | Merge pull request #22 from knf/patch-3 | Yukihiro "Matz" Matsumoto | |
| Made text edits to README.md to improve clarity. | |||
| 2012-04-20 | Merge pull request #24 from takahashim/fix-git-command | Yukihiro "Matz" Matsumoto | |
| fix git commands | |||
| 2012-04-20 | Made text edits to README.md to improve clarity. | Nicholas | |
| 2012-04-21 | fix git commands | takahashim | |
| 2012-04-20 | Merge pull request #18 from pbhogan/master | Yukihiro "Matz" Matsumoto | |
| #undef DEBUG for compatibility with environments that define DEBUG (like Xcode) | |||
| 2012-04-20 | Merge pull request #19 from ranmocy/master | Yukihiro "Matz" Matsumoto | |
| fixed statement alignment | |||
| 2012-04-20 | fixed statement alignment | Ranmocy | |
| 2012-04-20 | Merge pull request #17 from pbhogan/master | Yukihiro "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-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 | fixed the compile error when it comments out the definition of ↵ | snaba | |
| INCLUDE_ENCODING and INCLUDE_REGEXP in mrbconf.h. | |||
| 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. | |||
