| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-03-28 | Merge pull request #1100 from masuidrive/fixed_debug_args | Yukihiro "Matz" Matsumoto | |
| Fixed wrong section size calculation | |||
| 2013-03-28 | Merge pull request #1098 from monaka/pr-fix-type-in-dump.h | Yukihiro "Matz" Matsumoto | |
| Fix a type mismatch. | |||
| 2013-03-29 | Fixed wrong section size calculation | Yuichiro MASUI | |
| 2013-03-28 | Fix a type mismatch. | Masaki Muranaka | |
| 2013-03-28 | Merge pull request #1089 from bovi/gen-legal | Yukihiro "Matz" Matsumoto | |
| LEGAL File Generator for Builds | |||
| 2013-03-28 | Merge pull request #1095 from monaka/pr-add-arena-guard | Yukihiro "Matz" Matsumoto | |
| Add arena guard. It will be exausted when the pool is huge. | |||
| 2013-03-28 | Merge branch 'pr-fix-mrb_format' of https://github.com/monaka/mruby into ↵ | Yukihiro "Matz" Matsumoto | |
| monaka-pr-fix-mrb_format | |||
| 2013-03-28 | Merge pull request #1094 from monaka/pr-use-mrb_format | Yukihiro "Matz" Matsumoto | |
| Use mrb_format() instead of s*printf(). | |||
| 2013-03-28 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2013-03-28 | return value from fread(3) just cannot be ignored | Yukihiro "Matz" Matsumoto | |
| 2013-03-28 | Merge pull request #1091 from monaka/pr-fix-raisef-format-in-struct.c | Yukihiro "Matz" Matsumoto | |
| Fix raisef() format strings in struct.c. | |||
| 2013-03-28 | Merge pull request #1097 from monaka/pr-fix-raisef-format-in-sprintf.c | Yukihiro "Matz" Matsumoto | |
| Fix format for new mrb_raisef(). | |||
| 2013-03-28 | Fix format for new mrb_raisef(). | Masaki Muranaka | |
| 2013-03-28 | Add arena guard. It will be exausted when the pool is huge. | Masaki Muranaka | |
| 2013-03-28 | Fix argunum_error() to use mrb_format(). | Masaki Muranaka | |
| 2013-03-28 | Fix %s to %S. | Masaki Muranaka | |
| 2013-03-28 | Modify mrb_name_error() to use mrb_format(). | Masaki Muranaka | |
| 2013-03-28 | Catch return values to silent compiler | Daniel Bovensiepen | |
| 2013-03-28 | Fix raisef formats in struct.c. | Masaki Muranaka | |
| 2013-03-28 | LEGAL file generator for binaries | Daniel Bovensiepen | |
| 2013-03-28 | Fix. In some cases, %S substitutions were failed. | Masaki Muranaka | |
| 2013-03-28 | Remove the escape backslash from the result string. | Masaki Muranaka | |
| 2013-03-27 | Merge pull request #1082 from masuidrive/add_debug_info | Yukihiro "Matz" Matsumoto | |
| Added debug infomation section into .mrb file | |||
| 2013-03-27 | replace non formatting printf to (f)puts | Yukihiro "Matz" Matsumoto | |
| 2013-03-27 | Merge pull request #1085 from mattn/travis_config | Yukihiro "Matz" Matsumoto | |
| Add travis_config.rb | |||
| 2013-03-27 | Merge pull request #1086 from carsonmcdonald/randtypecheckfix | Yukihiro "Matz" Matsumoto | |
| Use mrb_check_datatype directly to avoid warning. | |||
| 2013-03-27 | use new mrb_format API from mrb_raisef; its only format specifier is "%S" ↵ | Yukihiro Matz Matsumoto | |
| (stringify) and takes mrb_value; close #1062 | |||
| 2013-03-27 | implement mrb_format and mrb_vformat | Yukihiro Matz Matsumoto | |
| 2013-03-27 | Use mrb_check_datatype directly to avoid warning. | Carson McDonald | |
| 2013-03-27 | Remove empty line | mattn | |
| 2013-03-27 | Fix .travis.yml | mattn | |
| 2013-03-27 | Add travis_config.rb | mattn | |
| 2013-03-27 | Merge pull request #1084 from kano4/pr-add-simple-usage-message-for-mirb | Yukihiro "Matz" Matsumoto | |
| Add simple usage message for mirb | |||
| 2013-03-27 | Add simple usage message for mirb | kano4 | |
| 2013-03-27 | Merge pull request #1083 from kurodash/pr-build-err-vs2012-20130327 | Yukihiro "Matz" Matsumoto | |
| Fix build error on VS2012 toolchain. | |||
| 2013-03-27 | Fix build error on VS2012 toolchain. | kurodash | |
| A local variables define beginning of a scope block. VS2012 unacceptable ";;" in struct definition. | |||
| 2013-03-27 | Added debug infomation section into .mrb file | Yuichiro MASUI | |
| 2013-03-26 | Merge pull request #1080 from matsumoto-r/add_test_for_random_class_methods | Yukihiro "Matz" Matsumoto | |
| Add test for Random::srand | |||
| 2013-03-26 | Merge pull request #1079 from mattn/remove_unused_n | Yukihiro "Matz" Matsumoto | |
| Remove unused variable | |||
| 2013-03-27 | Add test for Random::srand | MATSUMOTO Ryosuke | |
| 2013-03-27 | Remove unused variable | mattn | |
| 2013-03-26 | Merge pull request #1078 from mattn/test_mruby-random | Yukihiro "Matz" Matsumoto | |
| Add test for mruby-random | |||
| 2013-03-27 | bug in fread(3) error check | Yukihiro Matz Matsumoto | |
| 2013-03-27 | Fix test for mruby-random | mattn | |
| 2013-03-27 | Add test for mruby-random | mattn | |
| 2013-03-27 | Merge branch 'masuidrive-new_mrb_format' | Yukihiro Matz Matsumoto | |
| 2013-03-27 | little cosmetic change (delete word Rite); bump dump file version number | Yukihiro Matz Matsumoto | |
| 2013-03-26 | Merge pull request #1077 from matsumoto-r/support_mt_instance_val | Yukihiro "Matz" Matsumoto | |
| Support MT instance valiables and activate mruby-random | |||
| 2013-03-27 | Activated mruby-random | MATSUMOTO Ryosuke | |
| 2013-03-27 | Support mt instance valiables | MATSUMOTO Ryosuke | |
