summaryrefslogtreecommitdiff
path: root/lib/libc/string
AgeCommit message (Expand)Author
2005-06-19K&R -> ANSIMarc Espie
2005-06-15bye bye whiteoutsTodd C. Miller
2005-05-26Merge common functionality of __strsignal and strerror_r.Otto Moerbeek
2005-05-08Only append number when it fits to avoid truncation and returnOtto Moerbeek
2005-05-01Tidy up __strtosignal(): pass a buffer and length to its itoa() andTom Cosgrove
2005-04-20correct strlcpy abuseBob Beck
2005-04-16fix wmemchr.3 MLINKS;Jason McIntyre
2005-04-16Remove redundant lineTom Cosgrove
2005-04-14introduce some wchar functions (from citrus and an itojun@ diff)Marc Espie
2005-04-13- our pages do not have a LIBRARY section;Jason McIntyre
2005-04-13Import w* functions so that I can send smaller diffs around.Marc Espie
2005-03-30ansify + deregister. no binary change on i386. ok deraadt@ pat@ moritz@Otto Moerbeek
2005-03-30strcasestr(3), a case-insensitive version of strstr(3). already in netbsdTheo de Raadt
2005-02-25Be correct in our man pages when talking about NUL termination (that is,Chad Loder
2004-12-10typos, then -> than, from Michael KnudsenJared Yanovich
2004-11-28repair libkern support (again) and add rcsidsMichael Shalayeff
2004-05-03Missed this in the __strerror() removal.Todd C. Miller
2004-05-03No longer need __strerror(3) now that we use strerror_r() inside libc.Todd C. Miller
2004-05-03Do a better job of documenting strerror_r() and add an ERRORS section.Todd C. Miller
2004-05-03build the error message in strerror_r.c directly, avoiding one copy there.Marc Espie
2004-05-01let __strerror fill precisely the part of the buffer it can.Marc Espie
2004-04-30Let __strerror work by fixing a number of problems. Work by tholo and I,Marc Espie
2004-02-10make Nm match Dt;Jason McIntyre
2004-02-09make Nm match Dt; found by pb@Jason McIntyre
2004-01-20Fix the example code. The loop invariant 'i' was not bound by MAXTOKENSTodd C. Miller
2003-09-06standards compliant strxfrm. much simpler too. fixes sorting in glib2.Ted Unangst
2003-09-02escape punctuation;Jason McIntyre
2003-07-24warn about unsafe APIs at link time. Conditional on libc/Makefile definingTheo de Raadt
2003-06-21clarify these functions by changing references from strings to buffersAnil Madhavapeddy
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
2003-06-11ansification, pval okTheo de Raadt
2003-06-11ansification; pval okTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-10typos;Jason McIntyre
2003-04-12Change copyright to a less restrictive ISC-style license to encourageTodd C. Miller
2003-04-07Xr to strlcpy and strlcat more; ok millertTheo de Raadt
2003-04-02fifo -> FIFOJason McIntyre
2003-03-14ANSI function headersTodd C. Miller
2003-03-13a few more strlcy; ok from beck & hoTheo de Raadt
2003-02-20fix a variety of missing or wrong MLINKSTheo de Raadt
2002-11-21Add strerror_r and functions versions of getchar_unlocked andMarco S Hyman
2002-07-24Convert to ANSI function headers and make 'ch' argument int, not char.Todd C. Miller
2002-05-13For strncpy(), dst is not NUL terminated if strlen(src) >= len.Todd C. Miller
2002-04-30Initial cleanup:Mike Pechkin
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-12-08when strerror() has an Unknown error, also set EINVALTheo de Raadt
2001-11-212nd param is constTheo de Raadt
2001-09-07K&R promotion is not the whole story. Make things explicit.Marc Espie
2001-09-05make debug libs build againMichael Shalayeff
2001-08-06o) We always close .Bl and .Bd tags;Mike Pechkin