| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-04-21 | only increment position, if no error has occured | Frank Celler | |
| 2012-04-21 | Merge pull request #31 from lucasdicioccio/master | Yukihiro "Matz" Matsumoto | |
| simple typo in a comment | |||
| 2012-04-21 | typo in the node's comment | lucas dicioccio | |
| 2012-04-21 | replace st.[ch] to remove SIZEOF_ST_INDEX_T | Yukihiro Matsumoto | |
| 2012-04-21 | object instance variable do not use st.c | Yukihiro Matsumoto | |
| 2012-04-21 | remove plain README file | Yukihiro Matsumoto | |
| 2012-04-21 | remove Japanese files | Yukihiro Matsumoto | |
| 2012-04-21 | update README.ja.md | Yukihiro Matsumoto | |
| 2012-04-21 | update licensing issue and how to contribute | Yukihiro Matsumoto | |
| 2012-04-21 | update ISO link URL from Japanese page | Yukihiro Matsumoto | |
| 2012-04-21 | avoid integer overflow | Yukihiro Matsumoto | |
| 2012-04-20 | Merge pull request #25 from pbhogan/remove-unnecessary-check | Yukihiro "Matz" Matsumoto | |
| Remove unnecessary check for size_t < 0 | |||
| 2012-04-21 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matsumoto | |
| 2012-04-21 | use %zd for size_t argument | Yukihiro Matsumoto | |
| 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 | 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 | |
