|
Message-ID: <20190716194638.GA12994@brightrain.aerifal.cx> Date: Tue, 16 Jul 2019 15:46:38 -0400 From: Rich Felker <dalias@...c.org> To: musl@...ts.openwall.com Subject: musl 1.1.23 released This version merges the RISC-V (64-bit) port and new math library implementations of log, exp, and pow. Internals of how (non-cancellable) syscalls are performed have been overhauled so that all code necessary to make the syscall resides in the arch-provided header and is inlinable. In the process, bugs in the implementation of mips and microblaze syscall mechanisms were found and fixed. Several other bugs were fixed as well, including a potentially serious one in the layout of static TLS for shared libraries on archs that use "TLS variant I" layout. A couple behaviors that were clearly undesirable but arguably mandated by POSIX have been fixed as a result of POSIX intepretations rendering them unnecessary. https://www.musl-libc.org/releases/musl-1.1.23.tar.gz https://www.musl-libc.org/releases/musl-1.1.23.tar.gz.asc Special thanks to musl's release sponsors (patreon.com/musl): * Justin Cormack * Nathan Hoad * Mirza Prasovic * Michael Forney * Hurricane Labs (hurricanelabs.com) * Laurent Bercot * Les Aker * Neal Gompa * The Midipix Project (midipix.org) and individual project sponsors: * Jeremiah Gowdy * Andrew Kelley / ziglang
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.