summaryrefslogtreecommitdiff
path: root/lib/libc/string/strlcpy.c
AgeCommit message (Expand)Author
2006-05-05Convert do {} while loop -> while {} for clarity. No binary changeTodd C. Miller
2005-08-08zap remaining rcsid.Marc Espie
2005-03-30ansify + deregister. no binary change on i386. ok deraadt@ pat@ moritz@Otto Moerbeek
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
2003-04-12Change copyright to a less restrictive ISC-style license to encourageTodd C. Miller
2003-03-14ANSI function headersTodd C. Miller
2001-05-13type of function on seperate lineTheo de Raadt
1999-05-01Break up into two loops, one for the copy, another to finish traversalTodd C. Miller
1999-04-24simplified version that doesn't call strlen and that is simpler to convert to...Todd C. Miller
1998-11-06add missing const to match prototype in string.hWim Vandeputte
1998-07-01add strlcpy/strlcat, safe and sensible string copy/appendTodd C. Miller