Branch: refs/heads/master Home: https://github.com/MacRuby/MacRuby Commit: 128c58fc4455041f72471322878d3ffb500c43ee https://github.com/MacRuby/MacRuby/commit/128c58fc4455041f72471322878d3ffb50... Author: Watson <watson1978@gmail.com> Date: 2011-11-29 (Tue, 29 Nov 2011) Changed paths: M ext/socket/socket.c Log Message: ----------- ext/socket: check whether socket was closed at BasicSocket#sendfile Commit: 6c9cac3d9336a1c68fa5fcf803bee0e31930fbc7 https://github.com/MacRuby/MacRuby/commit/6c9cac3d9336a1c68fa5fcf803bee0e319... Author: Watson <watson1978@gmail.com> Date: 2011-11-29 (Tue, 29 Nov 2011) Changed paths: M ext/socket/socket.c Log Message: ----------- ext/socket: invoke NUM2OFFT before opening file because it will raise an exception when passed invalid value. Commit: 7b84e0c6ab79f54c54ceeefc9aee41a738e6790a https://github.com/MacRuby/MacRuby/commit/7b84e0c6ab79f54c54ceeefc9aee41a738... Author: Watson <watson1978@gmail.com> Date: 2011-11-29 (Tue, 29 Nov 2011) Changed paths: M ext/socket/socket.c Log Message: ----------- ext/socket: check whether file was closed at BasicSocket#sendfile Compare: https://github.com/MacRuby/MacRuby/compare/84343ac...7b84e0c