X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=WHATSNEW;h=360d4670a0c648a10e1f89cc9389099a1a21d154;hp=f3d8ad3f8a42890863f369108e646c0f221ddb5e;hb=ad2fe25041622b6cf426b0f98af0e52c2c9727f6;hpb=df6e3ec74a4801a067c269c108909fb41843be1e diff --git a/WHATSNEW b/WHATSNEW index f3d8ad3f..360d4670 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -23,3 +23,18 @@ respectively. many internal improvements have been made to the syscall-related code in preparation for porting to x86_64 and other archs. +0.6.0 - x86_64 port, various important bugs fixed + +new x86_64 (amd64) architecture port, contributed by Nicholas J. Kain, +along with PORTING guide. source tree layout and build system have +been improved to accommodate further ports. + +various bugs that were introduced while making the headers respect C +and POSIX namespace standards have been fixed. conformance to the +standards has been improved. + +fixed an inefficiency in qsort that triggered a bug (occasionaly +internal compiler error) in some versions of gcc. + +fixed a major bug in the printf %n specifier that prevented it from +working and caused memory corruption.