aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-02-08 16:48:50 -0500
committerNick Mathewson <nickm@torproject.org>2013-02-08 16:48:50 -0500
commit561e9becbd1f896c31112ab2dfd56fe7badc9382 (patch)
treeb3b26964560a5b724999b85e29887582d9898faf /changes
parentfd1c2a13e7558086732288eb1a4f52aef2edeb2f (diff)
parent41200b47709bcdaf6f3a66e8453b3d852bd8d2a6 (diff)
downloadtor-561e9becbd1f896c31112ab2dfd56fe7badc9382.tar.gz
tor-561e9becbd1f896c31112ab2dfd56fe7badc9382.zip
Merge remote-tracking branch 'public/signof_enum'
Diffstat (limited to 'changes')
-rw-r--r--changes/signof_enum7
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/signof_enum b/changes/signof_enum
new file mode 100644
index 0000000000..ba4fb597d7
--- /dev/null
+++ b/changes/signof_enum
@@ -0,0 +1,7 @@
+ o Code simplifications and refactoring:
+ - 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.