summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2012-06-27Use sizeof to get char array sizes.Masaki Muranaka
2012-06-27Use sizeof to get char array sizes.Masaki Muranaka
2012-06-26Merge pull request #326 from masamitsu-murase/modify_str_format_lenYukihiro "Matz" Matsumoto
2012-06-27do not undef config macrosYukihiro Matsumoto
2012-06-27Fix str_format_len.Masamitsu MURASE
2012-06-26Refactor hex_to_str().Masaki Muranaka
2012-06-25Merge pull request #323 from monaka/pr-fix-str_to_formatYukihiro "Matz" Matsumoto
2012-06-26Fix str_to_format. See also #314.Masaki Muranaka
2012-06-26Prevent memory leak when string literal is created.Masamitsu MURASE
2012-06-25ci->acc should not be left uninitialized; close #303Yukihiro Matsumoto
2012-06-25Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-06-25use mrb_intern_str instead of mrb_intern if possibleYukihiro Matsumoto
2012-06-24Merge pull request #318 from masamitsu-murase/fix_instance_ttYukihiro "Matz" Matsumoto
2012-06-24Merge pull request #317 from masamitsu-murase/fix_struct_new_gcYukihiro "Matz" Matsumoto
2012-06-24Merge pull request #316 from masamitsu-murase/modify_obj_cloneYukihiro "Matz" Matsumoto
2012-06-24Merge pull request #313 from masamitsu-murase/fix_struct_newYukihiro "Matz" Matsumoto
2012-06-24should mark child env from method (proc) objectsYukihiro Matsumoto
2012-06-24Modify gc_gray_mark for Struct.Masamitsu MURASE
2012-06-24Modify obj_free to free instances of Struct.Masamitsu MURASE
2012-06-24Modify Kernel#clone and Kernel#dup.Masamitsu MURASE
2012-06-24Modify instance tt.Masamitsu MURASE
2012-06-24Implement garbage collection for struct.Masamitsu MURASE
2012-06-24Fix Struct.new and Struct.[].Masamitsu MURASE
2012-06-24pacify const assignment warningYukihiro Matsumoto
2012-06-24resolve crash issue on LLVM; longjmp cleared some local variableYukihiro Matsumoto
2012-06-23reduce calling mrb_str_new_cstr() to avoid strlen(); #301Yukihiro Matsumoto
2012-06-23check object type before retrieving instance variabls; close #311Yukihiro Matsumoto
2012-06-23remove assertion for false assumption; mrb_str_new(0, len) where len > 0 can ...Yukihiro Matsumoto
2012-06-22Use mrb_str_new() instead of mrb_str_new2() as possible.Masaki Muranaka
2012-06-21dislose mrb_hash_keys; close #304Yukihiro Matsumoto
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 #302 from monaka/pr-remove-strlen-in-arrayYukihiro "Matz" Matsumoto
2012-06-20Merge pull request #300 from monaka/pr-simplify-codegenYukihiro "Matz" Matsumoto
2012-06-21Remove strlen(). We can use sizeof() of char array because sizeof(char) is al...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-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#define_methodYukihiro Matsumoto
2012-06-19split declaration and definition for 'khash_xxx'.crimsonwoods
2012-06-19add Symbol#<=>Yukihiro Matsumoto
2012-06-19range.c: typo fixedYukihiro Matsumoto
2012-06-19remove unused mrb_rescue()Yukihiro Matsumoto
2012-06-19remove dummy local_variablesYukihiro Matsumoto