| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-04-22 | Merge pull request #42 from takahashim/fix-clean-mrblib | Yukihiro "Matz" Matsumoto | |
| Force to remove mrblib/mrblib.d | |||
| 2012-04-23 | force to remove mrblib/mrblib.d | takahashim | |
| 2012-04-23 | Merge branch 'master' of github.com:mruby/mruby | snaba | |
| 2012-04-22 | Merge pull request #35 from fceller/master | Yukihiro "Matz" Matsumoto | |
| simple fix for underflow / capture errors and warnings | |||
| 2012-04-22 | Merge pull request #37 from k-tsj/fix-proc-segv | Yukihiro "Matz" Matsumoto | |
| Fix SEGV when calling Proc object created by Proc.new | |||
| 2012-04-22 | Merge pull request #39 from MobiRuby/make_clean | Yukihiro "Matz" Matsumoto | |
| Fixed to forget to remove some files on 'make clean' | |||
| 2012-04-23 | update .gitignore based on pull-request #36 | Yukihiro Matsumoto | |
| 2012-04-22 | Merge pull request #40 from w-x-l/master | Yukihiro "Matz" Matsumoto | |
| Ignore files created from building | |||
| 2012-04-22 | Ignore files made from build | Wuffers Lightwolf | |
| 2012-04-23 | Fixed to forget to remove some files on 'make clean' | Yuichiro MASUI | |
| 2012-04-22 | Fix SEGV when calling Proc object created by Proc.new | Kazuki Tsujimoto | |
| 2012-04-22 | allow errors & warning to be captured | Frank Celler | |
| 2012-04-22 | simple fix for underflow | Frank Celler | |
| 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 | |
