소스 검색

document more changes

Rich Felker 14 년 전
부모
커밋
c1f1500433
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      WHATSNEW

+ 6 - 0
WHATSNEW

@@ -98,3 +98,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