Merge remote-tracking branch 'karsten/geoip6-jul2014' into maint-0.2.4
[tor.git] / changes / signof_enum
blobba4fb597d72a346df5664efb90a31803e1a5807c
1   o Code simplifications and refactoring:
2     - Use Ville Laurikari's implementation of AX_CHECK_SIGN() to determine
3       the signs of types during autoconf. This is better than our old
4       approach, which didn't work when cross-compiling.
5     - Detect the sign of enum values, rather than assuming that MSC is the
6       only compiler where enum types are all signed. Fix for bug 7727;
7       bugfix on 0.2.4.10-alpha.