summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-10-23 13:26:08 -0400
committerNick Mathewson <nickm@torproject.org>2019-10-24 08:20:31 -0400
commitfcdb66acd3afd4068a3b200ffc71daeab72e0fcc (patch)
tree26045be20d9e3c7ea25c5bf583559e130fe383ce /changes
parent9586ae178a38436e07278f141801208c04b37191 (diff)
downloadtor-fcdb66acd3afd4068a3b200ffc71daeab72e0fcc.tar.gz
tor-fcdb66acd3afd4068a3b200ffc71daeab72e0fcc.zip
Add a script to rename C identifiers, and optionally add a commit message
This script should "pay for itself" if it prevents one bug caused by careless search-replace-commit loops.
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket322375
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket32237 b/changes/ticket32237
new file mode 100644
index 0000000000..dfa0b78405
--- /dev/null
+++ b/changes/ticket32237
@@ -0,0 +1,5 @@
+ o Minor features (developer tools):
+ - Add a rename_c_identifiers.py tool to rename a bunch of C
+ identifiers at once, and generate a well-formed commit message
+ describing the change. This should help with refactoring. Closes
+ ticket 32237.