Date: Sat, 13 Aug 2005 05:54:33 +0000 (UTC) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include wchar.h src/lib/libc/string Makefile.inc wcsdup.c wmemchr.3 Message-ID: <200508130554.j7D5sXJe016681@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2005-08-13 05:54:33 UTC
FreeBSD src repository
Modified files:
include wchar.h
lib/libc/string Makefile.inc wmemchr.3
Added files:
lib/libc/string wcsdup.c
Log:
Add an implementation of the semi-standard wcsdup() function, as found
on Microsoft and GNU systems.
Revision Changes Path
1.46 +1 -0 src/include/wchar.h
1.35 +3 -2 src/lib/libc/string/Makefile.inc
1.1 +43 -0 src/lib/libc/string/wcsdup.c (new)
1.7 +7 -2 src/lib/libc/string/wmemchr.3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508130554.j7D5sXJe016681>
