aboutsummaryrefslogtreecommitdiff
path: root/changes/bug2475
Commit message (Collapse)AuthorAge
* Make SIZE_T_CEILING unsigned; add a signed SSIZE_T_CEILINGNick Mathewson2011-04-26
None of the comparisons were _broken_ previously, but avoiding signed/unsigned comparisons makes everybody happier. Fixes bug2475.