summaryrefslogtreecommitdiff
path: root/lib/mbsstr.c
Commit message (Expand)AuthorAgeFilesLines
* Document the knuth_morris_pratt calling convention better.Bruno Haible2008-01-081-2/+4
* Unify 5 copies of the KMP code.Bruno Haible2007-12-311-120/+5
* Protect against integer overflow in malloca() calls.Bruno Haible2007-12-311-2/+2
* Add more comments about Knuth-Morris-Pratt algorithm.Bruno Haible2007-12-261-6/+72
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* Update after allocsa -> malloca renaming.Bruno Haible2007-06-091-5/+5
* Optimize memory allocation to use alloca when possible.Bruno Haible2007-02-121-4/+5
* Ensure O(n) worst-case complexity of mbsstr.Bruno Haible2007-02-111-0/+305
* New module 'mbsstr'. Remove module 'strstr'.Bruno Haible2007-02-051-2/+3
* Move to here from strstr.c.Bruno Haible2007-02-051-0/+126