Note changes to tsearch.3 in changelog.

This commit is contained in:
Michael Kerrisk 2008-09-23 08:26:05 +02:00
parent 2390bfe8fd
commit 998ad4a620
1 changed files with 8 additions and 0 deletions

View File

@ -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 <andre.goddard@gmail.com>
Sam Varshavchik <mrsam@courier-mta.com>
John Reiser <jreiser@bitwagon.com>
@ -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.