tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 3283fd7e79913e25cd5e626d6bb3a12a05b2f3fc
parent 65e63e746120a03b54de51f1db148a7fa1aa27e2
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed, 18 Sep 2019 11:06:54 -0400

Changes file for 31759 and 31779

Diffstat:
Achanges/ticket31759 | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/changes/ticket31759 b/changes/ticket31759 @@ -0,0 +1,5 @@ + o Minor features (auto-formatting scripts): + - When annotating C macros, never generate a line that our check-spaces + script would reject. Closes ticket 31759. + - When annotating C macros, try to remove cases of double-negation. + Closes ticket 31779.