| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-11 | Wrote YARD docs for mrb_define_module, mrb_include_module, ↵ | Ralph Desir(Mav7) | |
| mrb_prepend_module, mrb_define_class_method, mrb_define_module_function, and mrb_define_const on mruby.h | |||
| 2015-10-10 | Merge pull request #2986 from takahashim/mrbdoc | Yukihiro "Matz" Matsumoto | |
| fix `rake doc` error | |||
| 2015-10-09 | fix `rake doc` error | takahashim | |
| using mrbdoc | |||
| 2015-10-09 | Merge pull request #2984 from sagmor/yard | Yukihiro "Matz" Matsumoto | |
| Simpler documentation | |||
| 2015-10-09 | Merge pull request #2982 from mattn/unicode-print | Yukihiro "Matz" Matsumoto | |
| print unicode on windows console | |||
| 2015-10-08 | Fix `mrb_obj_respond_to` | Seba Gamboa | |
| 2015-10-08 | array header cleanup | Seba Gamboa | |
| 2015-10-08 | Merge doc/api/mruby/hash.h.md docs | Seba Gamboa | |
| 2015-10-08 | Merge doc/api/mruby/range.h.md docs | Seba Gamboa | |
| 2015-10-08 | Merge doc/api/mruby/value.h.md docs | Seba Gamboa | |
| 2015-10-08 | Merge doc/api/mruby/string.h.md contents | Seba Gamboa | |
| 2015-10-08 | Merge contents from doc/api/mruby/version.h.md | Seba Gamboa | |
| 2015-10-08 | Move guides location | Seba Gamboa | |
| 2015-10-08 | Formatting docs to new YARD structure | Seba Gamboa | |
| 2015-10-08 | Fix samples syntax highlighting | Seba Gamboa | |
| 2015-10-08 | Remove old doxygen tags | Seba Gamboa | |
| 2015-10-08 | Testing @see tag | Seba Gamboa | |
| 2015-10-08 | Testing yard generation | Seba Gamboa | |
| 2015-10-08 | print unicode on windows console | Yasuhiro Matsumoto | |
| 2015-10-07 | Merge pull request #2978 from sagmor/toolchain-params | Yukihiro "Matz" Matsumoto | |
| Add optional params to toolchain configuration | |||
| 2015-10-06 | Add optional params to toolchain configuration | Seba Gamboa | |
| 2015-10-06 | Merge pull request #2977 from tatsuhiro-t/gc-arena-howto | Yukihiro "Matz" Matsumoto | |
| Add how to use mrb_gc_arena_save()/mrb_gc_arena_restore() doc | |||
| 2015-10-06 | Add how to use mrb_gc_arena_save()/mrb_gc_arena_restore() doc | Tatsuhiro Tsujikawa | |
| 2015-10-05 | Merge pull request #2975 from yasuyuki/eval_rescue | Yukihiro "Matz" Matsumoto | |
| Add regression test for #2933 | |||
| 2015-10-04 | Add regression test for #2933 | INOUE Yasuyuki | |
| 2015-10-03 | travis-CI migration | Yukihiro "Matz" Matsumoto | |
| Migrating from legacy to container-based infrastructure. http://docs.travis-ci.com/user/migrating-from-legacy/ | |||
| 2015-10-03 | Merge pull request #2946 from sagmor/test-dependencies | Yukihiro "Matz" Matsumoto | |
| Add gem test dependencies | |||
| 2015-10-01 | Array#index to take block; fix #2968 close #2970 | Yukihiro "Matz" Matsumoto | |
| 2015-10-01 | Merge pull request #2937 from sagmor/gem | Yukihiro "Matz" Matsumoto | |
| Distribute MRuby's source as a Ruby gem | |||
| 2015-10-01 | Merge pull request #2960 from suzukaze/refactor-hash-ext-test | Yukihiro "Matz" Matsumoto | |
| Refator Hash#fetch test | |||
| 2015-10-01 | Merge pull request #2962 from hone/spec_linker_flags_after_libraries | Yukihiro "Matz" Matsumoto | |
| LinkerConfig is a struct with five params | |||
| 2015-10-01 | clarify asserts to UTF-8 test suites; ref #2971 | Yukihiro "Matz" Matsumoto | |
| 2015-10-01 | optimize if statement with constant condition | Yukihiro "Matz" Matsumoto | |
| 2015-10-01 | Merge pull request #2971 from mattn/utf8-chop | Yukihiro "Matz" Matsumoto | |
| chop with utf-8. fix #2967 | |||
| 2015-10-01 | Merge pull request #2961 from takahashim/regex_enc | Yukihiro "Matz" Matsumoto | |
| support Regexp literal option: //n and //u | |||
| 2015-10-01 | Merge pull request #2973 from mattn/fix-windows-tests | Yukihiro "Matz" Matsumoto | |
| fix tests on windows. | |||
| 2015-09-30 | fix tests on windows. | Yasuhiro Matsumoto | |
| 'bin/mruby' not work on windows. so correct command name and quoted arguments. | |||
| 2015-09-30 | fix tests | Yasuhiro Matsumoto | |
| 2015-09-29 | Merge pull request #2966 from maclover7/patch-1 | Yukihiro "Matz" Matsumoto | |
| Small Markdown updates to README.md | |||
| 2015-09-29 | Get rid of weird whitespace | Jon Moss | |
| 2015-09-29 | Retain #2595 markdown short links | Jon Moss | |
| 2015-09-29 | chop with utf-8. fix #2967 | Yasuhiro Matsumoto | |
| 2015-09-27 | Small Markdown updates to README.md | Jon Moss | |
| Small copy and styling updates | |||
| 2015-09-27 | Merge pull request #2965 from takahashim/fix-class-new-instance | Yukihiro "Matz" Matsumoto | |
| fix signature of mrb_class_new_instance() | |||
| 2015-09-27 | Merge pull request #2964 from takahashim/fix-utf8-inspect | Yukihiro "Matz" Matsumoto | |
| fix String#inspect with MRB_UTF8_STRING | |||
| 2015-09-27 | fix signature of mrb_class_new_instance() | takahashim | |
| dd925578c604a608f83172f85d8e5bfc3bb99c6a changed the order of arguments, but it doesn't seem intentional. | |||
| 2015-09-27 | fix String#inspect with MRB_UTF8_STRING | takahashim | |
| cf. #2963 | |||
