Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document the knuth_morris_pratt calling convention better. | Bruno Haible | 2008-01-08 | 1 | -2/+4 |
| | |||||
* | Unify 5 copies of the KMP code. | Bruno Haible | 2007-12-31 | 1 | -120/+5 |
| | |||||
* | Protect against integer overflow in malloca() calls. | Bruno Haible | 2007-12-31 | 1 | -2/+2 |
| | |||||
* | Add more comments about Knuth-Morris-Pratt algorithm. | Bruno Haible | 2007-12-26 | 1 | -6/+72 |
| | |||||
* | 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 | -5/+5 |
| | |||||
* | Optimize memory allocation to use alloca when possible. | Bruno Haible | 2007-02-12 | 1 | -4/+5 |
| | |||||
* | Ensure O(n) worst-case complexity of mbsstr. | Bruno Haible | 2007-02-11 | 1 | -0/+305 |
| | |||||
* | New module 'mbsstr'. Remove module 'strstr'. | Bruno Haible | 2007-02-05 | 1 | -2/+3 |
| | |||||
* | Move to here from strstr.c. | Bruno Haible | 2007-02-05 | 1 | -0/+126 |