summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2013-06-30Merge pull request #1325 from carsonmcdonald/unsignedfixesYukihiro "Matz" Matsumoto
2013-06-30Merge pull request #1324 from h2so5/fix-range-equalYukihiro "Matz" Matsumoto
2013-06-30Change int to size_tCarson McDonald
2013-06-30Change int to size_t.Carson McDonald
2013-06-30Fix some signed unsigned warnings, int to size_t.Carson McDonald
2013-06-30Fix Range#==h2so5
2013-06-30Refactor range_eql() func in rangec.cJun Hiroe
2013-06-29Merge pull request #1321 from suzukaze/refactor-range-cYukihiro "Matz" Matsumoto
2013-06-30Refactor mrb_range_eq() func in range.c.Jun Hiroe
2013-06-30Refactor mrb_obj_eq() func in object.c.Jun Hiroe
2013-06-29Merge pull request #1304 from iij/pr_nil_methodsYukihiro "Matz" Matsumoto
2013-06-29Merge pull request #1318 from Fleurer/refactor_reallocYukihiro "Matz" Matsumoto
2013-06-29Merge pull request #1317 from cremno/crc.c-include-stddef.hYukihiro "Matz" Matsumoto
2013-06-29Merge pull request #1314 from suzukaze/refactor-hash-cYukihiro "Matz" Matsumoto
2013-06-29Merge pull request #1313 from mimaki/fix-mrb_get_args-z-formatYukihiro "Matz" Matsumoto
2013-06-28refactor mrb_realloc()fleuria
2013-06-28replaced POSIX header with standard C headerCremno
2013-06-28add nil.to_a, nil.to_f, nil.to_i methodsAkira Yumiyama
2013-06-27Refactor mrb_hash_empty_p() func in hash.cJun Hiroe
2013-06-27fix unnecessary exception in mrb_get_args with "z" format.mimaki
2013-06-27Avoid read_escape() in case of regexpTakashi Sogabe
2013-06-26Merge pull request #1308 from suzukaze/refactor-hash-cYukihiro "Matz" Matsumoto
2013-06-26Refactor mrb_hash_has_keyWithKey() func in hash.cJun Hiroe
2013-06-26Add arena save/restore around use of hash KEY.Carson McDonald
2013-06-25use mrb_malloc_simple() to allocate crc buffer; close #1302Yukihiro "Matz" Matsumoto
2013-06-25add mrb_malloc_simple() that returns NULL on errorYukihiro "Matz" Matsumoto
2013-06-25Fix crash on load *mrbkyab
2013-06-24Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-06-24fixed a bug in push back list; close #1298Yukihiro "Matz" Matsumoto
2013-06-22Add fallback for allocate CRC bufferkyab
2013-06-21Cleanup mrb_str_resize().Masaki Muranaka
2013-06-21make mrb_str_new_cstr DRYcubicdaiya
2013-06-20Fix compile warning for abortkyab
2013-06-13fix indentYukihiro "Matz" Matsumoto
2013-06-09Singleton raises TypeError on #newDaniel Bovensiepen
2013-06-11Merge pull request #1278 from monaka/pr-calloc-improvementYukihiro "Matz" Matsumoto
2013-06-11Check parameters strictly.Masaki Muranaka
2013-06-11add assertion that check sizeof(void*) should be 4 bytes when MRB_NAN_BOXING ...Yukihiro "Matz" Matsumoto
2013-06-09Merge pull request #1276 from h2so5/replace-isupper-msvcYukihiro "Matz" Matsumoto
2013-06-10Use casting instead of a macroh2so5
2013-06-09Replace isupper with a macro in msvch2so5
2013-06-09Remove incorrect removal of ivCarson McDonald
2013-06-08Raise a NameError when symbol isn't found.Carson McDonald
2013-06-08bob doesn't have new so don't undefCarson McDonald
2013-06-08new is removed from Integer so doesn't need to be removed again in FixnumCarson McDonald
2013-05-26Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-05-26Add MRB_WORD_BOXING mode (represent mrb_value as a word)kimu_shu
2013-05-26mruby error messages should be directed to stderrYukihiro "Matz" Matsumoto
2013-05-26fix fiber GC problemYukihiro "Matz" Matsumoto
2013-05-25fixed a bug in initializing post mandatory block parametersYukihiro "Matz" Matsumoto