summaryrefslogtreecommitdiffstats
path: root/lib/libc/string
AgeCommit message (Expand)AuthorFilesLines
2010-09-10observe the following spelling:jmc2-9/+9
2010-06-02Avoid using and end pointer since strnlen(string, -1) is legalmillert1-4/+3
2010-05-24Add HISTORY section, mostly for strnlen() but include strlen() formillert1-2/+11
2010-05-21remove unused variable.chl1-2/+1
2010-05-19tweak previous;jmc2-13/+11
2010-05-18add posix_madvise, posix_memalign, strndup, and strnlen. mostly fromtedu5-9/+142
2010-03-24Modify example not to use an assignment in the if statement. We shouldn'tkettenis1-3/+4
2010-02-03Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentmiod1-3/+3
2009-12-05missing word;jmc1-3/+3
2008-08-23unbreak wcschr(string, L'\0') which was incorrectly returning NULLdjm1-3/+5
2008-03-19bcmp(3) tries to return length, which is a size_t, as an int.ray1-4/+4
2008-03-15- len is size_t, but n uses len and is an int. Matching those typesray1-6/+12
2008-03-15Convert c to unsigned char, like it says in the manual. Also addray1-4/+3
2007-11-27typos; ok jmc@martynas1-2/+2
2007-10-25Make sure to use unique target names so that make -j does not break;miod1-25/+25
2007-09-19add HISTORY; shortened version of diff from Ilya A. Kovalenkojmc1-2/+7
2007-09-03remove trailing whitespace;jmc1-2/+2
2007-09-03add memrchr(3)millert3-5/+63
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt1-2/+2
2007-08-08Show how to use strcspn(3) to trim newlines.ray1-2/+14
2007-05-31convert to new .Dd format;jmc36-72/+72
2007-03-01If NLS is disabled, strerror does not print the correct error string.bluhm1-2/+2
2007-02-19wording fix from wiz@netbsd, -r1.11;jmc1-2/+2
2007-02-19from hubertf@netbsd:jmc1-6/+18
2006-05-05Convert do {} while loop -> while {} for clarity. No binary changemillert2-10/+10
2006-04-17fix badly broken code. okay millert@, deraadt@espie1-7/+7
2006-03-31(char)to{upper,lower}()deraadt1-2/+2
2005-10-29Activate missing wcswidth, as noted by Alexander Bluhm.espie1-2/+2
2005-08-12uncomment setlocale(3) entry;jmc1-2/+2
2005-08-08zap remaining rcsid.espie58-287/+56
2005-08-08activate LC_CTYPE for 8 bits locale.espie3-11/+11
2005-08-07move non-standard COMPATIBILITY section to HISTORY, which seems morejmc1-10/+10
2005-08-06add HISTORY; ok jmcjaredy1-1/+8
2005-08-06- macro, punctuation, and rewording tweaksjaredy4-18/+21
2005-08-06sync function prototypes to reality; ok jmcjaredy1-4/+5
2005-06-19K&R -> ANSIespie22-120/+79
2005-06-15bye bye whiteoutsmillert2-9/+2
2005-05-26Merge common functionality of __strsignal and strerror_r.otto3-129/+50
2005-05-08Only append number when it fits to avoid truncation and returnotto1-14/+11
2005-05-01Tidy up __strtosignal(): pass a buffer and length to its itoa() andtom1-8/+12
2005-04-20correct strlcpy abusebeck1-4/+8
2005-04-16fix wmemchr.3 MLINKS;jmc1-2/+3
2005-04-16Remove redundant linetom1-3/+2
2005-04-14introduce some wchar functions (from citrus and an itojun@ diff)espie1-3/+26
2005-04-13- our pages do not have a LIBRARY section;jmc2-5/+5
2005-04-13Import w* functions so that I can send smaller diffs around.espie25-0/+1592
2005-03-30ansify + deregister. no binary change on i386. ok deraadt@ pat@ moritz@otto8-64/+45
2005-03-30strcasestr(3), a case-insensitive version of strstr(3). already in netbsdderaadt3-17/+88
2005-02-25Be correct in our man pages when talking about NUL termination (that is,cloder14-34/+34
2004-12-10typos, then -> than, from Michael Knudsenjaredy1-2/+2