Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert c-strcasestr to be more efficient. | Eric Blake | 2008-01-16 | 1 | -101/+44 |
* | Unify 5 copies of the KMP code. | Bruno Haible | 2007-12-31 | 1 | -122/+4 |
* | Protect against integer overflow in malloca() calls. | Bruno Haible | 2007-12-31 | 1 | -1/+1 |
* | Add more comments about Knuth-Morris-Pratt algorithm. | Bruno Haible | 2007-12-26 | 1 | -3/+36 |
* | Change copyright notice from GPLv2+ to GPLv3+. | Bruno Haible | 2007-10-07 | 1 | -5/+4 |
* | Update after allocsa -> malloca renaming. | Bruno Haible | 2007-06-09 | 1 | -4/+4 |
* | Optimize memory allocation to use alloca when possible. | Bruno Haible | 2007-02-12 | 1 | -2/+3 |
* | Ensure O(n) worst-case complexity of c_strcasestr. | Bruno Haible | 2007-02-11 | 1 | -0/+143 |
* | Include <config.h> unconditionally. | Bruno Haible | 2006-09-14 | 1 | -4/+2 |
* | New module 'c-strcasestr'. | Bruno Haible | 2005-10-11 | 1 | -0/+78 |