lib/c-strstr.c


Log

Author Commit Date CI Message
Bruno Haible 321e8651 2008-01-11T03:57:18 Make c-strstr rely on strstr.
Bruno Haible 7855e1e3 2007-12-31T11:57:16 Unify 5 copies of the KMP code.
Bruno Haible bffe05f4 2007-12-31T11:53:40 Protect against integer overflow in malloca() calls.
Bruno Haible 075c5c89 2007-12-26T16:10:15 Add more comments about Knuth-Morris-Pratt algorithm.
Bruno Haible 57fdfd3f 2007-10-07T19:14:58 Change copyright notice from GPLv2+ to GPLv3+.
Bruno Haible 90988ede 2007-06-09T11:11:14 Update after allocsa -> malloca renaming.
Bruno Haible 4bc8b69c 2007-02-12T02:58:17 Optimize memory allocation to use alloca when possible.
Bruno Haible 867ac644 2007-02-11T14:08:24 Ensure O(n) worst-case complexity.
Bruno Haible 24ee9ec2 2007-02-11T13:58:43 Rewrite c-strstr.c for maintainability.
Bruno Haible e5cf463b 2006-10-20T12:45:19 Include the specification header.
Bruno Haible 99099106 2006-09-14T14:18:36 Include <config.h> unconditionally.
Bruno Haible 37ccb10a 2006-08-28T13:04:33 New module 'c-strstr'.