cvs commit: src/include string.h src/lib/libc/string
Makefile.inc memchr.3 memmem.3 memmem.c strchr.3 strstr.3
Arjan Van Leeuwen
avleeuwen at gmail.com
Sun Sep 11 04:10:54 PDT 2005
Hi Andre,
On 8/29/05, Andre Oppermann <andre at freebsd.org> wrote:
> andre 2005-08-29 18:46:39 UTC
>
> FreeBSD src repository
>
> Modified files: (Branch: RELENG_6)
> include string.h
> lib/libc/string Makefile.inc memchr.3 strchr.3 strstr.3
> Added files: (Branch: RELENG_6)
> lib/libc/string memmem.3 memmem.c
> Log:
> MFC addition of memmem(3).
Shouldn't __FreeBSD_version be bumped for this? I'm asking because I
maintain a port that uses memmem(3), and there's now no way to
distinguish between the FreeBSD 6 installations that have memmem(3),
and the ones that don't.
Best regards,
Arjan
>
> Submitted by: Pascal Gloor <pascal.gloor at spale.com>
> Approved by: re (scottl)
>
> Revision Changes Path
> 1.21.2.1 +3 -0 src/include/string.h
> 1.34.8.1 +5 -5 src/lib/libc/string/Makefile.inc
> 1.7.14.1 +2 -1 src/lib/libc/string/memchr.3
> 1.1.2.1 +84 -0 src/lib/libc/string/memmem.3 (new)
> 1.1.2.1 +67 -0 src/lib/libc/string/memmem.c (new)
> 1.11.10.1 +1 -0 src/lib/libc/string/strchr.3
> 1.12.14.1 +1 -0 src/lib/libc/string/strstr.3
> _______________________________________________
> cvs-all at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/cvs-all
> To unsubscribe, send any mail to "cvs-all-unsubscribe at freebsd.org"
>
More information about the cvs-src
mailing list