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 |
|
Yukihiro "Matz" Matsumoto
|
c81a97df94
|
Merge pull request #625 from skandhas/pr-fix-integer-overflow-checkups-in-OP_SUB-OP_SUBI
fix incorrect integer-overflow checkups in OP_SUB/OP_SUBI case.
|
2012-12-12 23:52:48 -08:00 |
|
skandhas
|
6dede4edf9
|
fix incorrect integer-overflow checkups in OP_SUB/OP_SUBI case.
|
2012-12-13 14:42:07 +08:00 |
|
Yukihiro Matz Matsumoto
|
35abbd1486
|
Merge branch 'master' of github.com:mruby/mruby
|
2012-12-13 00:50:19 +09:00 |
|
Yukihiro Matz Matsumoto
|
1207e245ea
|
class of TT_VOIDP should be Object
|
2012-12-13 00:50:02 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
f2d3c4d2f7
|
Merge pull request #623 from liancheng/master
Call mrb_gc_arena_save/mrb_gc_arena_restore when proper
|
2012-12-12 06:11:04 -08:00 |
|
Lian Cheng
|
2fa0be2a30
|
Call mrb_gc_arena_save/mrb_gc_arena_restore instead of manipulating arena index directly
|
2012-12-12 21:05:02 +08:00 |
|
Yukihiro Matz Matsumoto
|
fd12f87712
|
save lastpc on exception and use it in mruby stack trace
|
2012-12-12 18:23:20 +09:00 |
|
Yukihiro Matz Matsumoto
|
f63d5c2905
|
new function mrb_obj_iv_ifnone()
|
2012-12-12 18:22:23 +09:00 |
|
Yukihiro Matz Matsumoto
|
2a5d82885a
|
add MRB_TT_VOIDP
|
2012-12-12 18:20:50 +09:00 |
|
Yukihiro Matz Matsumoto
|
975adbfb5f
|
remove unused variable
|
2012-12-12 08:36:42 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
79ff1cab89
|
Merge pull request #621 from bovi/mrbgems-fixes
Mrbgems Dash Issue and better cleanup
|
2012-12-11 01:56:21 -08:00 |
|
Daniel Bovensiepen
|
5ed922442c
|
Fixes the dash issue for pure Ruby GEMs
|
2012-12-11 13:19:51 +08:00 |
|
Yukihiro "Matz" Matsumoto
|
8be5f1728f
|
Merge pull request #619 from iij/pr-ignore-mrbgems-srclib
ignore an auto-generated file.
|
2012-12-10 21:13:04 -08:00 |
|
Yukihiro "Matz" Matsumoto
|
b975bd233e
|
Merge pull request #618 from iij/pr-generator-off-by-one
fix an off-by-one error in mrbgems generator.
|
2012-12-10 21:12:22 -08:00 |
|
Yukihiro "Matz" Matsumoto
|
f25fbcf517
|
Merge pull request #617 from mattn/replace_dash
replace all '-' to '_' for mrbc.
|
2012-12-10 21:11:31 -08:00 |
|
Yukihiro "Matz" Matsumoto
|
31e01daf7a
|
Merge pull request #616 from mattn/fix_generator
fix generator.
|
2012-12-10 21:10:35 -08:00 |
|
Yukihiro "Matz" Matsumoto
|
f51563c610
|
Merge pull request #615 from mattn/fix_quote_win32
remove double quote.
|
2012-12-10 21:09:39 -08:00 |
|
Daniel Bovensiepen
|
38abf3ba87
|
Improve cleanup target for mixed C and Ruby GEMs
|
2012-12-11 12:36:22 +08:00 |
|
Tomoyuki Sahara
|
238c956b6a
|
ignore an auto-generated file.
|
2012-12-11 13:06:49 +09:00 |
|
Tomoyuki Sahara
|
913d68bbcd
|
fix an off-by-one error.
|
2012-12-11 12:58:05 +09:00 |
|
mattn
|
7229c68eb2
|
replace all '-' to '_' for mrbc.
|
2012-12-11 12:33:45 +09:00 |
|
mattn
|
7befb3e77f
|
clear variable.
|
2012-12-11 11:48:11 +09:00 |
|
mattn
|
56026c2d4d
|
fclose if not null.
|
2012-12-11 11:46:30 +09:00 |
|