Commit Graph

33 Commits

Author SHA1 Message Date
Yukihiro "Matz" Matsumoto 7feb68eb90 Merge pull request #37 from k-tsj/fix-proc-segv
Fix SEGV when calling Proc object created by Proc.new
2012-04-22 16:55:49 -07:00
Yuichiro MASUI f9d4a5a02b Fixed to forget to remove some files on 'make clean' 2012-04-23 03:06:01 +09:00
Kazuki Tsujimoto 5859a204fe Fix SEGV when calling Proc object created by Proc.new 2012-04-22 19:23:44 +09:00
lucas dicioccio 669cfc7f66 typo in the node's comment 2012-04-21 12:02:12 +02:00
Yukihiro Matsumoto 9676edda66 replace st.[ch] to remove SIZEOF_ST_INDEX_T 2012-04-21 18:59:02 +09:00
Yukihiro Matsumoto 748d762e85 object instance variable do not use st.c 2012-04-21 12:42:43 +09:00
Yukihiro Matsumoto 9b3a4fd8a4 avoid integer overflow 2012-04-21 01:01:07 +09:00
Yukihiro "Matz" Matsumoto f086dbd536 Merge pull request #25 from pbhogan/remove-unnecessary-check
Remove unnecessary check for size_t < 0
2012-04-20 08:58:19 -07:00
Yukihiro Matsumoto c138d7ef0a use %zd for size_t argument 2012-04-21 00:51:20 +09:00
Patrick Hogan 758096334f Remove unnecessary check for size_t < 0
size_t can never be negative since it is an unsigned integer according to standard. Removed to silence warning.

Signed-off-by: Patrick Hogan <pbhogan@gmail.com>
2012-04-20 10:29:01 -05:00
Yukihiro Matsumoto 2dd08ef2ec remove prototype for mrb_define_variable() 2012-04-20 23:19:13 +09:00
Yukihiro Matsumoto 3c1b347834 remove dependency to SIZEOF_LONG/LONG_LONG 2012-04-20 22:46:07 +09:00
Yukihiro Matsumoto 0f0ad36c5f remove dependency to SIZEOF___INT64 2012-04-20 22:39:02 +09:00
Yukihiro Matsumoto 41bf311cd1 remove dependency to SIZEOF_INT 2012-04-20 22:31:58 +09:00
Yukihiro Matsumoto 5622c977f4 remove dependency to SIZEOF_VOIDP 2012-04-20 22:25:04 +09:00
Yukihiro Matsumoto 356788607b should not free mrb stack; a bug found&fixed by @miura1729 2012-04-20 18:54:54 +09:00
Yukihiro Matsumoto 34e376e05d Merge branch 'master' of github.com:mruby/mruby 2012-04-20 17:18:37 +09:00
Yukihiro Matsumoto d1144220cb move src/mdata.h to include/mruby/data.h 2012-04-20 17:18:30 +09:00
mimaki 4be3ca5209 Merge branch 'master' of github.com:mruby/mruby 2012-04-20 16:57:43 +09:00
mimaki d67cd99b47 typo fixed in irep.h 2012-04-20 16:56:13 +09:00
Yukihiro "Matz" Matsumoto b2cf6e79c0 Merge pull request #8 from unak/c-spec
Please respect the specification of C
2012-04-20 00:55:06 -07:00
Yukihiro "Matz" Matsumoto 7b1bfa6228 Merge pull request #5 from mame/fix-percent-notation
make %(foo) work
2012-04-20 00:52:39 -07:00
Yukihiro "Matz" Matsumoto ce195a4465 Merge pull request #2 from fceller/master
Fix for Linux
2012-04-20 00:47:19 -07:00
NAKAMURA Usaku c999e4762a the type of return values of tr->func_ii() and tr->func_si() is already mrb_value, so no need to cast. 2012-04-20 15:42:05 +09:00
NAKAMURA Usaku d2a38520ab void* does not have its size. 2012-04-20 15:40:19 +09:00
Yusuke Endoh dd1527cfc8 make %(foo) work 2012-04-20 14:14:01 +09:00
Yukihiro Matsumoto fe585b2336 no need to pre-allocate method table 2012-04-20 13:56:02 +09:00
Frank Celler b831887a25 linux compiler does not like double use of va_list 2012-04-20 06:35:52 +02:00
Frank Celler 5d9945ba62 fixed wrong malloc size 2012-04-20 06:35:24 +02:00
Yukihiro Matsumoto a016c62b7e undef Module#new 2012-04-20 13:18:15 +09:00
Yukihiro Matsumoto d9ce44e99b wrong inheritance chain from singleton class 2012-04-20 13:17:56 +09:00
mattn 975031cd2b fix Makefile: quoted CC/LL are heap up to each Makefiles. 2012-04-20 10:56:12 +09:00
mimaki e0d6430f63 add mruby sources 2012-04-20 09:39:03 +09:00