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

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

原文链接: https://www.cnblogs.com/lexus/archive/2013/01/14/2859102.html

欢迎关注

微信关注下方公众号,第一时间获取干货硬货;公众号内回复【pdf】免费获取数百本计算机经典书籍

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

原创文章受到原创版权保护。转载请注明出处:https://www.ccppcoding.com/archives/75502

非原创文章文中已经注明原地址,如有侵权,联系删除

关注公众号【高性能架构探索】,第一时间获取最新文章

转载文章受原作者版权保护。转载请注明原作者出处!

(0)
上一篇 2023年2月9日 下午5:03
下一篇 2023年2月9日 下午5:03

相关推荐