summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2012-12-18codedump should print relative offset for irep in OP_LAMBDAYukihiro Matz Matsumoto
2012-12-18Rakefile should honor CFLAGS environment variable in debug modeYukihiro Matz Matsumoto
2012-12-17Merge pull request #636 from selman/minirake_tasksYukihiro "Matz" Matsumoto
2012-12-17fix (-T, --tasks) show tasksSelman ULUG
2012-12-17Merge pull request #634 from masuidrive/use_ruby_for_buildingYukihiro "Matz" Matsumoto
2012-12-17nextc() might have problem on bytes higer than 0x80; close #628Yukihiro Matz Matsumoto
2012-12-17should not ignore exception on top-level; close #635Yukihiro Matz Matsumoto
2012-12-16Merge pull request #632 from cremno/msvc-strtollYukihiro "Matz" Matsumoto
2012-12-16Merge pull request #631 from darashi/fix-typoYukihiro "Matz" Matsumoto
2012-12-17Moved some building script from GNU make to Ruby scriptYuichiro MASUI
2012-12-16MSVC doesn't define strtoll but _strtoi64.Cremno
2012-12-16Fix a typo in commentYoji SHIDARA
2012-12-16Merge branch 'master' into use_ruby_for_buildingYuichiro MASUI
2012-12-16Moved some building script from GNU make to Ruby scriptYuichiro MASUI
2012-12-14Merge pull request #627 from iij/pr-mrbgems-dependencyYukihiro "Matz" Matsumoto
2012-12-14Merge pull request #630 from mrbrdo/masterYukihiro "Matz" Matsumoto
2012-12-14Merge pull request #626 from iij/pr-generator-eof-checkYukihiro "Matz" Matsumoto
2012-12-14add mrb_closure_new_cfunc to headerJan Berdajs
2012-12-14rebuild binaries when mrbgem archives are updated.Tomoyuki Sahara
2012-12-14fgetc(3) returns int.Tomoyuki Sahara
2012-12-12Merge pull request #625 from skandhas/pr-fix-integer-overflow-checkups-in-OP_...Yukihiro "Matz" Matsumoto
2012-12-13fix incorrect integer-overflow checkups in OP_SUB/OP_SUBI case.skandhas
2012-12-13Merge branch 'master' of github.com:mruby/mrubyYukihiro Matz Matsumoto
2012-12-13class of TT_VOIDP should be ObjectYukihiro Matz Matsumoto
2012-12-12Merge pull request #623 from liancheng/masterYukihiro "Matz" Matsumoto
2012-12-12Call mrb_gc_arena_save/mrb_gc_arena_restore instead of manipulating arena ind...Lian Cheng
2012-12-12save lastpc on exception and use it in mruby stack traceYukihiro Matz Matsumoto
2012-12-12new function mrb_obj_iv_ifnone()Yukihiro Matz Matsumoto
2012-12-12add MRB_TT_VOIDPYukihiro Matz Matsumoto
2012-12-12remove unused variableYukihiro Matz Matsumoto
2012-12-11Merge pull request #621 from bovi/mrbgems-fixesYukihiro "Matz" Matsumoto
2012-12-11Fixes the dash issue for pure Ruby GEMsDaniel Bovensiepen
2012-12-10Merge pull request #619 from iij/pr-ignore-mrbgems-srclibYukihiro "Matz" Matsumoto
2012-12-10Merge pull request #618 from iij/pr-generator-off-by-oneYukihiro "Matz" Matsumoto
2012-12-10Merge pull request #617 from mattn/replace_dashYukihiro "Matz" Matsumoto
2012-12-10Merge pull request #616 from mattn/fix_generatorYukihiro "Matz" Matsumoto
2012-12-10Merge pull request #615 from mattn/fix_quote_win32Yukihiro "Matz" Matsumoto
2012-12-11Improve cleanup target for mixed C and Ruby GEMsDaniel Bovensiepen
2012-12-11ignore an auto-generated file.Tomoyuki Sahara
2012-12-11fix an off-by-one error.Tomoyuki Sahara
2012-12-11replace all '-' to '_' for mrbc.mattn
2012-12-11clear variable.mattn
2012-12-11fclose if not null.mattn
2012-12-11fix generator.mattn
2012-12-11remove quote of "GEMS.active". On windows, quoted variable is passed to the c...mattn
2012-12-10Merge pull request #613 from bovi/mrbgems-exampleYukihiro "Matz" Matsumoto
2012-12-10As suggested by @masuidrive remove static RClass as in ce56f19b02a0c9ddd57157...Daniel Bovensiepen
2012-12-10remove return at the bottom of void functionYukihiro Matz Matsumoto
2012-12-10Merge pull request #611 from tricknotes/stop-warning-of-procYukihiro "Matz" Matsumoto
2012-12-10add inline declarationYukihiro Matz Matsumoto