summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2012-11-22Deactivate / Activate GEMs Flag introduced into mrbconf.hDaniel Bovensiepen
2012-11-22Deactivate / Activate GEMs Flag introduced into MakefileDaniel Bovensiepen
2012-11-22Clean GEM Generator a bit moreDaniel Bovensiepen
2012-11-22Rename GEM init fileDaniel Bovensiepen
2012-11-22Adapt new GEM compile process to ignore listDaniel Bovensiepen
2012-11-22Merge remote-tracking branch 'upstream/master' into mrbgemsDaniel Bovensiepen
2012-11-22Make GEM build choosable. Respect GEMS.active file for choices of which GEM t...Daniel Bovensiepen
2012-11-21Merge pull request #564 from xxuejie/masterYukihiro "Matz" Matsumoto
2012-11-21Merge branch 'master' of github.com:mruby/mrubyYukihiro Matz Matsumoto
2012-11-21handle return from blocks, especially from lambda blocks; close #561Yukihiro Matz Matsumoto
2012-11-21Merge remote-tracking branch 'upstream/master' into mrbgemsDaniel Bovensiepen
2012-11-21Include dynamically GEMs into mrubyDaniel Bovensiepen
2012-11-21Include dynamically GEMs into mirbDaniel Bovensiepen
2012-11-21Include dynamically GEMs into mrbtestDaniel Bovensiepen
2012-11-21Improve Generator by handling Ruby and C Extensions in the same wayDaniel Bovensiepen
2012-11-21Improve Including File to build single archive FilesDaniel Bovensiepen
2012-11-21Improve building of Gems to single Archive FilesDaniel Bovensiepen
2012-11-21Modify Ruby ExtensionDaniel Bovensiepen
2012-11-21Modify C ExtensionDaniel Bovensiepen
2012-11-21Add C and Ruby Extension Example MixedDaniel Bovensiepen
2012-11-20Use check_float when testing equality for float valuesXuejie Xiao
2012-11-20Modify comments for generatorDaniel Bovensiepen
2012-11-19Merge pull request #563 from xxuejie/masterYukihiro "Matz" Matsumoto
2012-11-19Merge pull request #562 from skandhas/pr-fix-lost-const-variable-in-BasicObjectYukihiro "Matz" Matsumoto
2012-11-19Restore accidentally deleted erfc(1) testXuejie Xiao
2012-11-19Fix provided implementation of erf and erfc functions.Xuejie Xiao
2012-11-19fix lost const variable in class BasicObjectskandhas
2012-11-19Merge remote-tracking branch 'upstream/master' into mrbgemsDaniel Bovensiepen
2012-11-18Merge pull request #560 from skandhas/pr-delete-redundant-__send__-definitionYukihiro "Matz" Matsumoto
2012-11-18Merge pull request #558 from masuidrive/lrshift_width_as_intYukihiro "Matz" Matsumoto
2012-11-18delete redundant '__send__' definitionskandhas
2012-11-17l/rshift width as int. It was unsigned longYuichiro MASUI
2012-11-17Merge remote-tracking branch 'upstream/master' into mrbgemsDaniel Bovensiepen
2012-11-17int and mrb_int should not be mixed under -DMRB_INT64; may fix #557Yukihiro Matz Matsumoto
2012-11-16Merge pull request #555 from masuidrive/define_mrb_int_as_64bitYukihiro "Matz" Matsumoto
2012-11-17add test for issue#547; close #554Yukihiro Matz Matsumoto
2012-11-16define MRB_INT64 flag for mrb_int as 64bitYuichiro MASUI
2012-11-16should look for outermost scope to return; close #547Yukihiro Matz Matsumoto
2012-11-16prepare metaclass of metaclass when retrieving by singleton_class(); close #540Yukihiro Matz Matsumoto
2012-11-14should print SCLASS as modules and classesYukihiro Matz Matsumoto
2012-11-14zero initialize singleton_class ivYukihiro Matz Matsumoto
2012-11-14init_copy should copy IV of SCLASS, HASH, DATA as wellYukihiro Matz Matsumoto
2012-11-14out of bound access in iv seglistYukihiro Matz Matsumoto
2012-11-14Merge branch 'master' of github.com:mruby/mrubyYukihiro Matz Matsumoto
2012-11-14make mrb_hash_keys() non static functionYukihiro Matz Matsumoto
2012-11-13Merge pull request #548 from monaka/pr-remove-redundant-charYukihiro "Matz" Matsumoto
2012-11-13Merge pull request #549 from skandhas/pr-modify-class-variables-testYukihiro "Matz" Matsumoto
2012-11-13Merge pull request #550 from iij/pr-string-slice-boundary-errorYukihiro "Matz" Matsumoto
2012-11-13fix the issue String#slice with Range may return broken String.Tomoyuki Sahara
2012-11-13modify Module#class_variables testskandhas