| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2013-04-11 | Add verbose mode to mirb | h2so5 | |
| 2013-04-11 | Move mirb and mruby to mrbgems. | Masaki Muranaka | |
| 2013-04-10 | Merge pull request #1168 from monaka/pr-update-gem-application | Yukihiro "Matz" Matsumoto | |
| Update gem application support. | |||
| 2013-04-11 | Move apps in gems to #{MRUBY_ROOT}/bin/ when apps is built for "host". | Masaki Muranaka | |
| 2013-04-11 | Use not tool/ but tools/. This is for naming consistency. | Masaki Muranaka | |
| 2013-04-11 | Cosmetic changes. | Masaki Muranaka | |
| 2013-04-10 | Merge pull request #1167 from h2so5/refactor-mrb-strdump | Yukihiro "Matz" Matsumoto | |
| Refactor mrb_str_dump | |||
| 2013-04-10 | Refactor mrb_str_dump | h2so5 | |
| 2013-04-09 | Merge pull request #1166 from h2so5/mrbc-replace-malloc | Yukihiro "Matz" Matsumoto | |
| Replace malloc with mrb_malloc in mrbc | |||
| 2013-04-10 | Replace malloc with mrb_malloc in mrbc | h2so5 | |
| 2013-04-09 | Merge pull request #1162 from h2so5/error-for-external-command-execution | Yukihiro "Matz" Matsumoto | |
| Add NotImplementedError for Kernel.` and Kernel#` | |||
| 2013-04-09 | Merge pull request #1163 from h2so5/show-version-once | Yukihiro "Matz" Matsumoto | |
| Show version only once with '-v' option in mruby/mrbc | |||
| 2013-04-09 | Merge pull request #1164 from h2so5/add-validation-for-c-symbol | Yukihiro "Matz" Matsumoto | |
| Add validation for C language symbol name | |||
| 2013-04-09 | Merge pull request #1165 from iij/pr-fix-mirb | Yukihiro "Matz" Matsumoto | |
| Fix mirb to use readline | |||
| 2013-04-10 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2013-04-09 | Fix mirb to use readline | Akito Mochizuki | |
| 2013-04-09 | Add validation for C language symbol name | h2so5 | |
| 2013-04-09 | preparation for tail call optimization (still has bugs) | Yukihiro "Matz" Matsumoto | |
| 2013-04-09 | Show version only once with '-v' option in mruby/mrbc | h2so5 | |
| 2013-04-09 | Add NotImplementedError for Kernel.` and Kernel#` | h2so5 | |
| 2013-04-09 | although I understand the intntion of 039679f1, consuming all memory in the ↵ | Yukihiro "Matz" Matsumoto | |
| test program is not a good idea | |||
| 2013-04-09 | target_class should not be TT_ICLASS; close #1152 | Yukihiro "Matz" Matsumoto | |
| 2013-04-09 | nregs size was too big (off by one); close #1137 | Yukihiro "Matz" Matsumoto | |
| 2013-04-08 | Merge pull request #1144 from monaka/pr-add-iso-conformance-tests-20130406 | Yukihiro "Matz" Matsumoto | |
| Add more ISO conformance tests. | |||
| 2013-04-08 | Merge pull request #1157 from monaka/pr-add-ARGV-to-mirb | Yukihiro "Matz" Matsumoto | |
| Add ARGV constant. It is not required by ISO. Compatibility with CRuby. | |||
| 2013-04-08 | Merge pull request #1161 from h2so5/fix-memory-leak-in-mirb | Yukihiro "Matz" Matsumoto | |
| Fix a memory leak in mirb | |||
| 2013-04-08 | Fix a memory leak in mirb | h2so5 | |
| 2013-04-08 | Merge pull request #1150 from monaka/pr-add-test-runner-support | Yukihiro "Matz" Matsumoto | |
| Add "test runner" support for cross builds. | |||
| 2013-04-08 | Merge pull request #1160 from matsumoto-r/change_mruby_random_license | Yukihiro "Matz" Matsumoto | |
| Change mruby-random License to MIT | |||
| 2013-04-08 | Change mruby-random License to MIT | MATSUMOTO Ryosuke | |
| refs: http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/license.html | |||
| 2013-04-07 | Merge pull request #1159 from h2so5/fix-mirb-heredoc | Yukihiro "Matz" Matsumoto | |
| Fix checking for heredoc in mirb | |||
| 2013-04-07 | Fix checking for heredoc in mirb | h2so5 | |
| 2013-04-07 | Add ARGV constant. It is not required by ISO. Compatibility with CRuby. | Masaki Muranaka | |
| 2013-04-06 | Merge pull request #1155 from monaka/pr-support-global-zero-variable | Yukihiro "Matz" Matsumoto | |
| Support $0 variable. | |||
| 2013-04-07 | Support $0 variable. | Masaki Muranaka | |
| 2013-04-07 | Add "test runner" support for cross builds. | Masaki Muranaka | |
| "test runner" means target simulator like QEmu, GDB sim, and so on. Also "test runner" might be debug agents for real targets. If you do not setup test_runner, Rake will work same as before. | |||
| 2013-04-06 | Merge pull request #1147 from schmurfy/dump_osx | Yukihiro "Matz" Matsumoto | |
| stdint header seems required on osx for uint8_t | |||
| 2013-04-06 | Merge pull request #1146 from kano4/pr-define-isascii-for-c99 | Yukihiro "Matz" Matsumoto | |
| Define isascii for C99 | |||
| 2013-04-06 | Merge pull request #1145 from h2so5/fix-mirb | Yukihiro "Matz" Matsumoto | |
| Improve checking for unterminated string in mirb | |||
| 2013-04-06 | Merge pull request #1116 from kurodash/pr-exclude-legal-from-archive | Yukihiro "Matz" Matsumoto | |
| Modified build dependency to exclude 'LEGAL' from libmruby archive. | |||
| 2013-04-06 | stdint header seems required on osx for uint8_t | Julien Ammous | |
| 2013-04-06 | Define isascii for C99 | kano4 | |
