Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make SIZE_T_CEILING unsigned; add a signed SSIZE_T_CEILING | Nick Mathewson | 2011-04-26 |
None of the comparisons were _broken_ previously, but avoiding signed/unsigned comparisons makes everybody happier. Fixes bug2475. |