summaryrefslogtreecommitdiff
path: root/lib/libc/string/wcscpy.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert r330897:Eitan Adler2018-03-291-2/+0
| | | | | | | | | | | | | | | | | | | | This was intended to be a non-functional change. It wasn't. The commit message was thus wrong. In addition it broke arm, and merged crypto related code. Revert with prejudice. This revert skips files touched in r316370 since that commit was since MFCed. This revert also skips files that require $FreeBSD$ property changes. Thank you to those who helped me get out of this mess including but not limited to gonzo, kevans, rgrimes. Requested by: gjb (re) Notes: svn path=/stable/11/; revision=331722
* Partial merge of the SPDX changesEitan Adler2018-03-141-0/+2
| | | | | | | | | | These changes are incomplete but are making it difficult to determine what other changes can/should be merged. No objections from: pfg Notes: svn path=/stable/11/; revision=330897
* - ANSIfy function definitionsDaniel Gerzo2009-02-031-3/+1
| | | | | | | | | - use nul when we are looking for a terminating character where appropriate Approved by: imp Notes: svn path=/head/; revision=188080
* Simplify by removing useless local variables and explicit null termination.Tim J. Robbins2002-09-261-9/+5
| | | | Notes: svn path=/head/; revision=103998
* Remove unnecessary #include <assert.h>; it was used to bring in theTim J. Robbins2002-09-211-1/+0
| | | | | | | _DIAGASSERT macro on NetBSD, but we don't need it. Notes: svn path=/head/; revision=103724
* Add restrict qualifiers where C99 permits them. All of these already hadTim J. Robbins2002-09-071-2/+2
| | | | | | | restrict qualifiers on their prototypes in <wchar.h>. Notes: svn path=/head/; revision=103059
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-0/+2
| | | | | | | I believe have made all of libc .c's as consistent as possible. Notes: svn path=/head/; revision=92986
* rcsid[]->__FBSDIDDavid E. O'Brien2001-11-071-4/+1
| | | | Notes: svn path=/head/; revision=86170
* Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files.David E. O'Brien2001-05-241-4/+4
| | | | | | | Do the same for the non-wcs*/wmem* files while I'm here. Notes: svn path=/head/; revision=77117
* Unbreak world; _DIAGASSERT macro is not available in FreeBSD.Ruslan Ermilov2001-05-161-3/+0
| | | | Notes: svn path=/head/; revision=76683
* initial import of locale insensitive wcs* and wmem* functions.Takuya SHIOZAKI2001-05-151-0/+60
Obtained from: NetBSD and Citrus. Notes: svn path=/head/; revision=76612