summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2012-12-18codedump should print relative offset for irep in OP_LAMBDAYukihiro 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-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-12remove unused variableYukihiro Matz Matsumoto
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
2012-12-10Stop warning in compiling proc.cRyunosuke SATO
2012-12-10add comment to clarify nregs=2 in cipush; close #610Yukihiro Matz Matsumoto
2012-12-10Merge branch 'master' of github.com:mruby/mrubyYukihiro Matz Matsumoto
2012-12-10new function mrb_closure_new_cfunc(); close #609Yukihiro Matz Matsumoto
2012-12-10refactor OP_RETURN switch to remove a redundant label and avoid gotoJan Berdajs
2012-12-09Merge pull request #604 from skandhas/pr-fix-check_iv_nameYukihiro "Matz" Matsumoto
2012-12-10Fix memory leak in String#to_i and String#to_f.Masamitsu MURASE
2012-12-09fix incorrect checkups in check_iv_nameskandhas
2012-12-08Merge pull request #598 from bovi/mrbgems-improve-for-masuidriveYukihiro "Matz" Matsumoto
2012-12-08should update cdump.c to new mrb_add_irep() API; close #597Yukihiro Matz Matsumoto
2012-12-08Use only DISABLE_GEMS for feature request in include/mrbconf.hDaniel Bovensiepen
2012-12-07Merge pull request #479 from bovi/mrbgemsYukihiro "Matz" Matsumoto
2012-12-07Merge pull request #594 from beoran/beoran_issue_569_fixYukihiro "Matz" Matsumoto
2012-12-07Fix for issue #569Beoran
2012-12-07Integrate refactoring of commit f1ed1436240a2d0d3d45a7061ade26cdc25be352Daniel Bovensiepen
2012-12-07mange arena_idx smarter for smaller ARENA_SIZE; now default to 100 from 1024Yukihiro Matz Matsumoto
2012-12-07refactor and move irep malloc away to mrb_add_irep()Yukihiro Matz Matsumoto
2012-12-06Merge remote-tracking branch 'mruby/master' into mrbgemsDaniel Bovensiepen
2012-12-05Merge pull request #567 from beoran/beoran_stack_overflow_fixYukihiro "Matz" Matsumoto
2012-12-05rename mrb_load_irep for mrbtest to be consistent to name changeDaniel Bovensiepen
2012-12-05Fix out of boundary scan in case of octal formatted stringTakashi Sogabe
2012-12-05rename mrb_load_irep etc. for naming consistencyYukihiro Matz Matsumoto
2012-12-05Merge remote-tracking branch 'mruby/master' into mrbgemsDaniel Bovensiepen
2012-12-04Fix loss of MSB in conditions of octal formatted stringTakashi Sogabe
2012-12-03Merge branch 'master' of github.com:mruby/mrubyYukihiro Matz Matsumoto
2012-12-03Array#[]= should return assigning value; close #584Yukihiro Matz Matsumoto
2012-12-03add check_const_name for Module#const_setskandhas
2012-12-03add check_const_name for Module#const_getskandhas
2012-12-03add check_const_name for Module#const_defined?skandhas
2012-12-03add function:check_const_nameskandhas
2012-12-02Merge pull request #568 from mauceri/masterYukihiro "Matz" Matsumoto
2012-12-03Ruby's Time#yday should start from 1; close #581Yukihiro Matz Matsumoto
2012-12-01Merge remote-tracking branch 'upstream/master' into mrbgemsDaniel Bovensiepen
2012-11-30Merge pull request #573 from skandhas/pr-add-Module-module_evalYukihiro "Matz" Matsumoto
2012-11-30Merge pull request #578 from tricknotes/stop-warningYukihiro "Matz" Matsumoto
2012-11-30Merge pull request #579 from skandhas/pr-remove-incorrect-pop-in-codegenYukihiro "Matz" Matsumoto