summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2012-12-07mange arena_idx smarter for smaller ARENA_SIZE; now default to 100 from 1024Yukihiro Matz Matsumoto
2012-12-07refactor and move irep malloc away to mrb_add_irep()Yukihiro Matz Matsumoto
2012-12-05Merge pull request #567 from beoran/beoran_stack_overflow_fixYukihiro "Matz" Matsumoto
2012-12-05Fix out of boundary scan in case of octal formatted stringTakashi Sogabe
2012-12-05rename mrb_load_irep etc. for naming consistencyYukihiro Matz Matsumoto
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-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
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
2012-11-30Merge pull request #578 from tricknotes/stop-warningYukihiro "Matz" Matsumoto
2012-11-30Merge pull request #579 from skandhas/pr-remove-incorrect-pop-in-codegenYukihiro "Matz" Matsumoto
2012-12-01Fix typos: invalide -> invalid; patch from @darashi; close #577Yukihiro Matz Matsumoto
2012-11-30remove incorrect pop() in codegenskandhas
2012-11-30Stop warning: extra ';' outside of a functionRyunosuke SATO
2012-11-27add Module#class_evalskandhas
2012-11-27add comments for Module#module_evalskandhas
2012-11-27add Module#module_evalskandhas
2012-11-26add comments for Module#instance_methodsskandhas
2012-11-26add Module#instance_methodsskandhas
2012-11-26make 'class_instance_method_list' into a non-static funcionskandhas
2012-11-24add comment for Module#include?skandhas
2012-11-24add Module#include?skandhas
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-22Keep stack depth and allocation better under control and fix crash on infinit...Beoran
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-19Merge pull request #563 from xxuejie/masterYukihiro "Matz" Matsumoto
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-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-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