Date: Tue, 18 Jul 2000 01:05:14 -0700 (PDT) From: Alexander Langer <alex@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string memchr.3 strchr.3 strcspn.3 strpbrk.3 strrchr.3 strsep.3 strspn.3 strstr.3 strtok.3 Message-ID: <200007180805.BAA48919@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alex 2000/07/18 01:05:12 PDT Modified files: lib/libc/string memchr.3 strchr.3 strcspn.3 strpbrk.3 strrchr.3 strsep.3 strspn.3 strstr.3 strtok.3 Log: Drop the references to index(3) and rindex(3), which are non-standard and people shouldn't be encouraged to use them. Asked by: sheldonh Revision Changes Path 1.5 +1 -3 src/lib/libc/string/memchr.3 1.6 +1 -3 src/lib/libc/string/strchr.3 1.5 +1 -3 src/lib/libc/string/strcspn.3 1.5 +1 -3 src/lib/libc/string/strpbrk.3 1.7 +1 -3 src/lib/libc/string/strrchr.3 1.9 +1 -3 src/lib/libc/string/strsep.3 1.6 +1 -3 src/lib/libc/string/strspn.3 1.5 +1 -3 src/lib/libc/string/strstr.3 1.12 +1 -3 src/lib/libc/string/strtok.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007180805.BAA48919>