summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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-27Merge remote-tracking branch 'upstream/master' into mrbgemsDaniel Bovensiepen
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-24Ignore built files of gemDaniel Bovensiepen
2012-09-24used comments to contributer styleDaniel Bovensiepen
2012-09-24Add accidently removed commentDaniel Bovensiepen
2012-09-24Fix for not existing testsDaniel Bovensiepen
2012-09-24Add a limitation for object files with C ExtensionDaniel Bovensiepen
2012-09-24Add location of gem to readmeDaniel Bovensiepen
2012-09-24Spell fix in mrbgems ReadmeDaniel Bovensiepen
2012-09-24Improve documentation for Gem and add limitationsDaniel Bovensiepen
2012-09-24Improve Gem Readme SourceDaniel Bovensiepen
2012-09-24Improve Gem Readme fileDaniel Bovensiepen
2012-09-24Merge remote-tracking branch 'upstream/master' into mrbgemsDaniel Bovensiepen
2012-09-24Remove gem_emptyDaniel Bovensiepen
2012-09-24Fix initializing of generator and beautify generatorDaniel Bovensiepen
2012-09-23Ignore gitignoreDaniel Bovensiepen
2012-09-23Empty GEM directoryDaniel Bovensiepen
2012-09-23Beautify generatorDaniel Bovensiepen
2012-09-23Modify generator for using printfDaniel Bovensiepen
2012-09-22Catch some corner casesDaniel Bovensiepen
2012-09-22Another fix for MakefileDaniel Bovensiepen
2012-09-22Fix MakefileDaniel Bovensiepen
2012-09-22Optimize MakefilesDaniel Bovensiepen
2012-09-22Move Gem Tests into the main Test targetDaniel Bovensiepen
2012-09-21Rename Gem ExamplesDaniel Bovensiepen