summaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Expand)Author
2014-03-11don't use of anonymous unionstake_cheeze
2014-03-09Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-03-09Merge pull request #1834 from cremno/use-nan-and-infinity-macrosYukihiro "Matz" Matsumoto
2014-03-09remove invocation of strlen() on buffer of strings; with refactoringYukihiro "Matz" Matsumoto
2014-03-08MSVC: add NAN and INFINITY for older versionscremno
2014-03-08Make type casts safer.Masaki Muranaka
2014-03-08use sizeof(void*) instead of mrb_int size and extend embed string sizetake_cheeze
2014-03-06make embed string when create literalsksss
2014-03-06embed small stringksss
2014-03-05error.h: add extern "C" for C++cremno
2014-03-04fix a comment end of include guardcubicdaiya
2014-03-04introduce mrb_exc_new_str_lit for C string literalscubicdaiya
2014-03-03fix include guard style.Tatsuya Matsumoto
2014-03-01fix compile errortake_cheeze
2014-03-01support c++ exceptiontake_cheeze
2014-03-01allow send method not to call mrb_funcall if calling method is implemented in...Yukihiro "Matz" Matsumoto
2014-03-01revert changes to mrbconf.hYukihiro "Matz" Matsumoto
2014-03-01use C style comments instead of C++ style commentscubicdaiya
2014-03-01mrb_fiber_yield() is available now; you have to link mruby-fiber mrbgem to us...Yukihiro "Matz" Matsumoto
2014-02-27revert 38e9ce21 and API changed; mrb_get_backtrace() -> renamed to mrb_exc_ba...Yukihiro "Matz" Matsumoto
2014-02-27add new function mrb_get_backtrace_at() to get backtrace at ci and pcYukihiro "Matz" Matsumoto
2014-02-26Merge pull request #1744 from cubicdaiya/feature/introduce_mrb_str_cat_litYukihiro "Matz" Matsumoto
2014-02-26introduce mrb_str_cat_lit() to create strings from C string litralscubicdaiya
2014-02-26Merge pull request #1740 from tmash06/fix_missing_spacesYukihiro "Matz" Matsumoto
2014-02-26resolve conflictYukihiro "Matz" Matsumoto
2014-02-26fix missing spaces.Tatsuya Matsumoto
2014-02-24add MRB_ prefix to STRINGIZE macrotake_cheeze
2014-02-20move src/error.h to include/mruby/error.htake_cheeze
2014-02-18mrb_flo_to_str: internal linkagecremno
2014-02-17Added spaces in version.h macros for complying with C++11Paolo Bosetti
2014-02-17more mrb_flo_to_str fixescremno
2014-02-17remove max_digit from mrb_flo_to_str()Yukihiro "Matz" Matsumoto
2014-02-14Merge pull request #1705 from takahashim/version-numberYukihiro "Matz" Matsumoto
2014-02-14Merge pull request #1703 from cremno/parenthesize-mrbdump-errnosYukihiro "Matz" Matsumoto
2014-02-13MRUBY_VERSION should be only numbers separated by dot, like JRUBY_VERSION or ...takahashim
2014-02-13remove mrb_str_literal declarationcremno
2014-02-13dump.h: parenthesize negative errnoscremno
2014-02-12include mruby/version.h in mruby.hTomoyuki Sahara
2014-02-12array implementation: several small changescremno
2014-02-11add RUBY_ENGINE; ref #576Yukihiro "Matz" Matsumoto
2014-02-09Merge branch 'original2' of https://github.com/miura1729/mruby into miura1729...Yukihiro "Matz" Matsumoto
2014-02-09Merge pull request #1674 from cremno/mrb_bool-FALSE-TRUEYukihiro "Matz" Matsumoto
2014-02-09Store raw stack address in callinfo instead of offset from stbasMiura Hideki
2014-02-08forget to add function prototypesYukihiro "Matz" Matsumoto
2014-02-07add MRUBY_RELEASE info in numbersYukihiro "Matz" Matsumoto
2014-02-07forgot to add new filesYukihiro "Matz" Matsumoto
2014-02-06introduce mrb_str_new_lit() to create strings from C string litralsYukihiro "Matz" Matsumoto
2014-01-31use mrb_bool, FALSE and TRUE morecremno
2014-01-31rework mruby-objectspace and gc.[ch]cremno
2014-01-31Merge pull request #1669 from cremno/copyright-2014Yukihiro "Matz" Matsumoto