summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-02-01 15:47:46 -0500
committerNick Mathewson <nickm@torproject.org>2013-02-01 15:49:51 -0500
commitb034d07acdec08ed536f66d491397b0f31ac5e1d (patch)
tree6afa28838281b537474b712dcf2f6d16a24b3b60 /changes
parenta141430ec3f344d4f021f614942ff5b769b8c900 (diff)
downloadtor-b034d07acdec08ed536f66d491397b0f31ac5e1d.tar.gz
tor-b034d07acdec08ed536f66d491397b0f31ac5e1d.zip
Remove old wrapper code and defines for keeping log() and log(3) apart
This is the non-automated portion of bug 7599.
Diffstat (limited to 'changes')
-rw-r--r--changes/rename_log_75994
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/rename_log_7599 b/changes/rename_log_7599
new file mode 100644
index 0000000000..38e843f066
--- /dev/null
+++ b/changes/rename_log_7599
@@ -0,0 +1,4 @@
+ o Code simplification and refactoring:
+ - Rename Tor's logging function log() to tor_log(), to avoid conflicts
+ with the natural logarithm function from the system libm. Resolves
+ ticket 7599.