[tor-dev] lround() missing in MSVC

2011-08-23 Thread Gisle Vanem
lround() is missing in MS Visual-C's . Not available anywhere. Here is an easy patch: --- Git-latest\src\common\util.cSun Aug 14 13:48:49 2011 +++ src\common\util.c Tue Aug 23 21:15:25 2011 @@ -335,7 +335,11 @@ long tor_lround(double d) { +#ifdef _MSC_VER + return (long)(d > 0 ? d + 0.

Re: [tor-dev] Survey on Tor Trac usage and how you manage your tasks

2011-08-23 Thread Mike Perry
Thus spake Karsten Loesing (karsten.loes...@gmx.net): > 1 Using Trac features > > 1.1 Which of the reports (stored ticket queries) do you use most often? https://trac.torproject.org/projects/tor/report/14 https://trac.torproject.org/projects/tor/report/38 https://trac.torproject.org/projects/tor