| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-12-18 | Merge pull request #639 from mattn/fix_build | Yukihiro "Matz" Matsumoto | |
| fix build | |||
| 2012-12-18 | Merge pull request #640 from iij/pr-mrbgems-support-relative-path | Yukihiro "Matz" Matsumoto | |
| GEMS.active support relative path | |||
| 2012-12-18 | Merge pull request #641 from iij/pr-minirake-exit-status | Yukihiro "Matz" Matsumoto | |
| minirake exit status not 0, when build failed. | |||
| 2012-12-18 | minirake exit status not 0, when build failed. | Akira Yumiyama | |
| 2012-12-18 | "#{MRUBY_ROOT}/mrbgems/g" add to the default search path | Akira Yumiyama | |
| 2012-12-18 | fix build: add LIBS flag. and fix quoted arguments on windows. | mattn | |
| 2012-12-18 | Rakefile to honor CFLAGS env by default | Yukihiro Matz Matsumoto | |
| 2012-12-18 | codedump should print relative offset for irep in OP_LAMBDA | Yukihiro Matz Matsumoto | |
| 2012-12-18 | Rakefile should honor CFLAGS environment variable in debug mode | Yukihiro Matz Matsumoto | |
| 2012-12-17 | Merge pull request #636 from selman/minirake_tasks | Yukihiro "Matz" Matsumoto | |
| fix (-T, --tasks) show tasks | |||
| 2012-12-17 | fix (-T, --tasks) show tasks | Selman ULUG | |
| 2012-12-17 | Merge pull request #634 from masuidrive/use_ruby_for_building | Yukihiro "Matz" Matsumoto | |
| Use CRuby for building | |||
| 2012-12-17 | nextc() might have problem on bytes higer than 0x80; close #628 | Yukihiro Matz Matsumoto | |
| 2012-12-17 | should not ignore exception on top-level; close #635 | Yukihiro Matz Matsumoto | |
| 2012-12-16 | Merge pull request #632 from cremno/msvc-strtoll | Yukihiro "Matz" Matsumoto | |
| MSVC doesn't define strtoll | |||
| 2012-12-16 | Merge pull request #631 from darashi/fix-typo | Yukihiro "Matz" Matsumoto | |
| Fix a typo in comment | |||
| 2012-12-17 | Moved some building script from GNU make to Ruby script | Yuichiro MASUI | |
| Added minirake what's Rake subset | |||
| 2012-12-16 | MSVC doesn't define strtoll but _strtoi64. | Cremno | |
| 2012-12-16 | Fix a typo in comment | Yoji SHIDARA | |
| elment -> element | |||
| 2012-12-16 | Merge branch 'master' into use_ruby_for_building | Yuichiro MASUI | |
| 2012-12-16 | Moved some building script from GNU make to Ruby script | Yuichiro MASUI | |
| Added minirake what's Rake subset | |||
| 2012-12-14 | Merge pull request #627 from iij/pr-mrbgems-dependency | Yukihiro "Matz" Matsumoto | |
| rebuild binaries when mrbgem archives are updated. | |||
| 2012-12-14 | Merge pull request #630 from mrbrdo/master | Yukihiro "Matz" Matsumoto | |
| mrb_closure_new_cfunc proc.h | |||
| 2012-12-14 | Merge pull request #626 from iij/pr-generator-eof-check | Yukihiro "Matz" Matsumoto | |
| generator dumps core on NetBSD/arm | |||
| 2012-12-14 | add mrb_closure_new_cfunc to header | Jan Berdajs | |
| 2012-12-14 | rebuild binaries when mrbgem archives are updated. | Tomoyuki Sahara | |
| 2012-12-14 | fgetc(3) returns int. | Tomoyuki Sahara | |
| Note: "char" is actually "unsigned char" on some platforms including NetBSD/arm. Comparing char value with EOF(-1) always fails on the platforms. | |||
| 2012-12-12 | Merge pull request #625 from ↵ | Yukihiro "Matz" Matsumoto | |
| skandhas/pr-fix-integer-overflow-checkups-in-OP_SUB-OP_SUBI fix incorrect integer-overflow checkups in OP_SUB/OP_SUBI case. | |||
| 2012-12-13 | fix incorrect integer-overflow checkups in OP_SUB/OP_SUBI case. | skandhas | |
| 2012-12-13 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matz Matsumoto | |
| 2012-12-13 | class of TT_VOIDP should be Object | Yukihiro Matz Matsumoto | |
| 2012-12-12 | Merge pull request #623 from liancheng/master | Yukihiro "Matz" Matsumoto | |
| Call mrb_gc_arena_save/mrb_gc_arena_restore when proper | |||
| 2012-12-12 | Call mrb_gc_arena_save/mrb_gc_arena_restore instead of manipulating arena ↵ | Lian Cheng | |
| index directly | |||
| 2012-12-12 | save lastpc on exception and use it in mruby stack trace | Yukihiro Matz Matsumoto | |
| 2012-12-12 | new function mrb_obj_iv_ifnone() | Yukihiro Matz Matsumoto | |
| 2012-12-12 | add MRB_TT_VOIDP | Yukihiro Matz Matsumoto | |
| 2012-12-12 | remove unused variable | Yukihiro Matz Matsumoto | |
| 2012-12-11 | Merge pull request #621 from bovi/mrbgems-fixes | Yukihiro "Matz" Matsumoto | |
| Mrbgems Dash Issue and better cleanup | |||
| 2012-12-11 | Fixes the dash issue for pure Ruby GEMs | Daniel Bovensiepen | |
| 2012-12-10 | Merge pull request #619 from iij/pr-ignore-mrbgems-srclib | Yukihiro "Matz" Matsumoto | |
| ignore an auto-generated file. | |||
| 2012-12-10 | Merge pull request #618 from iij/pr-generator-off-by-one | Yukihiro "Matz" Matsumoto | |
| fix an off-by-one error in mrbgems generator. | |||
| 2012-12-10 | Merge pull request #617 from mattn/replace_dash | Yukihiro "Matz" Matsumoto | |
| replace all '-' to '_' for mrbc. | |||
| 2012-12-10 | Merge pull request #616 from mattn/fix_generator | Yukihiro "Matz" Matsumoto | |
| fix generator. | |||
| 2012-12-10 | Merge pull request #615 from mattn/fix_quote_win32 | Yukihiro "Matz" Matsumoto | |
| remove double quote. | |||
| 2012-12-11 | Improve cleanup target for mixed C and Ruby GEMs | Daniel Bovensiepen | |
| 2012-12-11 | ignore an auto-generated file. | Tomoyuki Sahara | |
| 2012-12-11 | fix an off-by-one error. | Tomoyuki Sahara | |
| 2012-12-11 | replace all '-' to '_' for mrbc. | mattn | |
| 2012-12-11 | clear variable. | mattn | |
| 2012-12-11 | fclose if not null. | mattn | |
