summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2012-12-14fgetc(3) returns int.Tomoyuki Sahara
Note: "char" is actually "unsigned char" on some platforms including NetBSD/arm. Comparing char value with EOF(-1) always fails on the platforms.
2012-12-12Merge pull request #625 from ↵Yukihiro "Matz" Matsumoto
skandhas/pr-fix-integer-overflow-checkups-in-OP_SUB-OP_SUBI fix incorrect integer-overflow checkups in OP_SUB/OP_SUBI case.
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
Call mrb_gc_arena_save/mrb_gc_arena_restore when proper
2012-12-12Call mrb_gc_arena_save/mrb_gc_arena_restore instead of manipulating arena ↵Lian Cheng
index directly
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
Mrbgems Dash Issue and better cleanup
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
ignore an auto-generated file.
2012-12-10Merge pull request #618 from iij/pr-generator-off-by-oneYukihiro "Matz" Matsumoto
fix an off-by-one error in mrbgems generator.
2012-12-10Merge pull request #617 from mattn/replace_dashYukihiro "Matz" Matsumoto
replace all '-' to '_' for mrbc.
2012-12-10Merge pull request #616 from mattn/fix_generatorYukihiro "Matz" Matsumoto
fix generator.
2012-12-10Merge pull request #615 from mattn/fix_quote_win32Yukihiro "Matz" Matsumoto
remove double quote.
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 ↵mattn
command arguments with double quote.
2012-12-10Merge pull request #613 from bovi/mrbgems-exampleYukihiro "Matz" Matsumoto
mrbgems - remove static RClass
2012-12-10As suggested by @masuidrive remove static RClass as in ↵Daniel Bovensiepen
ce56f19b02a0c9ddd5715750b34cf7f9554f19f4
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
Stop warning in compiling proc.c
2012-12-10add inline declarationYukihiro Matz Matsumoto
2012-12-10Stop warning in compiling proc.cRyunosuke SATO
proc.c:46: warning: ‘return’ with a value, in function returning void introduced in f312af11.
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-09Merge pull request #608 from mrbrdo/op_return_caseYukihiro "Matz" Matsumoto
refactor OP_RETURN switch to remove a redundant label and avoid goto
2012-12-10refactor OP_RETURN switch to remove a redundant label and avoid gotoJan Berdajs
2012-12-10should not use a static variable to save RClass referenceYukihiro Matz Matsumoto
2012-12-09Merge pull request #604 from skandhas/pr-fix-check_iv_nameYukihiro "Matz" Matsumoto
fix incorrect checkups in check_iv_name
2012-12-09Merge pull request #603 from masuidrive/add_ldflags_to_makefilesYukihiro "Matz" Matsumoto
Added LDFLAGS to Makefiles
2012-12-09Merge pull request #606 from masamitsu-murase/fix_memory_leak_in_string_to_iYukihiro "Matz" Matsumoto
Fix memory leak in String#to_i and String#to_f.
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-09Added LDFLAGS to MakefilesYuichiro MASUI
2012-12-08Merge pull request #598 from bovi/mrbgems-improve-for-masuidriveYukihiro "Matz" Matsumoto
mrbgems - Improvements for masuidrive's mobiruby
2012-12-08should update cdump.c to new mrb_add_irep() API; close #597Yukihiro Matz Matsumoto
2012-12-08mrbgems: recognize absolute path under WIN32Daniel Bovensiepen
2012-12-08Improve documentation based on latest improvementsDaniel Bovensiepen
2012-12-08mrbgems: GEMS.active can now contain relative path to GEMS. Relative from ↵Daniel Bovensiepen
'mrbgems/g'
2012-12-08mrbgems: make calls to every GEM contain now also the include path to the ↵Daniel Bovensiepen
header files of every GEM.