X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fc-strstr.h;h=b5f8a649d93ea32f096404df1bee0fd668c9ebd5;hb=3ff028fd56c2aa14ce5e380e81b91e27a0bf8e2c;hp=56bddd0e6bb8b45532d0cfbf2fa6ddc67bbe5749;hpb=3030c5b5e0a5199e16b05927da72c43c42f211c3;p=gnulib.git diff --git a/lib/c-strstr.h b/lib/c-strstr.h index 56bddd0e6..b5f8a649d 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 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2006, 2009-2012 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 '~'. */