summaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Expand)Author
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-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
2015-10-08Merge doc/api/mruby/range.h.md docsSeba Gamboa
2015-10-08Merge doc/api/mruby/value.h.md docsSeba Gamboa
2015-10-08Merge doc/api/mruby/string.h.md contentsSeba Gamboa
2015-10-08Merge contents from doc/api/mruby/version.h.mdSeba Gamboa
2015-10-08Formatting docs to new YARD structureSeba Gamboa
2015-10-08Fix samples syntax highlightingSeba Gamboa
2015-10-08Remove old doxygen tagsSeba Gamboa
2015-10-08Testing @see tagSeba Gamboa
2015-09-27fix signature of mrb_class_new_instance()takahashim
2015-09-24UTF-8 string support in coreYukihiro "Matz" Matsumoto
2015-09-22Merge pull request #2959 from sagmor/api-documentationYukihiro "Matz" Matsumoto
2015-09-21Merge descriptions from doc/api/mruby/array.h.mdSeba Gamboa
2015-09-21document mrb_nil_valueSeba Gamboa
2015-09-21Document data headerSeba Gamboa
2015-09-22add new functions mrb_gc_register/unregister; close #1411Yukihiro "Matz" Matsumoto
2015-09-21Sort compiler macros aroundSeba Gamboa
2015-09-21Sorting documentation groupingSeba Gamboa
2015-09-20Setting up doxygen groupsSeba Gamboa
2015-09-20Merging documentation from docsSeba Gamboa
2015-09-18Playing around with some documentations schemesSeba Gamboa
2015-09-11Support windows localeYasuhiro Matsumoto
2015-09-05remove `origin` member to implement prepend from struct RClass; ref #2885Yukihiro "Matz" Matsumoto
2015-09-04Merge branch 'module-prepend' of https://github.com/polyfox/mruby into polyfo...Yukihiro "Matz" Matsumoto
2015-09-03remove trailing spaces from bc9c47d5Yukihiro "Matz" Matsumoto
2015-09-01C++ 11 requires a space between literal and identifiersjbreeden
2015-09-01Refactor version.h macrosJun Hiroe
2015-08-27add String#freeze to the coreYukihiro "Matz" Matsumoto
2015-07-16Added mrb_prepend_module to mruby headerCorey Powell
2015-07-15Renamed MRB_FLAG_IS_INSTANCE to MRB_INSTANCE_TT_MASKCorey Powell
2015-07-15add an small comment description in mruby/error.h headerYukihiro "Matz" Matsumoto
2015-07-15Use class array instead of variadic.take_cheeze
2015-07-15Implement `mrb_protect`, `mrb_ensure`, `mrb_rescue`, `mrb_rescue_exceptions`.take_cheeze
2015-07-14Applied gc patch to fix ORIGIN ICLASS method table leakCorey Powell
2015-07-13Implement Module#prepend.Blaž Hrastnik
2015-07-13refactor mrb_bob_missing to share raising NoMethodError code; fix #2878Yukihiro "Matz" Matsumoto
2015-06-24Remove unnecessary backticks.Franck Verrot
2015-06-24remove deprecated.hYukihiro "Matz" Matsumoto
2015-06-23Move deprecated macros and functions to dedicated header filefurunkel
2015-05-28simplify all IS* and TO* macroscremno
2015-05-28simplify ISASCII() macrocremno
2015-05-25Move "src/mrb_throw.h" to "include/mruby/throw.h".take_cheeze
2015-05-18fix type of mrb_exc_new()'s len parametercremno
2015-05-17remove SET_PROC_VALUE() macrocremno
2015-05-17Merge pull request #2791 from cremno/remove-mrb_define_method_vmYukihiro "Matz" Matsumoto