当前位置: 首页 > 工具软件 > Rudiments > 使用案例 >

Rudiments 0.40 发布,C++ 常用工具包

柯建修
2023-12-01

Rudiments 0.40 发布,C++ 常用工具包 - ChaunceyHao - 博客园

Rudiments 0.40 发布,C++ 常用工具包

Rudiments 是一个 C++ 类库,提供一些用来编写守护进程、客户端和服务器端的基础类,还包括正则表达式、信号量和信号的处理。

Rudiments 0.40 主要是 bug 修复,包括:

  •  
    • hostentry::getAddressString() has been fixed for numbers greater than 127.
    • Bugs that could lead to a crash when using the hostentry class with NULL hostnames have been fixed.
    • Reads that error out with EAGAIN are treated as successful reads of 0 bytes now.
    • All sockets are now manually set to blocking mode after creation, and sockets created by accept() are now set to the blocking/non-blocking mode of the socket that was accepted.
    • Various NULL safety issues were fixed.
    • The Windows built script now supports CLR and non-CLR builds
posted on 2013-01-14 00:57  lexus 阅读( ...) 评论( ...) 编辑 收藏

转载于:https://www.cnblogs.com/lexus/archive/2013/01/14/2859102.html

 类似资料: