summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2012-12-05Merge pull request #591 from iij/pr-string-octal2Yukihiro "Matz" Matsumoto
Fix out of boundary scan in case of octal formatted string
2012-12-05Fix out of boundary scan in case of octal formatted stringTakashi Sogabe
This patch fixes a side effect of #2e7953536e
2012-12-05rename mrb_load_irep etc. for naming consistencyYukihiro Matz Matsumoto
2012-12-04Merge pull request #587 from iij/pr-string-octalYukihiro "Matz" Matsumoto
Fix loss of MSB in conditions of octal formatted string
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-03Merge pull request #582 from skandhas/pr-add-check_const_nameYukihiro "Matz" Matsumoto
add check_const_name for Module#const_defined?/const_get/const_set
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
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