summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2014-03-12Merge pull request #1843 from take-cheeze/suppress_warningsYukihiro "Matz" Matsumoto
2014-03-12fix mrb_funcall callingtake_cheeze
2014-03-11remove deprecated register keywordtake_cheeze
2014-03-11don't use of anonymous unionstake_cheeze
2014-03-11fix sym_intern argument typeksss
2014-03-10Merge pull request #1840 from ksss/bit-fieldYukihiro "Matz" Matsumoto
2014-03-10set bool macroksss
2014-03-10set bit field for mrb_boolksss
2014-03-10add comments at end of include guardcubicdaiya
2014-03-09Use mrb_str_new_cstr() instead of mrb_str_new() with strlen().Masaki Muranaka
2014-03-09Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-03-09Merge pull request #1833 from cremno/use-mrb_str_cat_litYukihiro "Matz" Matsumoto
2014-03-09Merge pull request #1834 from cremno/use-nan-and-infinity-macrosYukihiro "Matz" Matsumoto
2014-03-08use mrb_str_cat_lit for literalscremno
2014-03-09remove invocation of strlen() on buffer of strings; with refactoringYukihiro "Matz" Matsumoto
2014-03-09Merge pull request #1831 from monaka/pr-make-type-casts-saferYukihiro "Matz" Matsumoto
2014-03-09Merge pull request #1832 from ksss/fix-1823Yukihiro "Matz" Matsumoto
2014-03-08use NAN and INFINITYcremno
2014-03-09add "?" specifier to check if preceding optional argument is givenYukihiro "Matz" Matsumoto
2014-03-08fix #1823ksss
2014-03-08Make type casts safer.Masaki Muranaka
2014-03-07pool: use mrb_malloc_simple instead of mrb_malloccremno
2014-03-07MSVC: fix C4146cremno
2014-03-08convert too much from size_t to uint32_t; mrb_sym2name_len() takes size_t*Yukihiro "Matz" Matsumoto
2014-03-07reduce integer type complexity from int/size_t/uint32_t by unifying them to u...Yukihiro "Matz" Matsumoto
2014-03-07Merge pull request #1820 from ksss/string-embedYukihiro "Matz" Matsumoto
2014-03-07Hash#== and eql? should not return fixnum; ref #1823Yukihiro "Matz" Matsumoto
2014-03-07Fix behavior Hash#eql?ksss
2014-03-06make embed string when create literalsksss
2014-03-06embed small stringksss
2014-03-05fix off-by-one error in attrsymcubicdaiya
2014-03-04fix off-by-one error in String#rindex(fixnum)cubicdaiya
2014-03-04Use mrb_exc_new_str_lit widelycubicdaiya
2014-03-04add new macros for MRB_STR_SHARED operations, based on 0f7aecf from @ksss; re...Yukihiro "Matz" Matsumoto
2014-03-03Kernel#send does not use mrb_funcall anymore for most cases; ref #1680Yukihiro "Matz" Matsumoto
2014-03-03rescue clause should understand splats; close #1786Yukihiro "Matz" Matsumoto
2014-03-02add const to char* to pacify warnings for string litral to char* conversionYukihiro "Matz" Matsumoto
2014-03-01clear exc_catched before jumping to L_RAISEtake_cheeze
2014-03-01define __STDC_* macros in y.tab.cxx tootake_cheeze
2014-03-01wrap scope with do {} while()take_cheeze
2014-03-01move jmpbuf_id to generated filetake_cheeze
2014-03-01fix compile error of min/max macrotake_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-01exception in fiber should make resume to raise in parent fiber context; close...Yukihiro "Matz" Matsumoto
2014-03-01Merge branch 'issues/comment_style' of https://github.com/cubicdaiya/mruby in...Yukihiro "Matz" Matsumoto
2014-03-01need to initialize flags for pooled strings; close #1768Yukihiro "Matz" Matsumoto
2014-03-01add _FLAG to SET_SHARED macros; ref #1750Yukihiro "Matz" Matsumoto
2014-03-01Merge branch 'array-shared-macro' of https://github.com/ksss/mruby into ksss-...Yukihiro "Matz" Matsumoto
2014-03-01use C style comments instead of C++ style commentscubicdaiya