summaryrefslogtreecommitdiff
path: root/lib/libc/string
AgeCommit message (Expand)Author
2010-02-03Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentMiod Vallat
2009-12-05missing word;Jason McIntyre
2008-08-23unbreak wcschr(string, L'\0') which was incorrectly returning NULLDamien Miller
2008-03-19bcmp(3) tries to return length, which is a size_t, as an int.Ray Lai
2008-03-15- len is size_t, but n uses len and is an int. Matching those typesRay Lai
2008-03-15Convert c to unsigned char, like it says in the manual. Also addRay Lai
2007-11-27typos; ok jmc@Martynas Venckus
2007-10-25Make sure to use unique target names so that make -j does not break;Miod Vallat
2007-09-19add HISTORY; shortened version of diff from Ilya A. KovalenkoJason McIntyre
2007-09-03remove trailing whitespace;Jason McIntyre
2007-09-03add memrchr(3)Todd C. Miller
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-08-08Show how to use strcspn(3) to trim newlines.Ray Lai
2007-05-31convert to new .Dd format;Jason McIntyre
2007-03-01If NLS is disabled, strerror does not print the correct error string.Alexander Bluhm
2007-02-19wording fix from wiz@netbsd, -r1.11;Jason McIntyre
2007-02-19from hubertf@netbsd:Jason McIntyre
2006-05-05Convert do {} while loop -> while {} for clarity. No binary changeTodd C. Miller
2006-04-17fix badly broken code. okay millert@, deraadt@Marc Espie
2006-03-31(char)to{upper,lower}()Theo de Raadt
2005-10-29Activate missing wcswidth, as noted by Alexander Bluhm.Marc Espie
2005-08-12uncomment setlocale(3) entry;Jason McIntyre
2005-08-08zap remaining rcsid.Marc Espie
2005-08-08activate LC_CTYPE for 8 bits locale.Marc Espie
2005-08-07move non-standard COMPATIBILITY section to HISTORY, which seems moreJason McIntyre
2005-08-06add HISTORY; ok jmcJared Yanovich
2005-08-06- macro, punctuation, and rewording tweaksJared Yanovich
2005-08-06sync function prototypes to reality; ok jmcJared Yanovich
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