summaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Expand)Author
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
2015-05-15remove mrb_define_method_vm() functioncremno
2015-05-15Update Coopyright Information to year 2015Daniel Bovensiepen
2015-05-12Avoid unnecessary stores and reloadsfurunkel
2015-04-17Use builtins for overflow math if possiblefurunkel
2015-04-03Merge pull request #2754 from cremno/remove-unnecessary-inttypes.h-inclusionYukihiro "Matz" Matsumoto
2015-03-30remove unnecessary <inttypes.h> inclusioncremno
2015-03-30MSVC 2015 implements inline keywordcremno
2015-02-19add a prototype declaration for mrb_fiber_resume(); ref #1269Yukihiro "Matz" Matsumoto
2015-02-13re-implement mrb_float_to_str()cremno
2015-02-02allow endian specification of mrb files by `mrbc -e/-E`Yukihiro "Matz" Matsumoto
2015-01-03Removed duplicated declarations.Tatsuhiko Kubo
2014-12-23khash.h: keep key/value table accessible from original hashtable during resiz...Yukihiro "Matz" Matsumoto
2014-12-02fix ISBLANK() for Visual Studio < 2013 (ref #2658)cremno
2014-11-19Merge pull request #2640 from mruby-Forum/v1.1.01.1.0Hiroshi Mimaki
2014-11-19separate mrb_notimplement() and mrb_notimplement_m(); ref #2636Yukihiro "Matz" Matsumoto
2014-11-18mruby-1.1.0mimaki