summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2014-03-11remove deprecated register keywordtake_cheeze
2014-03-11don't use of anonymous unionstake_cheeze
2014-03-11Merge pull request #1845 from ksss/sym_intern-argument-typeYukihiro "Matz" Matsumoto
2014-03-11fix sym_intern argument typeksss
2014-03-11Merge pull request #1842 from ksss/assert_nothing_raisedYukihiro "Matz" Matsumoto
2014-03-11add assertion method `assert_nothing_raised'ksss
2014-03-10Merge pull request #1840 from ksss/bit-fieldYukihiro "Matz" Matsumoto
2014-03-10Merge pull request #1841 from ksss/symbol-boolYukihiro "Matz" Matsumoto
2014-03-10set bool macroksss
2014-03-10set bit field for mrb_boolksss
2014-03-10Merge pull request #1838 from take-cheeze/reduce_mrb_open_in_testYukihiro "Matz" Matsumoto
2014-03-10Merge pull request #1839 from cubicdaiya/issues/comment_include_guardYukihiro "Matz" Matsumoto
2014-03-10add comments at end of include guardcubicdaiya
2014-03-10reduce mrb_open calls in mrbgem testtake_cheeze
2014-03-09Merge pull request #1837 from monaka/pr-add-commentsYukihiro "Matz" Matsumoto
2014-03-09Add comments to notify files are auto generated.Masaki Muranaka
2014-03-09Merge pull request #1836 from monaka/pr-use-mrb_str_new_cstrYukihiro "Matz" Matsumoto
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-08MSVC: add NAN and INFINITY for older versionscremno
2014-03-08use NAN and INFINITYcremno
2014-03-09add data_type check to mruby-randomYukihiro "Matz" Matsumoto
2014-03-09refactoring mruby-randomYukihiro "Matz" Matsumoto
2014-03-09implement Array#sample in mruby-random gemYukihiro "Matz" Matsumoto
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-08Merge pull request #1828 from take-cheeze/string_embedYukihiro "Matz" Matsumoto
2014-03-08Merge pull request #1830 from cremno/pool-fixesYukihiro "Matz" Matsumoto
2014-03-08Merge pull request #1829 from takkaw/mirb_linenoiseYukihiro "Matz" Matsumoto
2014-03-07pool: use mrb_malloc_simple instead of mrb_malloccremno
2014-03-07MSVC: fix C4146cremno
2014-03-08support linenoise in mirbtakkaw
2014-03-08convert too much from size_t to uint32_t; mrb_sym2name_len() takes size_t*Yukihiro "Matz" Matsumoto
2014-03-08use sizeof(void*) instead of mrb_int size and extend embed string sizetake_cheeze
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-07Merge pull request #1824 from unak/patch-1Yukihiro "Matz" Matsumoto
2014-03-07Hash#== and eql? should not return fixnum; ref #1823Yukihiro "Matz" Matsumoto
2014-03-07Merge pull request #1823 from ksss/hash-eqlYukihiro "Matz" Matsumoto
2014-03-07.PHONY should be placed after `all'unak
2014-03-07Fix behavior Hash#eql?ksss
2014-03-06add embed string testksss
2014-03-06make embed string when create literalsksss