about summary refs log tree commit diff
path: root/src/string/memccpy.c
Commit message (Expand)AuthorAgeFilesLines
* remove redundant condition in memccpyAlexander Monakov2020-03-201-1/+1
* fix memccpy to not access buffer past given sizeQuentin Rameau2018-12-021-1/+1
* fix aliasing-based undefined behavior in string functionsRich Felker2018-09-261-3/+6
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-1/+0
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-1/+1
* fix misplaced *'s in string functions (harmless)Rich Felker2011-04-071-1/+1
* add implementation of memccpy functionRich Felker2011-02-241-0/+32