index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
/
stringlib
/
fastsearch.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Close #13126: "Simplify" FASTSEARCH() code to help the compiler to emit more
Victor Stinner
2013-04-07
1
-3/+5
*
Check for NULL before the pointer aligning in fastsearch_memchr_1char.
Serhiy Storchaka
2013-01-15
1
-15/+10
*
Issue #15144: Fix possible integer overflow when handling pointers as integer...
Antoine Pitrou
2012-09-20
1
-2/+1
*
Close #15534: Fix a typo in the fast search function of the string library (_...
Victor Stinner
2012-08-02
1
-5/+5
*
Fix typo
Antoine Pitrou
2011-10-17
1
-1/+1
*
Add a comment explaining this heuristic.
Antoine Pitrou
2011-10-13
1
-0/+3
*
Simplify heuristic for when to use memchr
Antoine Pitrou
2011-10-13
1
-11/+1
*
Fix fastsearch for UCS2 and UCS4
Victor Stinner
2011-10-11
1
-2/+8
*
Issue #13134: optimize finding single-character strings using memchr
Antoine Pitrou
2011-10-11
1
-0/+73
*
Implement PEP 393.
Martin v. Löwis
2011-09-28
1
-3/+1
*
Fix #8530: Prevent stringlib fastsearch from reading beyond the front of an a...
Florent Xicluna
2010-08-08
1
-2/+2
*
Merged revisions 77469-77470 via svnmerge from
Antoine Pitrou
2010-01-13
1
-11/+23
*
Merged revisions 77461 via svnmerge from
Antoine Pitrou
2010-01-13
1
-19/+21
*
Merged revisions 77241 via svnmerge from
Antoine Pitrou
2010-01-02
1
-35/+77
*
Merged revisions 68750,68776-68777,68811,68842,68859 via svnmerge from
Benjamin Peterson
2009-01-23
1
-1/+1
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-0/+104