mailing list of musl libc
 help / color / mirror / code / Atom feed
* musl 0.9.0 released
@ 2012-05-06 21:39 Rich Felker
  2012-05-07  7:18 ` Truls Becken
  0 siblings, 1 reply; 3+ messages in thread
From: Rich Felker @ 2012-05-06 21:39 UTC (permalink / raw)
  To: musl

Hi everyone,
OK, here it is: the first release in the 0.9.0 series:

  Milestone release covering all interfaces in ISO C99 and POSIX 2008
  base. Relicensed under standard MIT license. New configure script
  for easy build setup. Full stack protector and PIE support on i386
  and x86_64 targets. Major floating-point math improvements and
  fixes, application compatibility improvements (mostly legacy header
  details), and additional bug fixes in dlerror and several wide
  character functions.

  http://www.etalabs.net/musl/releases/musl-0.9.0.tar.gz

Yes, the biggest news is probably relicensing. I'm hopeful that the
decision to relicense to something more permissive will lead to wider
adoption and interest and further the project's goal to be the best
libc for Linux whichever way one measures. I chose the MIT license
because it's clear and explicit about the freedoms I intend for users
of musl to have, while avoiding placing any burden of license
compliance on users of the library.

As for what's in store for the future, I'm hoping to expand PIE
support to make fully static-linked PIE binaries possible, get musl
ported to more targets, improve the size and performance of the math
code while not sacrificing correctness, add zoneinfo file support for
timezones, add some level of locale support, and improve pthreads with
the addition of scheduling priority support.

As usual, please report any problems. Hopefully there won't be
anything major this time and we can hold off on 0.9.1 until there's
new functionality and optimizations to include.

Cheers,

Rich



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: musl 0.9.0 released
  2012-05-06 21:39 musl 0.9.0 released Rich Felker
@ 2012-05-07  7:18 ` Truls Becken
  2012-05-07 12:34   ` Rich Felker
  0 siblings, 1 reply; 3+ messages in thread
From: Truls Becken @ 2012-05-07  7:18 UTC (permalink / raw)
  To: musl

On 2012-05-06, at 23:39, Rich Felker wrote:

> As for what's in store for the future, I'm hoping to expand PIE
> support to make fully static-linked PIE binaries possible, get musl
> ported to more targets, improve the size and performance of the math
> code while not sacrificing correctness, add zoneinfo file support for
> timezones, add some level of locale support, and improve pthreads with
> the addition of scheduling priority support.

Any plans to support using musl with Clang as C++ compiler?

-Truls


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: musl 0.9.0 released
  2012-05-07  7:18 ` Truls Becken
@ 2012-05-07 12:34   ` Rich Felker
  0 siblings, 0 replies; 3+ messages in thread
From: Rich Felker @ 2012-05-07 12:34 UTC (permalink / raw)
  To: musl

On Mon, May 07, 2012 at 09:18:23AM +0200, Truls Becken wrote:
> On 2012-05-06, at 23:39, Rich Felker wrote:
> 
> > As for what's in store for the future, I'm hoping to expand PIE
> > support to make fully static-linked PIE binaries possible, get musl
> > ported to more targets, improve the size and performance of the math
> > code while not sacrificing correctness, add zoneinfo file support for
> > timezones, add some level of locale support, and improve pthreads with
> > the addition of scheduling priority support.
> 
> Any plans to support using musl with Clang as C++ compiler?

I'd like to support that usage, and one of the recent changes, dummy
_LARGEFILE64_SOURCE, should work around one of the most annoying
issues in clang itself. At this point it might just work, but I
suspect it has a few other problems left. I'd be interested in
reports on what if anything it still blocking it from working.

Rich


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-05-07 12:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-06 21:39 musl 0.9.0 released Rich Felker
2012-05-07  7:18 ` Truls Becken
2012-05-07 12:34   ` Rich Felker

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).