From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/14404 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: musl 1.1.23 released Date: Tue, 16 Jul 2019 15:46:38 -0400 Message-ID: <20190716194638.GA12994@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="110701"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mutt/1.5.21 (2010-09-15) To: musl@lists.openwall.com Original-X-From: musl-return-14420-gllmg-musl=m.gmane.org@lists.openwall.com Tue Jul 16 21:46:55 2019 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.89) (envelope-from ) id 1hnTPZ-000SfE-Ms for gllmg-musl@m.gmane.org; Tue, 16 Jul 2019 21:46:53 +0200 Original-Received: (qmail 3812 invoked by uid 550); 16 Jul 2019 19:46:51 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 3779 invoked from network); 16 Jul 2019 19:46:50 -0000 Content-Disposition: inline Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:14404 Archived-At: 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