summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-08-24 13:53:17 -0400
committerNick Mathewson <nickm@torproject.org>2011-08-24 13:53:17 -0400
commitede9cd4f99e4cd1c0c4bcf1a3ac994e87054cc2d (patch)
treee67b9ec15c18f7ab2a652866adcd134d9432727d /changes
parentdd6a9a923d8bda5363c50d5ea7fd8ea403e895cd (diff)
parent5939c09d35de5be4b135bb0ad6dde24700e75fc2 (diff)
downloadtor-ede9cd4f99e4cd1c0c4bcf1a3ac994e87054cc2d.tar.gz
tor-ede9cd4f99e4cd1c0c4bcf1a3ac994e87054cc2d.zip
Merge remote-tracking branch 'origin/maint-0.2.2'
Diffstat (limited to 'changes')
-rw-r--r--changes/msvc_lround4
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/msvc_lround b/changes/msvc_lround
new file mode 100644
index 0000000000..e4aea95351
--- /dev/null
+++ b/changes/msvc_lround
@@ -0,0 +1,4 @@
+ o Build fixes:
+ - Provide a substitute implementation of lround() for MSVC, which
+ apparently lacks it. Patch from Gisle Vanem.
+