tor/changes
Nick Mathewson 4458fd0cd8 In the unit tests, use "test_eq_ptr" and "test_neq_ptr" consistently
This is part of what's needed to build without warnings on mingw64:
it was warning about the cast from void* to long that happened in
the places we were using test_{n,}eq on pointers.

The alternative here would have been to broaden tt_int_op to accept
a long long or an intptr_t, but that's less correct (since pointers
aren't integers), and would hurt the portability of tinytest a
little.

Fixes part of 7260.
2012-11-02 14:32:05 -04:00
..
bsd_queue Add a copy of OpenBSD's sys/queue.h as tor_queue.h 2012-10-12 17:18:14 -04:00
bug7235 changes file for bug 7235 2012-10-28 10:58:26 -04:00
bug7260 In the unit tests, use "test_eq_ptr" and "test_neq_ptr" consistently 2012-11-02 14:32:05 -04:00
ewma_policy_c99 Avoid c99 designated initializers in circuitmux_ewma.c 2012-11-02 13:14:39 -04:00