Commit Graph

1868 Commits

Author SHA1 Message Date
mattn ac79bd5886 possible to specify ENABLE_GEMS=true. 2012-12-20 10:51:39 +09:00
Yukihiro Matz Matsumoto 06f8b78438 update INSTALL document based on #650; according to #651 2012-12-20 07:50:53 +09:00
Yukihiro "Matz" Matsumoto f66ab6f07f Merge pull request #650 from monaka/pr-fix-document-to-use-minirake
Fix document. (Use minirake instead of make.)
2012-12-19 14:39:25 -08:00
Yukihiro "Matz" Matsumoto 2b700d380e Merge pull request #651 from bovi/make-rake
Add Makefile for backward compatibility of shell build processes.
2012-12-19 14:37:05 -08:00
Yukihiro "Matz" Matsumoto 6751715480 Merge pull request #649 from masamitsu-murase/fix_string_bytes
Modify String#bytes.
2012-12-19 14:36:14 -08:00
Daniel Bovensiepen ac5a87c27f Add makefile for backward compatibility of shell build processes. 2012-12-20 05:06:39 +08:00
Masamitsu MURASE 72ae2150c7 Modify String#bytes.
It should return non-negative integer.
2012-12-19 23:54:00 +09:00
Masaki Muranaka 59a12b9883 Fix document. (Use minirake instead of make.) 2012-12-19 22:29:13 +09:00
Yukihiro Matz Matsumoto c02c264be2 prototype refactoring on mrb_load_irep(); close #647 2012-12-19 20:44:30 +09:00
Yukihiro Matz Matsumoto 55870e4b82 small refactoring for Array#each 2012-12-19 20:41:41 +09:00
Yukihiro "Matz" Matsumoto 1184efe62b Merge pull request #648 from RyanScottLewis/master
Slightly faster Array#each method.
2012-12-19 03:40:24 -08:00
Yukihiro "Matz" Matsumoto 207de4a3b3 Merge pull request #646 from cremno/msvc-include-float-header
MSVC: include float header for _isnan and _finite
2012-12-19 03:31:40 -08:00
Ryan Scott Lewis 6a450a6bda Update Array#each to be slightly faster. 2012-12-19 06:02:15 -05:00
Cremno 988bc22730 MSVC: include float header for _isnan and _finite 2012-12-19 11:32:12 +01:00
Yukihiro "Matz" Matsumoto 2a49cd176e Merge pull request #645 from skandhas/pr-fix-memory-leak-in-make_cdump_irep
fix memory leak in function: make_cdump_irep
2012-12-19 00:21:56 -08:00
skandhas 1187bb5f05 fix memory leak in fuction:make_cdump_irep 2012-12-19 15:49:40 +08:00
Yukihiro "Matz" Matsumoto 45003023cf Merge pull request #644 from xxuejie/derive-disable-gems
Derive DISABLE_GEMS macro according to build configuration
2012-12-18 18:52:04 -08:00
Xuejie Xiao b641c96f57 Derive DISABLE_GEMS macro according to build configuration 2012-12-18 20:34:07 -05:00
Yukihiro "Matz" Matsumoto 0e984e7e2e Merge pull request #643 from iij/pr-refactoring-dump
refactoring src/dump.c
2012-12-18 16:00:57 -08:00
Yukihiro "Matz" Matsumoto 6054ffe3a2 Merge pull request #642 from iij/pr-fix-build-make-flags
add AR, YACC flags.
2012-12-18 16:00:20 -08:00
Akira Yumiyama b24848b6ab refactoring src/dump.c 2012-12-19 08:33:11 +09:00
Akira Yumiyama 9e0366dfb9 add AR, YACC flags. 2012-12-19 08:19:57 +09:00
Yukihiro Matz Matsumoto 83c4ea8366 Rakefile: LIBS default to -lm 2012-12-18 22:29:24 +09:00
Yukihiro "Matz" Matsumoto e7112424ec Merge pull request #639 from mattn/fix_build
fix build
2012-12-18 04:59:02 -08:00
Yukihiro "Matz" Matsumoto 8e0b6b434e Merge pull request #640 from iij/pr-mrbgems-support-relative-path
GEMS.active support relative path
2012-12-18 04:58:17 -08:00
Yukihiro "Matz" Matsumoto e5f84a1d45 Merge pull request #641 from iij/pr-minirake-exit-status
minirake exit status not 0, when build failed.
2012-12-18 04:57:51 -08:00
Akira Yumiyama aab75e1137 minirake exit status not 0, when build failed. 2012-12-18 19:56:25 +09:00
Akira Yumiyama 335ec2ae2b "#{MRUBY_ROOT}/mrbgems/g" add to the default search path 2012-12-18 14:52:24 +09:00
mattn 28b78eb3d9 fix build: add LIBS flag. and fix quoted arguments on windows. 2012-12-18 14:13:14 +09:00
Yukihiro Matz Matsumoto 384633dd5a Rakefile to honor CFLAGS env by default 2012-12-18 03:14:05 +09:00
Yukihiro Matz Matsumoto 24feb401c1 codedump should print relative offset for irep in OP_LAMBDA 2012-12-18 03:09:44 +09:00
Yukihiro Matz Matsumoto 46e3115a9b Rakefile should honor CFLAGS environment variable in debug mode 2012-12-18 01:27:07 +09:00
Yukihiro "Matz" Matsumoto 73a1709718 Merge pull request #636 from selman/minirake_tasks
fix (-T, --tasks) show tasks
2012-12-17 08:20:19 -08:00
Selman ULUG 137ec8de05 fix (-T, --tasks) show tasks 2012-12-17 11:48:21 +02:00
Yukihiro "Matz" Matsumoto f222d8cc19 Merge pull request #634 from masuidrive/use_ruby_for_building
Use CRuby for building
2012-12-17 00:58:30 -08:00
Yukihiro Matz Matsumoto 3be5bfbc7a nextc() might have problem on bytes higer than 0x80; close #628 2012-12-17 17:56:09 +09:00
Yukihiro Matz Matsumoto 9de76a71e1 should not ignore exception on top-level; close #635 2012-12-17 17:53:33 +09:00
Yukihiro "Matz" Matsumoto 04b341b791 Merge pull request #632 from cremno/msvc-strtoll
MSVC doesn't define strtoll
2012-12-16 14:33:27 -08:00
Yukihiro "Matz" Matsumoto 3f17c5defa Merge pull request #631 from darashi/fix-typo
Fix a typo in comment
2012-12-16 14:32:53 -08:00
Yuichiro MASUI 8f9105d21a Moved some building script from GNU make to Ruby script
Added minirake what's Rake subset
2012-12-17 02:19:46 +09:00
Cremno bc2e7c736f MSVC doesn't define strtoll but _strtoi64. 2012-12-16 07:18:25 +01:00
Yoji SHIDARA aff4865f45 Fix a typo in comment
elment ->
element
2012-12-16 11:10:15 +09:00
Yuichiro MASUI 4b8959daff Merge branch 'master' into use_ruby_for_building 2012-12-16 01:58:51 +09:00
Yuichiro MASUI 06d242ae43 Moved some building script from GNU make to Ruby script
Added minirake what's Rake subset
2012-12-16 01:56:03 +09:00
Yukihiro "Matz" Matsumoto 404ad702db Merge pull request #627 from iij/pr-mrbgems-dependency
rebuild binaries when mrbgem archives are updated.
2012-12-14 18:20:07 -08:00
Yukihiro "Matz" Matsumoto 2471b7b668 Merge pull request #630 from mrbrdo/master
mrb_closure_new_cfunc proc.h
2012-12-14 18:19:38 -08:00
Yukihiro "Matz" Matsumoto 3fe5936e20 Merge pull request #626 from iij/pr-generator-eof-check
generator dumps core on NetBSD/arm
2012-12-14 18:18:50 -08:00
Jan Berdajs ab80843880 add mrb_closure_new_cfunc to header 2012-12-14 16:00:22 +01:00
Tomoyuki Sahara bf87a0f701 rebuild binaries when mrbgem archives are updated. 2012-12-14 13:39:19 +09:00
Tomoyuki Sahara 4bfe1f4bf5 fgetc(3) returns int.
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-14 09:45:58 +09:00