X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=WHATSNEW;h=55817aa962b02b1c48cdffb186cba56d02223c16;hb=6f1414e10297b75a58a92b678444fd277abc9a4f;hp=09152683739194a57a0344dc96c21a75c8d2d475;hpb=78eb0879cd031be62a6905bcf5de0db4b7cf30cf;p=musl diff --git a/WHATSNEW b/WHATSNEW index 09152683..55817aa9 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -88,7 +88,8 @@ implemented POSIX timers. optimized and simplified many thread-related functions. -eliminated resource leak races in thread cancellation. +eliminated resource leak races in thread cancellation. (almost all +existing implementations, including glibc, have these leaks.) overhauled stdio implementation to take advantage of readv/writev for reduced syscall load, and improved stdio's handling of error status. @@ -98,3 +99,9 @@ greatly simplified internal system for making syscalls. strangthened tmpnam/tempnam/tmpfile filename generation and made the straight C functions not depend on POSIX symbols. + +fixed pthread cancellation ABI on i386 to match the LSB/glibc ABI + +better double-free handling in malloc + +various minor bug fixes