aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-01-30 19:25:31 +0000
committerNick Mathewson <nickm@torproject.org>2008-01-30 19:25:31 +0000
commitb4ebe55d12d46c79ac46c801b1096ae1afda75f7 (patch)
treeb94101a6730f5183881a16ae90079891298ef61c /ChangeLog
parent0b0654662010a14579ce9c8dac9a1719d8c47160 (diff)
downloadtor-b4ebe55d12d46c79ac46c801b1096ae1afda75f7.tar
tor-b4ebe55d12d46c79ac46c801b1096ae1afda75f7.tar.gz
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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
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