| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-11-03 | cosmetic changes in mrb_obj_clone() | Yukihiro Matz Matsumoto | |
| 2012-11-03 | FALSE and STRING should not be converted to float for get_args("f"); close #525 | Yukihiro Matsumoto | |
| 2012-11-03 | ignore cfunc method in backtrace | Yukihiro Matsumoto | |
| 2012-11-03 | avoid trigraph (???) in backtrace | Yukihiro Matsumoto | |
| 2012-11-02 | Merge pull request #524 from iij/pr-backtrace | Yukihiro "Matz" Matsumoto | |
| show backtrace when mruby dies on unhandled exception | |||
| 2012-11-02 | Merge pull request #527 from iij/pr-mipseb-sigsegv | Yukihiro "Matz" Matsumoto | |
| Fix stack underflow in scope_body() caused by 18dd60c | |||
| 2012-11-02 | Merge pull request #526 from skandhas/pr-delete-needless-output-in-string | Yukihiro "Matz" Matsumoto | |
| delete needless output in String#[]= | |||
| 2012-11-02 | Fix stack underflow in scope_body() | Takashi Sogabe | |
| Commit #18dd60c causes side effects. This patch fixes stack underflow in scope_body(). | |||
| 2012-11-02 | delete needless output in String#[]= | skandhas | |
| 2012-11-02 | printf("%s", NULL) is not safe on some platforms. | Tomoyuki Sahara | |
| 2012-11-02 | fix compilation. | Tomoyuki Sahara | |
| 2012-11-02 | show line numbers in backtrace. | Tomoyuki Sahara | |
| 2012-11-02 | show all callinfo's. | Tomoyuki Sahara | |
| 2012-11-02 | don't print garbage entries. | Tomoyuki Sahara | |
| 2012-11-02 | show backtrace. | Tomoyuki Sahara | |
| 2012-11-02 | add test for 8cf42709 | Yukihiro Matsumoto | |
| 2012-11-01 | Merge pull request #523 from skandhas/pr-fix-embedded-rd-document | Yukihiro "Matz" Matsumoto | |
| fix when mruby parse embedded rd document, mruby throw a syntax error. | |||
| 2012-11-01 | Merge pull request #522 from bovi/add-test-string-bytes | Yukihiro "Matz" Matsumoto | |
| Add Test for String#bytes | |||
| 2012-11-01 | Add Test for String#each_byte | Daniel Bovensiepen | |
| 2012-11-01 | Add Test for String#bytes | Daniel Bovensiepen | |
| 2012-11-01 | fix when mruby parse embedded rd document, mruby throw a syntax error. | skandhas | |
| 2012-11-01 | Merge remote-tracking branch 'upstream/master' into mrbgems | Daniel Bovensiepen | |
| 2012-11-01 | String#each_byte to use String#bytes; close #508 | Yukihiro Matsumoto | |
| 2012-11-01 | add String#bytes to return bytes in a string | Yukihiro Matsumoto | |
| 2012-11-01 | OP_ADDI/OP_SUBI should handle integer overflow; close #518 | Yukihiro Matsumoto | |
| 2012-10-31 | Merge pull request #521 from iij/pr-fix-broken-variable-ref-next-statement | Yukihiro "Matz" Matsumoto | |
| fix: broken variable reference, use 'next' statement | |||
| 2012-10-31 | Merge pull request #519 from iij/pr-mruby-exit-status-with-mrb | Yukihiro "Matz" Matsumoto | |
| fix mruby exit status with mrb file. | |||
| 2012-11-01 | constant access should refer outer class/module; close #514 | Yukihiro Matsumoto | |
| 2012-10-31 | fix: broken variable reference, use 'next' statement | Kouki Ooyatsu | |
| Because the tree is gone pop() even if it is empty. | |||
| 2012-10-30 | fix mruby exit status with mrb file. | Akira Yumiyama | |
| 2012-10-29 | Merge pull request #515 from iij/pr-fix-mrb-format | Yukihiro "Matz" Matsumoto | |
| fixes *.mrb dump/load format with escaped character. | |||
| 2012-10-29 | Merge pull request #517 from ↵ | Yukihiro "Matz" Matsumoto | |
| skandhas/pr-fix-cannot-get-const-form-singleton-class fix cannot get/set const variable form singleton class | |||
| 2012-10-29 | Merge pull request #516 from monaka/pr-use-null-macro-instead-zero | Yukihiro "Matz" Matsumoto | |
| Use NULL instead of 0. | |||
| 2012-10-30 | fix cannot get/set const variable form singleton class | skandhas | |
| 2012-10-30 | Use NULL instead of 0. (It is not a bug fix but a cosmetic change.) | Masaki Muranaka | |
| 2012-10-30 | fixes *.mrb dump/load format with escaped character. | Akira Yumiyama | |
| - hex-style string support - mrb format changes like: - "\n" (before: \n -> after: \n) - '\n' (before: \n -> after: \\n) | |||
| 2012-10-28 | Merge pull request #512 from iij/pr-printf-return-value | Yukihiro "Matz" Matsumoto | |
| IO.printf returns nil on CRuby | |||
| 2012-10-28 | Merge pull request #513 from ↵ | Yukihiro "Matz" Matsumoto | |
| monaka/pr-not-use-memset-in-structure-initialization3 Use substitution instead of memset in structure initialization. | |||
| 2012-10-29 | Use substitution instead of memset in structure initialization. | Masaki Muranaka | |
| 2012-10-29 | IO.printf returns nil on CRuby | Tomoyuki Sahara | |
| 2012-10-29 | revert part of #507 for warning | Yukihiro Matsumoto | |
| 2012-10-28 | Merge pull request #510 from masuidrive/master | Yukihiro "Matz" Matsumoto | |
| define convert method mrb_int/mrb_float with C string | |||
| 2012-10-28 | Merge pull request #511 from iij/pr-no-method-error-mesg | Yukihiro "Matz" Matsumoto | |
| change the error message (NoMethodError, NameError) | |||
| 2012-10-28 | Merge pull request #507 from ↵ | Yukihiro "Matz" Matsumoto | |
| monaka/pr-not-use-memset-in-structure-initialization Use substitution instead of memset in structure initializations. | |||
| 2012-10-28 | change the error message (NoMethodError, NameError) | Akira Yumiyama | |
| 2012-10-27 | define convert method mrb_int/mrb_float with C string | Yuichiro MASUI | |
| 2012-10-26 | singleton classes should be able to have instance variables; close #509 | Yukihiro Matsumoto | |
| 2012-10-25 | Use substitution instead of memset in structure initialization. | Masaki Muranaka | |
| 2012-10-23 | prevent resource leak (outfile) | Yukihiro Matsumoto | |
| 2012-10-22 | Merge pull request #505 from monaka/pr-add-unformat-mrb_raise | Yukihiro "Matz" Matsumoto | |
| Change C API for raise. | |||
