summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2013-08-26Merge pull request #1484 from fjmilens3/string_start_withYukihiro "Matz" Matsumoto
2013-08-26Merge pull request #1490 from take-cheeze/cxx_extensionYukihiro "Matz" Matsumoto
2013-08-26support file extension .cpp/.cxx in mrbgem and tooltake_cheeze
2013-08-26Merge pull request #1487 from h2so5/z-option-with-shared-stringYukihiro "Matz" Matsumoto
2013-08-26do not use mrb_alloca() that keeps memory until mrb_state freedYukihiro "Matz" Matsumoto
2013-08-26add cast to void*Yukihiro "Matz" Matsumoto
2013-08-26undef print_backtrace_i() unless ENABLE_STDIOYukihiro "Matz" Matsumoto
2013-08-26Merge branch 'get-backtrace' of https://github.com/wanabe/mruby into wanabe-g...Yukihiro "Matz" Matsumoto
2013-08-25add Exception#backtracewanabe
2013-08-24Fix a problem of 'z' option and shared stringh2so5
2013-08-22Refactor of String#start_with? comparison logic.Frederick John Milens III
2013-08-22Fix for string-length-related issue in String#start_with? logic.Frederick John Milens III
2013-08-22Added test case for String#start_with? with string of length 1.Frederick John Milens III
2013-08-19Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-08-19Merge pull request #1481 from suichu/patchYukihiro "Matz" Matsumoto
2013-08-19add x86_64-darwin host platform.taku toyama
2013-08-19Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-08-18Merge pull request #1480 from wanabe/patch-1Yukihiro "Matz" Matsumoto
2013-08-19android doesn't have log2wanabe
2013-08-18Merge pull request #1479 from chenyukang/remove_returnYukihiro "Matz" Matsumoto
2013-08-18remove unnecessary returnYukang
2013-08-15Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-08-14Merge pull request #1475 from carsonmcdonald/fixparseerrorYukihiro "Matz" Matsumoto
2013-08-14Fix return block argument errorCarson McDonald
2013-08-15remove Class#alloc methodYukihiro "Matz" Matsumoto
2013-08-15use newer DATA APIYukihiro "Matz" Matsumoto
2013-08-15remove Ruby defined Class#newYukihiro "Matz" Matsumoto
2013-08-15remove alloc from Time classYukihiro "Matz" Matsumoto
2013-08-15redesign mruby/data.h API; use DATA_PTR() for raw data pointer, DATA_GET_PTR(...Yukihiro "Matz" Matsumoto
2013-08-15implement Class.new in C againYukihiro "Matz" Matsumoto
2013-08-15add compatibility macro mrb_class_new_instance()Yukihiro "Matz" Matsumoto
2013-08-14Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-08-14check d->type before accessing d->type->dfree; #1474 #858Yukihiro "Matz" Matsumoto
2013-08-14define allocation method for Time class; close #1474Yukihiro "Matz" Matsumoto
2013-08-14Merge pull request #1473 from carsonmcdonald/fixclassnewYukihiro "Matz" Matsumoto
2013-08-14longjmp too far when exception raised from C function called from mrb_funcall()Yukihiro "Matz" Matsumoto
2013-08-13Test for Class#inheritedCarson McDonald
2013-08-13Fix inerited to inheritedCarson McDonald
2013-08-13Add test for Class.new(*args)Carson McDonald
2013-08-13Merge pull request #1472 from JackDanger/jackdanger/add-line-numbers-to-irbYukihiro "Matz" Matsumoto
2013-08-13Merge pull request #1470 from carsonmcdonald/morefixfor1467Yukihiro "Matz" Matsumoto
2013-08-13Merge pull request #1469 from carsonmcdonald/removedebugYukihiro "Matz" Matsumoto
2013-08-13Adding line numbers to the output of mirb.Jack Danger Canty
2013-08-13Add two tests for issue #1467Carson McDonald
2013-08-13This check and class change is redundant because it is done in class.c#mrb_in...Carson McDonald
2013-08-13Remove debug printfCarson McDonald
2013-08-14Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-08-14ci->target_class should point to ICLASS, not MODULE; close #1467Yukihiro "Matz" Matsumoto
2013-08-13Merge pull request #1468 from suzukaze/add-array-testYukihiro "Matz" Matsumoto
2013-08-13I add ISO test '15.2.12.3' included modules in ArrrayJun Hiroe