summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2012-12-03Array#[]= should return assigning value; close #584Yukihiro Matz Matsumoto
2012-12-02Merge pull request #568 from mauceri/masterYukihiro "Matz" Matsumoto
Potential memory management bug (issue #553)
2012-12-03Ruby's Time#yday should start from 1; close #581Yukihiro Matz Matsumoto
2012-11-30Merge pull request #573 from skandhas/pr-add-Module-module_evalYukihiro "Matz" Matsumoto
add "Module#module_eval" and "Module#class_eval" for mruby
2012-11-30Merge pull request #580 from shtirlic/fix_warnsYukihiro "Matz" Matsumoto
Fix compile warnings in mirb
2012-11-30Merge pull request #578 from tricknotes/stop-warningYukihiro "Matz" Matsumoto
Stop warning: extra ';' outside of a function
2012-11-30Merge pull request #579 from skandhas/pr-remove-incorrect-pop-in-codegenYukihiro "Matz" Matsumoto
remove incorrect pop() call in codegen
2012-12-01Fix typos: invalide -> invalid; patch from @darashi; close #577Yukihiro Matz Matsumoto
2012-11-30add test for 'Abbreviated variable assignment as returns'skandhas
2012-11-30remove incorrect pop() in codegenskandhas
2012-11-30Stop warning: extra ';' outside of a functionRyunosuke SATO
2012-11-29Fix compile warnings in mirbshtirlic
Change last_char type to int Warnings mirb.c:174:7: warning: comparison is always false due to limited range of data type [-Wtype-limits] warning: comparison is always false due to limited range of data type [-Wtype-limits]
2012-11-27add Module#class_eval testskandhas
2012-11-27add Module#class_evalskandhas
2012-11-27add comments for Module#module_evalskandhas
2012-11-27add Module#module_eval testskandhas
2012-11-27add Module#module_evalskandhas
2012-11-26Merge pull request #572 from skandhas/pr-add-Module-instance_methodsYukihiro "Matz" Matsumoto
add "Module#instance_methods" for mruby
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
add "Module#include?" for mruby
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
remove redundant LOOP_NORMAL checkups in function:codegen. and fix #561
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 ↵skandhas
defined at line:349
2012-11-23remove redundant LOOP_NORMAL checkups in function:codegen. and fix #561skandhas
2012-11-22pull request issue 553 - try to fix brken linkChristian Mauceri
2012-11-22pull request issue 553Christian Mauceri
2012-11-21Merge pull request #564 from xxuejie/masterYukihiro "Matz" Matsumoto
Use check_float to test equality of float values in Math#round test
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
Fix manual implementations of erf and erfc functions
2012-11-19Merge pull request #562 from skandhas/pr-fix-lost-const-variable-in-BasicObjectYukihiro "Matz" Matsumoto
fix lost const variable in class BasicObject
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
delete redundant '__send__' definition
2012-11-18Merge pull request #558 from masuidrive/lrshift_width_as_intYukihiro "Matz" Matsumoto
l/rshift width as int. It was unsigned long
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
define MRB_INT64 flag for mrb_int as 64bit
2012-11-17add test for issue#547; close #554Yukihiro Matz Matsumoto
2012-11-16define MRB_INT64 flag for mrb_int as 64bitYuichiro MASUI