]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for bug 1031 (reserved C identifiers)
authorNick Mathewson <nickm@torproject.org>
Fri, 12 Oct 2012 16:28:47 +0000 (12:28 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 12 Oct 2012 16:28:47 +0000 (12:28 -0400)
changes/bug1031 [new file with mode: 0644]

diff --git a/changes/bug1031 b/changes/bug1031
new file mode 100644 (file)
index 0000000..e3ab49b
--- /dev/null
@@ -0,0 +1,5 @@
+  o Code cleanup:
+    - Avoid use of reserved identifiers in our C code. The C standard
+      doesn't like us declaring anything that starts with an
+      underscore, so let's knock it off before we get in trouble. Fix
+      for bug 1031; bugfix on the first Tor commit.