| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-12-20 | possible to specify ENABLE_GEMS=true. | mattn | |
| 2012-12-20 | update INSTALL document based on #650; according to #651 | Yukihiro Matz Matsumoto | |
| 2012-12-19 | Merge pull request #650 from monaka/pr-fix-document-to-use-minirake | Yukihiro "Matz" Matsumoto | |
| Fix document. (Use minirake instead of make.) | |||
| 2012-12-19 | Merge pull request #651 from bovi/make-rake | Yukihiro "Matz" Matsumoto | |
| Add Makefile for backward compatibility of shell build processes. | |||
| 2012-12-19 | Merge pull request #649 from masamitsu-murase/fix_string_bytes | Yukihiro "Matz" Matsumoto | |
| Modify String#bytes. | |||
| 2012-12-20 | Add makefile for backward compatibility of shell build processes. | Daniel Bovensiepen | |
| 2012-12-19 | Modify String#bytes. | Masamitsu MURASE | |
| It should return non-negative integer. | |||
| 2012-12-19 | Fix document. (Use minirake instead of make.) | Masaki Muranaka | |
| 2012-12-19 | prototype refactoring on mrb_load_irep(); close #647 | Yukihiro Matz Matsumoto | |
| 2012-12-19 | small refactoring for Array#each | Yukihiro Matz Matsumoto | |
| 2012-12-19 | Merge pull request #648 from RyanScottLewis/master | Yukihiro "Matz" Matsumoto | |
| Slightly faster Array#each method. | |||
| 2012-12-19 | Merge pull request #646 from cremno/msvc-include-float-header | Yukihiro "Matz" Matsumoto | |
| MSVC: include float header for _isnan and _finite | |||
| 2012-12-19 | Update Array#each to be slightly faster. | Ryan Scott Lewis | |
| 2012-12-19 | MSVC: include float header for _isnan and _finite | Cremno | |
| 2012-12-19 | Merge pull request #645 from skandhas/pr-fix-memory-leak-in-make_cdump_irep | Yukihiro "Matz" Matsumoto | |
| fix memory leak in function: make_cdump_irep | |||
| 2012-12-19 | fix memory leak in fuction:make_cdump_irep | skandhas | |
| 2012-12-18 | Merge pull request #644 from xxuejie/derive-disable-gems | Yukihiro "Matz" Matsumoto | |
| Derive DISABLE_GEMS macro according to build configuration | |||
| 2012-12-18 | Derive DISABLE_GEMS macro according to build configuration | Xuejie Xiao | |
| 2012-12-18 | Merge pull request #643 from iij/pr-refactoring-dump | Yukihiro "Matz" Matsumoto | |
| refactoring src/dump.c | |||
| 2012-12-18 | Merge pull request #642 from iij/pr-fix-build-make-flags | Yukihiro "Matz" Matsumoto | |
| add AR, YACC flags. | |||
| 2012-12-19 | refactoring src/dump.c | Akira Yumiyama | |
| 2012-12-19 | add AR, YACC flags. | Akira Yumiyama | |
| 2012-12-18 | Rakefile: LIBS default to -lm | Yukihiro Matz Matsumoto | |
| 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. | |||
