|
5c26c7d4
|
2008-01-08T23:54:30
|
|
Document the knuth_morris_pratt calling convention better.
|
|
7855e1e3
|
2007-12-31T11:57:16
|
|
Unify 5 copies of the KMP code.
|
|
bffe05f4
|
2007-12-31T11:53:40
|
|
Protect against integer overflow in malloca() calls.
|
|
075c5c89
|
2007-12-26T16:10:15
|
|
Add more comments about Knuth-Morris-Pratt algorithm.
|
|
57fdfd3f
|
2007-10-07T19:14:58
|
|
Change copyright notice from GPLv2+ to GPLv3+.
|
|
90988ede
|
2007-06-09T11:11:14
|
|
Update after allocsa -> malloca renaming.
|
|
4bc8b69c
|
2007-02-12T02:58:17
|
|
Optimize memory allocation to use alloca when possible.
|
|
69f441a7
|
2007-02-11T19:23:52
|
|
Ensure O(n) worst-case complexity of mbsstr.
|
|
0e6e2d08
|
2007-02-05T01:36:34
|
|
New module 'mbsstr'. Remove module 'strstr'.
|
|
29bec41a
|
2007-02-05T01:19:02
|
|
Move to here from strstr.c.
|