summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2012-10-21Merge pull request #500 from monaka/pr-avoid-memcpy-on-copying-structureYukihiro "Matz" Matsumoto
2012-10-21Avoid memcpy() on copying structures.Masaki Muranaka
2012-10-20avoid duplicated OP_RETURNYukihiro Matsumoto
2012-10-20pop register stack before rescueYukihiro Matsumoto
2012-10-20unexpect break/next/redo/retry should raise LocalJumpErrorYukihiro Matsumoto
2012-10-20pool string need not to convertYukihiro Matsumoto
2012-10-20should handle break in rescueYukihiro Matsumoto
2012-10-19shuld handle return in rescue; close #497Yukihiro Matsumoto
2012-10-19empty NODE_BEGIN should push nil; close #496Yukihiro Matsumoto
2012-10-19Merge pull request #495 from iij/pr-hexstr-load-brokenYukihiro "Matz" Matsumoto
2012-10-19lshift must not assume sizeof(long) >= sizeof(mrb_int)Yukihiro Matsumoto
2012-10-18Fix wrong storage of data when hex-style string is loadedTakashi Sogabe
2012-10-17Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-10-17Merge pull request #493 from iij/pr-return-breaks-spYukihiro "Matz" Matsumoto
2012-10-17Fix degrades by #490. (Some changes are reverted.)Masaki Muranaka
2012-10-17Fix disappearance of a local variable when return statement is calledTakashi Sogabe
2012-10-17no memory copy for call_iseqYukihiro Matsumoto
2012-10-17should not free() static iseq from cdumpYukihiro Matsumoto
2012-10-16remove wasting stack spaceYukihiro Matsumoto
2012-10-16Kernel#block_given? always gave falseYukihiro Matsumoto
2012-10-16true/false should print proper inspect stringYukihiro Matsumoto
2012-10-16register number adjustment for case statement was wrong; close #487Yukihiro Matsumoto
2012-10-161.divmod(0) should not crash, but return [Inf,NaN] (CRuby incompat); close #492Yukihiro Matsumoto
2012-10-15Avoid memcpy() on copying structure.Masaki Muranaka
2012-10-15Avoid memcpy() on copying structure.Masaki Muranaka
2012-10-15Avoid memcpy() on copying structure.Masaki Muranaka
2012-10-09Bugfix for crash if main was extended with a module.Beoran
2012-10-04fix indent of mrb_exc_raiseYukihiro Matsumoto
2012-10-04should handle exception from Ruby implemented method called from funcall; clo...Yukihiro Matsumoto
2012-09-29Merge pull request #481 from monaka/pr-tiny-cleanup-20120929Yukihiro "Matz" Matsumoto
2012-09-30wrong termination of mrb_run on exception; close #480Yukihiro Matsumoto
2012-09-29mrb_long2int(n) : Remove as unused.Masaki Muranaka
2012-09-27should adjust array sizeYukihiro Matsumoto
2012-09-27load_exec should return undef on syntax errorsYukihiro Matsumoto
2012-09-26should not call mrb_parser_free() on NULL pointerYukihiro Matsumoto
2012-09-21should adjust pc after OP_CALLYukihiro Matsumoto
2012-09-20OP_CALL for cfunc must restore callinfo; close #476Yukihiro Matsumoto
2012-09-13should define String#+ (non inlined); close #469Yukihiro Matsumoto
2012-09-13Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-09-12check if an Exception instance has a "mesg" attributeTomoyuki Sahara
2012-09-12mrb_sym can be short integer; reduced 10KBYukihiro Matsumoto
2012-09-12remoce duplicate declaration of TOUPPER/TOLOWERYukihiro Matsumoto
2012-09-12two more wrapper macros for ctype.hTomoyuki Sahara
2012-09-12typo fixedYukihiro Matsumoto
2012-09-12Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-09-10Merge pull request #463 from emboss/define_dbl_dig_conditionallyYukihiro "Matz" Matsumoto
2012-09-11Fixes #464.Shannen Saez
2012-09-11Define DBL_DIG only if it wasn't previously definedemboss
2012-09-10Merge pull request #461 from bovi/makefile-writing-fixesYukihiro "Matz" Matsumoto
2012-09-10Fix writing errors in MakefilesDaniel Bovensiepen