Home | History | Annotate | Download | only in string
History log of /src/lib/libc/string/strstr.3
RevisionDateAuthorComments
 1.12  24-Sep-2014  wiz NUL byte instead of null byte.
 1.11  24-Sep-2014  christos add strnstr from FreeBSD
 1.10  16-Oct-2006  wiz nul/null/NULL cleanup:
when talking about characters/bytes, use "nul" and "nul-terminate"
when talking about pointers, use "null pointer" or ".Dv NULL"
 1.9  03-Jul-2004  junyoung Add strcasestr(3), case insensitive version of strstr(3).
Bump libc minor.

From FreeBSD.
 1.8  07-Aug-2003  agc branches: 1.8.2;
Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.7  16-Apr-2003  wiz Use
.In header.h
instead of
.Fd #include \*[Lt]header.h\*[Gt]
Much easier to read and write, and supported by groff for ages.
Okayed by ross.
 1.6  07-Feb-2002  ross Generate <>& symbolically.
 1.5  05-Feb-1998  perry branches: 1.5.12;
add LIBRARY section to man page
 1.4  30-Jan-1998  perry update to lite-2
 1.3  09-Oct-1997  lukem rcsid police
 1.2  01-Aug-1993  mycroft Add RCS indentifiers.
 1.1  21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2  30-Jan-1998  perry import lite-2
 1.1.1.1  21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.5.12.2  22-Mar-2002  nathanw Catch up to -current.
 1.5.12.1  08-Mar-2002  nathanw Catch up to -current.
 1.8.2.1  12-Jul-2004  he Pull up revision 1.9 (requested by junyoung in ticket #638):
Add strcasestr(3), case insensitive version of strstr(3).

RSS XML Feed