about summary refs log tree commit diff
path: root/wcsmbs/wcslcat.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
|
* Add the wcslcpy, wcslcat functionsFlorian Weimer2023-06-141-0/+60
These functions are about to be added to POSIX, under Austin Group issue 986. Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>