summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2012-11-27add Module#module_evalskandhas
2012-11-26Merge pull request #572 from skandhas/pr-add-Module-instance_methodsYukihiro "Matz" Matsumoto
2012-11-26add comments for Module#instance_methodsskandhas
2012-11-26add Module#instance_methods testskandhas
2012-11-26add Module#instance_methodsskandhas
2012-11-26make 'class_instance_method_list' into a non-static funcionskandhas
2012-11-25Merge pull request #571 from skandhas/pr-add-Module-include-pYukihiro "Matz" Matsumoto
2012-11-24add comment for Module#include?skandhas
2012-11-24add Module#include? testskandhas
2012-11-24add Module#include?skandhas
2012-11-23Merge pull request #570 from skandhas/pr-remove-redundant-LOOP_NORMAL-checkupsYukihiro "Matz" Matsumoto
2012-11-23add assert 'BS Block 35'skandhas
2012-11-23add assert 'BS Block 34'skandhas
2012-11-23modify the order of BS BLOCK assert. Because 'BS BLOCK 32' is already defined...skandhas
2012-11-23remove redundant LOOP_NORMAL checkups in function:codegen. and fix #561skandhas
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-20Use check_float when testing equality for float valuesXuejie Xiao
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-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-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
2012-11-13Remove a redundant "%".Masaki Muranaka
2012-11-12Merge pull request #546 from skandhas/pr-add-class-variablesYukihiro "Matz" Matsumoto
2012-11-12modify aspecskandhas
2012-11-12Merge branch 'add-cvars' into pr-add-class-variablesskandhas
2012-11-12modify Module#class_variables testskandhas