标准C语言库 GLib 2.30.0 发布
webphp 13年前
Glibc 是提供系统调用和基本函数的 C 库,比如open, malloc, printf等等。所有动态连接的程序都要用到它。 <p><strong>GLib 2.30.0 Changes:</strong></p> <ul> <li>GDBus gained a high-level object manager and code generation facilities that make use of it. </li> <li>An extensible TLS database was added where certificates and keys can be found and used, laying the foundation for integration with smart cards and other key stores. </li> <li>HMAC hashes are now also supported. </li> <li>Atomic operations were expanded to include bit operations (and, or, xor) and so that all operations are supported on pointer-sized operands. </li> <li>Bitlocks now work on pointer-sized operands. </li> <li>GApplication now supports non-single-instance applications. </li> <li>Other enhancements and many bugfixes were made</li> </ul> <span style="font-weight:bold;">项目地址</span>: <a href="/misc/goto?guid=4958191994239798276" target="_blank">http://www.gnu.org/software/libc/</a> <br />