summaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Expand)Author
2016-01-07change mrb_run related API names; compatibility macros providedYukihiro "Matz" Matsumoto
2016-01-07move KHASH_DECLARE(ht..) to mruby/hash.h; close #3073Yukihiro "Matz" Matsumoto
2016-01-07mruby-sprintf to use mrb_int formatting macros; ref #3076Yukihiro "Matz" Matsumoto
2016-01-06define `MRB_PRI?` that map to `PRI?NN` depending on the size of `mrb_int`Kazuho Oku
2016-01-02mruby-fiber: fiber_switch() to use nesting VM when it's called from C API or ...Yukihiro "Matz" Matsumoto
2016-01-01use _setjmp/_longjmp on other BSD flavorsKazuho Oku
2016-01-01use _setjmp/_longjmp on OS XKazuho Oku
2015-12-31GC must scan env from fibers even when it's not yet copied to heap; fix #3063Yukihiro "Matz" Matsumoto
2015-12-29Support backtrace after method callsKouhei Sutou
2015-12-12Undid newline and whitespace on YARD docRalph Desir
2015-12-12One space indentation.Ralph Desir
2015-12-11Added YARD docs in new mruby.hRalph Desir(Mav7)
2015-12-01new API function mrb_string_value_len()Yukihiro "Matz" Matsumoto
2015-11-28common.h are supposed to be included from other header, so call it with quote...Yukihiro "Matz" Matsumoto
2015-11-27include changed from by quotes ("") to by brackets (<>); close #3032Yukihiro "Matz" Matsumoto
2015-11-24YARD doc for mrb_str_to_cstr.Tomoyuki Sahara
2015-11-17mruby-1.2.01.2.0mimaki
2015-11-17fix MRB_DISABLE_STDIO typoscremno
2015-11-17DISABLE_STDIO/ENABLE_DEBUG macros to rename; close #3014Yukihiro "Matz" Matsumoto
2015-11-17Merge pull request #3017 from Mav7/masterYukihiro "Matz" Matsumoto
2015-11-16Added type annotation to YARD.Mav7
2015-11-15Merge pull request #3011 from Mav7/masterYukihiro "Matz" Matsumoto
2015-11-14Added more YARD docs to mruby.hMav7
2015-11-10Merge pull request #3008 from Mav7/masterYukihiro "Matz" Matsumoto
2015-11-09Added YARD documentation in mruby.hMav7
2015-11-06remove ifdef as MRB_FIXNUM_SHIFT is always definedcremno
2015-10-22Merge pull request #2999 from sagmor/better-docsYukihiro "Matz" Matsumoto
2015-10-21Tag include/mruby/error.h functions with required mrbgem tagSeba Gamboa
2015-10-21Revert "Mark core gems with mrbgem tag"Seba Gamboa
2015-10-20Fix Unknown tag errorSeba Gamboa
2015-10-20Mark core gems with mrbgem tagSeba Gamboa
2015-10-20Add block to document mrb_value typeSeba Gamboa
2015-10-20Improved mrb_args_format tableSeba Gamboa
2015-10-20Increasing docs coverageSeba Gamboa
2015-10-20Prefix mrb_gc_state enum members, make color defines privatefurunkel
2015-10-19Remove gc_ prefix of mrb_gc fieldsfurunkel
2015-10-19Move MRB_GC_ARENA_SIZE to gc.h and fix compiler warningsfurunkel
2015-10-19Remove segregated value struct declarationfurunkel
2015-10-19Clean up GC codefurunkel
2015-10-18Merge pull request #2995 from Mav7/masterYukihiro "Matz" Matsumoto
2015-10-17fixed YARD documentation for mrb_obj_newRalph Desir(Mav7)
2015-10-15updated YARD docs on mruby.hRalph Desir(Mav7)
2015-10-15Merge pull request #2993 from Mav7/masterYukihiro "Matz" Matsumoto
2015-10-14Add more YARD docs for mruby.h for mrb_undef_method and mrb_undef_class_method.Ralph Desir(Mav7)
2015-10-14Added documentation for mrb_undef_methodRalph Desir(Mav7)
2015-10-12Merge pull request #2916 from felixjones/masterYukihiro "Matz" Matsumoto
2015-10-11Wrote YARD docs for mrb_define_module, mrb_include_module, mrb_prepend_module...Ralph Desir(Mav7)
2015-10-08Fix `mrb_obj_respond_to`Seba Gamboa
2015-10-08array header cleanupSeba Gamboa
2015-10-08Merge doc/api/mruby/hash.h.md docsSeba Gamboa