Changes for version 0.235 - 2025-03-12

  • Bug Fix
    • Fix a bug that IO::File#read method's $legnth is not set to the default value.
    • Fix a bug that a file handle is not closed in the object destruction.
  • Changes
    • IO::File#close throws an exception when the file is not opened.
    • Add DESTROY method to IO::Handle and remove that in IO::Socket.
  • Requirement Changes
    • Require SPVM 0.990048.
  • Internal Changes
    • Add IO::Socket#Category field.
    • Add protected enum to IO::Socket. protected enum { CATEGORY_CLIENT, CATEGORY_SERVER, CATEGORY_ACCEPTED, }

Modules

File IO, Sockets, Select/Polling.
Directory Streams
File Stream
I/O Handling
poll system call
select System Call
IPv4 Sockets
IPv4/IPv6 Sockets
Importable Methods for IPv4.
Importable Methods for IPv6
UNIX Domain Socket