| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-12-01 | should ignore block to next, break, etc. fix #3039 | Yukihiro "Matz" Matsumoto | |
| 2015-11-30 | Merge pull request #3038 from zzak/gc-arena-docs | Yukihiro "Matz" Matsumoto | |
| GC Arena docs pass for fixups | |||
| 2015-11-30 | GC Arena docs pass for fixups | Zachary Scott | |
| 2015-11-28 | common.h are supposed to be included from other header, so call it with ↵ | Yukihiro "Matz" Matsumoto | |
| quotes; ref #3032 | |||
| 2015-11-27 | Merge pull request #3037 from pbosetti/mruby-time | Yukihiro "Matz" Matsumoto | |
| Implemented round(double) function when _MSC_VER < 1800 | |||
| 2015-11-27 | Implemented round(double) function within mruby-time gem, for it is missing on | Paolo Bosetti | |
| VisualStudio compilers where _MSC_ver < 1800 | |||
| 2015-11-27 | Merge pull request #2950 from mattn/mirb-file-args | Yukihiro "Matz" Matsumoto | |
| mirb should take filename and arguments. | |||
| 2015-11-27 | include changed from by quotes ("") to by brackets (<>); close #3032 | Yukihiro "Matz" Matsumoto | |
| 2015-11-26 | Merge pull request #3036 from zzak/remove-mrbtest_irep | Yukihiro "Matz" Matsumoto | |
| Remove mrbtest irep | |||
| 2015-11-26 | Merge pull request #3035 from iij/pr-yard-mrb_str_to_cstr | Yukihiro "Matz" Matsumoto | |
| YARD doc for mrb_str_to_cstr. | |||
| 2015-11-26 | Merge pull request #3034 from takahashim/try_convert | Yukihiro "Matz" Matsumoto | |
| add {Array|Hash|String}.try_convert | |||
| 2015-11-24 | Remove unnecessary dependencies for assert_rb codegen and test_rbireps | Zachary Scott | |
| 2015-11-24 | Remove mrbtest_irep from mrbtest | Zachary Scott | |
| If we make the core tests a dependency on the mruby-test gem, we don't need to worry about maintaining the core test irep alone. | |||
| 2015-11-24 | YARD doc for mrb_str_to_cstr. | Tomoyuki Sahara | |
| 2015-11-24 | add {Array|Hash|String}.try_convert | takahashim | |
| 2015-11-24 | Merge pull request #3033 from sgnr/compiler-fix-mrb-disable-stdio-typo | Yukihiro "Matz" Matsumoto | |
| Fix MRB_DISABLE_STDIO typo. | |||
| 2015-11-23 | Fix MRB_DISABLE_STDIO typo. | Simon Génier | |
| 2015-11-21 | Merge pull request #3030 from takahashim/nonzero | Yukihiro "Matz" Matsumoto | |
| Support Numeric#zero? and Numeric#nonzero? | |||
| 2015-11-20 | support Numeric#zero? and Numeric#nonzero? | takahashim | |
| 2015-11-20 | Merge pull request #3028 from sgnr/fix-mrb-disable-stdio-typo | Yukihiro "Matz" Matsumoto | |
| Fix typo on MRB_DISABLE_STDIO. | |||
| 2015-11-19 | Fix typo on MRB_DISABLE_STDIO. | Simon Génier | |
| 2015-11-19 | Merge pull request #3027 from pbosetti/master | Yukihiro "Matz" Matsumoto | |
| Fix check for VisualStudio Version in mruby-math gem | |||
| 2015-11-19 | formatting buffer should be bigger for negative dots; ref #3025 | Yukihiro "Matz" Matsumoto | |
| 2015-11-19 | binary format no longer need to preserve org_v | Yukihiro "Matz" Matsumoto | |
| 2015-11-19 | integer range check was moved to mrb_flo_to_fixnum(); ref #3025 | Yukihiro "Matz" Matsumoto | |
| 2015-11-19 | negative binary format should not be masked by 10bits; ref #3025 | Yukihiro "Matz" Matsumoto | |
| 2015-11-19 | binary sprintf should not be restricted by mrb_int size; fix #3025 | Yukihiro "Matz" Matsumoto | |
| 2015-11-19 | Merge pull request #3026 from ↵ | Yukihiro "Matz" Matsumoto | |
| murasesyuka/bugfix/check_minus_signedint_bitshift_overflow Bugfix nagative-number lshift() bit overflow | |||
| 2015-11-19 | Fix check for VisualStudio Version in mruby-math gem | Paolo Bosetti | |
| 2015-11-18 | Bugfix nagative-number lshift() bit overflow | murase_syuka | |
| 2015-11-18 | Merge pull request #3024 from yoshiori/fix_readme_link | Yukihiro "Matz" Matsumoto | |
| Update README.md | |||
| 2015-11-17 | Update README.md | Yoshiori SHOJI | |
| Fix mrbgems doc link. | |||
| 2015-11-18 | Bugfix lshift() bit overflow; close #3023 | murase_syuka | |
| 2015-11-17 | mruby-1.2.01.2.0 | mimaki | |
| 2015-11-17 | Merge pull request #3022 from zzak/enable-full-debug-travis-build | Yukihiro "Matz" Matsumoto | |
| Enable full-debug build on travis using `MRB_ENABLE_DEBUG_HOOK` | |||
| 2015-11-17 | Merge pull request #3021 from zzak/fix-enable-debug-define | Yukihiro "Matz" Matsumoto | |
| Fix MRB_ENABLE_DEBUG_HOOK config typo left from 4440566 | |||
| 2015-11-17 | Enable full-debug build on travis using `MRB_ENABLE_DEBUG_HOOK` | Zachary Scott | |
| 2015-11-17 | Fix MRB_ENABLE_DEBUG_HOOK config typo left from 4440566 | Zachary Scott | |
| /cc #3014 | |||
| 2015-11-17 | Merge pull request #2752 from cremno/add-ruby_engine_version | Yukihiro "Matz" Matsumoto | |
| add RUBY_ENGINE_VERSION | |||
| 2015-11-17 | Merge pull request #3020 from cremno/document-mrb_utf8_string | Yukihiro "Matz" Matsumoto | |
| document MRB_UTF8_STRING config macro | |||
| 2015-11-17 | document MRB_UTF8_STRING config macro | cremno | |
| 2015-11-17 | Merge pull request #3019 from cremno/fix-mrb_disable_stdio-typos | Yukihiro "Matz" Matsumoto | |
| fix MRB_DISABLE_STDIO typos | |||
| 2015-11-17 | add RUBY_ENGINE_VERSION | cremno | |
| RUBY_ENGINE_VERSION is equivalent to MRUBY_VERSION. It would be a standard way to get the interpreter version (without a case expression). It's also already defined by CRuby 2.3, JRuby 9000, Opal, and Rubinius. | |||
| 2015-11-17 | fix MRB_DISABLE_STDIO typos | cremno | |
| 2015-11-17 | update TODO entries; close #2831 | Yukihiro "Matz" Matsumoto | |
| 2015-11-17 | DISABLE_STDIO/ENABLE_DEBUG macros to rename; close #3014 | Yukihiro "Matz" Matsumoto | |
| changes: * rename DISABLE_STDIO -> MRB_DISABLE_STDIO * rename ENABLE_DEBUG -> MRB_ENABLE_DEBUG_HOOK * no more opposite macro definitions (e.g. ENABLE_STDIO, DISABLE_DEBUG). * rewrite above macro references throughout the code. * update documents | |||
| 2015-11-17 | Merge pull request #3018 from zzak/add-mruby-cli-authors | Yukihiro "Matz" Matsumoto | |
| Add contributors from mruby-cli project to AUTHORS file | |||
| 2015-11-17 | Merge pull request #3017 from Mav7/master | Yukihiro "Matz" Matsumoto | |
| Added type annotation to YARD. | |||
| 2015-11-16 | Added type annotation to YARD. | Mav7 | |
| 2015-11-16 | Merge pull request #3015 from murasesyuka/fix/fix_lshift_and_fix_rshift_doc | Yukihiro "Matz" Matsumoto | |
| fix comment | |||
