summaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Expand)Author
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-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
2014-11-18Add mruby debugger (mrdb)mimaki
2014-11-17Implement C API mrb_notimplementksss
2014-11-10Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-11-10Fix mrb_iv_check function declerationXuejie "Rafael" Xiao
2014-11-04update teeny of MRUBY_VERSION; ref #2629Yukihiro "Matz" Matsumoto
2014-11-04Fix misaligned access when reading irep; close #2630Yukihiro "Matz" Matsumoto
2014-10-29Fix mrb_convert_to_integer.Jun Hiroe
2014-10-15remove header prototype of mrb_exc_print; close #2607Yukihiro "Matz" Matsumoto
2014-10-03word_boxing.h used int to represent symbols; use mrb_sym insteadYukihiro "Matz" Matsumoto
2014-10-02cast MRB_ENV_STACK_LEN to (mrb_int); ref #2600Yukihiro "Matz" Matsumoto
2014-10-02use __init_array_start to determine readonly data section;Yukihiro "Matz" Matsumoto
2014-09-30mrbconf.h option MRB_USE_ETEXT_EDATA to reduce memory.Yukihiro "Matz" Matsumoto
2014-09-30O(1) mrb_sym2name_len(); close #2591Yukihiro "Matz" Matsumoto
2014-09-27Remove duplicated mrb_print_backtrace() declarationKouhei Sutou
2014-09-19change class argument of mrb_const_defined_at from `struct RClass*` to `mrb_v...Yukihiro "Matz" Matsumoto
2014-09-15change mrb_sym type from uint16_t to uint32_tYukihiro "Matz" Matsumoto
2014-09-12constify pointer from RARRAY_PTR to detect potential write barrier bugs.Yukihiro "Matz" Matsumoto
2014-09-05add some MRB_API to function prototypesYukihiro "Matz" Matsumoto
2014-09-05use uint16_t instead of short; ref #2568Yukihiro "Matz" Matsumoto
2014-09-02refactor valid instance variable name checkYukihiro "Matz" Matsumoto
2014-09-02move mrb_proc_new_cfunc_with_env() to the coreYukihiro "Matz" Matsumoto