diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-08-31 01:02:38 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-08-31 01:02:51 -0400 |
commit | 38ee959ea9f7b9a213487e37433a000b7e0df54d (patch) | |
tree | 636db3cfd0b072941e452bffdd2fa7ab3601cac8 /changes/msvc_lround | |
parent | a7c07605d0889d7dd3a78d6658895150ca87b981 (diff) | |
download | tor-38ee959ea9f7b9a213487e37433a000b7e0df54d.tar.gz tor-38ee959ea9f7b9a213487e37433a000b7e0df54d.zip |
First draft of an 0.2.3.3-alpha changelog
Diffstat (limited to 'changes/msvc_lround')
-rw-r--r-- | changes/msvc_lround | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/changes/msvc_lround b/changes/msvc_lround deleted file mode 100644 index e4aea95351..0000000000 --- a/changes/msvc_lround +++ /dev/null @@ -1,4 +0,0 @@ - o Build fixes: - - Provide a substitute implementation of lround() for MSVC, which - apparently lacks it. Patch from Gisle Vanem. - |