Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue, 27 Nov 2012 09:46:07 -0500
From: Rich Felker <dalias@...ifal.cx>
To: musl@...ts.openwall.com
Subject: Re: musl 0.9.8 released

On Tue, Nov 27, 2012 at 12:31:02PM +0100, Szabolcs Nagy wrote:
> * Rich Felker <dalias@...ifal.cx> [2012-11-26 21:49:58 -0500]:
> > As a post-release agenda, I'd like to first address things that have
> > been in demand lately:
> > 
> > - Proper MIPS softfloat support
> > - x32 port
> > - ether.h interfaces
> > - %m modifier for scanf
> > - Affinity/cpuset stuff
> > 
> > And I have a few agenda items of my own:
> > 
> > - Self-synchronized destruction of FILE streams (same issue all
> >   synchronization objects have had with self-synchronized
> >   destruction -- unlocking thread may not access memory after the
> >   destroying thread already got the lock).
> > - Making stdio functions cancellable while waiting for locks.
> > - Getting strace & gdb working properly with minimal patching.
> > 
> 
> + more math fixes :)

:)

> i found minor restrict qualifier issues in some of the new
> interfaces

Committed.

Rich

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.