aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/string/memccpy.c
AgeCommit message (Expand)AuthorFilesLines
2025-02-10newlib: memccpy: unify mask filling with other memory functionsAlexey Lapshin1-4/+5
2025-02-10newlib: string: refactor str/mem-family functionsAlexey Lapshin1-28/+6
2024-01-19memccpy: fix pointer assignmentCorinna Vinschen1-2/+2
2023-01-03Fix memccpy to handle end char >= x80CompilerAI Research Group1-3/+3
2018-01-17ansification: remove _DEFUNYaakov Selkowitz1-2/+1
2018-01-17ansification: remove _PTRYaakov Selkowitz1-5/+5
2018-01-17ansification: remove _CONSTYaakov Selkowitz1-3/+3
2018-01-17ansification: remove _ANDYaakov Selkowitz1-3/+3
2017-12-01string: remove TRAD_SYNOPSISYaakov Selkowitz1-8/+1
2014-10-09 * libc/string/memccpy.c (memccpy): Fix warning about signed-unsignedCorinna Vinschen1-1/+1
2013-07-23 * libc/sys/linux/include/netdb.h, libc/sys/linux/net/getaddrinfo.c,Corinna Vinschen1-3/+3
2010-09-222010-09-21 Craig Howland <howland@LGSInnovations.com>Jeff Johnston1-5/+4
2002-07-232002-07-23 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+145