index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-12-18
Use `_dup2` instead of `dup2` on Windows; ref #3903
Yukihiro "Matz" Matsumoto
2017-12-18
`open` on Windows takes `int` 3rd argument instead of `mode_t`.
Yukihiro "Matz" Matsumoto
2017-12-18
Use `_dup` instead of `dup` on Windows; ref #3903
Yukihiro "Matz" Matsumoto
2017-12-18
Merge pull request #3903 from ksss/io-dup
Yukihiro "Matz" Matsumoto
2017-12-17
Implement IO#initialize_copy
ksss
2017-12-16
Need to set `ci->proc` before calling methods; fix #3902
Yukihiro "Matz" Matsumoto
2017-12-16
Need to clear exception handler on `return`; fix #3898
Yukihiro "Matz" Matsumoto
2017-12-15
Check if destinations are too distant; fix #3900 fix #3901
Yukihiro "Matz" Matsumoto
2017-12-14
Merge pull request #3897 from mimaki/initialize-is_socket
Yukihiro "Matz" Matsumoto
2017-12-14
Initialized mrb_io.is_socket
Hiroshi Mimaki
2017-12-14
On Windows, `_S_IREAD` and `_S_IWRITE` is defined in `sys/stat.h`.
Yukihiro "Matz" Matsumoto
2017-12-14
Use `_open` and `_close` on Windows.
Yukihiro "Matz" Matsumoto
2017-12-14
Merge pull request #3895 from mattn/fix-mkstemp
Yukihiro "Matz" Matsumoto
2017-12-14
fix mkstemp implementation for MSVC
Yasuhiro Matsumoto
2017-12-14
Merge pull request #3892 from mimaki/ipproto-winsock
Yukihiro "Matz" Matsumoto
2017-12-14
Rename `BasicSocket#is_socket=` to `#_is_socket`; ref #3878
Yukihiro "Matz" Matsumoto
2017-12-14
Exclude `UNIXSocket` tests again; ref #3878
Yukihiro "Matz" Matsumoto
2017-12-14
Declare super class in socket.rb.
Takeshi Watanabe
2017-12-14
Fix socket closing by using `closesocket` API in windows instead.
Takeshi Watanabe
2017-12-14
Merge pull request #3893 from mimaki/add-mrbgem-summary
Yukihiro "Matz" Matsumoto
2017-12-13
Merge pull request #3894 from mattn/mirb-locale
Yukihiro "Matz" Matsumoto
2017-12-13
Merge pull request #3891 from mimaki/set-addrinfo-protocol
Yukihiro "Matz" Matsumoto
2017-12-13
fix locale in mirb
Yasuhiro Matsumoto
2017-12-13
Added mrbgem's summary.
Hiroshi Mimaki
2017-12-13
Use IPPROTO enum values on WinSock.
Hiroshi Mimaki
2017-12-13
Set protocol of AddrInfo
Hiroshi Mimaki
2017-12-13
Use `_tempnam` instead of `tempnam` on Windows.
Yukihiro "Matz" Matsumoto
2017-12-13
Merge pull request #3889 from mattn/fix-crash
Yukihiro "Matz" Matsumoto
2017-12-13
Merge pull request #3890 from mimaki/mruby-socket-windows-test
Yukihiro "Matz" Matsumoto
2017-12-13
Skip tests on Windows platform
Hiroshi Mimaki
2017-12-13
fix crash bug on Windows
Yasuhiro Matsumoto
2017-12-13
Remove VC++ compiler warnings.
Yukihiro "Matz" Matsumoto
2017-12-13
Merge pull request #3888 from mattn/fix-locale
Yukihiro "Matz" Matsumoto
2017-12-13
fix path locales
Yasuhiro Matsumoto
2017-12-13
Skip `test/t/float.rb` tests; ref #3827
Yukihiro "Matz" Matsumoto
2017-12-13
Retrieve operands at the beginning of `OP_SCLASS`.
Yukihiro "Matz" Matsumoto
2017-12-13
Should not define `Float` class in `mrblib/00class.rb`; ref #3828
Yukihiro "Matz" Matsumoto
2017-12-13
Fixed wrong `MRB_WITHOUT_FLOAT` condition; ref #3827
Yukihiro "Matz" Matsumoto
2017-12-13
Reduce VC++ type mismatch warnings.
Yukihiro "Matz" Matsumoto
2017-12-13
Merge pull request #3886 from mattn/io-windows
Yukihiro "Matz" Matsumoto
2017-12-13
fix build for MSVC
Yasuhiro Matsumoto
2017-12-13
close file descriptors
Yasuhiro Matsumoto
2017-12-13
mingw have mkstemp
Yasuhiro Matsumoto
2017-12-13
fix test
Yasuhiro Matsumoto
2017-12-12
implement flock on Windows
Yasuhiro Matsumoto
2017-12-12
fix compilation error
Yasuhiro Matsumoto
2017-12-12
fix compilation error
Yasuhiro Matsumoto
2017-12-12
add definition for pid_t on MSVC
Yasuhiro Matsumoto
2017-12-12
close handle
Yasuhiro Matsumoto
2017-12-12
implement popen on Windows
Yasuhiro Matsumoto
[next]