diff --git a/Changes b/Changes index 947a811e3..72e743e3f 100644 --- a/Changes +++ b/Changes @@ -9,6 +9,7 @@ Contributors The following people contributed notes, ideas, or patches that have been incorporated in changes in this release: +André Goddard Rosa Sam Varshavchik John Reiser @@ -49,3 +50,10 @@ dirfd.3 The page formerly used both 'dir' and 'dirp'(!). POSIX.1-2008 and glibc call this argument 'dirp' (consistent with the fact that it is a *pointer* to a DIR structure). + +tsearch.3 + André Goddard Rosa + Fix memory leak in example program. + Add use of tdestroy to example program. + mtk + Add "#define _GNU_SOURCE" to example program.