History log of /freebsd/lib/libc/string/wcsncpy.c (Results 26 – 32 of 32)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/4.7.0_cvs
# 99330f83 21-Sep-2002 Tim J. Robbins <tjr@FreeBSD.org>

Remove unnecessary #include <assert.h>; it was used to bring in the
_DIAGASSERT macro on NetBSD, but we don't need it.


# 9c261371 07-Sep-2002 Tim J. Robbins <tjr@FreeBSD.org>

Add restrict qualifiers where C99 permits them. All of these already had
restrict qualifiers on their prototypes in <wchar.h>.


Revision tags: release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs
# 333fc21e 22-Mar-2002 David E. O'Brien <obrien@FreeBSD.org>

Fix the style of the SCM ID's.
I believe have made all of libc .c's as consistent as possible.


Revision tags: release/4.5.0_cvs, release/4.4.0_cvs
# de5fe5d5 07-Nov-2001 David E. O'Brien <obrien@FreeBSD.org>

rcsid[]->__FBSDID


# 5864b79c 24-May-2001 David E. O'Brien <obrien@FreeBSD.org>

Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files.
Do the same for the non-wcs*/wmem* files while I'm here.


# 9d3618b9 16-May-2001 Ruslan Ermilov <ru@FreeBSD.org>

Unbreak world; _DIAGASSERT macro is not available in FreeBSD.


# 9829d36a 15-May-2001 Takuya SHIOZAKI <tshiozak@FreeBSD.org>

initial import of locale insensitive wcs* and wmem* functions.

Obtained from: NetBSD and Citrus.


12