summaryrefslogtreecommitdiff
path: root/Objects/stringlib/find_max_char.h
Commit message (Expand)AuthorAgeFilesLines
* Issue #26765: Ensure that bytes- and unicode-specific stringlib files are usedSerhiy Storchaka2016-05-161-2/+3
* Issue #18722: Remove uses of the "register" keyword in C code.Antoine Pitrou2013-08-131-2/+2
* Issue #15144: Fix possible integer overflow when handling pointers as integer...Antoine Pitrou2012-09-201-7/+4
* Use correct types for ASCII_CHAR_MASK integer constants.Mark Dickinson2012-07-071-2/+2
* Issue #13155: Optimize finding the optimal character width of an unicode stringAntoine Pitrou2011-10-131-0/+136