aboutsummaryrefslogtreecommitdiff
path: root/changes/renaming_identifiers
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2012-01-22 00:15:45 -0500
committerRoger Dingledine <arma@torproject.org>2012-01-22 00:15:45 -0500
commit110a953156af4a0882b934cdc6a2c964a35fdba5 (patch)
treefba384d4ba18b0942581d64830ce1d43ccec0f76 /changes/renaming_identifiers
parent8265a9e5b12572de890f922e14dae43b051feaae (diff)
downloadtor-110a953156af4a0882b934cdc6a2c964a35fdba5.tar.gz
tor-110a953156af4a0882b934cdc6a2c964a35fdba5.zip
fold in recent changelog entries
Diffstat (limited to 'changes/renaming_identifiers')
-rw-r--r--changes/renaming_identifiers9
1 files changed, 0 insertions, 9 deletions
diff --git a/changes/renaming_identifiers b/changes/renaming_identifiers
deleted file mode 100644
index 5a49f8f0c7..0000000000
--- a/changes/renaming_identifiers
+++ /dev/null
@@ -1,9 +0,0 @@
- o Code simplifications and refactorings:
- - Rename a handful of old identifiers, mostly related to crypto
- structures and crypto functions. By convention, our "create an
- object" functions are called "type_new()", our "free an object"
- functions are called "type_free()", and our types indicate that
- they are types only with a final "_t". But a handful of older
- types and functions broke these rules, with function names like
- "type_create" or "subsystem_op_type", or with type names like
- type_env_t.