From b4ebe55d12d46c79ac46c801b1096ae1afda75f7 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 30 Jan 2008 19:25:31 +0000 Subject: r13971@tombo: nickm | 2008-01-30 14:25:25 -0500 Write a new autoconf macro to test whether a function is declared. It is suboptimal and possibly buggy in some way, but it seems to work for me. use it to test for a declaration of malloc_good_size, so we can workaround operating systems (like older OSX) that have the function in their libc but do not deign to declare it in their headers. Should resolve bug 587. svn:r13339 --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fd92d71fd..6d93eef1c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ Changes in version 0.2.0.19-alpha - 2008-0?-?? recognize them. Fixes bug 571. Bugfix on 0.2.0.x. - Stop recommending that every server operator send mail to tor-ops. Resolves bug 597. Bugfix on 0.1.2.x. + - Detect version of OSX where malloc_good_size is present in the + library but never actually declared. Resolves bug 587. Bugfix + on 0.2.0.x. Changes in version 0.2.0.18-alpha - 2008-01-25 -- cgit v1.2.3