History log of /freebsd-10-stable/lib/libc/string/wcstok.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 251069 28-May-2013 emaste

Renumber clauses to reduce diffs to other versions

NetBSD, OpenBSD, and Android's Bionic number the clauses 1 through 3,
so follow suit to make comparison easier.


# 174553 12-Dec-2007 wes

Remove license clause 3 to agree with the now-standard BSD license.

Prompted by: Glenn Halperin, Symbian Software


# 112131 12-Mar-2003 tjr

MFp4: Make `spanp' const.


# 103067 07-Sep-2002 tjr

Add an implementation of wcstok(), based on strtok_r().