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 |
|
mattn
|
90bd737164
|
fix generator.
|
2012-12-11 11:44:09 +09:00 |
|
mattn
|
e61b0290ac
|
remove quote of "GEMS.active". On windows, quoted variable is passed to the command arguments with double quote.
|
2012-12-11 10:30:39 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
57482ef3f0
|
Merge pull request #613 from bovi/mrbgems-example
mrbgems - remove static RClass
|
2012-12-10 14:59:53 -08:00 |
|
Daniel Bovensiepen
|
9141ffce0c
|
As suggested by @masuidrive remove static RClass as in ce56f19b02
|
2012-12-10 22:35:29 +08:00 |
|
Yukihiro Matz Matsumoto
|
b6c9a25866
|
remove return at the bottom of void function
|
2012-12-10 23:28:04 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
64d577b0a2
|
Merge pull request #611 from tricknotes/stop-warning-of-proc
Stop warning in compiling proc.c
|
2012-12-10 06:09:16 -08:00 |
|
Yukihiro Matz Matsumoto
|
83f41c9ee7
|
add inline declaration
|
2012-12-10 23:08:28 +09:00 |
|
Ryunosuke SATO
|
85dac05cf3
|
Stop warning in compiling proc.c
proc.c:46: warning: ‘return’ with a value, in function returning void
introduced in f312af11.
|
2012-12-10 17:59:41 +09:00 |
|
Yukihiro Matz Matsumoto
|
1b716b93c6
|
add comment to clarify nregs=2 in cipush; close #610
|
2012-12-10 16:53:54 +09:00 |
|
Yukihiro Matz Matsumoto
|
1b2d84e6c1
|
Merge branch 'master' of github.com:mruby/mruby
|
2012-12-10 16:43:51 +09:00 |
|
Yukihiro Matz Matsumoto
|
f312af11af
|
new function mrb_closure_new_cfunc(); close #609
|
2012-12-10 16:43:03 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
ca3ee41263
|
Merge pull request #608 from mrbrdo/op_return_case
refactor OP_RETURN switch to remove a redundant label and avoid goto
|
2012-12-09 22:41:25 -08:00 |
|
Jan Berdajs
|
036b78dfba
|
refactor OP_RETURN switch to remove a redundant label and avoid goto
|
2012-12-10 07:03:49 +01:00 |
|
Yukihiro Matz Matsumoto
|
ce56f19b02
|
should not use a static variable to save RClass reference
|
2012-12-10 14:52:16 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
d483e8253b
|
Merge pull request #604 from skandhas/pr-fix-check_iv_name
fix incorrect checkups in check_iv_name
|
2012-12-09 21:45:01 -08:00 |
|
Yukihiro "Matz" Matsumoto
|
9168d166ae
|
Merge pull request #603 from masuidrive/add_ldflags_to_makefiles
Added LDFLAGS to Makefiles
|
2012-12-09 21:44:21 -08:00 |
|
Yukihiro "Matz" Matsumoto
|
dc18042e05
|
Merge pull request #606 from masamitsu-murase/fix_memory_leak_in_string_to_i
Fix memory leak in String#to_i and String#to_f.
|
2012-12-09 21:43:31 -08:00 |
|
Masamitsu MURASE
|
a7182c20eb
|
Fix memory leak in String#to_i and String#to_f.
|
2012-12-10 02:29:38 +09:00 |
|
skandhas
|
0303faf696
|
fix incorrect checkups in check_iv_name
|
2012-12-09 21:16:58 +08:00 |
|
Yuichiro MASUI
|
dcdd893bed
|
Added LDFLAGS to Makefiles
|
2012-12-09 19:18:40 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
453980d76a
|
Merge pull request #598 from bovi/mrbgems-improve-for-masuidrive
mrbgems - Improvements for masuidrive's mobiruby
|
2012-12-08 02:22:33 -08:00 |
|
Yukihiro Matz Matsumoto
|
ba38dd5398
|
should update cdump.c to new mrb_add_irep() API; close #597
|
2012-12-08 19:21:32 +09:00 |
|
Daniel Bovensiepen
|
54ef99d8df
|
mrbgems: recognize absolute path under WIN32
|
2012-12-08 17:49:08 +08:00 |
|
Daniel Bovensiepen
|
88767c3d71
|
Improve documentation based on latest improvements
|
2012-12-08 17:37:35 +08:00 |
|
Daniel Bovensiepen
|
770974b53e
|
mrbgems: GEMS.active can now contain relative path to GEMS. Relative from 'mrbgems/g'
|
2012-12-08 17:10:37 +08:00 |
|
Daniel Bovensiepen
|
b68fa6f90f
|
mrbgems: make calls to every GEM contain now also the include path to the header files of every GEM.
|
2012-12-08 15:30:34 +08:00 |
|