Yukihiro "Matz" Matsumoto
|
346ebfb0ea
|
Merge pull request #3882 from mattn/fix-filename
use filename in locale
|
2017-12-12 22:27:25 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
25bee356b1
|
Merge pull request #3884 from mimaki/mruby-io-test-on-windows
Fixed mruby-io test failure on Windows platform.
|
2017-12-12 22:21:08 +09:00 |
|
Yasuhiro Matsumoto
|
17cd7a65e7
|
fix wrong variable name
|
2017-12-12 18:52:41 +09:00 |
|
Yasuhiro Matsumoto
|
bceb6640fa
|
fix compilation error
|
2017-12-12 18:52:41 +09:00 |
|
Yasuhiro Matsumoto
|
977f79478f
|
use filename in locale
|
2017-12-12 18:52:40 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
bbb0882343
|
Modifying frozen objects will raise FrozenError.
`FrozenError` is a subclass of `RuntimeError` which used to be
raised. [Ruby2.5]
|
2017-12-12 18:41:18 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
d4ff92bcf6
|
Do not use FIXABLE when mrb_int is big enough.
|
2017-12-12 17:45:15 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
3d98fa2e46
|
Reduce type mismatch warnings in pack.c.
|
2017-12-12 17:45:15 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
a5b8603aa2
|
Winsock uses int where UNIX uses size_t.
|
2017-12-12 17:45:15 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
a9e434e69a
|
Merge pull request #3883 from mattn/fix-ssize_t
fix build on mingw
|
2017-12-12 17:31:26 +09:00 |
|
Hiroshi Mimaki
|
5ef8f18e9b
|
Fixed mruby-io test failure on Windows platform.
|
2017-12-12 16:57:13 +09:00 |
|
Yasuhiro Matsumoto
|
99328695e3
|
fix build on mingw
|
2017-12-12 16:47:34 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
9c0426c990
|
Winsock does not provide ssize_t; Use int instead.
|
2017-12-12 09:52:39 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
2db06c471e
|
Revert "Update .travis.yml"
This reverts commit f73ac4112f.
This change caused Travis errors.
|
2017-12-12 09:49:26 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
08a508cbee
|
Fixed the mixture of int and long in mruby-pack.
|
2017-12-12 09:48:53 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
5bf60b4837
|
Merge pull request #3881 from mame/mrb_without_float-for-mruby-io-and-mruby-pack
Support MRB_WITHOUT_FLOAT to mruby-io and mruby-pack
|
2017-12-12 07:49:30 +09:00 |
|
Yusuke Endoh
|
d96b2c9a76
|
Support MRB_WITHOUT_FLOAT to mruby-io and mruby-pack
|
2017-12-12 00:47:56 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
85fc9b88d0
|
Merge pull request #3880 from mruby/matz-patch-1
Update .travis.yml
|
2017-12-11 23:23:10 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
f73ac4112f
|
Update .travis.yml
|
2017-12-11 22:17:30 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
0e452a75ac
|
Update .travis.yml
|
2017-12-11 19:36:52 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
b763759972
|
Reduce VC++ compiler warnings.
|
2017-12-11 17:22:46 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
c76631d445
|
Update .travis.yml to use gcc-6
The patch is created by @take_cheese in #3872
|
2017-12-11 17:19:49 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
6d42195fb2
|
Add enable_sanitizer method for clang and gcc.
The patch is created by @take_cheese in #3872
|
2017-12-11 17:14:50 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
274884abe5
|
Reduce VC++ compiler warnings.
|
2017-12-09 16:14:12 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
761218e70b
|
Skip socket tests on Windows platform.
Some test may be OK but we skip everything as a starting point.
|
2017-12-09 14:22:53 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
b103fa229d
|
File.symlink may not be implemented on some platforms; ref #3877
|
2017-12-09 14:22:03 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
bda273f35d
|
Merge pull request #3877 from bamchoh/patch-3
Skip "File.readlink fails" test on MSVC
|
2017-12-09 14:16:20 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
6bc38f4637
|
Merge pull request #3876 from bamchoh/patch-2
Use same format between Fail and Skip
|
2017-12-09 13:15:10 +09:00 |
|
bamchoh
|
0ded91c806
|
Skip "File.readlink fails" test on MSVC
When MSVC, "File.readlink fails with non-symlink" test was failed even if raising NotImplementedError
|
2017-12-09 03:27:05 +09:00 |
|
bamchoh
|
81dc383291
|
Use same format between Fail and Skip
We can see gem name in skip message by this fix
|
2017-12-09 02:12:37 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
550c878216
|
Use RL_READLINE_VERSION to determine rl_free existence; fix #3875
|
2017-12-08 21:49:12 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
e17092debd
|
Merge pull request #3874 from mimaki/fix-mingw-compile-error
Fixed compile error of `mruby-io` gem on MinGW.
|
2017-12-08 14:34:10 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
c47a1984b4
|
Merge pull request #3873 from take-cheeze/fix_socket_test_leak
Fix memory leak found by leak sanitizer.
|
2017-12-08 14:33:49 +09:00 |
|
Hiroshi Mimaki
|
7f3bda5653
|
Fixed compile error of mruby-io gem on MinGW.
|
2017-12-08 12:58:26 +09:00 |
|
Takeshi Watanabe
|
5de7dc2948
|
Fix memory leak found by leak sanitizer.
|
2017-12-08 12:10:28 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
83065df67a
|
Reduce compiler warnings from mruby-io gem.
|
2017-12-08 10:07:41 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
f9d1d72217
|
Avoid VC++ reserved word template.
|
2017-12-08 09:55:55 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
36a0b864ba
|
Reduce VC++ compiler warnings.
|
2017-12-08 09:50:02 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
f1207573bd
|
Uninitialized value returned.
|
2017-12-08 09:50:02 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
6ebcb7417a
|
AppVeyor compile errors resolution.
|
2017-12-08 09:37:50 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
9df7bceb15
|
AppVeyor compiler does not proved some POSIX functions.
- `mode_t` by `int`
- `umask` by `_umask`
- `rmdir` by `_rmdir`
- `mkstemp` and `mkdtemp` by using `_mktemp`
|
2017-12-08 09:19:59 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
b724e06cf2
|
Avoid uninitialized local variables in mruby-pack.
|
2017-12-07 20:28:30 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
bc9e3e6fd0
|
Add type cast to readline(2) return value.
|
2017-12-07 20:26:34 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
764a568aa4
|
Remove unused variable usock from mruby-socket/src/socket.c.
|
2017-12-07 20:25:40 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
ff1194c134
|
fixup! Fix type casting errors when mruby-socket compiled by C++.
|
2017-12-07 20:24:13 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
a5412d48fd
|
Add 'mrbgems/mruby-pack/' from commit '383a9c79e191d524a9a2b4107cc5043ecbf6190b'
git-subtree-dir: mrbgems/mruby-pack
git-subtree-mainline: 842e6945f2
git-subtree-split: 383a9c79e1
|
2017-12-07 18:35:09 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
842e6945f2
|
Fix type casting errors when mruby-socket compiled by C++.
Also `bool` is a reserved word in C++.
|
2017-12-07 18:23:01 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
73ef548c63
|
Add 'mrbgems/mruby-socket/' from commit 'ab54185005ec87fe4f5b10df95ad29659884141b'
git-subtree-dir: mrbgems/mruby-socket
git-subtree-mainline: d75266dd1b
git-subtree-split: ab54185005
|
2017-12-07 18:11:13 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
d75266dd1b
|
Add 'mrbgems/mruby-io/' from commit '3c8e1f94c44252c836f79a48bb17726da28e2756'
git-subtree-dir: mrbgems/mruby-io
git-subtree-mainline: 10ed730e4b
git-subtree-split: 3c8e1f94c4
|
2017-12-07 18:11:06 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
10ed730e4b
|
Cancel df3507660 that does not do any good.
|
2017-12-07 15:18:41 +09:00 |
|