X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fc-strstr.h;h=6fcf959daff8f1e01ddce83c3bcf4c6f07c50b72;hb=23eecb48e39afd0d267d64d40ba6bf97aa865e13;hp=f934593ea5665a0c5f09d6615d4cb25f46f9bcb7;hpb=1602f0afed21be664fcf5c42d59db07cc22c56d6;p=gnulib.git diff --git a/lib/c-strstr.h b/lib/c-strstr.h index f934593ea..6fcf959da 100644 --- a/lib/c-strstr.h +++ b/lib/c-strstr.h @@ -1,5 +1,5 @@ /* Searching in a string. - Copyright (C) 2001-2003, 2006, 2009-2012 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2006, 2009-2013 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -33,7 +33,7 @@ extern "C" { [this restriction is needed because of BIG5, BIG5-HKSCS, GBK, GB18030, Shift_JIS, JOHAB], and 3. does not consist entirely of decimal digits, or has at least length 4 - [this restricion is needed because of GB18030]. + [this restriction is needed because of GB18030]. This function is also safe to be called, even in a multibyte locale, if HAYSTACK and NEEDLE are known to both consist solely of printable ASCII characters excluding '\\' and '~'. */