aboutsummaryrefslogtreecommitdiff
path: root/changes/signof_enum
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-02-07 16:29:32 -0500
committerNick Mathewson <nickm@torproject.org>2013-02-07 16:30:32 -0500
commit41200b47709bcdaf6f3a66e8453b3d852bd8d2a6 (patch)
tree1d213ccaa9aa0e6a62c201d3d26dc4aa36db09d4 /changes/signof_enum
parent0e597471aff206460f02999d6ea9e1e3243ef945 (diff)
downloadtor-41200b47709bcdaf6f3a66e8453b3d852bd8d2a6.tar
tor-41200b47709bcdaf6f3a66e8453b3d852bd8d2a6.tar.gz
Have autoconf check whether enums are signed.
Fixes bug 7727; fix on 0.2.4.10-alpha.
Diffstat (limited to 'changes/signof_enum')
-rw-r--r--changes/signof_enum3
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/signof_enum b/changes/signof_enum
index fc9b9eda2..ba4fb597d 100644
--- a/changes/signof_enum
+++ b/changes/signof_enum
@@ -2,3 +2,6 @@
- Use Ville Laurikari's implementation of AX_CHECK_SIGN() to determine
the signs of types during autoconf. This is better than our old
approach, which didn't work when cross-compiling.
+ - Detect the sign of enum values, rather than assuming that MSC is the
+ only compiler where enum types are all signed. Fix for bug 7727;
+ bugfix on 0.2.4.10-alpha.