lib/mbsstr.c


Log

Author Commit Date CI Message
Jim Meyering 1602f0af 2012-01-01T10:04:58 maint: update all copyright year number ranges Run "make update-copyright".
Pádraig Brady 1b1e9452 2011-01-21T13:40:28 Prepare for faster uN_strstr functions. * lib/str-kmp.h: Support definable UNITs. (knuth_morris_pratt): Renamed from knuth_morris_pratt_unibyte. Add needle_len argument. * lib/mbsstr.c (mbsstr): Adjust for the changed str-kmp.h. * lib/mbscasestr.c (mbscasestr): Likewise.
Jim Meyering d60f3b0c 2011-01-01T20:17:23 maint: update almost all copyright ranges to include 2011 Run the new "make update-copyright" rule.
Jim Meyering b2e2010c 2010-01-01T10:31:12 update nearly all FSF copyright year lists to include 2010 Use the same procedure as for 2009, outlined in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
Jim Meyering 3030c5b5 2009-12-28T10:50:36 update nearly all FSF copyright year lists to include 2009 The files named by the following are exempted: grep -v '^#' config/srclist.txt|grep -v '^$' \ | while read src dst; do test -f "$dst" && { echo "$dst"; continue; } test -d "$dst" || continue echo "$dst"/$(basename "$src") done > exempt git ls-files tests/unictype >> exempt In the remaining files, convert to all-interval notation if - there is already at least one year interval like 2000-2003 - the file is maintained by me - the file is in lib/uni*/, where that style already prevails Otherwise, use update-copyright's default.
Bruno Haible 441aa304 2009-12-10T20:28:30 Use spaces for indentation, not tabs.
Bruno Haible 4eda4ba5 2008-12-22T12:11:44 Remove HAVE_MBRTOWC conditionals. Use mbrtowc unconditionally.
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.