| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-11-08 | Merge pull request #3004 from cremno/remove-return | Yukihiro "Matz" Matsumoto | |
| remove return | |||
| 2015-11-07 | PR #2521 did not work for singleton classes for non-class objects; fix #3003 | Yukihiro "Matz" Matsumoto | |
| 2015-11-06 | remove ifdef as MRB_FIXNUM_SHIFT is always defined | cremno | |
| 2015-11-06 | fix ambiguous first argument warning | cremno | |
| /home/travis/build/mruby/mruby/test/t/float.rb:201:17: ambiguous first argument; put parentheses or even spaces | |||
| 2015-11-06 | remove return | cremno | |
| The return type of the mrb_objspace_each_objects function is void. So this return statement with an expression is unnecessary and also violates a constraint. From C99 §6.8.6.4: >A return statement with an expression shall not appear >in a function whose return type is void. | |||
| 2015-10-28 | mrb_get_args should consume argument even when type specifier with bang get ↵ | Yukihiro "Matz" Matsumoto | |
| nil; fix #3002 | |||
| 2015-10-27 | mrb_str_concat() may call VM resursively thus may reallocate VM stack; close ↵ | Yukihiro "Matz" Matsumoto | |
| #3000 | |||
| 2015-10-24 | Merge pull request #3001 from zzak/fix-mrbtest-task | Yukihiro "Matz" Matsumoto | |
| Ensure mrbs dependency is maintained for mruby-test | |||
| 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 | Tag include/mruby/error.h functions with required mrbgem tag | Seba Gamboa | |
| 2015-10-21 | Revert "Mark core gems with mrbgem tag" | Seba Gamboa | |
| This reverts commit 5cdcce8dbddd94ecb9503a0a1d47370c4ef97177. | |||
| 2015-10-22 | align codedump output for OP_JMP | Yukihiro "Matz" Matsumoto | |
| 2015-10-22 | align codedump output for OP_RETURN | Yukihiro "Matz" Matsumoto | |
| 2015-10-21 | loop() to return StopIteration#result; [ruby-bugs#11498] | Yukihiro "Matz" Matsumoto | |
| 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-21 | Merge branch 'master' of https://github.com/mruby/mruby into gc_cleanup | furunkel | |
| 2015-10-21 | Merge upstream | furunkel | |
| 2015-10-21 | Merge pull request #2879 from cremno/call-always-frexp-instead-of-frexpl | Yukihiro "Matz" Matsumoto | |
| call always frexp() instead of frexpl() | |||
| 2015-10-20 | Remove obvious warnings from docs | Seba Gamboa | |
| 2015-10-20 | Fix Unknown tag error | Seba Gamboa | |
| 2015-10-20 | Fix enumerator doc errors | Seba Gamboa | |
| 2015-10-20 | Mark core gems with mrbgem tag | Seba Gamboa | |
| 2015-10-20 | Add block to document mrb_value type | Seba Gamboa | |
| 2015-10-20 | Improved mrb_args_format table | Seba Gamboa | |
| 2015-10-20 | Increasing docs coverage | Seba Gamboa | |
| 2015-10-20 | Prefix mrb_gc_state enum members, make color defines private | furunkel | |
| 2015-10-20 | do not assert is_dead() during mark phase; close #2825 ref #2996 #2769 | Yukihiro "Matz" Matsumoto | |
| 2015-10-20 | off_t can be larger than mrb_int. | Tomoyuki Sahara | |
| 2015-10-20 | raise a SystemCallError when lseek(2) fails. | Tomoyuki Sahara | |
| 2015-10-20 | UT for IO#sysseek. | Tomoyuki Sahara | |
| 2015-10-20 | fix typo. | Tomoyuki Sahara | |
| 2015-10-20 | Merge branch 'master' of github.com:iij/mruby-io | Tomoyuki Sahara | |
| 2015-10-19 | Remove gc_ prefix of mrb_gc fields | furunkel | |
| 2015-10-19 | Move MRB_GC_ARENA_SIZE to gc.h and fix compiler warnings | furunkel | |
| 2015-10-19 | Remove segregated value struct declaration | furunkel | |
| 2015-10-19 | Clean up GC code | furunkel | |
| 2015-10-19 | Merge pull request #47 from matsumoto-r/patch-1 | Tomoyuki Sahara | |
| Fix buffer overflow of `pos` when file-size is too big | |||
| 2015-10-19 | Fix buffer overflow of `pos` when file-size is too big | MATSUMOTO, Ryosuke | |
| 2015-10-18 | Merge pull request #2995 from Mav7/master | Yukihiro "Matz" Matsumoto | |
| fixed YARD documentation for mrb_obj_new | |||
| 2015-10-17 | fixed YARD documentation for mrb_obj_new | Ralph Desir(Mav7) | |
| 2015-10-15 | got rid of dummy gem | Ralph Desir(Mav7) | |
| 2015-10-15 | updated YARD docs on mruby.h | Ralph Desir(Mav7) | |
| 2015-10-16 | use visualcpp toolchain for test as well | Yukihiro "Matz" Matsumoto | |
| 2015-10-15 | Merge pull request #2993 from Mav7/master | Yukihiro "Matz" Matsumoto | |
| Updated mruby.h YARD doc. | |||
| 2015-10-15 | Merge branch 'crimsonwoods-fix_androidndk_rake' | Yukihiro "Matz" Matsumoto | |
| 2015-10-15 | Merge branch 'fix_androidndk_rake' of https://github.com/crimsonwoods/mruby ↵ | Yukihiro "Matz" Matsumoto | |
| into crimsonwoods-fix_androidndk_rake | |||
| 2015-10-14 | got rid of dummy gem i was testing | Ralph Desir | |
