h2so5
|
38a0a60412
|
fix TypeError message
|
2013-12-19 17:40:47 +09:00 |
|
Nobuhiro Iwamatsu
|
01fb0f02d5
|
Fix typo from expornent to exponent
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
|
2013-12-19 09:37:20 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
8cd42f6466
|
Merge pull request #1609 from carsonmcdonald/updateinstallinfo
Update the INSTALL information to be more accurate
|
2013-12-16 22:35:31 -08:00 |
|
Carson McDonald
|
c89a03cfa5
|
Update the INSTALL information to be more accurate
|
2013-12-16 17:51:08 -05:00 |
|
Yukihiro "Matz" Matsumoto
|
06f518b93a
|
Merge pull request #1608 from nanamiwang/vmcrash
Fixed callinfo buffer overflow while calling ensure handlers
|
2013-12-15 15:38:42 -08:00 |
|
nanami
|
87a392067a
|
Fixed callinfo buffer overflow while calling ensure handlers
|
2013-12-15 22:25:59 +08:00 |
|
Tomoyuki Sahara
|
8cee36b1b5
|
Catch Errno::ENFILE too.
When system file descriptor table is full, errno is set to
ENFILE instead of EMFILE. They are similar but different.
|
2013-12-13 15:49:32 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
882afdea20
|
Merge pull request #1607 from h2so5/avoid-recursive-inspection
Avoid recursive instance variable inspections
|
2013-12-10 07:41:48 -08:00 |
|
Paolo Bosetti
|
23afaf02dc
|
Made compatible with VisualStudio
|
2013-12-10 14:34:26 +01:00 |
|
Paolo Bosetti
|
9768535582
|
Made compatible with VisualStudio
|
2013-12-10 14:33:36 +01:00 |
|
h2so5
|
c6ede8ed02
|
Avoid recursive instance variable inspections
|
2013-12-10 16:41:11 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
fa4ae7dd4d
|
modify test case to check #1606
|
2013-12-09 11:44:02 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
b87473c2c8
|
Merge pull request #1606 from bggd/patch-1
Fix mod.constants cannot return the single character constant
|
2013-12-08 18:41:04 -08:00 |
|
bggd
|
072871dcc5
|
Fix mod.constants cannot return the single character constant
|
2013-12-08 21:28:24 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
b6cc3aca33
|
Merge pull request #1605 from suzukaze/test-array
Fix ISO no in Array#* and Array#+
|
2013-12-07 06:34:50 -08:00 |
|
Jun Hiroe
|
853e26e16a
|
Fix ISO no in Array#* and Array#+
|
2013-12-07 12:22:25 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
4b82cadfcb
|
Merge pull request #1604 from carsonmcdonald/1477isatest
Add is_a? test to cover issue 1477
|
2013-12-04 17:38:14 -08:00 |
|
Yukihiro "Matz" Matsumoto
|
3c2f51aef2
|
remove unnecessary keep size adjustment in stack_extend_alloc(); close #1602
|
2013-12-05 10:36:43 +09:00 |
|
Julien Ammous
|
a26ce35c64
|
removed mtest dependency
|
2013-12-04 20:51:27 +01:00 |
|
Carson McDonald
|
12e2488a4a
|
Add is_a? test to cover issue 1477
|
2013-12-04 10:29:40 -05:00 |
|
Tomoyuki Sahara
|
d12f436bdb
|
mrb_intern API change.
|
2013-12-03 10:07:29 +09:00 |
|
Tomoyuki Sahara
|
09d51f46a7
|
mrb_intern API change.
|
2013-12-03 10:06:32 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
415ec6aca2
|
avoid top-level pool release at codegen_error() and fixed some memory leaks
|
2013-12-03 01:47:50 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
56a93a3357
|
should not access scope after releasing memory pool
|
2013-12-03 00:55:19 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
155f3909f0
|
Merge pull request #1601 from carsonmcdonald/srcaptosizet
Change scapa and rcapa to size_t, use scapa.
|
2013-12-02 05:19:45 -08:00 |
|
Carson McDonald
|
ba67427872
|
Change scapa and rcapa to size_t, use scapa.
|
2013-12-02 06:51:07 -05:00 |
|
Paolo Bosetti
|
d7e880d9b9
|
Fix for compilation under Win/MinGW
|
2013-12-02 12:15:21 +01:00 |
|
Paolo Bosetti
|
5a59fd3a5c
|
Fix for compilation under Win/MinGW
|
2013-12-02 12:14:04 +01:00 |
|
Yukihiro "Matz" Matsumoto
|
da8405a0f7
|
Merge pull request #1600 from take-cheeze/mrb_intern_lit
Proposal of mrb_intern_lit macro.
|
2013-12-01 21:29:46 -08:00 |
|
take_cheeze
|
df780ae5e9
|
add mrb_intern_lit for creating symbol from string literal
|
2013-12-01 10:38:59 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
e981f0b45c
|
inline mrb_gc_arena_restore() and stack_extend() in VM loop
|
2013-12-01 00:56:30 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
9c6398a444
|
rename mrb_intern2() to mrb_intern(); huge API incompatibility; close #1513
|
2013-11-29 08:47:28 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
9ac386923d
|
float objects in pool are objects when MRB_WORD_BOXING is set
|
2013-11-27 17:29:28 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
e9e1259b61
|
Merge pull request #1599 from kyab/fix_mrb_word_boxing
Fix build error for MRB_WORD_BOXING
|
2013-11-26 04:11:38 -08:00 |
|
kyab
|
1a6244d99d
|
Fix build error for MRB_WORD_BOXING
|
2013-11-26 20:28:24 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
0f9d287ba4
|
Merge pull request #1597 from take-cheeze/mrbcfile
debug record size assertion fail
|
2013-11-25 19:41:15 -08:00 |
|
take_cheeze
|
ccc22d7b09
|
move debug record size assertion to correct position
|
2013-11-26 11:43:39 +09:00 |
|
take_cheeze
|
9b4b2e7c52
|
use mrbc of current build in non cross build
|
2013-11-26 11:33:25 +09:00 |
|
take_cheeze
|
a6bb888034
|
append defines instead of assigning
|
2013-11-26 11:01:57 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
f5bd87b9e6
|
add CFLAGS as a fallback from CXXFLAGS; ref #1594
|
2013-11-25 09:51:44 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
33698d7349
|
Merge branch 'modify_toolchains_gcc' of https://github.com/crimsonwoods/mruby into crimsonwoods-modify_toolchains_gcc
|
2013-11-25 09:50:33 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
ed0d9f0066
|
remove MRB_PARSER_BUF_SIZE configuration; close #1596
|
2013-11-25 09:48:31 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
91a4eb5759
|
Merge pull request #1595 from take-cheeze/filename_realloc_fix
get_filename_table_size realloc fix.
|
2013-11-24 13:06:23 -08:00 |
|
Yukihiro "Matz" Matsumoto
|
28a159c721
|
Merge pull request #1593 from perlun/patch-1
Updated the documentation to better match the way things work now that 172cd28 is merged.
|
2013-11-24 03:42:50 -08:00 |
|
take_cheeze
|
23a412830d
|
fix realloc error
|
2013-11-24 20:39:17 +09:00 |
|
take_cheeze
|
f07ba44c69
|
add enable_debug method to MRuby::Build and build debug version in travis-ci
|
2013-11-24 20:38:47 +09:00 |
|
crimsonwoods
|
92916bb4a6
|
Modify referenced environment variables.
'CXX' is used instead of 'CC'.
'CXXFLAGS' is used instead of 'CFLAGS'.
|
2013-11-23 21:47:47 -08:00 |
|
crimsonwoods
|
caf4d63229
|
Modify build script for gcc.
Newly added compile option '-std=gnu99' is not necessary for C++.
And 'g++' should be used to compile for C++ source codes, I think.
|
2013-11-23 19:30:52 -08:00 |
|
Per Lundberg
|
0b46876c03
|
Updated the documentation to better match the way things work now that 172cd28 is merged.
|
2013-11-23 22:59:34 +02:00 |
|
Yukihiro "Matz" Matsumoto
|
a2e0c6ea3a
|
Merge pull request #1592 from perlun/auto-toolchain
Automatically detect toolchain if it is visualcpp, and hence we drop vs2010.rake altogether - it’s no longer needed.
|
2013-11-22 14:06:45 -08:00 |
|