| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-12-07 | move prototype for mrb_load_irep to mruby/irep.h; close #569 | Yukihiro Matz Matsumoto | |
| 2012-12-07 | mange arena_idx smarter for smaller ARENA_SIZE; now default to 100 from 1024 | Yukihiro Matz Matsumoto | |
| 2012-12-07 | refactor and move irep malloc away to mrb_add_irep() | Yukihiro Matz Matsumoto | |
| 2012-12-05 | Merge pull request #567 from beoran/beoran_stack_overflow_fix | Yukihiro "Matz" Matsumoto | |
| Keep stack depth and allocation better under control and fix crash on infinite recursion. | |||
| 2012-12-05 | Merge pull request #591 from iij/pr-string-octal2 | Yukihiro "Matz" Matsumoto | |
| Fix out of boundary scan in case of octal formatted string | |||
| 2012-12-05 | Fix out of boundary scan in case of octal formatted string | Takashi Sogabe | |
| This patch fixes a side effect of #2e7953536e | |||
| 2012-12-05 | rename mrb_load_irep etc. for naming consistency | Yukihiro Matz Matsumoto | |
| 2012-12-04 | Merge pull request #587 from iij/pr-string-octal | Yukihiro "Matz" Matsumoto | |
| Fix loss of MSB in conditions of octal formatted string | |||
| 2012-12-04 | Fix loss of MSB in conditions of octal formatted string | Takashi Sogabe | |
| 2012-12-03 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matz Matsumoto | |
| 2012-12-03 | Array#[]= should return assigning value; close #584 | Yukihiro Matz Matsumoto | |
| 2012-12-03 | Merge pull request #582 from skandhas/pr-add-check_const_name | Yukihiro "Matz" Matsumoto | |
| add check_const_name for Module#const_defined?/const_get/const_set | |||
| 2012-12-03 | add check_const_name for Module#const_set | skandhas | |
| 2012-12-03 | add check_const_name for Module#const_get | skandhas | |
| 2012-12-03 | add check_const_name for Module#const_defined? | skandhas | |
| 2012-12-03 | add function:check_const_name | skandhas | |
| 2012-12-02 | Merge pull request #568 from mauceri/master | Yukihiro "Matz" Matsumoto | |
| Potential memory management bug (issue #553) | |||
| 2012-12-03 | Ruby's Time#yday should start from 1; close #581 | Yukihiro Matz Matsumoto | |
| 2012-11-30 | Merge pull request #573 from skandhas/pr-add-Module-module_eval | Yukihiro "Matz" Matsumoto | |
| add "Module#module_eval" and "Module#class_eval" for mruby | |||
| 2012-11-30 | Merge pull request #580 from shtirlic/fix_warns | Yukihiro "Matz" Matsumoto | |
| Fix compile warnings in mirb | |||
| 2012-11-30 | Merge pull request #578 from tricknotes/stop-warning | Yukihiro "Matz" Matsumoto | |
| Stop warning: extra ';' outside of a function | |||
| 2012-11-30 | Merge pull request #579 from skandhas/pr-remove-incorrect-pop-in-codegen | Yukihiro "Matz" Matsumoto | |
| remove incorrect pop() call in codegen | |||
| 2012-12-01 | Fix typos: invalide -> invalid; patch from @darashi; close #577 | Yukihiro Matz Matsumoto | |
| 2012-11-30 | add test for 'Abbreviated variable assignment as returns' | skandhas | |
| 2012-11-30 | remove incorrect pop() in codegen | skandhas | |
| 2012-11-30 | Stop warning: extra ';' outside of a function | Ryunosuke SATO | |
| 2012-11-29 | Fix compile warnings in mirb | shtirlic | |
| 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-27 | add Module#class_eval test | skandhas | |
| 2012-11-27 | add Module#class_eval | skandhas | |
| 2012-11-27 | add comments for Module#module_eval | skandhas | |
| 2012-11-27 | add Module#module_eval test | skandhas | |
| 2012-11-27 | add Module#module_eval | skandhas | |
| 2012-11-26 | Merge pull request #572 from skandhas/pr-add-Module-instance_methods | Yukihiro "Matz" Matsumoto | |
| add "Module#instance_methods" for mruby | |||
| 2012-11-26 | add comments for Module#instance_methods | skandhas | |
| 2012-11-26 | add Module#instance_methods test | skandhas | |
| 2012-11-26 | add Module#instance_methods | skandhas | |
| 2012-11-26 | make 'class_instance_method_list' into a non-static funcion | skandhas | |
| 2012-11-25 | Merge pull request #571 from skandhas/pr-add-Module-include-p | Yukihiro "Matz" Matsumoto | |
| add "Module#include?" for mruby | |||
| 2012-11-24 | add comment for Module#include? | skandhas | |
| 2012-11-24 | add Module#include? test | skandhas | |
| 2012-11-24 | add Module#include? | skandhas | |
| 2012-11-23 | Merge pull request #570 from skandhas/pr-remove-redundant-LOOP_NORMAL-checkups | Yukihiro "Matz" Matsumoto | |
| remove redundant LOOP_NORMAL checkups in function:codegen. and fix #561 | |||
| 2012-11-23 | add assert 'BS Block 35' | skandhas | |
| 2012-11-23 | add assert 'BS Block 34' | skandhas | |
| 2012-11-23 | modify the order of BS BLOCK assert. Because 'BS BLOCK 32' is already ↵ | skandhas | |
| defined at line:349 | |||
| 2012-11-23 | remove redundant LOOP_NORMAL checkups in function:codegen. and fix #561 | skandhas | |
| 2012-11-22 | pull request issue 553 - try to fix brken link | Christian Mauceri | |
| 2012-11-22 | pull request issue 553 | Christian Mauceri | |
| 2012-11-22 | Keep stack depth and allocation better under control and fix crash on ↵ | Beoran | |
| infinite recursion. | |||
| 2012-11-21 | Merge pull request #564 from xxuejie/master | Yukihiro "Matz" Matsumoto | |
| Use check_float to test equality of float values in Math#round test | |||
