| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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-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 | |
| 2015-10-14 | Add more YARD docs for mruby.h for mrb_undef_method and mrb_undef_class_method. | Ralph Desir(Mav7) | |
| 2015-10-14 | Added documentation for mrb_undef_method | Ralph Desir(Mav7) | |
| 2015-10-13 | rename androidndk to androidin compile.md; ref #2991 | Yukihiro "Matz" Matsumoto | |
| 2015-10-13 | Merge pull request #2991 from sagmor/android-rename | Yukihiro "Matz" Matsumoto | |
| Rename androidndk tolchain to just android | |||
| 2015-10-12 | Rename androidndk tolchain to just android | Seba Gamboa | |
| 2015-10-13 | delete tasks/toolchains/androideabi.rake; ref #2983 #2988 | Yukihiro "Matz" Matsumoto | |
| use androidndk.rake which is better and 64bit aware | |||
| 2015-10-12 | Fix issue: LDFLAGS is not applied correctly. | crimsonwoods | |
| 2015-10-12 | Merge pull request #2916 from felixjones/master | Yukihiro "Matz" Matsumoto | |
| mrb_get_mid and mrb_get_argc | |||
| 2015-10-12 | Merge pull request #2989 from Mav7/master | Yukihiro "Matz" Matsumoto | |
| Wrote YARD docs for mrb_define_module, mrb_include_module, mrb_prepen… | |||
| 2015-10-12 | Merge pull request #2988 from crimsonwoods/update_androidndk_rake | Yukihiro "Matz" Matsumoto | |
| Update androidndk.rake to add support 64bit architectures. | |||
