Changes for version 0.222 - 2023-10-10

  • Internal Changes
    • Remove IO::File#configure method.
  • Bug Fix
    • Fix a bug that IO::File#new_from_fd returns IO::Handle instead of IO::File.
    • Fix a bug that IO::Socket::UNIX does not work well.
  • Incompatible Changes
    • Remove IO::Handle#new method and IO::Handle becomes an abstruct class.
    • IO::File#fdopen method becomes a protected method.
    • IO::Socket#listen method becomes a protected method.
    • IO::Socket#bind method becomes a protected method.
    • IO::Socket#connect method becomes a protected method.
    • IO::Socket#socket method becomes a protected method.

Modules

File IO, Sockets, Select/Polling.
Directory Streams
File IO
I/O Handling
poll system call
select System Call
IPv4 Sockets
IPv4/IPv6 Sockets
Short Description