| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-12-25 | rename include blocker | Yasuhiro Matsumoto | |
| 2015-12-23 | fix bug that doesn't stop program when execute next command. | Yuhei Okazaki | |
| 2015-12-23 | fixed next command's comment. | Yuhei Okazaki | |
| 2015-12-23 | add next command to mrdb. | Yuhei Okazaki | |
| 2015-12-22 | fix build on VS2012 | Yasuhiro Matsumoto | |
| 2015-12-21 | in `peekc_n`, adjust column number after calling `nextc` | Kazuho Oku | |
| 2015-12-01 | avoid comparison between signed and unsigned | Yukihiro "Matz" Matsumoto | |
| 2015-12-01 | C++ compiler does not like cast from pointer to enum; ref #3039 | Yukihiro "Matz" Matsumoto | |
| 2015-12-01 | should ignore block to next, break, etc. fix #3039 | Yukihiro "Matz" Matsumoto | |
| 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-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 | add {Array|Hash|String}.try_convert | takahashim | |
| 2015-11-23 | Fix MRB_DISABLE_STDIO typo. | Simon Génier | |
| 2015-11-20 | support Numeric#zero? and Numeric#nonzero? | takahashim | |
| 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 | Fix check for VisualStudio Version in mruby-math gem | Paolo Bosetti | |
| 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-15 | move Hash comparison methods to mruby-hash-ext gem | Yukihiro "Matz" Matsumoto | |
| 2015-10-24 | Ensure mrbs dependency is maintained for mruby-test | Zachary Scott | |
| 2015-10-22 | Merge pull request #2999 from sagmor/better-docs | Yukihiro "Matz" Matsumoto | |
| More Docs | |||
| 2015-10-21 | Revert "Mark core gems with mrbgem tag" | Seba Gamboa | |
| This reverts commit 5cdcce8dbddd94ecb9503a0a1d47370c4ef97177. | |||
| 2015-10-21 | loop may return StopIteration#result; [ruby-bugs#11498] | Yukihiro "Matz" Matsumoto | |
| 2015-10-21 | Merge pull request #2997 from furunkel/gc_cleanup | Yukihiro "Matz" Matsumoto | |
| GC cleanup | |||
| 2015-10-21 | fixed SEGV in mrb_parser_dump(NODE_COLON3) | Yukihiro "Matz" Matsumoto | |
| 2015-10-20 | Remove obvious warnings from docs | Seba Gamboa | |
| 2015-10-20 | Fix enumerator doc errors | Seba Gamboa | |
| 2015-10-20 | Mark core gems with mrbgem tag | Seba Gamboa | |
| 2015-10-19 | Clean up GC code | furunkel | |
| 2015-10-08 | print unicode on windows console | Yasuhiro Matsumoto | |
| 2015-10-04 | Add regression test for #2933 | INOUE Yasuyuki | |
| 2015-10-01 | Array#index to take block; fix #2968 close #2970 | Yukihiro "Matz" Matsumoto | |
| 2015-10-01 | Merge pull request #2960 from suzukaze/refactor-hash-ext-test | Yukihiro "Matz" Matsumoto | |
| Refator Hash#fetch test | |||
| 2015-10-01 | optimize if statement with constant condition | Yukihiro "Matz" Matsumoto | |
| 2015-10-01 | Merge pull request #2961 from takahashim/regex_enc | Yukihiro "Matz" Matsumoto | |
| support Regexp literal option: //n and //u | |||
| 2015-09-30 | fix tests on windows. | Yasuhiro Matsumoto | |
| 'bin/mruby' not work on windows. so correct command name and quoted arguments. | |||
| 2015-09-27 | Enumerable#each_{cons,slice} to return enumerators | Yukihiro "Matz" Matsumoto | |
| 2015-09-26 | Refator Hash.fetch test | Jun Hiroe | |
| 2015-09-26 | support Regexp literal option: //n and //u | takahashim | |
| 2015-09-24 | UTF-8 string support in core | Yukihiro "Matz" Matsumoto | |
| define MRB_UTF8_STRING (in mrbconf.h) to enable UTF-8 support. | |||
| 2015-09-23 | don't print anonymous struct class name | Yukihiro "Matz" Matsumoto | |
