summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2012-06-21forgot to rename function mrb_sym2name -> mrb_sym2name_lenYukihiro Matsumoto
2012-06-21reduce calling of strlen(); #301Yukihiro Matsumoto
2012-06-21Merge pull request #305 from bovi/optional-featureYukihiro "Matz" Matsumoto
2012-06-21Merge pull request #302 from monaka/pr-remove-strlen-in-arrayYukihiro "Matz" Matsumoto
2012-06-21clean up small line lostDaniel Bovensiepen
2012-06-21only execute struct tests if struct feature is activatedDaniel Bovensiepen
2012-06-21only execute time tests if time feature is activatedDaniel Bovensiepen
2012-06-21only execute math tests if math feature is activatedDaniel Bovensiepen
2012-06-21Only open struct class if there is actually already a classDaniel Bovensiepen
2012-06-21Remove constantsDaniel Bovensiepen
2012-06-20Merge pull request #300 from monaka/pr-simplify-codegenYukihiro "Matz" Matsumoto
2012-06-21Skip time test in case that Time isn't implementedDaniel Bovensiepen
2012-06-21Skip struct test in case that Struct isn't implementedDaniel Bovensiepen
2012-06-21Skip math test in case that Math isn't implementedDaniel Bovensiepen
2012-06-21Create new constants to indicate optional featuresDaniel Bovensiepen
2012-06-21Remove strlen(). We can use sizeof() of char array because sizeof(char) is al...Masaki Muranaka
2012-06-21Add test for Array#to_s and Array#inspect.Masaki Muranaka
2012-06-21Simplify. Should not use strlen() as possible. It needs complexity.Masaki Muranaka
2012-06-21move KHASH_DECLARE to header filesYukihiro Matsumoto
2012-06-21remove khash.c; khash.h dependency to mruby.h; refactoringYukihiro Matsumoto
2012-06-21Merge branch 'modify_khash' of https://github.com/crimsonwoods/mruby into cri...Yukihiro Matsumoto
2012-06-20add printf methodYukihiro Matsumoto
2012-06-20remove RuntimeError from mrb_stateYukihiro Matsumoto
2012-06-20__send__ addedYukihiro Matsumoto
2012-06-20ISO conforming lambdaYukihiro Matsumoto
2012-06-20allow lambda duplicationYukihiro Matsumoto
2012-06-20protect crash from empty irepYukihiro Matsumoto
2012-06-20add Module#{attr,attr_reader,attr_writer,attr_accessor}; close #257Yukihiro Matsumoto
2012-06-20add Module#define_methodYukihiro Matsumoto
2012-06-19split declaration and definition for 'khash_xxx'.crimsonwoods
2012-06-19add Symbol#<=>Yukihiro Matsumoto
2012-06-19remove local_variables testYukihiro Matsumoto
2012-06-19range.c: typo fixedYukihiro Matsumoto
2012-06-19remove unused mrb_rescue()Yukihiro Matsumoto
2012-06-19remove dummy local_variablesYukihiro Matsumoto
2012-06-19remove dummy require/loopYukihiro Matsumoto
2012-06-19remove obsolete commentYukihiro Matsumoto
2012-06-19Kernel#raise: better argument checkYukihiro Matsumoto
2012-06-19raise should initialize Exception objectYukihiro Matsumoto
2012-06-19add ISO reference numbersYukihiro Matsumoto
2012-06-19forgot to replace INLCUDE_KERNEL_SPRINTF by ENABLE_KERNEL_SPRINTFYukihiro Matsumoto
2012-06-18Merge pull request #298 from junjis0203/patch_for_Struct_member_access_methodYukihiro "Matz" Matsumoto
2012-06-18Fix member access method definitionJunji Sawada
2012-06-17Merge pull request #297 from bovi/improve-cflag-choiceYukihiro "Matz" Matsumoto
2012-06-18Make CFLAG choices in Makefiles more flexibleDaniel Bovensiepen
2012-06-18move exception definiton to mrblibYukihiro Matsumoto
2012-06-18add Struct testsYukihiro Matsumoto
2012-06-18ignore id to create NameErrorYukihiro Matsumoto
2012-06-18allow struct access; close #295Yukihiro Matsumoto
2012-06-17allow disabling Struct classYukihiro Matsumoto