Changes for version 0.500 - 2023-11-17

  • New Features and Incompatible Changes
    • Rename the SIG_IO method in the Sys::Signal class is renamed to SIG_GO.
    • Change the signal_io method in the Sys::Signal class is renamed to signal_go.
      • Before
        • static method signal_io : Sys::Signal::Handler ($signum : int, $fd : int);
      • After
        • static method signal_go : Sys::Signal::Handler ($signum : int);
    • Add the SET_SIG_GO_WRITE_FD method to the Sys::Signal class.
  • New Features
    • Add the O_BINARY method to the Sys::IO::Constant class.
    • Add the O_TEXT method to the Sys::IO::Constant class.
    • Add the _pipe method to the Sys::Process class.
    • The pipe method in the Sys class calls the _pipe method in the Sys::Process.

Modules

System Calls for File IO, User, Process, Signal, Socket
Environemnt Variable
File Tests
IO System Call
Constant values for IO.
the class for the DIR type in C language.
struct dirent in C language
the class for the FILE type in C language.
struct flock in C language
The stat Functions and The struct stat in C language
struct utimbuf in C language
IO System Call on Windows
ioctl System Call
Constant values for ioctl.
System Calls for OS
Poll System Call
Constant values for Poll.
Array of struct pollfd in C language
Process System Call
Constant Values for Process
Select System Call
Constant values for Select.
fd_set Type in C Language
Signal System Call
Sys::Signal::Constant is a SPVM module
Socket System Call
struct addrinfo in C language
Sys::Socket::AddrinfoLinkedList is a SPVM module
Socket Constant Values
Socket Error Numbers
The address is not a valid network address.
struct in6_addr in C language
struct in_addr in C language
struct ip_mreq in C language
struct ip_mreq_source in C language
struct ipv6_mreq in C language
struct sockaddr in C language
struct sockaddr_in in C language
struct sockaddr_in6 in C language
struct sockaddr_storage in C language
struct sockaddr_un in C language
Socket Utilities
System Calls for Time Manipulation
Constant Values for Time
struct timeval in C language
struct timespec in C language
struct timeval in C language
struct timezone in C language
struct tm in C language
struct tms in C language
User System Call
Entry of Group Database
Entry of Password Database