| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-04-24 | Merge pull request #50 from mattn/e_flag | Yukihiro "Matz" Matsumoto | |
| add -e flag. | |||
| 2012-04-24 | Merge pull request #49 from mattn/exit_code | Yukihiro "Matz" Matsumoto | |
| return 0 if code is generated. | |||
| 2012-04-25 | add -e flag. | mattn | |
| 2012-04-25 | return 0 if code is generated. | mattn | |
| 2012-04-24 | Merge pull request #48 from pbhogan/call-dfree-on-rdata-at-gc | Yukihiro "Matz" Matsumoto | |
| Call dfree member on RData / MRB_TT_DATA when collected | |||
| 2012-04-24 | Call dfree member on RData/MRB_TT_DATA when collected | Patrick Hogan | |
| Signed-off-by: Patrick Hogan <[email protected]> | |||
| 2012-04-24 | superclass should be a class | Yukihiro Matsumoto | |
| 2012-04-24 | EXPR_BEG by keywords is a start point of commands; backport r35457 from CRuby | Yukihiro Matsumoto | |
| 2012-04-24 | move header files {irep,dump,cdump,ritehash}.h to /include/mruby | Yukihiro Matsumoto | |
| 2012-04-24 | change type of RString.size from size_t to long | Yukihiro Matsumoto | |
| 2012-04-24 | mv variable.h to mruby/variable.h | Yukihiro Matsumoto | |
| 2012-04-24 | remove st_hash_type comment | Yukihiro Matsumoto | |
| 2012-04-23 | remove code for unsupported taint-mode | Yukihiro Matsumoto | |
| 2012-04-23 | wrong type argument for mrb_funcall | Yukihiro Matsumoto | |
| 2012-04-23 | fix inheritance chain; fix #41 | Yukihiro Matsumoto | |
| 2012-04-23 | Merge pull request #44 from unak/__end__ | Yukihiro "Matz" Matsumoto | |
| ``__END__'' must start at the beginning of the line. | |||
| 2012-04-23 | ``__END__'' must start at the beginning of the line. | NAKAMURA Usaku | |
| 2012-04-22 | Merge pull request #43 from unak/__end__ | Yukihiro "Matz" Matsumoto | |
| Support ``__END__'' as the mark of the end of a script (ISO Ruby). | |||
| 2012-04-23 | Support ``__END__'' as the mark of the end of a script (ISO Ruby). | NAKAMURA Usaku | |
| 2012-04-23 | Merge branch 'master' of github.com:mruby/mruby | mimaki | |
| Conflicts: src/variable.c | |||
| 2012-04-23 | add file header | mimaki | |
| 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. | |||
