summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2012-10-17Fix degrades by #490. (Some changes are reverted.)Masaki Muranaka
2012-10-17defining mrb_int also requires MRB_INT_{MAX,MIN} to be definedYukihiro 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-16Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-10-16"mrbc -" should take input from stdin; close #489Yukihiro Matsumoto
2012-10-16Merge pull request #490 from monaka/pr-avoid-memcpy-on-copying-structuresYukihiro "Matz" Matsumoto
2012-10-16Merge pull request #491 from monaka/pr-more-strict-warning-checksYukihiro "Matz" Matsumoto
2012-10-15Avoid memcpy() on copying structure.Masaki Muranaka
2012-10-15Avoid memcpy() on copying structure.Masaki Muranaka
2012-10-15Add more strict warning checksMasaki Muranaka
2012-10-15Avoid memcpy() on copying structure.Masaki Muranaka
2012-10-09Merge pull request #485 from beoran/bdm_extend_main_crashes_fixYukihiro "Matz" Matsumoto
2012-10-09Bugfix for crash if main was extended with a module.Beoran
2012-10-05preserve script file nameYukihiro Matsumoto
2012-10-04script file name should not be in ARGVYukihiro Matsumoto
2012-10-04specify know capacity of an arrayYukihiro Matsumoto
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-30Merge pull request #483 from akuroda/array_testYukihiro "Matz" Matsumoto
2012-09-30add test case for Array#unshift, <=>, and *Akira Kuroda
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-30mruby should exit with 0 on successYukihiro Matsumoto
2012-09-29Remove extern mrb_top_self. It is declared in mruby.h.Masaki Muranaka
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-20Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-09-20OP_CALL for cfunc must restore callinfo; close #476Yukihiro Matsumoto
2012-09-18Merge pull request #475 from bovi/contributingYukihiro "Matz" Matsumoto
2012-09-18Merge pull request #474 from monaka/pr-generic-sh-elf-supportYukihiro "Matz" Matsumoto
2012-09-18re-formulate some sentencesDaniel Bovensiepen
2012-09-18Emphasis commandsDaniel Bovensiepen
2012-09-18Add a contribution information fileDaniel Bovensiepen
2012-09-18Generic sh-elf target support.Masaki Muranaka
2012-09-15Merge pull request #473 from bovi/integer-step-testYukihiro "Matz" Matsumoto
2012-09-15Merge pull request #472 from bovi/kernel-to-s-testYukihiro "Matz" Matsumoto
2012-09-15Add test case for Integer#stepDaniel Bovensiepen
2012-09-15Integer#step addedYukihiro Matsumoto
2012-09-15Numeric#{upto,downto}: limit may not be an integerYukihiro Matsumoto
2012-09-15Don't check ObjectID of Kernel#to_s. Only class check of instanceDaniel Bovensiepen
2012-09-13should define String#+ (non inlined); close #469Yukihiro Matsumoto
2012-09-13Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-09-12Merge pull request #468 from iij/pr-exception-without-mesgYukihiro "Matz" Matsumoto