summaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Expand)Author
2017-01-12Fix a typo.hhc0null
2017-01-11Raises Exception if raising exception class is redefinedYukihiro "Matz" Matsumoto
2017-01-06Update Copyright to 2017Daniel Bovensiepen
2016-12-12rename prefix RBASIC_ to MRB_; ref #3340Yukihiro "Matz" Matsumoto
2016-12-11Implement Object#freezeTakashi Kokubun
2016-12-08Merge pull request #3335 from mattn/fix-vs2013Yukihiro "Matz" Matsumoto
2016-12-08fix build on vs2013-vs2015Yasuhiro Matsumoto
2016-12-07Promote load_exec to mruby API as mrb_load_exec (fixes #3248)Tomasz Dąbrowski
2016-12-07set `MRB_64BIT` if the sizeof(size_t) is 8Kazuho Oku
2016-12-03Import locale insensitive strtod() from Ruby1.8; fix #3270Yukihiro "Matz" Matsumoto
2016-12-03Check before retrieving struct RRange pointer; fix #3320Yukihiro "Matz" Matsumoto
2016-11-28pre-allocate arena overflow errorYukihiro "Matz" Matsumoto
2016-11-27Merge pull request #3301 from dabroz/feature-64-bit-wordYukihiro "Matz" Matsumoto
2016-11-27replace _cstr by _lit for litral C strings; ref #3300Yukihiro "Matz" Matsumoto
2016-11-27Safeguard against using MRB_INT64 with MRB_WORD_BOXING in 32-bit modeTomasz Dabrowski
2016-11-27Added documentation on function for globalsHerwin Weststrate
2016-11-26Fixed NaN boxing when MRB_INT16 is setTomasz Dąbrowski
2016-11-25Fix typo in istruct.hTomasz Dąbrowski
2016-11-24Fixed Range.size to use proper floating point toleranceTomasz Dąbrowski
2016-11-24Different method of compiling C as C++ (-x c++)Tomasz Dąbrowski
2016-11-24Safeguard against trying to use C++ exception handling in C codeTomasz Dąbrowski
2016-11-24Fixes for compiling mruby as C++Tomasz Dąbrowski
2016-11-22Fixed extern "C" to use MRB_BEGIN/END_DECL in re.hTomasz Dąbrowski
2016-11-21asserts checking validity of pointer and TT added for mrb_obj_valueTomasz Dąbrowski
2016-11-21mrb_assert definition moved to the beggining of mruby.hTomasz Dąbrowski
2016-11-21Fixed NaN boxing for 64-bit configrations on platforms that use full 48-bit u...Tomasz Dąbrowski
2016-11-21mruby architecture detectionTomasz Dąbrowski
2016-11-17Documented most methods in mruby/hash.hHerwin Weststrate
2016-11-17Documented most methods in mruby/array.hHerwin Weststrate
2016-11-17Typo fix: poped => poppedHerwin Weststrate
2016-11-17renamed "inline" to "istruct" to represent inline struct; ref #3251Yukihiro "Matz" Matsumoto
2016-11-17inline structures data type for mruby (MRB_TT_INLINE) (fix #3237)Tomasz Dąbrowski
2016-11-16Fixed a memory problem in Array#to_hYukihiro "Matz" Matsumoto
2016-11-10Renamed class_under_defined to class_defined_underFelix Jones
2016-11-06mrb_class_under_defined docs renamed parent and child to outer and innerFelix Jones
2016-11-06Added mrb_class_under_definedFelix Jones
2016-09-28Removed trailing spacesNobuyoshi Nakada
2016-09-27mrb_str_strlen() should be MRB_API; ref #3216Yukihiro "Matz" Matsumoto
2016-09-20Fix return value type of bytecode_decoderKazuaki Tanaka
2016-09-20Bytecode decoder support, MRB_BYTECODE_DECODE_OPTIONKazuaki Tanaka
2016-08-01make mrb_hash_values() a public API functionWilliam Light
2016-07-23yard docs for string.hRalph Desir(Mav7)
2016-07-13relax string length limitation to 64KB; fix #2725Yukihiro "Matz" Matsumoto
2016-07-08C doesn't have try-catchJunichi Kajiwara
2016-05-10add mrb_int_mul_overflow(); close #3149cremno
2016-05-09use type-generic checked arithmetic builtinscremno
2016-05-09define macros only if builtins are n/acremno
2016-03-22fix VS2010/2012 buildcremno
2016-03-07change backtrace sep from const char* to charYukihiro "Matz" Matsumoto
2016-02-05Hash: check flags before accessing ifnone; ref #980Yukihiro "Matz" Matsumoto