| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-04-20 | put spaces after if/while | Yukihiro "Matz" Matsumoto | |
| 2013-04-20 | wrong type cast | Yukihiro "Matz" Matsumoto | |
| 2013-04-20 | small consmetic fix | Yukihiro "Matz" Matsumoto | |
| 2013-04-20 | fix test to check class variables in superclasses | Yukihiro "Matz" Matsumoto | |
| 2013-04-20 | Module#class_variables should check superclasses | Yukihiro "Matz" Matsumoto | |
| 2013-04-20 | Merge pull request #1194 from carsonmcdonald/rtomissingimpl | Yukihiro "Matz" Matsumoto | |
| Implement respond_to_missing? | |||
| 2013-04-20 | Add implementation for respond_to_missing? | Carson McDonald | |
| 2013-04-20 | Add a test for respond_to_missing? | Carson McDonald | |
| 2013-04-19 | Merge pull request #1191 from h2so5/refactor-kernel-and-class | Yukihiro "Matz" Matsumoto | |
| Refactor kernel.c and class.c | |||
| 2013-04-19 | Merge pull request #1190 from lateau/master | Yukihiro "Matz" Matsumoto | |
| tiny fix on parser.y: change isxdigit to ISXDIGIT | |||
| 2013-04-20 | Refactor kernel.c and class.c | h2so5 | |
| 2013-04-20 | use ISXDIGIT instead isxdigit on parser.y:3485 | Daehyub Kim | |
| 2013-04-19 | Merge pull request #1189 from h2so5/mruby-string-ext-addition | Yukihiro "Matz" Matsumoto | |
| Add mruby-string-ext methods | |||
| 2013-04-19 | Add String#swapcase,swapcase!,concat,casecmp,start_with,end_with | h2so5 | |
| 2013-04-18 | Merge pull request #1188 from h2so5/make-str_modify-public | Yukihiro "Matz" Matsumoto | |
| Make str_modify public | |||
| 2013-04-19 | Make str_modify public | h2so5 | |
| 2013-04-17 | Merge pull request #1187 from h2so5/mruby-proc-ext | Yukihiro "Matz" Matsumoto | |
| Add mruby-proc-ext | |||
| 2013-04-17 | Add mruby-proc-ext | h2so5 | |
| 2013-04-17 | Merge pull request #1186 from carsonmcdonald/mrbcfixup | Yukihiro "Matz" Matsumoto | |
| Minor format changes and a typo fix | |||
| 2013-04-17 | Merge pull request #1184 from iij/pr-ensure-on-correct-stack | Yukihiro "Matz" Matsumoto | |
| Rollback stack before executing ensure clause. | |||
| 2013-04-17 | Fix typo. | Carson McDonald | |
| 2013-04-17 | Minor code format changes. | Carson McDonald | |
| 2013-04-17 | catching NameError here is not desirable. | Tomoyuki Sahara | |
| 2013-04-17 | rollback stack before executing ensure clause. | Tomoyuki Sahara | |
| 2013-04-16 | Merge pull request #1183 from h2so5/proc-arity | Yukihiro "Matz" Matsumoto | |
| Add Proc#arity | |||
| 2013-04-16 | Add Proc#arity | h2so5 | |
| 2013-04-14 | Merge pull request #1182 from trmmy/move_tools | Yukihiro "Matz" Matsumoto | |
| Update doc/compile/README.md about mruby and mirb | |||
| 2013-04-14 | Merge pull request #1180 from trmmy/typo | Yukihiro "Matz" Matsumoto | |
| Add closing double-quotes to doc/compile/README.md | |||
| 2013-04-14 | Merge pull request #1181 from trmmy/follow_readme_adding_vs2010.rake | Yukihiro "Matz" Matsumoto | |
| Add "Visual Studio 2010" subsection to "Toolchains" section of doc/compile/README.md | |||
| 2013-04-14 | Merge pull request #1179 from carsonmcdonald/mrubyhtypofix | Yukihiro "Matz" Matsumoto | |
| Fix "implementaion" to "implementation" | |||
| 2013-04-15 | Update doc/compile/README.md about mruby and mirb | TERAJIMA, Motoyuki | |
| 2013-04-14 | Add Visual Studio 2010 subsection to Toolchains section of README.md | TERAJIMA, Motoyuki | |
| To follow h2so5/add-vs2010-toolchain | |||
| 2013-04-14 | Fix "implementaion" to "implementation" | Carson McDonald | |
| 2013-04-14 | Add closing double-quotes | TERAJIMA, Motoyuki | |
| 2013-04-14 | Merge pull request #1178 from h2so5/mruby-range-ext | Yukihiro "Matz" Matsumoto | |
| Add mruby-range-ext | |||
| 2013-04-14 | Add mruby-range-ext | h2so5 | |
| 2013-04-13 | Merge pull request #1175 from kurodash/pr-irep-idx-overflow | Yukihiro "Matz" Matsumoto | |
| Fixed irep index overflows, when defining new closure. | |||
| 2013-04-12 | Merge pull request #1176 from h2so5/add-vs2010-toolchain | Yukihiro "Matz" Matsumoto | |
| Add vs2010.rake | |||
| 2013-04-13 | move no block check to mrb_yield_internal | Yukihiro "Matz" Matsumoto | |
| 2013-04-13 | Add vs2010.rake | h2so5 | |
| 2013-04-13 | add no block check; based on patch from h2so5; close #1174 | Yukihiro "Matz" Matsumoto | |
| 2013-04-12 | Fixed irep index overflows, when defining new closure. | kurodash | |
| Issue #1137. In the present implementation, when calling mrb_load_string continuously, irep is not released. Therefore, a 16-bit index was overflowing. | |||
| 2013-04-11 | Merge pull request #1173 from carsonmcdonald/alwaysbuildlibmrubya | Yukihiro "Matz" Matsumoto | |
| Don't ignore host when adding libmruby.a to deps | |||
| 2013-04-11 | Don't ignore host when adding libmruby.a to deps. | Carson McDonald | |
| 2013-04-11 | string interpolation (#{foo}) does stringify implicitly; no need to call #to_s | Yukihiro "Matz" Matsumoto | |
| 2013-04-11 | Merge branch 'fix-type-error-message' of https://github.com/h2so5/mruby into ↵ | Yukihiro "Matz" Matsumoto | |
| h2so5-fix-type-error-message | |||
| 2013-04-11 | Fix TypeError messages | h2so5 | |
| 2013-04-11 | Merge branch 'monaka-pr-move-mirb-mruby-to-mrbgems' | Yukihiro "Matz" Matsumoto | |
| 2013-04-11 | rename mruby,mirb gems to mruby-bin-{mruby,mirb} | Yukihiro "Matz" Matsumoto | |
| 2013-04-11 | Merge pull request #1170 from h2so5/add-verbose-mode-to-mirb | Yukihiro "Matz" Matsumoto | |
| Add verbose mode to mirb | |||
