aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/wcsncpy.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber clauses to reduce diffs to other versionsEd Maste2013-05-281-1/+1
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Restore Berkeley SCCS id.Tim J. Robbins2002-10-241-1/+5
* Replace this wcsncpy() implementation with one based on strncpy.c to fixTim J. Robbins2002-10-231-26/+32
* Remove unnecessary #include <assert.h>; it was used to bring in theTim J. Robbins2002-09-211-1/+0
* Add restrict qualifiers where C99 permits them. All of these already hadTim J. Robbins2002-09-071-2/+2
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-0/+2
* rcsid[]->__FBSDIDDavid E. O'Brien2001-11-071-4/+1
* Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files.David E. O'Brien2001-05-241-4/+4
* Unbreak world; _DIAGASSERT macro is not available in FreeBSD.Ruslan Ermilov2001-05-161-3/+0
* initial import of locale insensitive wcs* and wmem* functions.Takuya SHIOZAKI2001-05-151-0/+63