diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-04-07 16:28:34 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-04-07 16:28:34 +0000 |
commit | 2d68487e7fda553ce1466047aec954936688083b (patch) | |
tree | aaec7e96548c0c848a33b5b061384adfb630b5ec /ChangeLog | |
parent | 85db675911d1b4bbba755266ebaa33404c40e5de (diff) | |
download | tor-2d68487e7fda553ce1466047aec954936688083b.tar.gz tor-2d68487e7fda553ce1466047aec954936688083b.zip |
r19229@catbus: nickm | 2008-04-07 12:28:22 -0400
Add a new SMARTLIST_FOREACH_JOIN macro to iterate through two sorted lists in lockstep. This happens at least 3 times in the code so far, and is likely to happen more in the future. Previous attempts to do so proved touchy, tricky, and error-prone: now, we only need to get it right in one place.
svn:r14309
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -56,7 +56,8 @@ Changes in version 0.2.1.1-alpha - 2008-??-?? - Refactor code using connection_ap_handshake_attach_circuit() to allow that function to mark connections for close. Part of a fix for bug 617. Bugfix on 0.2.0.1-alpha. - + - Add a macro to implement the common pattern of iterating through + two parallel lists in lockstep. Changes in version 0.2.0.23-rc - 2008-03-24 o Major bugfixes: |