lib/mbsstr.c


Log

Author Commit Date CI Message
Bruno Haible 5c26c7d4 2008-01-08T23:54:30 Document the knuth_morris_pratt calling convention better.
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 69f441a7 2007-02-11T19:23:52 Ensure O(n) worst-case complexity of mbsstr.
Bruno Haible 0e6e2d08 2007-02-05T01:36:34 New module 'mbsstr'. Remove module 'strstr'.
Bruno Haible 29bec41a 2007-02-05T01:19:02 Move to here from strstr.c.