On Sat, Dec 4, 2010 at 1:38 PM, Matthias Andree <[email protected]> wrote: > Am 04.12.2010 12:33, schrieb Marin Atanasov Nikolov: >> Hello, >> >> Could someone review the attached patches and possibly commit them? >> >> The patches add HISTORY for the strstr(), strnstr(), strlen() and >> strnlen() functions. >> >> Thanks, >> Marin > > I find it hard to believe the versions especially for strstr and strlen.
You are so right about that :) That must be one those copy-paste mistakes :) I've attached the new patches. Regards, Marin > > -- > Matthias Andree > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "[email protected]" > -- Marin Atanasov Nikolov dnaeon AT gmail DOT com daemon AT unix-heaven DOT org http://www.unix-heaven.org/
Index: head/lib/libc/string/strlen.3 =================================================================== --- head/lib/libc/string/strlen.3 (revision 216178) +++ head/lib/libc/string/strlen.3 (working copy) @@ -90,3 +90,8 @@ .Fn strnlen function conforms to .St -p1003.1-2008 . +.Sh HISTORY +The +.Fn strnlen +function was added in +.Fx 8.0 .
Index: head/lib/libc/string/strstr.3 =================================================================== --- head/lib/libc/string/strstr.3 (revision 216178) +++ head/lib/libc/string/strstr.3 (working copy) @@ -143,3 +143,8 @@ function conforms to .St -isoC . +.Sh HISTORY +The +.Fn strnstr +function was added in +.Fx 4.5 .
_______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[email protected]"

