Add more comments about Knuth-Morris-Pratt algorithm.
[pspp] / lib / memmem.c
2007-12-26 Bruno HaibleAdd more comments about Knuth-Morris-Pratt algorithm.
2007-12-20 Eric BlakeFix memmem to avoid O(n^2) worst-case complexity.
2007-02-05 Paul Eggert* lib/getsubopt.c [!_LIBC]: Include config.h and getsub...
2005-05-14 Paul Eggert*** empty log message ***
2004-10-04 Simon JosefssonSync with glibc.
2004-10-04 Bruno HaibleNew module 'memmem', from Simon Josefsson.