| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-09-10 | Merge pull request #460 from iij/pr-nul-in-string | Yukihiro "Matz" Matsumoto | |
| compiler may generate broken binary if string literal has NUL characters | |||
| 2012-09-10 | Merge pull request #458 from bovi/master | Yukihiro "Matz" Matsumoto | |
| Add Tests for current Changes in Code Base | |||
| 2012-09-10 | Merge pull request #459 from shancat/warning_fix | Yukihiro "Matz" Matsumoto | |
| Fixed Windows warning. | |||
| 2012-09-10 | OP_EQ should try direct compararison first | Yukihiro Matsumoto | |
| 2012-09-10 | use mrb_test | Yukihiro Matsumoto | |
| 2012-09-10 | eagerly reduce allocated array memory | Yukihiro Matsumoto | |
| 2012-09-10 | use mrb_malloc instead of clearing mrb_calloc | Yukihiro Matsumoto | |
| 2012-09-10 | simplify array generation from mrb_run | Yukihiro Matsumoto | |
| 2012-09-10 | check special_const before calling respond_to? | Yukihiro Matsumoto | |
| 2012-09-10 | a string may have NUL characters. | Tomoyuki Sahara | |
| 2012-09-10 | Fixed Windows warning. | Shannen Saez | |
| Compiling on Windows 7 from a Windows SDK 7 prompt with CMake. `nmake all test` now works with the `tzset()` warning gone. | |||
| 2012-09-10 | should have preserved original method name | Yukihiro Matsumoto | |
| 2012-09-10 | inlining some mrb_value assignments | Yukihiro Matsumoto | |
| 2012-09-09 | Add Time Tests | Daniel Bovensiepen | |
| 2012-09-09 | Add Module Tests | Daniel Bovensiepen | |
| 2012-09-09 | Add Kernel Tests | Daniel Bovensiepen | |
| 2012-09-09 | mrb might be intialized incompletely from mrbc; close #457 | Yukihiro Matsumoto | |
| 2012-09-06 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matsumoto | |
| 2012-09-06 | Merge pull request #456 from joequery/test_info | Yukihiro "Matz" Matsumoto | |
| Add more info on how to run tests | |||
| 2012-09-06 | some cosmetic change on OP_SENDB | Yukihiro Matsumoto | |
| 2012-09-06 | add CASE(OP_SENDB) for non direct_threaded; close #455 | Yukihiro Matsumoto | |
| 2012-09-06 | Add more info on how to run tests | Joseph McCullough | |
| 2012-09-06 | MRB_TT_MAIN is an immediate type; need make clean; close #452 | Yukihiro Matsumoto | |
| 2012-09-06 | add Time#inspect | Yukihiro Matsumoto | |
| 2012-09-06 | add Module#inspect; close #453 | Yukihiro Matsumoto | |
| 2012-09-06 | inspect on classes should not cause SEGV | Yukihiro Matsumoto | |
| 2012-09-04 | Merge pull request #449 from ↵ | Yukihiro "Matz" Matsumoto | |
| masamitsu-murase/free_rescue_and_ensure_in_mrb_close Free mrb->rescue and mrb->ensure. | |||
| 2012-09-04 | Merge pull request #448 from masamitsu-murase/check_iv_tbl | Yukihiro "Matz" Matsumoto | |
| Check iv in mrb_iv_remove. | |||
| 2012-09-04 | Merge pull request #451 from monaka/pr-print-usage | Yukihiro "Matz" Matsumoto | |
| [xpcat] Print usage in the parameter error. | |||
| 2012-09-04 | Merge pull request #447 from iij/pr-tailcall-oob | Yukihiro "Matz" Matsumoto | |
| fix out-of-bound access on compiling empty blocks. | |||
| 2012-09-04 | Merge pull request #450 from monaka/pr-avoid-using-memset | Yukihiro "Matz" Matsumoto | |
| Avoid using memset | |||
| 2012-09-05 | Costmetic change. | Masaki Muranaka | |
| 2012-09-05 | Print usage in case using -o without outputfile. | Masaki Muranaka | |
| 2012-09-05 | Remove some redundant memset(). | Masaki Muranaka | |
| 2012-09-05 | Fix not to use memset() in structure inizialization. | Masaki Muranaka | |
| 2012-09-05 | Reset last_code_line instead of ruby_code. | Masaki Muranaka | |
| 2012-09-05 | Free mrb->rescue and mrb->ensure. | Masamitsu MURASE | |
| 2012-09-05 | Check iv. | Masamitsu MURASE | |
| iv_del should be called in mrb_iv_remove only when t is not NULL. | |||
| 2012-09-04 | small performance tweak; inline assignment | Yukihiro Matsumoto | |
| 2012-09-04 | rename config macro name IV_INITIAL_SIZE -> IVHASH_INIT_SIZE | Yukihiro Matsumoto | |
| 2012-09-04 | add IIJ. | Tomoyuki Sahara | |
| 2012-09-04 | fix out-of-bound access on compiling empty blocks. | Tomoyuki Sahara | |
| 2012-09-03 | zero check added to mrb_fixnum_mul as well | Yukihiro Matsumoto | |
| 2012-09-03 | zero check before overflow check devision; close #446 | Yukihiro Matsumoto | |
| 2012-09-03 | mirb would terminate on quit in the continuing line | Yukihiro Matsumoto | |
| 2012-09-03 | do no generate lineno info if no filename is specified | Yukihiro Matsumoto | |
| 2012-09-03 | remove memleaks using linked allocator | Yukihiro Matsumoto | |
| 2012-09-03 | remove OP_LOADNIL before OP_SEND by introducing OP_SENDB (send with block) | Yukihiro Matsumoto | |
| 2012-09-03 | improve local variable dump in parser_dump | Yukihiro Matsumoto | |
| 2012-09-03 | should print file:line when exception is raised within mrblib | Yukihiro Matsumoto | |
