Project

General

Profile

« Previous | Next » 

Revision d118c84b

Added by jeremyevans (Jeremy Evans) almost 5 years ago

Fix IO#scanf on pipes on Windows

IO.seek on a pipe on Windows raises Errno::EINVAL instead of
Errno::ESPIPE.

Fixes Ruby Bug #15199