BIND 10 trac2571_commit_log_fix, created. b88bb61f7547158719b8329c8ddf7b8e36ef2185 [2571] a small optimization: avoid calling strlen() every time in loop

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Jan 14 15:49:46 UTC 2013


The branch, trac2571_commit_log_fix has been created
        at  b88bb61f7547158719b8329c8ddf7b8e36ef2185 (commit)

- Log -----------------------------------------------------------------
commit b88bb61f7547158719b8329c8ddf7b8e36ef2185
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Jan 8 20:18:06 2013 -0800

    [2571] a small optimization: avoid calling strlen() every time in loop

commit ebafb410bb11302041292acc587555926de258f1
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Jan 8 20:12:37 2013 -0800

    [2571] editorial cleanups: &/* position, use camel name for func; const

commit 9e6c81fa228570d6476d1cd7b8ead3a9e89e9301
Author: Shane Kerr <shane at isc.org>
Date:   Fri Dec 21 10:11:05 2012 +0100

    Change from char to int when we need special character values.
    
    In cases where we use values outside of normal character range (-128
    to 127 or 0 to 255) to indicate special things, like EOF, we need to
    insure that we can hold these values. To do that, we use an int.
    
    It turns out that the default type conversions also meant that our
    JSON conversion from strings would break in some cases. A test was
    added to show that, and to confirm the fix.

-----------------------------------------------------------------------



More information about the bind10-changes mailing list