| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-11-14 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matz Matsumoto | |
| 2012-11-14 | make mrb_hash_keys() non static function | Yukihiro Matz Matsumoto | |
| 2012-11-13 | Merge pull request #548 from monaka/pr-remove-redundant-char | Yukihiro "Matz" Matsumoto | |
| Remove a redundant "%". | |||
| 2012-11-13 | fix the issue String#slice with Range may return broken String. | Tomoyuki Sahara | |
| 2012-11-13 | Remove a redundant "%". | Masaki Muranaka | |
| 2012-11-12 | modify aspec | skandhas | |
| 2012-11-12 | Merge branch 'add-cvars' into pr-add-class-variables | skandhas | |
| 2012-11-12 | should wrap associ in aref_args; close #529 | Yukihiro Matz Matsumoto | |
| 2012-11-09 | add Module#class_variables | skandhas | |
| 2012-11-09 | fix incorrect mrb->irep initialization | skandhas | |
| 2012-11-09 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matz Matsumoto | |
| 2012-11-09 | should initialize irep->flags | Yukihiro Matz Matsumoto | |
| 2012-11-08 | Merge pull request #541 from xxuejie/master | Yukihiro "Matz" Matsumoto | |
| Fix build on a c++ compiler | |||
| 2012-11-08 | Merge pull request #537 from iij/pr-adjust-length-after-chomp | Yukihiro "Matz" Matsumoto | |
| adjust string length after String#chomp! | |||
| 2012-11-08 | Fix build on c++ compiler | Xuejie Xiao | |
| 2012-11-08 | adjust string length after String#chomp! | Akira Yumiyama | |
| 2012-11-08 | avoid local variable declaration in the middle | nkshigeru | |
| 2012-11-07 | Merge pull request #530 from ↵ | Yukihiro "Matz" Matsumoto | |
| skandhas/pr_fix_instance_variables_result_contain_ivar_and_cvar The output of Kernel#instance_variables contains instance variables and ... | |||
| 2012-11-07 | Merge pull request #534 from skandhas/pr-compatible-with-msvc | Yukihiro "Matz" Matsumoto | |
| compatible with MSVC | |||
| 2012-11-07 | Ruby and align the behavior. | Akira Yumiyama | |
| 2012-11-07 | fix 'undefined method' error message. | Akira Yumiyama | |
| 2012-11-07 | compatible with MSVC | skandhas | |
| 2012-11-06 | The output of Object#instance_variables contains instance variables and ↵ | skandhas | |
| class variables. | |||
| 2012-11-05 | inline include/mruby/object.h | Yukihiro Matz Matsumoto | |
| 2012-11-04 | replace RBASIC by mrb_basic | Yukihiro Matz Matsumoto | |
| 2012-11-04 | remove FL_XXX macros | Yukihiro Matz Matsumoto | |
| 2012-11-04 | replace SYM2ID() by mrb_symbol() | Yukihiro Matz Matsumoto | |
| 2012-11-04 | remove reference to ruby_verbose and ruby_debug | Yukihiro Matz Matsumoto | |
| 2012-11-04 | replace RTEST() by mrb_test_p() | Yukihiro Matz Matsumoto | |
| 2012-11-04 | add new predicates mrb_string_p(),mrb_array_p(),mrb_hash_p() | Yukihiro Matz Matsumoto | |
| 2012-11-04 | replace SYMBOL_P() by mrb_symbol_p() | Yukihiro Matz Matsumoto | |
| 2012-11-04 | add mrb_float_p() | Yukihiro Matz Matsumoto | |
| 2012-11-04 | replace FIXNUM_P() by mrb_fixnum_p() | Yukihiro Matz Matsumoto | |
| 2012-11-03 | Module#dup should copy class methods as well | Yukihiro Matz Matsumoto | |
| 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-02 | Merge pull request #524 from iij/pr-backtrace | Yukihiro "Matz" Matsumoto | |
| show backtrace when mruby dies on unhandled exception | |||
| 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 | show all callinfo's. | Tomoyuki Sahara | |
| 2012-11-02 | don't print garbage entries. | Tomoyuki Sahara | |
| 2012-11-01 | fix when mruby parse embedded rd document, mruby throw a syntax error. | skandhas | |
| 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-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-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-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 | |
