Changes for version 0.13 - 2022-10-19
- New Features
- Added the set method to the Sys::Select::Fd_set class.
- Bug Fix
- Fixed the bugs that the following methods are not implemented. static method FD_ZERO : void ($set : Sys::Select::Fd_set);
- static method FD_SET : void ($fd : int, $set : Sys::Select::Fd_set);
- static method FD_CLR : void ($fd : int, $set : Sys::Select::Fd_set);
- static method FD_ISSET : int ($fd : int, $set : Sys::Select::Fd_set);
- Fixed the bugs that the following methods are not implemented. static method FD_ZERO : void ($set : Sys::Select::Fd_set);
- Test Improvement
- Improved the tests of the Sys::Select class.
Modules
System Calls such as File IO, User, Process, Socket,
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
struct stat in C language
struct utimbuf in C language
ioctl System Call
Constant values for ioctl.
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
Socket System Call
struct addrinfo in C language
Sys::Socket::AddrinfoLinkedList is a SPVM module
Socket Constant Values
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
Interface for Sys::Socket::Sockaddr
struct sockaddr_storage in C language
struct sockaddr_un in C language
Time System Call
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 tms in C language
User System Call
Entry of Group Database
Entry of Password Database